/* 
Theme Name: Timo Kotipelto
Description: Kotipelto 2015 Teema
Author: Darkgrove Design / Jan Yrlund
Author URI: http://www.darkgrove.net
Template: responsive
Version: 1.0.0

Tags: white, black, gray, light, custom-menu, custom-header, custom-background, one-column, two-columns, left-sidebar, right-sidebar, flexible-width, theme-options, threaded-comments, full-width-template, sticky-post, translation-ready, flexible-width, rtl-language-support



/* =Import Styles
-------------------------------------------------------------- */
@import url('../responsive/style.css');


	
/* =Start From Here
-------------------------------------------------------------- */



body {
    background: #525e5d none repeat scroll 0 0;
    color: #252525;
font-family: 'Lato', sans-serif;
    font-size: 15px;
    line-height: 1.5em;
    text-rendering: optimizelegibility;
}



#header {
    
    height: 100%;
    margin: 0;
}

a {
    color: #64473c;
    text-decoration: none;
}

td {vertical-align: top;}

ul, ol {
    font-size: 90%;
    line-height: 15pt;
    margin: 0 0.5em 1.5em 0;
    padding-left: 2em;
}


h1 {
    color: #fff;
    font-size: 16pt;
    margin-bottom: 0.5em;
    margin-top: 0.5em;
    text-shadow: 0 0 0 #000;
    text-transform: uppercase;
}

h2 {
    font-size: 18pt;
    margin-bottom: 0.75em;
    margin-top: 0.75em;
    text-shadow: 0px 0px 0 #000;
}

h3 {
    font-size: 13pt;
    margin-bottom: 0.857em;
    margin-top: 0.857em;
    color: #000000;
   
}

a.blue {
    background-color: #fff;
    border: 1px solid #000;
    color: #000;
    text-shadow: 0 0 0 #115290;
}

a.blue:hover {
    background-color: #000;
    background-image: -moz-linear-gradient(center top , #000, #000);
    border: 1px solid #000;
    color: #fff;
    text-shadow: 0 0px 0 #115290;
}

.menu {
/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#2b261c+0,444442+67,7c7c7c+74,51514d+100 */
background: rgb(43,38,28); /* Old browsers */
background: -moz-linear-gradient(top,  rgba(43,38,28,1) 0%, rgba(68,68,66,1) 67%, rgba(124,124,124,1) 74%, rgba(81,81,77,1) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(43,38,28,1)), color-stop(67%,rgba(68,68,66,1)), color-stop(74%,rgba(124,124,124,1)), color-stop(100%,rgba(81,81,77,1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  rgba(43,38,28,1) 0%,rgba(68,68,66,1) 67%,rgba(124,124,124,1) 74%,rgba(81,81,77,1) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  rgba(43,38,28,1) 0%,rgba(68,68,66,1) 67%,rgba(124,124,124,1) 74%,rgba(81,81,77,1) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  rgba(43,38,28,1) 0%,rgba(68,68,66,1) 67%,rgba(124,124,124,1) 74%,rgba(81,81,77,1) 100%); /* IE10+ */
background: linear-gradient(to bottom,  rgba(43,38,28,1) 0%,rgba(68,68,66,1) 67%,rgba(124,124,124,1) 74%,rgba(81,81,77,1) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2b261c', endColorstr='#51514d',GradientType=0 ); /* IE6-9 */


    clear: both;
    margin: 0 auto;
}

.menu a {
    border-left: 1px solid #000;
    color: #fff;
    cursor: pointer;
    display: block;
    font-size: 15px;
    font-weight: 700;
    height: 45px;
    line-height: 45px;
    margin: 0;
    padding: 0 1.9em;
    position: relative;
    text-decoration: none;
    text-shadow: 1px 1px 0 #000;
    text-transform: uppercase;
    white-space: nowrap;
}
.menu a:hover {
/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#49452f+0,b5b4b3+31,90928c+57,51514d+100 */
background: rgb(73,69,47); /* Old browsers */
background: -moz-linear-gradient(top,  rgba(73,69,47,1) 0%, rgba(181,180,179,1) 31%, rgba(144,146,140,1) 57%, rgba(81,81,77,1) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(73,69,47,1)), color-stop(31%,rgba(181,180,179,1)), color-stop(57%,rgba(144,146,140,1)), color-stop(100%,rgba(81,81,77,1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  rgba(73,69,47,1) 0%,rgba(181,180,179,1) 31%,rgba(144,146,140,1) 57%,rgba(81,81,77,1) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  rgba(73,69,47,1) 0%,rgba(181,180,179,1) 31%,rgba(144,146,140,1) 57%,rgba(81,81,77,1) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  rgba(73,69,47,1) 0%,rgba(181,180,179,1) 31%,rgba(144,146,140,1) 57%,rgba(81,81,77,1) 100%); /* IE10+ */
background: linear-gradient(to bottom,  rgba(73,69,47,1) 0%,rgba(181,180,179,1) 31%,rgba(144,146,140,1) 57%,rgba(81,81,77,1) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#49452f', endColorstr='#51514d',GradientType=0 ); /* IE6-9 */

    color: #fff;
}

.menu .current_page_item a, .menu .current-menu-item a {
background: rgba(87,87,87,1);
background: -moz-linear-gradient(top, rgba(87,87,87,1) 0%, rgba(156,156,156,1) 51%, rgba(140,140,140,1) 100%);
background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(87,87,87,1)), color-stop(51%, rgba(156,156,156,1)), color-stop(100%, rgba(140,140,140,1)));
background: -webkit-linear-gradient(top, rgba(87,87,87,1) 0%, rgba(156,156,156,1) 51%, rgba(140,140,140,1) 100%);
background: -o-linear-gradient(top, rgba(87,87,87,1) 0%, rgba(156,156,156,1) 51%, rgba(140,140,140,1) 100%);
background: -ms-linear-gradient(top, rgba(87,87,87,1) 0%, rgba(156,156,156,1) 51%, rgba(140,140,140,1) 100%);
background: linear-gradient(to bottom, rgba(87,87,87,1) 0%, rgba(156,156,156,1) 51%, rgba(140,140,140,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#575757', endColorstr='#8c8c8c', GradientType=0 );
}

.skip-container {
    display: none;
    padding: 0.5em 0.5em 0.5em 0;
    position: relative;
}

#container {
    background: #fff none repeat scroll 0 0;
  -webkit-box-shadow: 0px 2px 27px 1px rgba(0,0,0,0.8);
-moz-box-shadow: 0px 2px 27px 1px rgba(0,0,0,0.8);
box-shadow: 0px 2px 27px 1px rgba(0,0,0,0.8);
    margin: 0 auto;
    max-width: 62.5rem;
    padding: 0;
}

#content {
    margin-bottom: 20px;
    margin-top: 20px;
}

#content-full {
    margin-bottom: 20px;
    margin-top: 20px;
}


#widgets {
    margin-top: 40px;
    font-size: 14px;
}

#wrapper {
    background: #e8e5e1 url("main.jpg") no-repeat scroll 0 0;
    border: 0 solid #e5e5e5;
    border-radius: 0;
    clear: both;
    margin: 0 auto;
    padding: 0 20px 20px;
    position: relative;
}
#footer-wrapper > div {
    padding: 10px;
    text-align: center;
}

.wp-caption {
    background: #f3f2d5 none repeat scroll 0 0;
    border: 1px solid #d0d0d0;
    max-width: 96%;
    padding: 13px 10px 10px;
    text-align: center;
}

p, hr, dl, pre, form, table, address, blockquote {
    margin: 0.8em 0;
}

.widget-wrapper {
    background-color: #d6d0c9;
    border: 1px solid #b3b3b3;
    border-radius: 0;
    margin: 0 0 20px;
    padding: 10px;
    text-align: center;
}

.widget-title h3, .widget-title-home h3 {
    color: #000000;
    display: block;
    font-size: 17px;
    font-weight: 700;
    line-height: 23px;
    margin: 0;
    padding: 0 0 20px;
    text-align: center;
}

ul, ol {
    margin: 0 0.5em 1.5em 0;
    padding-left: 2em;
    line-height: 12pt;
}

#recent-posts-2 li {
    padding-bottom: 10px;
}

.post-meta {
    color: #fff;
    font-size: 12px;
}

.author.vcard {
    display: none;
}

.byline {
    display: none;
}
.post-data {
    clear: both;
    font-size: 12px;
    font-weight: 700;
    margin-top: 20px;
    display: none;
}

th, td, table {
    border: 0px solid #ddd;
}


#copyright {
    color: #fff;
}


.gallery .gallery-caption {
    font-size: 12px;
    margin: 0 0 11px;
    line-height: 10pt;
}

.gallery .gallery-item {
    float: left;
    margin-top: 0;
    max-width: 155px;
    text-align: center;
    padding: 3px;
}


#footer a {
    color: #9f7f4f;
    font-weight: 400;
}

/* =FRONTPAGE
-------------------------------------------------------------- */

.front-page #wrapper {
background-color: #e8e5e1;
    border: medium none;
    margin: 0 auto;
    padding: 0;
}


#featured {
    background-color: transparent;
    border: 0 solid #e5e5e5;
    border-radius: 0;
    padding-bottom: 40px;
    width: 99.894%;
}

.home-widgets {
    padding: 25px;
}


/* =Responsive (Mobile) Design
-------------------------------------------------------------- */

@media screen and (max-width: 980px) {
	body {
	}

	.grid,
	.grid-right {
		display: block;
		float: none;
		width: 100%;
		margin-right: 0;
	}

.js .main-nav {
/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#2b261c+0,444442+67,7c7c7c+74,51514d+100 */
background: rgb(43,38,28); /* Old browsers */
background: -moz-linear-gradient(top,  rgba(43,38,28,1) 0%, rgba(68,68,66,1) 67%, rgba(124,124,124,1) 74%, rgba(81,81,77,1) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(43,38,28,1)), color-stop(67%,rgba(68,68,66,1)), color-stop(74%,rgba(124,124,124,1)), color-stop(100%,rgba(81,81,77,1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  rgba(43,38,28,1) 0%,rgba(68,68,66,1) 67%,rgba(124,124,124,1) 74%,rgba(81,81,77,1) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  rgba(43,38,28,1) 0%,rgba(68,68,66,1) 67%,rgba(124,124,124,1) 74%,rgba(81,81,77,1) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  rgba(43,38,28,1) 0%,rgba(68,68,66,1) 67%,rgba(124,124,124,1) 74%,rgba(81,81,77,1) 100%); /* IE10+ */
background: linear-gradient(to bottom,  rgba(43,38,28,1) 0%,rgba(68,68,66,1) 67%,rgba(124,124,124,1) 74%,rgba(81,81,77,1) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2b261c', endColorstr='#51514d',GradientType=0 ); /* IE6-9 */

    clear: both;
    margin: 0 auto;
    position: relative;
}


	.copyright,
	.scroll-top,
	.powered {
		float: left;
	}

	#featured-image .fluid-width-video-wrapper {
		margin: 20px 0 0 0;
	}

	.front-page  #widgets {
		margin-top: 40px;
	}

	.top-widget,
	.front-page  .top-widget {
		margin-top: 0 !important;
	}

	.hide-desktop {
		display: block;
	}

	.show-desktop {
		display: none;
	}

	.hide-980 {
		display: none;
	}

	.show-980 {
		display: block;
	}
}

@media screen and (max-width: 650px) {
	body {
	}

.js .main-nav {
/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#2b261c+0,444442+67,7c7c7c+74,51514d+100 */
background: rgb(43,38,28); /* Old browsers */
background: -moz-linear-gradient(top,  rgba(43,38,28,1) 0%, rgba(68,68,66,1) 67%, rgba(124,124,124,1) 74%, rgba(81,81,77,1) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(43,38,28,1)), color-stop(67%,rgba(68,68,66,1)), color-stop(74%,rgba(124,124,124,1)), color-stop(100%,rgba(81,81,77,1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  rgba(43,38,28,1) 0%,rgba(68,68,66,1) 67%,rgba(124,124,124,1) 74%,rgba(81,81,77,1) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  rgba(43,38,28,1) 0%,rgba(68,68,66,1) 67%,rgba(124,124,124,1) 74%,rgba(81,81,77,1) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  rgba(43,38,28,1) 0%,rgba(68,68,66,1) 67%,rgba(124,124,124,1) 74%,rgba(81,81,77,1) 100%); /* IE10+ */
background: linear-gradient(to bottom,  rgba(43,38,28,1) 0%,rgba(68,68,66,1) 67%,rgba(124,124,124,1) 74%,rgba(81,81,77,1) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2b261c', endColorstr='#51514d',GradientType=0 ); /* IE6-9 */




    clear: both;
    margin: 0 auto;
    position: relative;
}


.js .main-nav a:hover {
   /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#49452f+0,b5b4b3+31,90928c+57,51514d+100 */
background: rgb(73,69,47); /* Old browsers */
background: -moz-linear-gradient(top,  rgba(73,69,47,1) 0%, rgba(181,180,179,1) 31%, rgba(144,146,140,1) 57%, rgba(81,81,77,1) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(73,69,47,1)), color-stop(31%,rgba(181,180,179,1)), color-stop(57%,rgba(144,146,140,1)), color-stop(100%,rgba(81,81,77,1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  rgba(73,69,47,1) 0%,rgba(181,180,179,1) 31%,rgba(144,146,140,1) 57%,rgba(81,81,77,1) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  rgba(73,69,47,1) 0%,rgba(181,180,179,1) 31%,rgba(144,146,140,1) 57%,rgba(81,81,77,1) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  rgba(73,69,47,1) 0%,rgba(181,180,179,1) 31%,rgba(144,146,140,1) 57%,rgba(81,81,77,1) 100%); /* IE10+ */
background: linear-gradient(to bottom,  rgba(73,69,47,1) 0%,rgba(181,180,179,1) 31%,rgba(144,146,140,1) 57%,rgba(81,81,77,1) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#49452f', endColorstr='#51514d',GradientType=0 ); /* IE6-9 */
    color: #fff;
}


	#logo {
		float: none;
		margin: 0;
		text-align: center;
	}

	.grid,
	.grid-right {
		float: none;
	}

	#featured-image .fluid-width-video-wrapper {
		margin: 20px 0 0 0;
	}

	.top-widget {
		float: none;
		position: relative;
		width: auto;
		margin: 0 auto 10px auto;
		text-align: center;
	}

	.top-widget .widget-title h3 {
		text-align: center;
	}

	.js .sub-header-menu {
		display: none;
	}



	.js .main-nav .menu {
		display: none;
		position: absolute;
		z-index: 1000;
		top: 30px;
		width: 100%;
	}

	.js .main-nav .menu ul {
		margin-top: 1px;
	}

	.js .main-nav .menu li {
		float: none;
		border: none;
		background-color: #fff;
	}

	.js .main-nav .menu li a {
		height: 45px;
		padding: 0 15px;
		border: none;
		border-bottom: 1px solid #f5f5f5;
		color: #444;
		text-shadow: none;
		font-size: 13px;
		font-weight: normal;
		line-height: 45px;
		text-align: left;
		cursor: pointer;
	}

	.js .main-nav .menu li.current_page_item,
	.js .menu .current_page_item a,
	.js .menu .current-menu-item a {
		background-color: #f5f5f5;
	}

	.js .main-nav .menu li li:hover {
		background: none !important;
	}

	.js .main-nav .menu li li a {
		position: relative;
		padding: 0 10px 0 30px;
	}

	.js .main-nav .menu li li li a {
		position: relative;
		padding: 0 10px 0 40px;
	}

	.js .main-nav .menu li a:hover,
	.js .main-nav .menu li li a:hover {
		background-color: #f5f5f5 !important;
		background-image: none;

		filter: none;
	}

	.js .main-nav .menu li li a::before {
		position: absolute;
		top: 0;
		left: 20px;
		content: "\2013";
	}

	.js .main-nav .menu li li li a::before {
		position: absolute;
		top: 0;
		left: 20px;
		content: "\2013";
	}

	.js .main-nav .menu li li li a::after {
		position: absolute;
		top: 0;
		left: 30px;
		content: "\2013";
	}

	.js .main-nav .menu li ul {
		visibility: visible;
		position: static;
		background-color: #fff;
	}

	.js .main-nav .menu ul {
		min-width: 0;
	}

	.js .main-nav #responsive_current_menu_item {
		display: block;
		padding: 5px 40px 5px 10px;
		color: #fff;
		font-weight: 700;
		cursor: pointer;
	}

	.js .main-nav a#responsive_menu_button {
		display: block;
		position: absolute;
		top: 0;
		left: 100%;
		width: 23px;
		height: 30px;
		margin-left: -30px;
		background: url("../images/select-icons.png") 0 5px no-repeat;
		cursor: pointer;
	}

	.js .main-nav a#responsive_menu_button.responsive-toggle-open {
		background: url("../images/select-icons.png") 0 -46px no-repeat;
	}

	.top-menu,
	.footer-menu li {
		float: none;
		font-size: 11px;
		text-align: center;
	}

	#author-meta {
		padding: 20px;
	}

	#wrapper .gallery .gallery-item {
		max-width: 100%;
	}

	.hide-650 {
		display: none;
	}

	.show-650 {
		display: block;
	}

	.hide-mobile {
		display: none;
	}

	#footer {
		text-align: center;
	}

	#footer .social-icons {
		padding-bottom: 10px;
		text-align: center;
	}
}

@media screen and (max-width: 480px) {
	body {
	}

#wrapper {

    padding: 0 10px 0px;
    position: relative;
}

.js .main-nav {
/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#2b261c+0,444442+67,7c7c7c+74,51514d+100 */
background: rgb(43,38,28); /* Old browsers */
background: -moz-linear-gradient(top,  rgba(43,38,28,1) 0%, rgba(68,68,66,1) 67%, rgba(124,124,124,1) 74%, rgba(81,81,77,1) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(43,38,28,1)), color-stop(67%,rgba(68,68,66,1)), color-stop(74%,rgba(124,124,124,1)), color-stop(100%,rgba(81,81,77,1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  rgba(43,38,28,1) 0%,rgba(68,68,66,1) 67%,rgba(124,124,124,1) 74%,rgba(81,81,77,1) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  rgba(43,38,28,1) 0%,rgba(68,68,66,1) 67%,rgba(124,124,124,1) 74%,rgba(81,81,77,1) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  rgba(43,38,28,1) 0%,rgba(68,68,66,1) 67%,rgba(124,124,124,1) 74%,rgba(81,81,77,1) 100%); /* IE10+ */
background: linear-gradient(to bottom,  rgba(43,38,28,1) 0%,rgba(68,68,66,1) 67%,rgba(124,124,124,1) 74%,rgba(81,81,77,1) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2b261c', endColorstr='#51514d',GradientType=0 ); /* IE6-9 */


    clear: both;
    margin: 0 auto;
    position: relative;
}


.js .main-nav a:hover {
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#49452f+0,b5b4b3+31,90928c+57,51514d+100 */
background: rgb(73,69,47); /* Old browsers */
background: -moz-linear-gradient(top,  rgba(73,69,47,1) 0%, rgba(181,180,179,1) 31%, rgba(144,146,140,1) 57%, rgba(81,81,77,1) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(73,69,47,1)), color-stop(31%,rgba(181,180,179,1)), color-stop(57%,rgba(144,146,140,1)), color-stop(100%,rgba(81,81,77,1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  rgba(73,69,47,1) 0%,rgba(181,180,179,1) 31%,rgba(144,146,140,1) 57%,rgba(81,81,77,1) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  rgba(73,69,47,1) 0%,rgba(181,180,179,1) 31%,rgba(144,146,140,1) 57%,rgba(81,81,77,1) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  rgba(73,69,47,1) 0%,rgba(181,180,179,1) 31%,rgba(144,146,140,1) 57%,rgba(81,81,77,1) 100%); /* IE10+ */
background: linear-gradient(to bottom,  rgba(73,69,47,1) 0%,rgba(181,180,179,1) 31%,rgba(144,146,140,1) 57%,rgba(81,81,77,1) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#49452f', endColorstr='#51514d',GradientType=0 ); /* IE6-9 */
    color: #fff;
}

	#logo {
		float: none;
		text-align: center;
	}

	.grid,
	.grid-right {
		float: none;
	}

	#featured-image .fluid-width-video-wrapper {
		margin: 20px 0 0 0;
	}

	.featured-title {
		padding: 40px 20px 0 20px;
		font-size: 40px;
	}

	.featured-subtitle {
		font-size: 24px;
	}

	.navigation .next,
	.navigation .previous {
		display: block;
		margin: 0 auto;
		text-align: center;
	}

	.menu ul,
	.menu li,
	.top-menu,
	.footer-menu li,
	.sub-header-menu li {
		float: none;
		text-align: center;

		text-rendering: optimizeSpeed;
	}

	#wrapper .gallery .gallery-item {
		float: none;
	}

	.hide-480 {
		display: none;
	}

	.show-480 {
		display: block;
	}

	#footer {
		text-align: center;
	}

	#footer .social-icons {
		text-align: center;
	}
}

@media screen and (max-width: 320px) {
	body {
	}

	#featured p {
		font-size: 12px;
		line-height: 1.5em;
	}

	.featured-title {
		font-size: 35px;
	}

	.featured-subtitle {
		font-size: 15px;
	}

	.call-to-action a.button {
		padding: 7px 17px;
		font-size: 14px;
	}

	.hide-320 {
		display: none;
	}

	.show-320 {
		display: block;
	}
}

@media screen and (max-width: 240px) {
	body {
	}

	#featured p {
		font-size: 11px;
		line-height: 1.5em;
	}

	.featured-title {
		font-size: 20px;
	}

	.featured-subtitle {
		font-size: 11px;
	}

	.call-to-action a.button {
		padding: 5px 15px;
		font-size: 12px;
	}

	.top-widget area,
	.top-widget select,
	.top-widget textarea,
	.top-widget input[type="text"],
	.top-widget input[type="password"],
	.top-widget input[type="email"] {
		width: 75%;
	}

	.widget-title h3,
	.widget-title-home h3 {
		height: 13px;
		font-size: 14px;
		line-height: 13px;
		text-align: left;
	}

	.hide-240 {
		display: none;
	}

	.show-240 {
		display: block;
	}
}


.icon-4x {
    font-size: 14px;
}
