/*
Theme Name: Save Paradise Forest
Theme URI: https://wordpress.org/themes/twentythirteen/
Author: Willi Svoboda
Author URI: http://webartig.at/
Description: Child of 2013 theme for WordPress
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: 
Template: twentythirteen

*/


/*@font-face { font-family: 'Droid Serif';
             src: url('font/DroidSerif-Regular.ttf') format('truetype'); }
@font-face { font-family: 'Lora';
             src: url('font/Lora-Regular.ttf') format('truetype'); }

@font-face { font-family: 'Roboto';
             src: url('font/Roboto-Light.ttf') format('truetype'); }
*/

@font-face {
  font-family: 'Droid Serif';
  src: url('font/droidserif-regular-webfont.woff2') format('woff2'),
       url('font/droidserif-regular-webfont.woff')  format('woff');
}
@font-face {
  font-family: 'Lora';
  src: url('font/lora-regular-webfont.woff2') format('woff2'),
       url('font/lora-regular-webfont.woff')  format('woff');
}
@font-face {
  font-family: 'Roboto';
  src: url('font/roboto-regular-webfont.woff2') format('woff2'),
       url('font/roboto-regular-webfont.woff')  format('woff');
}


html,
button,
input,
select,
textarea {
	font-family: 'Roboto', sans-serif;
	font-weight: 300;
}
body {
	font-family: 'Roboto'!important;
	font-weight: 300!important;
}

p {
	margin: 0 0 15px 0;
	line-height: 1.6;
}


a {
	color: #141412;
	text-decoration: none;
}

a:visited {
	color: #141412;
}

a:focus {
	outline: thin dotted;
}

a:active,
a:hover {
	color: #77776B;
	outline: 0;
	text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
	font-family: 'Lora', serif;
	line-height: 1.3;
	font-weight: 300;
	}
h1 {
	font-size: 40px;
	margin: 0;
}
h1.entry-title {
	font-weight: 300;
	margin: 0 0 35px 0;
}

h2 {
	font-size: 27px;
	font-weight: 300;
	margin: 25px 0;
}


th {
	font-weight: normal;
	text-transform: normal;
}

td {
	border-top: 0px solid #ededed;
	padding: 6px 10px 6px 0;
}

menu,
ol,
ul {
	margin: 0;
	padding: 0;
}



/** Forms **/ 


fieldset {
	border: 0px solid #c0c0c0;
	margin: 0 2px;
	min-width: inherit;
	padding: 0.35em 0.625em 0.75em;
}

button,
input,
textarea {
/*	border: 1px solid #B1C903;
	font-family: inherit;
	padding: 3px;
*/
	padding: 5px;
    	display: block;
    	border: 1px;
    	border-color: #ddd;
    	background-color: #f4f4f4;
    	color: #444;
    	font-size: 13px;
    	margin: 0;
    	line-height: normal;
}
input,
textarea {
	color: #141412;
	max-width: 450px;
	width: 100%;
}

input:focus,
textarea:focus {
	border: 0px solid #E09000;
	outline: 0;
}

.red {
	color: red;
	font-size: 11px;
}
input[type="checkbox"],
input[type="radio"] {
	padding: 0;
	width: auto;
	margin-right: 5px;
	display: inline-block
}

/* Counter */

.counter {
	font-size: 5em!important;
	background-color: #993433!important;
	font-family: "Lora", serif!important;
	color: #b1c903!important
}

#counter {
	
}
p#counter {
	display: inline-block;
	font-size: 120px!important;
	font-family: "Lora", serif!important;
	color: #993433!important;
	position: relative;
	top: -25px
}
.counter_wrapper {
	width: 100%;
	height: 150px;
	background-image:url('/wp-content/themes/saveparadiseforest/images/counter_bg.jpg');
	background-size: cover;
}
.counter-inner {
	max-width: 1200px;
	width: 100%;
	margin: 0 auto;
	padding: 0;
	max-height: 150px;
	font-family: "Lora", serif!important;
}
.counter-inner-number {
	display: inline-block;
	width: 50%;
	text-align: right;
	margin-right: 25px
}
.counter-inner-text {
	display: inline-block;
	width: 45%;
	position: relative;
	top: -45px
}
.counter-inner-text a {
	font-style: italic;
	color: #666
}
.counter-inner-text a:hover {
	font-style: italic;
	color: #141412
}


/*
 *	Form Speak Out Petition
 */


/* line 56, /Users/Kreg/Sites/speakout/wp-content/plugins/speakout/css/theme-basic.less */
.dk-speakout-petition-wrap input[type=text],
.dk-speakout-message,
.dk-speakout-message-editable textarea {
	padding: 0 10px;
    	display: block;
    	border: 1px;
    	border-color: #ddd;
    	background-color: #f4f4f4;
    	color: #444;
    	font-size: 14px;
    	margin: 0;
    	line-height: normal;
}
.dk-speakout-petition-wrap {
	background: transparent;
	font: normal 15px/1.4em Helvetica, Arial, sans-serif;
	margin: .5em 0 .5em 0;
	width: 100%;
}
.dk-speakout-full {
	display: inline-block;
	margin: 8px 0 0 0 /* 3% */;
	width: 55%;
}
/* line 92, /Users/Kreg/Sites/speakout/wp-content/plugins/speakout/css/theme-basic.less */
.dk-speakout-optin-wrap input {
	margin: 0 0 0 0;
	position: relative;
	top: 1px;
	vertical-align: bottom;
	float: left;
	width: 10%
}
.dk-speakout-submit-wrap {
  margin: 10px auto 30px 0;
  text-align: center;
  max-width: 600px;
  width: 100%
}
/* line 106, /Users/Kreg/Sites/speakout/wp-content/plugins/speakout/css/theme-basic.less */
.dk-speakout-submit {
  background: #993433; /* Old browsers */
	background: -webkit-linear-gradient(top, #993433 0%, #993433 100%); /* Chrome 10+, Safari 5.1+ */
	background:   linear-gradient(to bottom, #993433 0%, #993433 100%); /* W3C */
	border: none;
	border-bottom: 0px solid #b93207;
	border-radius: 2px;
	color: #fff;
	display: inline-block;
	padding: 6px 24px 7px 24px;
	text-decoration: none;
	text-shadow:none;
}
.dk-speakout-submit:hover {
	background: #989a34; /* Old browsers */
	background: -webkit-linear-gradient(top, #989a34 0%, #989a34 100%); /* Chrome 10+, Safari 5.1+ */
	background:   linear-gradient(to bottom, #989a34 0%, #989a34 100%); /* W3C */
	border: none;
	border-bottom: 0px solid #b93207;
	border-radius: 2px;
	color: #fff;
	display: inline-block;
	padding: 6px 24px 7px 24px;
	text-decoration: none;
}
.dk-speakout-submit span {
  color: #fff;
  font-size: 15px;
  padding: 10px;
  font-family: 'Roboto' , sans-serif;
  font-weight: 300
}
.dk-speakout-optin-wrap {
	max-width: 600px;
	width: 100%;
}
/* line 185, /Users/Kreg/Sites/speakout/wp-content/plugins/speakout/css/theme-basic.less */
.dk-speakout-share {
  font-weight: bold;
  padding: 0 2% 1em 2%;
  max-width: 600px;
  width: 100%;
}

/** Newsletter **/

/** Socila Media **/

.shariff ul {
  padding: 0;
  margin: 20px 0 0 0;
}

/* Buttons */


button,
input[type="submit"],
input[type="button"],
input[type="reset"] {
	background: #993433; /* Old browsers */
	background: -webkit-linear-gradient(top, #993433 0%, #993433 100%); /* Chrome 10+, Safari 5.1+ */
	background:   linear-gradient(to bottom, #993433 0%, #993433 100%); /* W3C */
	border: none;
	border-bottom: 0px solid #b93207;
	border-radius: 2px;
	color: #fff;
	display: inline-block;
	padding: 6px 24px 7px 24px;
	text-decoration: none;
}

button:hover,
button:focus,
input[type="submit"]:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:focus,
input[type="button"]:focus,
input[type="reset"]:focus {
	background: #989a34; /* Old browsers */
	background: -webkit-linear-gradient(top, #989a34 0%, #989a34 100%); /* Chrome 10+, Safari 5.1+ */
	background:   linear-gradient(to bottom, #989a34 0%, #989a34 100%); /* W3C */
	outline: none;
}

button:active,
input[type="submit"]:active,
input[type="button"]:active,
input[type="reset"]:active {
	background: #d94412; /* Old browsers */
	background: -webkit-linear-gradient(top, #d94412 0%, #e05d22 100%); /* Chrome 10+, Safari 5.1+ */
	background:   linear-gradient(to bottom, #d94412 0%, #e05d22 100%); /* W3C */
	border: none;
	border-top: 0 solid #b93207;
	padding: 6px 24px 7px 24px;
}


/**
 * 3.0 Basic Structure
 * ----------------------------------------------------------------------------
 */

/* Counter */



#header_wrappper {
	width: 100%;
	position: fixed;
	z-index: 9;
	background-color: rgba(255,255,255,0.95);
	box-shadow: 0px 2px 10px rgba(51,51,51,0.1);
}

.site {
	background-color: transparent;
	border-left: 0px solid #f2f2f2;
	border-right: 0px solid #f2f2f2;
	margin: 0 auto;
	max-width: 100%;
	width: 100%;
	position: absolute;
	top: /*264px;*/ 114px;
}
.site-sub {
	background-color: transparent;
	border-left: 0px solid #f2f2f2;
	border-right: 0px solid #f2f2f2;
	margin: 0 auto;
	max-width: 100%;
	width: 100%;
	position: absolute;
	top: 114px;
}

.hentry {
	padding: 110px 0 20px 0;
}

.entry-header,
.entry-content,
.entry-summary,
.entry-meta {
	margin: 0 auto;
	max-width: 1200px;
	width: 100%;
}
.entry-header {
	margin-bottom: 15px 
}
.entry-content img.alignleft,
.entry-content .wp-caption.alignleft {
	margin-left: 0px;
}
.entry-content blockquote {
	font-size: 21px;
}

.entry-content {
	-webkit-hyphens: none;
	-moz-hyphens:    none;
	-ms-hyphens:     none;
	hyphens:         none;
	word-wrap: break-word;
}
.entry-content h1,
.entry-content p {
	text-align: left; /* center */
}

.entry-content a,
.comment-content a,
.entry-content a:visited,
.comment-content a:visited {
	color: #aa672c;
}

.entry-content a:hover,
.comment-content a:hover {
	color: #ea9629;
}


.entry-content a:hover,
.comment-content a:hover {
	color: #141412; /* #ea9629; */
	text-decoration: none
}

.entry-title a,
.entry-title a:visited {
	color: #141412;
}

.entry-title a:hover {
	color: #77776B;
	text-decoration: none
}

.entry-thumbnail img {
	display: block;
	margin: 0 25px 0 0;
	float: left;
}
.entry-thumbnail a:hover img {
	-webkit-filter: grayscale(100%);
	filter: grayscale(100%);
}

#logo_bg {
	width: 320px; /* 180px; */
	position: absolute;
	top: /* 365px; */ 0;
	left: 0;
	z-index: 4;
}

#logo {
	width: 100%;
	z-index: 5;
/*	position: relative; */
	top: 0;
	left: 0;
	margin: 0;
	box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.2), 0 6px 8px 0 rgba(0, 0, 0, 0.19);
}

#logo img {
	width: 100%;
	/* background: rgba(255,255,255,0.75); */
	padding: 0px
}
#logo-subpages {
	max-width: 1200px;
	width: 100%;
	z-index: 2;
	position: relative;
	margin: 10px auto;
}

#logo-subpages img {
	width: 7%
}

/* Navbar */
.navbar {
/*	background-color: rgba(119,173,26,0.9); */
/*	background-color: rgba(255,255,255,0.8); */
	background-color: transparent;
	margin: 0 auto;
	max-width: 1200px;
	width: 100%;
	height: 110px; /* 44px; */
	border-bottom: 0px solid #77ad1a;
	position: relative;
	top: 0;
	z-index: 3;
/*	box-shadow: 0px 10px 10px rgba(51,51,51,0.6); */
	}

/** Error Page **/

.error404 .page-title:before {
	color: #993433;
	content: "\f423";
	font-size: 250px;
	line-height: 0.6;
	overflow: hidden;
	position: absolute;
	left: 7px;
	top: 28px;
}
.error404 .page-wrapper {
	background-color: #efefef;
}
.error404 .page-header,
.error404 .page-content {
	margin: 0 auto;
	max-width: 1200px;
	padding-bottom: 0;
	width: 100%;
}
.error404 .page-title {
	line-height: 0.6;
	margin: 0;
	padding: 100px 300px;
	position: relative;
	text-align: center;
	width: auto;
}

/**
 * 4.2 Navigation
 * ----------------------------------------------------------------------------
 */
/*
.main-navigation {
	clear: both;
	margin: 27px auto 0 auto;
	max-width: 1200px;
	min-height: 45px;
	position: relative;
	text-align: right;
	padding: 0 0 0 0;
}
*/
.main-navigation {
	clear: both;
	margin: 19px /* 42px */ auto 0 auto;
	max-width: 1200px;
	position: relative;
	text-align: right;
	padding: 0 /* 63px */ 0 0 0;
}


ul.nav-menu,
div.nav-menu > ul {
	margin: 0;
	padding: 0;
}

.nav-menu li a {
	color: #3f3e3e;
	display: block;
	font-size: 17px;
	line-height: 0.85;
	padding: 14px 20px 15px 20px;
	text-decoration: none;
	font-family: 'Droid Serif', serif;
	font-weight:400;
}

.nav-menu li.homenav a {
	margin: 0 140px 0 0;
	color: #3f3e3e;
/*	display: inline-block; */
	font-size: 17px;
	line-height: 0.85;
	padding: 0;
	text-decoration: none;
	font-family: 'Droid Serif', serif;
	font-weight:400;
}

.nav-menu li:hover > a,
.nav-menu li a:hover,
.nav-menu li:focus > a,
.nav-menu li a:focus {
	background-color: transparent;
	border-bottom: solid 4px #993433;
	color: #3f3e3e;
	transition: all 0.1s ease-in;
}
.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: #3f3e3e;
	font-style: normal;
	border-bottom: solid 4px #b6c932;
}

.nav-menu .sub-menu .current_page_item > a,
.nav-menu .sub-menu a.current_page_ancestor > a,
.nav-menu .sub-menu .current-menu-item > a
/* .nav-menu .current-menu-ancestor > a */ {
	color: #3f3e3e;
	font-style: normal;
	border-bottom: solid 0px #b6c932;
}

.nav-menu .sub-menu,
.nav-menu .children {
/*	background-color: #77ad1a; */
background-color: rgba(255,255,255,0.9);
	border: 0px solid #f7f5e7;
	border-top: 0;
	padding: 0;
	position: absolute;
	left: 0px;
	z-index: 99999;
	height: 1px;
	width: 1px;
	overflow: hidden;
	clip: rect(1px, 1px, 1px, 1px);
box-shadow: 0px 2px 10px rgba(51,51,51,0.1);
}

.nav-menu .sub-menu ul,
.nav-menu .children ul {
	border-left: 0;
	left: 100%;
	top: 0;
}

ul.nav-menu ul a:hover,
.nav-menu ul ul a:hover,
ul.nav-menu ul a:focus,
.nav-menu ul ul a:focus {
	background-color: #eee;
	border-bottom: solid 0px #993433;
	color: #3f3e3e;
	transition: all 0.1s ease-in;
}

ul.nav-menu ul a,
.nav-menu ul ul a {
	color: #3f3e3e;
	margin: 0;
	width: 250px;
	text-align: left;
	line-height: 1.2
}

/** Meta Menue **/

.main-navigation-meta {
	margin: 5px auto;
	height: 44px;
	position: relative;
	text-align: right;
	padding: 0;
}
.menu-meta-de-container,
.menu-meta-en-container {
	margin: 0;
	display: inline-block;
	height: 10px;
	vertical-align: top;
	padding: 0;
}
.search-meta {
	width: 250px;
	display: inline-block;
}
#meta-menue {
	background-color: #000;
}
.nav-menu-meta li {
	display: inline-block;
	position: relative;
}
.nav-menu-meta li a {
	color: #3f3e3e;
	display: block;
	font-size: 13px;
	line-height: 0.85;
	padding: 4px 10px 5px 10px;
	text-decoration: none;
	font-family: 'Droid Serif', serif;
	font-weight:400;
}
.nav-menu-meta li:hover > a,
.nav-menu-meta li a:hover,
.nav-menu-meta li:focus > a,
.nav-menu-meta li a:focus {
	color: #783d26;
	border-bottom: 0px solid #783d26;
	transition: all 0.3s ease-in;
}

/**
 * 5.0 Content
 * ----------------------------------------------------------------------------
 */


.sidebar .entry-header,
.sidebar .entry-content,
.sidebar .entry-summary,
.sidebar .entry-meta {
	max-width: 1200px;
	padding: 0 365px 0 0;
}

/**
 * 5.7 Post/Paging Navigation
 * ----------------------------------------------------------------------------
 */

.paging-navigation {
	background-color: transparent;
	padding: 40px 0;
}
.paging-navigation .meta-nav {
	background-color: #b12d32;
	border-radius: 50%;
	color: #fff;
	display: inline-block;
	font-size: 13px;
	padding: 3px 0 8px;
	text-align: center;
	width: 30px;
}

.paging-navigation .nav-previous .meta-nav {
	margin: 0 10px 0 0;
/*	padding: 7px 0 2px; */
	padding: 4px 5px 6px 5px;
	width: 30px;
}
.paging-navigation a:hover .meta-nav {
	background-color: #aa672c;
	text-decoration: none;
}


/**
 * 5.10 Search Results/No posts
 * ----------------------------------------------------------------------------
 */

.page-header {
	background-color: transparent;
}

.page-title {
	font: 300 normal 27px 'Roboto', sans-serif;
	margin: 0 auto;
	max-width: 1200px;
	padding: 20px 0;
	width: 100%;
}

/**
 * Footer
 * ----------------------------------------------------------------------------
 */

.site-footer {
	background-color: transparent;
	color: #686758;
	font-size: 14px;
	text-align: center;
}

.site-footer .widget-area {
	margin: 0 auto;
	max-width: 1200px;
	width: 100%;
	border-top: 1px solid #dfdfdf
}
.sidebar .site-footer .widget-area {
	margin: 0 auto;
	max-width: 1200px;
	width: 100%;
	border-top: 1px solid #dfdfdf;
	left: 0
}

.site-footer .sidebar-container {
	background-color: transparent;
	padding: 20px 0;
}
.sidebar .site-footer .widget {
	width: 280px; /* 228px */
}

/** Widget **/

.widget {
	/*background-color: rgba(182, 201, 50, 1); */
	 background-color: transparent;
	font-size: 14px;
	-webkit-hyphens: auto;
	-moz-hyphens:    auto;
	-ms-hyphens:     auto;
	hyphens:         auto;
	margin: 0 -73px 0 0;
	padding: 20px;
	word-wrap: break-word;
	border-left: solid 4px #993433; 
}


.site-main .widget-area {
	float: right;
	width: 250px;
}


.site-footer .widget {
	background: transparent;
	color: #141412;
	float: left;
	margin-right: 20px;
	width: 245px; /* 245px; */
	border: none
}

.site-footer .widget a {
	color: #141412;
}

.widget .widget-title {
	font: 400 normal 20px 'Lora', sans-serif;
	margin: 0 0 10px;
	color: #141412;
}
.widget a {
	color: #3f3e3e;
}

.widget a:hover {
	color: #77776B;
	text-decoration: none;
}

/** Images **/

.wp-caption .wp-caption-text,
.entry-caption,
.gallery-caption {
	color: #989898;
	font-size: 14px;
	font-style: normal;
	font-weight: 300;
	margin: 0 0 24px;
}

@media screen and (min-aspect-ratio: 16/10) {
/*	.bg1 { background-image: url('http://www.saveparadiseforests.eu/wp-content/uploads/2016/11/pic8985.jpg'); }
	.bg2 { background-image: url('http://www.saveparadiseforests.eu/wp-content/uploads/2016/11/Mtii-Semenic-Cheile-Carasului.jpg'); }
	.bg3 { background-image: url('http://www.saveparadiseforests.eu/wp-content/uploads/2016/11/ogf_jv_011.jpg'); }
*/
}

@media (max-width: 768px) {
	.nav-menu li a {
		color: #141412;
		display: block;
		font-size: 15px;
		line-height: 0.85;
		padding: 14px 7px 15px 7px;
		text-decoration: none;
		font-family: 'Droid Serif', serif;
		font-weight:400;
	}
	.nav-menu li.homenav a {
		margin: 0 10% 0 0;
		color: #141412;
		display: inline-block;
		font-size: 17px;
		line-height: 0.85;
		padding: 0;
		text-decoration: none;
		font-family: 'Droid Serif', serif;
		font-weight:400;
	}
	.counter-inner-text {
		top: 0px
	}
	p#counter {
		font-size: 60px!important;
		top: -20px
	}	
}

@media (max-width: 643px) {
	/* Small menu */
	.navbar {
		background-color: transparent;
		margin: 0 auto;
		max-width: 1200px;
		width: 100%;
		height: 102px; /* 44px; */
		border-bottom: 0px solid #77ad1a;
		position: relative;
		top: 0;
		z-index: 3;
	}

	.nav-menu-meta li {
		display: inline-block;
		position: relative;
		margin: 0
	}

	.main-navigation {
		display: none
	}
	.menu-toggle {
		display: none;
	}

	.menu-toggle,
	.menu-toggle:hover,
	.menu-toggle:focus,
	.menu-toggle:active {
		display: none;
	}
	.main-navigation-meta {
	/*	clear: both; */
		margin: 1px auto;
		max-width: auto;
		min-height: 10px;
		position: relative;
		text-align: left;
		padding: 0;
		background-color: #efefef
	}
	#logo {
		width: 240px; /* 150px; */
		z-index: 2;
		position: relative;
		top: 0; /* 220px; */
		left: 5px;
		margin: 0 /* -185px */ 0 0 0;
	}
	#logo_bg {
		width: 220px; /* 180px; */
		position: absolute;
		top: 25px;
		left: 0;
		z-index: 4;
	}
	.hentry {
		padding: 15px 0 20px 0;
	}
	.site {
		background-color: transparent;
		border-left: 0px solid #f2f2f2;
		border-right: 0px solid #f2f2f2;
		margin: 0 auto;
		max-width: 100%;
		width: 100%;
		position: relative;
		top: 102px; /* 0; */
	}
	.widget {
		 background-color: transparent;
		font-size: 14px;
		-webkit-hyphens: auto;
		-moz-hyphens:    auto;
		-ms-hyphens:     auto;
		hyphens:         auto;
		margin: 0 0 0 0;
		padding: 20px;
		word-wrap: break-word;
		border-left: solid 4px #993433; 
	}
	.site-main .widget-area {
		float: none;
		width: 100%;
	}
	p#counter {
		font-size: 60px!important;
		top: -20px
	}
	.counter-inner-text {
		top: -5px;
		font-size: 0.9em
	}
}
@media (max-width: 480px) {
	p#counter {
		font-size: 40px!important;
		top: 0px;
	}
	.counter-inner-text {
		top: 0;
		font-size: 0.8em;
		display: block;
		width: 100%;
		padding: 0 25px
	}
	.counter-inner-number {
		width: 40%;
		display: block;
		width: 80%;
	}	
}


/* Mobile devices */
@media (max-width: 360px) {
	#logo {
		width: 130px;
		z-index: 2;
		position: relative;
		top: 190px;
		left:5px;
		margin: -160px 0 0 0;
	}
	.main-navigation-meta {
		margin: 1px auto;
		min-height: 55px;
		position: relative;
		text-align: left;
		padding: 0;
		background-color: #efefef
	}
	.search-meta {
		width: 250px;
		display: block;
	}
	input[type="search"] {
		-webkit-appearance: textfield;
		padding-right: 2px; /* Don't cut off the webkit search cancel button */
		width: 200px;
	}
	input {
		padding: 5px;
	    	display: block;
	    	border: 1px;
	    	border-color: #ddd;
	    	background-color: #f4f4f4;
		color: #444;
	    	font-size: 13px;
	    	margin: 0 0 0 10px;
	    	line-height: normal;
	}
	.counter-inner-text {
		top: -20px;
		font-size: 0.8em;
		padding: 0 10px;
		line-height: 1.25
	}

}