/* 
Theme Name: Eat. Drink. Love.
Theme URL: http://www.eat-drink-love.com/
Description: Custom responsive theme for Eat. Drink. Love.
Author: Purr Design
Author URI: http://www.purrdesign.com
Version: 2.0
*/

/* RESET
----------------------------------------------------------------------------------------------------*/
a, abbr, acronym, address, applet, article, aside, audio, b, big, blockquote, body, caption, canvas, center, cite, code,
dd, del, details, dfn, dialog, div, dl, dt, em, embed, fieldset, figcaption, figure, form, footer, header, hgroup, h1, h2, h3, h4, h5, h6, html, i, iframe, img, ins, kbd, label, legend, li, mark, menu, nav,object, ol, output, p, pre, q, ruby, s, samp, section, small, span, strike, strong, sub, summary, sup, tt, table, tbody, textarea, tfoot, thead, time, tr, th, td, u, ul, var, video {
    font-family: inherit;
    font-size: 100%;
    font-weight: inherit;
    font-style: inherit;
    vertical-align: baseline;
    white-space: normal;
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    background: transparent;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
    display: block;
}

ol, ul {
    list-style: none;
}

blockquote, q {
    quotes: none;
}

:focus {
    outline: 0;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

input[type="submit"], input[type="text"] {
    -webkit-appearance: none;
}
	
/* 
	16 COLUMN - RESPONSIVE GRID SYSTEM
	DEVELOPED BY DENIS LEBLANC
	URL - http://responsive.gs
	VERSION - 2.0
	LICENSED UNDER GPL & MIT
*/


/* 	SET ALL ELEMENTS BOX-SIZING TO BORDER-BOX
	If you need support for IE7 and lower use polyfill: https://github.com/Schepp/box-sizing-polyfill */
* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}


/* MAIN CONTAINER */
.container {
    max-width: 100%;
    margin: 0 auto;
}

#page_wrap {
    margin-bottom: 0;
}

/* SELF CLEARING FLOATS - CLEARFIX METHOD */
.row:after, .col:after, .clr:after, .group:after {
    content: "";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}


/* DEFAULT ROW STYLES */
.row {
    margin-bottom: 1.5em;
} /* set according to preference*/
	
								  
/* DEFAULT COLUMN STYLES */
.col {
    display: block;
    float: left;
    width: 100%;
}

@media ( min-width : 800px ) {
    .col {
        margin-left: 2%;
    }
}

/* RESET MARGINS */
.col:first-child {
    margin-left: 0;
} /* all browsers except IE6 and lower */

/* COLUMN WIDTH ON DISPLAYS +768px */
@media ( min-width : 800px ) {

    .span_content {
        margin-left: 0;
        width: 63%;
        max-width: 600px;
        float: left;
        display: inline-block;
    }

    .span_content_full {
        width: 100%;
        margin-left: 0;
        max-width: 100%;
    }

    .span_sidebar {
        width: 34%;
        min-width: 320px;
        max-width: 340px;
        float: right;
        display: inline-block;
    }
}
.wrapper {
    background-color: #ffffff;
    margin: 0 auto 0;
    padding: 0 40px;
    width: 100%;
    max-width: 1040px;
}

.wrap {
    margin: 0 auto 0;
    padding: 0 40px;
    width: 100%;
    max-width: 1040px;
}

/*---------STRUCTURE---------*/
body                           {
	color: #5c5a5a;
	font-size: 14px;
	font-family: "Playfair Display", Georgia, "Times New Roman", Times, serif;
	line-height: 1.8;
	letter-spacing: .01em;
	background: url(images/bg.jpg) #f2f0ef;
	margin: 0;
	padding: 0; }

a {
    text-decoration: none;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}

a:link, a:visited, a:active          {
	color: #0d88a9;
	text-decoration: underline }
a:hover             {
	color: #db4b6c;
	text-decoration: none }
p    {
	margin-top: 7px;
	margin-bottom: 17px }
h1, h2, h3, h4, h5              {
	font-family: "Playfair Display", Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
	margin-top: 15px;
	margin-bottom: 10px }
h1                        {
	color: #0d88a9;
	font-size: 20px;
	line-height: 22px;
	text-transform: uppercase;
	letter-spacing: .05em;
	margin-top: 15px;
	margin-bottom: 15px }
h2      {
	color: #0d88a9;
	font-size: 20px;
	line-height: 22px;
	text-transform: uppercase;
	letter-spacing: .05em; }
h2 em, h3 em {
	text-transform: lowercase;
	letter-spacing: normal;
}
h3                       {
	color: #0d88a9;
	font-size: 16px;
	line-height: 17px;
	text-transform: uppercase;
	letter-spacing: .05em;
	font-weight: bold; }
h4        {
	color: #db4b6c;
	font-weight: normal;
	font-style: italic;
	font-size: 15px;
	line-height: 17px; }
h5        {
	color: #858383;
	font-size: 13px;
	font-weight: normal;
	font-style: italic;
	line-height: 15px; }
.clear {
	clear: both }
strong, b {
    font-weight: bold;
}

em, i {
    font-style: italic;
}
.clear {
	clear: both }
.wrapper                                       {
	background: url(images/wrapper-right.png) right top repeat-y, url(images/wrapper-left.png) left top repeat-y #ffffff;
}
	
/*---------HEADER---------*/
.slicknav_menu {
	display: none;
}

.header {
	margin-bottom: 50px;
}

.header .logo {
    margin: 30px auto;
    text-align: center;
    float: left;
    display: inline-block;
}

.header .logo a {
    display: inline-block;
    width: 482px;
    height: 89px;
    background: url(images/logo.png) no-repeat;
    background-size: 100% auto;
}
.header .tagline {
    display: inline-block;
    width: 275px;
    height: 53px;
    background: url(images/tagline.png) no-repeat;
    background-size: 100% auto;
    float: right;
    margin: 60px 0 0;
}


.header-ad {
	text-align: center;
}
	
/*---------CONTENT---------*/

.span_content {
	
}
.span_content img, .span_sidebar img {
    max-width: 100%;
    height: auto;
}

.span_content ul, .span_content ol {
    margin: 0;
    padding: 0;
    margin-bottom: 15px;
}

.span_content ul li {
    list-style-type: none;
    margin: 0 0 3px 10px;
    padding: 0;
}

.span_content ul li:before {
    color: #db4b6c;
    content: '\2022';
    margin: -1px 6px 0 -10px;
    font-weight: bold;
    font-size: 100%;
    vertical-align: middle;
    display: inline-block;
}

.span_content ol li {
    list-style-type: decimal;
    padding: 0 0 10px;
    margin: 0 0 0 20px;
}

h1.pagetitle, h1.archivetitle {
    margin: 0 0 20px;
}

/*---------SIDEBAR---------*/

.sidebar {
	font-size: 93%;
}
.leftsidebar {
	width: 47%;
	float: left;
}
.rightsidebar {
	width: 47%;
	float: right;
}
.midsidebar {
	overflow: hidden;
}
.lowersidebar {
	clear: both;
}

.widget {
    margin-bottom: 40px;
}

.sidebar select {
    color: #989797;
    font-size: 13px;
    font-family: "Playfair Display", Georgia, "Times New Roman", Times, serif;
    font-style: italic;
    line-height: 35px;
    height: 35px;
    padding: 0 8px;
    width: 100%;
    border: 1px solid #d9d9d9;
}
.screen-reader-text {
    display: none;
}

.about {
	
}
.about a {
	font-style: italic;
	color: #858383 !important;
}
.about a:hover {
	color: #db4b6c !important;
}
.social {
	text-align: center;
}
.social h3 {
	display: none;
}
.social a {
	color: #db4b6c !important;
	text-decoration: none;
	font-size: 28px;
	padding: 3px;
}
	.social a:hover {
		color: #0d88a9 !important;
	}
	
.subscribe {
	overflow: hidden;
}
.subscribe h3.widgettitle {
	margin: 0;
}

.emailform, .searchform  {
	clear: both;
	background-color: #ffffff;
	margin: 0px;
	text-align: left;
	max-width: 350px;
	border: 1px solid #eaeaea;
	}
.emailform {
	overflow: hidden;
	border: 1px solid #e6e6e6;
}
.emailform .emailinput, .searchinput {
	color: #989797;
	font-size: 12px;
	line-height: 32px;
	font-family: "Playfair Display", Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	background-color: transparent;
	padding: 0 10px;
	width: 80%;
	vertical-align: middle;
	border-style: none }
.emailform .emailinput:focus, .searchinput:focus {
	color: #5c5a5a;
	font-style: normal; }
.emailform .emailsubmit, .searchsubmit {
	color: #db4b6c;
	background-color: transparent;
	text-transform: uppercase;
	cursor: pointer;
	text-align: right;
	height: 32px;
	width: 20%;
	border-style: none;
	vertical-align: middle;
	font: 14px/28px "Playfair Display", Georgia, "Times New Roman", Times, serif;
	margin: 0 0 0 -4px;
}
.emailform .emailsubmit:hover, .searchsubmit:hover {
	color: #0d88a9 }

/*Featured Posts Widget*/
.featured a, .popular a, .recent a {
	text-decoration: none;
}
.featured {
    text-align: center;
    overflow: hidden;
}

.featured .item {
    width: 47%;
    margin: 0 6% 6% 0;
    float: left;
}

.featured .item:nth-of-type(2n) {
    margin-right: 0;
}

.featured img {
    width: 100%;
    height: auto;
    display: block;
}

.featured h4 {
	display: none;
}
	
.featured .post-meta {
    display: none;
}

.featured a:hover {
    opacity: 0.7;
    filter: alpha(opacity=70);
}

/*Popular Posts Widget*/
.popular {
    text-align: center;
    overflow: hidden;
}

.popular .item {
    width: 47%;
    float: left;
    margin: 0 5% 18px 0;
}

.popular .item:nth-of-type(2n) {
    margin-right: 0;
}

.popular img {
    width: 100%;
    height: auto;
    display: block;
}

.popular h4 {
   
}
	
.popular .post-meta {
    display: none;
}

.popular a:hover {
    opacity: 0.7;
    filter: alpha(opacity=70);
}


/*Category Posts Widget*/
.category-posts {
    text-align: center;
    overflow: hidden;
}

.category-posts .item {
    width: 47%;
    margin: 0 6% 6% 0;
    float: left;
}

.category-posts .item:nth-of-type(2n) {
    margin-right: 0;
}

.category-posts .item img {
    width: 100%;
    height: auto;
    display: block;
}

.category-posts h4 {
   margin: 10px 0 0;
   color: #363636;
}

.category-posts h4 a {
    color: #363636;
}

.category-posts .post-meta {
    display: none;
}

.category-posts a:hover {
    opacity: 0.7;
    filter: alpha(opacity=70);
}


/*Recent Posts Widget*/
.recent {
    overflow: hidden;
}

.recent .item {
    margin-bottom: 20px;
    overflow: hidden;
    text-align: left;
}

.recent img {
    margin-right: 5%;
    width: 30%;
    height: auto;
    float: left;
    display: block;
}

.recent a img {
    display: block;
}

.recent .item:last-of-type {
    margin-bottom: 0;
}

.recentposts .item h4 {
    margin: 10px 0 0;
}

.recent a:hover {
   opacity:0.7;
   filter:alpha(opacity=70); /* For IE8 and earlier */
   
}

.recent .post-meta {
	color: #858383;
	font-size: 11px;
    margin: 0;
}


/*---------POSTS---------*/
.post                  {
	margin-bottom: 60px;
	padding-bottom: 30px;
	border-bottom: 1px solid #eaeaea; }
.singlepost {
	padding-bottom: 20px;
	margin-bottom: 50px;
}
.posttitle {
	text-decoration: none }
h2.posttitle:before {
	width: 48px;
	height: 17px;
	position: relative;
	float: left;
	display: inline-b;
	background: url(images/ribbon.png) no-repeat;
	content: "";
	margin-left: -58px;
	margin-top: 3px;
}
h2.posttitle  {
	color: #0d88a9;
	margin: 0 0 5px 0;
	padding: 0 }
h2.posttitle  a  {
	color: #0d88a9;
	text-decoration: none }
h2.posttitle  a:hover  {
	color: #db4b6c }
.post .edit {
	text-transform: lowercase;
	letter-spacing: 0 }
.postmeta               {
	color: #858383;
	font-size: 11px;
	line-height: 14px;
	font-family: "Playfair Display", Georgia, "Times New Roman", Times, serif;
	text-decoration: none;
	text-transform: uppercase;
	letter-spacing: 0.02em;
	margin-bottom: 15px; }
.postmeta em {
	 color: #989797;
	 text-transform: lowercase;
	 font-family: "Playfair Display", Georgia, "Times New Roman", Times, serif;
	 font-style: italic;
	 letter-spacing: normal;
}
.postmeta a   {
	color: #858383;
	text-decoration: none; }
.postmeta a:hover, .edit a:hover, .metabottom a:hover          {
	color: #db4b6c;
	text-decoration: none }
.post a.more-link, .readmore a     {
	color: #858383;
	font-size: 13px;
	font-family: "Playfair Display", Georgia, "Times New Roman", Times, serif;
	text-transform: uppercase;
	letter-spacing: .05em;
	text-decoration: none; }
.post a.more-link:hover, .readmore a:hover     {
	color: #db4b6c; }
.readmore  {
	margin-top: 15px;
	float: left;
}
.metabottom                   {
	margin-top: 40px;
	line-height: 30px;
	height: 35px; }
.metabottom .left      {
	width: 70%;
	float: left }
.metabottom .right      {
	text-align: right;
	width: 30%;
	float: right }
.metabottom a  { }
.metabottom a:hover  { }
.ccount {
	float: right;
	display: inline-block;
}
.metabottom .ccount     {
	float: right;
	display: inline-block;
	background: url(images/commentbg.png) 0 center no-repeat;
}
.ccount a    { 
	text-align: center;
	display: inline-block;
	text-decoration: none;
	padding: 0 0 0 18px;
}
.postmeta .tag    { 
	width: 13px;
	height: 13px;
	display: inline-block;
	vertical-align: middle;
	margin-right: 5px;
	margin-top: -1px;
}

a.post-edit-link, a.comment-edit-link, a.comment-reply-link  {
	color: #fff;
	font-size: 9px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	background-color: #858383;
	text-transform: uppercase;
	letter-spacing: 0;
	margin-left: 8px;
	padding: 1px 3px }
a.post-edit-link:hover, a.comment-edit-link:hover, a.comment-reply-link:hover {
	color: #fff;
	background-color: #5c5a5a }
.alignleft {
	margin-right: 10px;
	float: left }
.alignright {
	margin-left: 10px;
	float: right }
.aligncenter {
	text-align: center;
	display: block;
	margin-right: auto;
	margin-left: auto }
.post blockquote        {
	color: #858383;
	font-style: italic;
	padding-right: 20px;
	padding-left: 20px;
	border-left: 4px solid #c4c3c1 }
.wp-caption {
	max-width: 100% !important;
	text-align: left }
.wp-caption p   {
	color: #858383;
	font-size: 10px;
	text-align: center;
	margin-top: 2px;
	padding-right: 10px }

/*-RECIPE STYLES-*/
.recipe                          {
	color: #5c5a5a;
	font-style: normal;
	background-color: #f5f5f5;
	font-style: normal;
	margin-bottom: 15px;
	padding: 30px;
	overflow: hidden;
	border: none }
.recipe h2                     {
	color: #0d88a9;
	margin-top: 0px;
	margin-bottom: 8px;
	font-size: 26px;
	line-height: 26px; }
.recipe h3                    {
	color: #0d88a9;
	margin-top: 25px;
	margin-bottom: 10px;
	clear: left; }
.recipe h4 {
	font-weight: normal;
}
.recipe h5 {
	font-weight: normal;
	margin-bottom: 10px;
}
.recipe p        {
	margin-top: 5px;
	margin-bottom: 12px }
.ingredients h3 {
	
}
.directions h3 {
	margin-top: 20px;
}
.recipe ol li:last-child, .recipe ul li:last-child {
	margin-bottom: 0;
	padding-bottom: 0;
}
.recipe .recipemeta, .recipe .summary   {
	margin-top: 1px;
	margin-bottom: 1px;
	clear: left }
.recipe .notes  {
	color: #858383;
	font-style: italic;
	font-size: 12px;
	margin-top: 20px;
	margin-bottom: 0;
	clear: left }
.recipe .notes p:last-child {
	margin-bottom: 0;
}
.recipe .source   {
	color: #858383;
	font-size: 11px;
	line-height: 13px;
	text-transform: uppercase;
	letter-spacing: .03em;
	margin-top: 25px;
	text-align: right;
	clear: left }
.recipe .source p {
	margin: 0;
}
.recipe .time           {
	color: #858383;
	font-size: 10px;
	line-height: 14px;
	font-family: "Playfair Display", Georgia, "Times New Roman", Times, serif;
	text-transform: uppercase;
	letter-spacing: .03em;
	margin: 0; }
.recipe .time p {
	display: inline-block;
	margin: 0 15px 0 0;
	padding: 0 }
.recipe .time strong  {
	font-family: "Playfair Display", Georgia, "Times New Roman", Times, serif;
	text-transform: lowercase;
	font-style: italic;
	color: #989797;
	font-size: 11px;
	font-weight: normal; }

.recipe .ingredients {
	margin-bottom: 15px }
.recipe .photo {
	display: block;
	margin-bottom: 5px;
	width: 140px;
	height: 140px;
	float: right }
.printbutton         {
	text-align: center;
	font-size: 11px;
	line-height: 13px;
	font-family: "Playfair Display", Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	text-transform: lowercase;
	width: 140px;
	margin-top: 5px;
	clear: right;
	float: right;
	background: url(images/printribbon.png) 0 5px no-repeat;
}
.printbutton a {
	display: inline-block;
	text-align: center;
	text-decoration: none;
	color: #989797;
	width: 28px;
}
	.printbutton a:before {
		content: "";
		width: 28px;
		height: 28px;
		background: url(images/print.png) no-repeat;
		background-size: 100% auto;
		display: block;
		margin: 0 auto;
	}
.printbutton a:hover {
	color: #db4b6c;
}
.printbutton img { }
.addthis_toolbox  {
	margin-top: 25px;
	margin-bottom: 50px; }
.addthis_toolbox a.addthis_button_google_plusone {
	display: inline;
	margin: 0;
	padding: 0;
	width: 80px }
.addthis_toolbox a.addthis_pill_style {
	margin-left: 20px }
.post .adspace {
	margin-bottom: 25px }
.postnav   {
	font-size: 11px;
	font-family: "Playfair Display", Georgia, "Times New Roman", Times, serif;
	text-transform: uppercase;
	margin-bottom: 40px;
	padding-bottom: 4px;
	overflow: hidden;
	border-bottom: 1px solid #f3f3f4 }

/*---------TEASER STYLES---------*/

.teaser-posts {
	overflow: hidden;
}
.teaser-post {
	text-align: left;
	margin: 0 0 40px;
	padding: 0 0 40px;
}

.teaser-post a {
	text-decoration: none;
}

.teaser-post img {
	width: 35%;
	float: right;
	height: auto;
}
.teaser-post .post-content {
	width: 65%;
	float: left;
	padding-right: 5%;
}
.teaser-post h2 {
	margin: 0 0 12px;
}
	h2.posttitle:before {
		
	}
.teaser-post a:hover {
	opacity:0.7;
	filter:alpha(opacity=70); /* For IE8 and earlier */
	
}
.teaser-post .postmeta {
	margin: 0;
}
.teaser-post p {
	margin: 10px 0;
	font-size: 95%;
	line-height: 1.7;
}
.teaser-post .metabottom {
	margin: 0;
}


/*---------ARCHIVE STYLES---------*/

h2.archivetitle, h3.archivetitle {
	margin: 0 0 20px;
}
.archives        {
	overflow: hidden }
.archivepost             {
	width: 31%;
	margin: 0 3.5% 3.5% 0;
	float: left;
	text-align: center; }
	.archivepost:nth-child(3n) {
		margin-right: 0 }
	.archivepost:nth-child(3n +1) {
		clear: left; }
.archivepost img     {
	width: 100%;
	height: auto }
.archivepost a {
	text-decoration: none; }
	.archivepost a:hover {
		opacity:0.7;
		filter:alpha(opacity=70); /* For IE8 and earlier */
	}
.archivepost h4 {
	margin: 5px 0;}

.archiveslist      {
	color: #6b6963;
	font-size: 13px;
	line-height: 18px;
	list-style-type: disc;
	margin-top: 0;
	margin-bottom: 20px;
	overflow: hidden;
	-moz-column-count: 3;
	-moz-column-gap: 20px;
	-webkit-column-count: 3;
	-webkit-column-gap: 20px;
	column-count: 3;
	column-gap: 20px; }

.archiveslist a:link, .subcategories a:link  {
	color: #6b6963;
	text-decoration: none }
.archiveslist a:visited, .subcategories a:visited  {
	color: #919394;
	text-decoration: none }
.archiveslist a:hover, .subcategories a:hover   {
	color: #0d88a9 }
.archiveslist a:active, .subcategories a:active   {
	color: #0d88a9 }
.archiveslist em     {
	color: #858383;
	font-size: 10.5px }
.subcategories li ul li  {
	color: #0d88a9; }
.subcategories li ul {
	overflow: hidden;
	-moz-column-count: 4;
	-moz-column-gap: 10px;
	-webkit-column-count: 4;
	-webkit-column-gap: 10px;
	column-count: 4;
	column-gap: 10px }
.subcats    {
	margin-bottom: 40px }
.linkdirectory li.linkcat  {
	background-image: none;
	list-style-type: none;
	margin-bottom: 5px;
	margin-left: 0;
	padding-bottom: 0;
	padding-left: 0 }
.linkdirectory h3    {
	color: #858383 }
.linkdirectory li ul li  {
	list-style-type: none }
.linkdirectory a:link {
	color: #5c5a5a;
	text-decoration: none }
.linkdirectory a:visited {
	color: #888685;
	text-decoration: none }
.linkdirectory a:active {
	color: #5c5a5a;
	text-decoration: none }
.linkdirectory a:hover {
	color: #0d88a9;
	text-decoration: none }
.tagindex li {
	margin: 0;
	padding: 0;
}
.tagindex li:before  {
	display: none !important; }
.tagindex a     {
	font-size: 11px;
	font-family: "Playfair Display", Georgia, "Times New Roman", Times, serif;
	line-height: 20px;
	text-align: center;
	display: block;
	margin-right: 2px;
	width: 17px;
	height: 19px;
	float: left;
	border: solid 1px #f6f5f5 }
.tagindex a:link   {
	color: #919394;
	text-decoration: none }
.tagindex a:visited    {
	color: #858383;
	text-decoration: none }
.tagindex a:active   {
	color: #919394;
	text-decoration: none }
.tagindex a:hover   {
	color: #fff;
	text-decoration: none;
	background-color: #0d88a9 }
.tagtitle   {
	color: #858383;
	text-transform: uppercase;
	font-size: 15px;
	font-weight: normal; }
.tagtitle a  {
	text-decoration: none;
	text-transform: none }
.tagtitle em  {
	color: #858383;
	font-family: "Playfair Display", Georgia, "Times New Roman", Times, serif;
	font-style: normal;
	margin-left: 10px;
	float: right }
.tagtitle em a  {
	color: #858383;
	font-size: 10px }
.tagtitle a:hover  {
	color: #0d88a9 }

/*----FORMS----*/
#submit, .submitbutton, #commentform #submit          {
	color: #fff;
	font-size: 14px;
	font-family: "Playfair Display", Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	line-height: 14px;
	background-color: #0d88a9;
	text-transform: uppercase;
	letter-spacing: .03em;
	cursor: pointer;
	margin-top: 5px;
	padding: 5px 12px 5px;
	border-style: none;    }
#submit:hover, .submitbutton:hover, #commentform #submit:hover        {
	background-color: #db4b6c }
.commentinput, .styledinput, .captchainput, #commentform input           {
	color: #919394;
	font-size: 13.5px;
	font-family: "Playfair Display", Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	border: 1px solid #eaeaea;
	margin-bottom: 7px;
	padding: 7px; }
#commentform input {
	width: 100%;
}
#commentform textarea {
	color: #919394;
	font-size: 13.5px;
	font-family: "Playfair Display", Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	background-color: #fff;
	margin-bottom: 7px;
	padding: 10px;
	border: 1px solid #eaeaea;
	width: 100%
}
#commentform #submit {
	width: auto;
}
.wpcf7-form   {
	font-family: "Playfair Display", Georgia, "Times New Roman", Times, serif;
	width: 100% }
.wpcf7-form .formfield  {
	overflow: hidden }
.wpcf7-form p  {
	color: #0d88a9;
	font-size: 13px;
	line-height: 30px;
	text-align: right;
	text-transform: uppercase;
	display: block;
	margin: 0 20px 0 0;
	padding: 7px 0;
	width: 100px;
	float: left }
.wpcf7-form .captcha  {
	color: #0d88a9;
	font-size: 13px;
	line-height: 30px;
	text-align: right;
	text-transform: uppercase;
	display: block;
	margin: 0 15px 0 5px;
	padding: 7px 0;
	width: 100px;
	float: left }
.wpcf7-form .styledinput  {
	display: block;
	margin: 0;
	width: 400px;
	float: left }
.wpcf7-form .captchainput  {
	width: 100px }
.wpcf7-form .submit {
	margin-left: 120px;
	clear: both }
/*Footer*/
.footer-ad {
	text-align: center;
}
.footer                                     {
	overflow: hidden;
	margin: 20px 0 0;
	padding-bottom: 20px;
	 }


/*Sub Footer*/
.subfooter  {
	font-size: 11px;
	line-height: 16px;
	color: #858383;
	font-family: "Playfair Display", Georgia, "Times New Roman", Times, serif;
	text-transform: uppercase;
	letter-spacing: .02em;
	margin-top: 20px;
	padding: 20px 0 1px;
	clear: both;
	overflow: hidden;
	border-top: 1px solid #e6e6e6;
}
.subfooter a:link, .subfooter a:visited, .subfooter a:active        {
	color: #858383;
	text-decoration: none }
.subfooter a:hover        {
	color: #db4b6c }
.footernav       {
	width: 70%;
	float: left }
.footernav li    {
	display: inline-block;
	margin: 0 15px 0 0px;
	padding: 0 }
.copyright               {
	text-align: right;
	width: 30%;
	float: right }
.copyright em {
	color: #989797;
	text-transform: lowercase;
	font-family: "Playfair Display", Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	letter-spacing: normal;
	font-size: 12px;
}
.footer .footerad    {
	clear: both;
	margin: 18px 0 5px;
	text-align: center; }
/*Comments*/
#comments           {
	margin-bottom: 10px }
#respond, #pings            {
	margin-top: 55px }
#comment-list          {
	font-size: 13px;
	line-height: 18px;
	list-style-type: none;
	margin-top: 0;
	padding-top: 10px;
	border-bottom: 1px solid #e6e6e6;
	padding-bottom: 0;
}
#comment-list li           {
	list-style-type: none;
	margin: 0;
	padding: 25px 10px 18px 60px;
	border-top: 1px solid #e6e6e6; }
#pinglist {
	font-size: 13px;
	line-height: 18px;
	list-style-type: none;
	margin-top: 0;
	margin-bottom: 10px;
	padding-top: 0 }
#pinglist li {
	list-style-type: decimal;
	margin: 0 0 20px 20px;
	padding: 0 0 0 }
#comment-list li.bypostauthor         {
	background-color: #fff;
	background-image: url("images/bg.png");
	padding: 13px 10px 13px 73px }
#comment-list li p    {
	margin: 2px 40px 6px 0;
	padding: 0 }
a.commentnumber {
	color: #eeedec;
	font-size: 24px;
	font-family: "Playfair Display", Georgia, "Times New Roman", Times, serif;
	text-decoration: none;
	float: right }
.comment-meta         {
	color: #858383;
	font-size: 11px;
	font-family: "Playfair Display", Georgia, "Times New Roman", Times, serif;
	text-transform: uppercase;
	margin: 0 0 4px;
	padding: 0 }
.comment-meta a {
	color: #858383 }
.comment-meta strong           {
	font-family: "Playfair Display", Georgia, "Times New Roman", Times, serif;
	color: #0d88a9;
	font-size: 13px;
	font-weight: bold;
	text-transform: uppercase;
	letter-spacing: .03em; }
.comment-meta strong a            {
	color: #0d88a9;
	font-size: 14px;
	text-decoration: none; }
.comment-meta em {
	text-transform: lowercase;
}
.comment-meta a:hover         {
	color: #db4b6c; }
.comment-meta a.comment-edit-link, .comment-meta a.comment-reply-link {
	color: #fff;
	text-decoration: none }
.commentnumber       {
	display: inline }
#comment-list .avatar    {
	display: inline;
	margin-top: 0;
	margin-bottom: 7px;
	margin-left: -60px;
	float: left }

.commentnav {
	color: #858383;
	font-size: 10px;
	font-family: "Playfair Display", Georgia, "Times New Roman", Times, serif;
	text-transform: uppercase;
	letter-spacing: .03em;
	background: url(images/bg.png);
	text-align: left;
	margin: 15px 0 -10px;
	padding: 8px 10px 7px }
.commentnavbottom {
	margin: -5px 0 0px;
}
.commentnav em {
	font-style: normal;
	margin-right: 15px }
.commentnav em img {
	margin-right: 2px;
	vertical-align: middle }
.commentnav .page-numbers {
	color: #858383;
	text-decoration: none;
	padding: 3px 5px;
	border: 1px #eeeded }
.commentnav .current {
	color: #db4b6c;
	background-color: #fff }
.commentnav .next, .commentnav .prev, .commentnav .dots {
	border-style: none }
.commentnav a:hover {
	color: #fff;
	background-color: #0d88a9 }
.commentnav .alignright a {
	color: #858383;
	text-decoration: none }
.commentnav .alignright a:hover {
	color: #db4b6c;
	text-decoration: none;
	background-color: transparent }
/*threaded comments*/
#comment-list li ul {
	margin: 0;
	padding: 0 }
#comment-list li ul li           {
	list-style-type: none;
	margin: 10px 30px 10px 0;
	padding: 13px 10px 13px 73px;
	border-bottom: medium none }
#cancel_reply, #cancel_reply a       {
	color: #0d88a9;
	font-size: 11px;
	font-weight: bold }
.thdrpy a  {
	color: #fff;
	font-size: 9px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	background-color: #858383;
	text-transform: uppercase;
	letter-spacing: 0;
	text-decoration: none;
	padding: 1px 3px }
.thdrpy a:hover {
	color: #fff;
	background-color: #5c5a5a }

/*---------PAGE NUMBERS---------*/

.pagination {
    font-family: 'roble_alt', Georgia, "Times New Roman", Times, serif;

    text-transform: uppercase;
    letter-spacing: .08em;
    clear: both;
    text-align: center;
    font-size: 12px;
    margin: 0 0 25px;
    overflow: hidden;
}

.pagination .page-numbers {
    color: #a1a1a1;
    padding: 5px 10px;
    border: solid 1px #ffffff;
    text-decoration: none;
    display: inline-block;
}
	.pagination span.page-numbers.current {
	    color: #0d88a9;
	    font-weight: bold;
	}
	.pagination span.page-numbers.dots {
	    border: none;	}
.pagination a.page-numbers:hover {
    color: #db4b6c;
}
/*---------MAIN DROPDOWN MENU---------*/

#main_nav   {
	clear: both;
	height: 48px;
	font-family: 'playfair display', Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	text-transform: uppercase;
	letter-spacing: .08em;
	font-size: 12px;
	line-height: 48px;
	display: block;
	text-align: center;
	padding: 0;
	margin: 0 0 30px 0;
	border-top: 1px dashed #e6e6e6;
	border-bottom: 1px solid #e6e6e6;
}

#main_nav ul {
	margin: 0 auto;
	float: none;
}
#main_nav li    {
	display: inline-block;
	margin: 0; 
	padding: 0;
	position: relative;
	text-align: center;
	}
#main_nav li a  {
	display: block;
	padding: 0 15px;
	text-decoration: none;
	color: #858383;
	}
#main_nav a:hover, #main_nav li:hover>a {
	color: #db4b6c;
	}

/*Sub Menus Level 1 */
#main_nav ul ul { 
	display: none;
	position: absolute;
	top: 46px;
	left: 0;
	margin-left: 0;
	background-color: #e6e6e6;
	font-size: 11px;
	line-height: 28px;
	padding: 0;
	text-align: left;
	}
#main_nav ul ul li {
	float: none;
	width: 160px;
	text-align: left;
	}
#main_nav ul ul li a {
	padding: 5px 15px;
	line-height: 20px;
	text-align: left;
	
}
#main_nav ul ul li a:hover {
		color: #db4b6c;
	}
#main_nav ul li:hover > ul {
	display: block;
	}
	

	/* Show indicator for menu items with children */
	#main_nav ul li.menu-item-has-children>a:after {
		content: '+';
		display: inline;
		margin: 2px 0 0 3px;
	}
	
	/* Show indicator for menu items with children */
	#main_nav ul ul li.menu-item-has-children>a:after {
		content: '>';
		float: right;
		display: inline;
		margin: 2px 0 0 3px;
	}
	
	#main_nav ul ul a:hover, #main_nav ul ul li:hover>a {
		background-color: #d6d5d5;
		}
		
/*Sub Menus Level 2*/
#main_nav ul ul li ul {
	left: 160px;
	top: 0;
	margin: 0;
	padding: 0;
	background-color: #d6d5d5;
	}
	
/* Top Search */
#main_nav li.search {
	display: none;
}
.header-search {
	margin: 0;
	display: inline-block;
	position: relative;
	margin: 7px 0 0;
}
	.header-search input[type=search] {
		-webkit-appearance: textfield;
		-webkit-box-sizing: content-box;
		font-family: inherit;
		font-size: 100%;
	}
	.header-search input::-webkit-search-decoration,
	.header-search input::-webkit-search-cancel-button {
		display: none; 
	}
	
	
	.header-search input[type=search] {
		border: none;
		background-color: transparent;
		color: #ffffff;
		padding: 5px 10px 5px 10px;
		margin-right: 30px;
		width: 55px;
		-webkit-transition: all .5s;
		-moz-transition: all .5s;
		transition: all .5s;
		font: italic 12px Georgia, "Times New Roman", Times, serif;
	}

	.header-search input[type=search]:focus {
		width: 150px;
		background-color: #fff;
		color: #424242;
	}
	
	.header-search .search-submit {
		font-size: 16px;
		font-weight: normal;
		line-height: 25px;
		background-color: transparent;
		font-family: "fontello";
		color: #ffffff;
		cursor: pointer;
		border-style: none;   
		padding: 0 2px;
		width: auto;
		margin: 0 0 0 -4px; 
		-webkit-transition: all .2s ease-in-out;
		-moz-transition: all .2s ease-in-out;
		transition: all .2s ease-in-out;
		position: absolute;
		right: 0;
	}
	.header-search .search-submit:hover {
		color: #444444;
	}

/* ---- FONTELLO ---- */
@font-face {
    font-family: 'fontello';
  src: url('fonts/fontello.eot?86037057');
  src: url('fonts/fontello.eot?86037057#iefix') format('embedded-opentype'),
       url('fonts/fontello.woff?86037057') format('woff'),
       url('fonts/fontello.ttf?86037057') format('truetype'),
       url('fonts/fontello.svg?86037057#fontello') format('svg');
  font-weight: normal;
  font-style: normal;
}

[class^="icon-"]:before, [class*=" icon-"]:before {
    font-family: "fontello";
    font-style: normal;
    font-weight: normal;
    speak: none;
    display: inline-block;
    text-decoration: inherit;
    font-variant: normal;
    text-transform: none;
    line-height: 1em;
}

.icon-rss:before { content: '\e809'; } /* '' */
.icon-rss-circled:before { content: '\e800'; } /* '' */
.icon-twitter:before { content: '\e80a'; } /* '' */
.icon-twitter-circled:before { content: '\e80b'; } /* '' */
.icon-instagram:before { content: '\e806'; } /* '' */
.icon-instagram-circled:before { content: '\e801'; } /* '' */
.icon-facebook:before { content: '\e80c'; } /* '' */
.icon-facebook-circled:before { content: '\e80d'; } /* '' */
.icon-gplus:before { content: '\e80e'; } /* '' */
.icon-gplus-circled:before { content: '\e80f'; } /* '' */
.icon-pinterest:before { content: '\e810'; } /* '' */
.icon-pinterest-circled:before { content: '\e811'; } /* '' */
.icon-stumbleupon:before { content: '\e812'; } /* '' */
.icon-stumbleupon-circled:before { content: '\e813'; } /* '' */
.icon-snapchat:before { content: '\e804'; } /* '' */
.icon-snapchat-circled:before { content: '\e802'; } /* '' */
.icon-youtube:before { content: '\e807'; } /* '' */
.icon-youtube-circled:before { content: '\e803'; } /* '' */
.icon-mail:before { content: '\e823'; } /* '' */
.icon-mail-circled:before { content: '\e822'; } /* '' */
.icon-heart:before { content: '\e827'; } /* '' */
.icon-heart-circled:before { content: '\e826'; } /* '' */
.icon-star:before { content: '\e829'; } /* '' */
.icon-star-circled:before { content: '\e828'; } /* '' */

.icon-comment:before { content: '\e805'; } /* '' */
.icon-print:before { content: '\e808'; } /* '' */
.icon-cancel:before { content: '\e814'; } /* '' */
.icon-menu:before { content: '\e815'; } /* '' */
.icon-clock:before { content: '\e81d'; } /* '' */
.icon-search:before { content: '\e81e'; } /* '' */

.icon-favicon:before { content: '\e824'; } /* '' */
.icon-quote-left:before { content: '\e825'; } /* '' */
.icon-quote-right:before { content: '\e81f'; } /* '' */

.icon-up:before { content: '\e82c'; } /* '' */
.icon-down:before { content: '\e820'; } /* '' */
.icon-left:before { content: '\e82a'; } /* '' */
.icon-right:before { content: '\e82b'; } /* '' */
