/*
	Theme Name: LS Child Theme
	Theme URI: http://www.LinasSimonis.com/
	Description: LS is a 2 or 3-column Widget-ready child theme created for the Genesis Framework.
	Author: Darius Staigys
	Author URI: http://www.staigiai.lt
	Version: 1.0.1

	Template: genesis
	Template Version: 1.0.2

	License: GNU General Public License v2.0
	License URI: http://www.opensource.org/licenses/gpl-license.php
*/
 
/* Table of Contents

* Defaults
* Hyperlinks
* Body
* Wrap
* Header
* Image Header - Partial Width
* Image Header - Full Width
* Navigation Constants
* Header Right Navigation
* Primary Navigation
* Primary Navigation Extras
* Secondary Navigation
* Inner
* Breadcrumb
* Taxonomy Description
* Content-Sidebar Wrap
* Content
* Column Classes
* Headlines
* Unordered / Ordered Lists
* Post Info
* Post Meta
* Author Box
* Sticky Posts
* Archive Page
* Post Icons
* Images
* Post Navigation
* Primary / Secondary Sidebars
* Dropdowns
* Featured Page / Post
* User Profile
* Buttons
* Search Form
* eNews & Updates Widget
* Calendar Widget
* Footer Widgets
* Footer
* Comments
* Gravity Forms
* Roda Yellow
* Responsive Design

*/

/* Defaults
------------------------------------------------------------ */

body,
h1,
h2,
h2 a,
h2 a:visited,
h3,
h4,
h5,
h6,
p,
input,
select,
textarea {
	color: black;
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	font-size: 12px;
	font-weight: normal;
	line-height: 1.5;
	margin: 0;
	padding: 0;
	text-decoration: none;
}

input,
select,
textarea,
.sticky,
.taxonomy-description,
.wp-caption {
	border: 1px solid #819CB7;
	background-color: #eee;
	color: #444;
	font-size: 11px;
	/*font-style: italic;*/
	/*margin: 5px 1px 0 0;*/
	padding: 5px 0 4px 6px;
}

li,
ol,
ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

ol li {
	list-style-type: decimal;
}


/* Hyperlinks
------------------------------------------------------------ */

a,
a:visited {
	color: black;
	text-decoration: none;
}

a:hover {
	text-decoration: none;
	color: #ed1c24;
}

a img {
	border: none;
}


/* Body
------------------------------------------------------------ */

body {
	background: #F6F7F7;
}


/* Wrap
------------------------------------------------------------ */

#wrap {
	margin: 0 auto;
	position: relative;
}


/* Header
------------------------------------------------------------ */

#header {
	background: none;
	color: black;
	min-height: 85px;
	margin: 0 auto;
	overflow: hidden;
}

#header .wrap {
	margin: 0 auto;
	width: 1004px;
	position: relative;
}

#header p {
	color: white;
}

#title-area {
	float: left;
	overflow: hidden;
	padding: 20px 0 0;
	width: 400px;
	background-color: #a90000;
	/*background: #fff url(images/logo.jpg) no-repeat;*/
}
	
#title {
	font-size: 36px;
	line-height: 42px;
	margin: 0;
}

#title a,
#title a:hover {
	color: #fff;
	text-decoration: none;
}

#description {
	color: white;
	font-size: 14px;
	padding-left: 78px;
	padding-bottom: 15px;
}

#header .widget-area {
	position: absolute;
	top: 3px;
	right: 0px;
	padding: 5px 10px;
	padding-left: 20px;
}


/* Image Header - Partial Width
------------------------------------------------------------ */

.header-image #title-area,
.header-image #title,
.header-image #title a {
	display: block;
	float: left;
	/*LS*/
	/*height: 102px;*/
	/*SM*/
	/*height: 85px;*/
	/*PZ*/
	height: 104px;
	overflow: hidden;
	padding: 0;
	text-indent: -9999px;
	width: 1004px;
	background: #fff url(images/header.gif) no-repeat;
	padding-left: 0px;
}

.header-image #description {
	display: block;
	overflow: hidden;
	text-indent: 0px;
	position: absolute;
	/*LS*/
	/*top: 70px;
	left: 3px;*/
	/*SM*/
	/*top: 57px;
	left: -14px;*/
	/*PZ*/
	top: 65px;
	left: -30px;
}


/* Image Header - Full Width
------------------------------------------------------------ */

.header-full-width #title-area{
	width: 1004px;
}
.header-full-width #title,
.header-full-width #title a {
	width: 100%;
	/*padding-left: 38px;*/
}


/* Navigation Constants
------------------------------------------------------------ */

li:hover ul ul,
li.sfHover ul ul {
	left: -9999px;
}

li:hover,
li.sfHover { 
	position: static;
}


/* Header Right Navigation
------------------------------------------------------------ */

#header ul.menu {
	float: right;
}

#header ul.menu ul {
	float: right;
	margin: 0;
	padding: 0;
	width: 100%;
}

#header ul.menu li {
	background-color: #444;
	float: left;
	list-style-type: none;
	text-transform: uppercase;
}

#header ul.menu li a {
	color: black;
	display: block;
	font-size: 12px;
	padding: 7px 10px 5px;
	position: relative;
	text-decoration: none;
}

#header ul.menu li a:hover,
#header ul.menu li a:active,
#header ul.menu .current_page_item a,
#header ul.menu .current-cat a,
#header ul.menu .current-menu-item a {
	background-color: #000;
	color: black;
}

#header ul.menu li a .sf-sub-indicator {
	display: block;
	overflow: hidden;
	position: absolute;
	text-indent: -9999px;
}

#header ul.menu li li a,
#header ul.menu li li a:link,
#header ul.menu li li a:visited {
	background-color: #333;
	border: 1px solid #666;
	border-top-width: 0;
	color: black;
	font-size: 11px;
	padding: 5px 10px;
	position: relative;
	width: 158px;
}

#header ul.menu li li a:hover,
#header ul.menu li li a:active {
	background-color: #000;
}

#header ul.menu li li a .sf-sub-indicator {
	background: url(images/arrow-right.png) no-repeat;
	top: 10px;
}

#header ul.menu li ul {
	height: auto;
	left: -9999px;
	position: absolute;
	width: 180px;
	z-index: 9999;
}

#header ul.menu li ul a { 
	width: 160px;
}

#header ul.menu li ul ul {
	margin: -31px 0 0 179px;
}

#header ul.menu li:hover>ul,
#header ul.menu li.sfHover ul {
	left: auto;
}


/* Primary Navigation
------------------------------------------------------------ */

#nav {
	background: #ba1a00 url(images/nav.png) repeat-x;
	border-bottom: 5px solid #ddd;
	border-top: 1px solid #e14d09;
	clear: both;
	overflow: hidden;
}

#nav .wrap {
	color: #fff;
	font-size: 12px;
	font-weight: bold;
	margin: 0 auto;
    text-shadow: -1px -1px #8e1e03;
	width: 960px;
}

#nav ul {
	float: left;
	width: 100%;
}

#nav li {
	float: left;
	list-style-type: none;
}

#nav li a {
	background: url(images/nav-line.png) right no-repeat;
	color: #fff;
	display: block;
	font-size: 12px;
	padding: 5px 17px 5px 15px;
	position: relative;
	text-decoration: none;
}

#nav li a:hover,
#nav li a:active,
#nav .current_page_item a,
#nav .current-cat a,
#nav .current-menu-item a {
	background: #9c1a03 url(images/nav-line.png) right no-repeat;
	color: #fff;
}

#nav li a .sf-sub-indicator {
	overflow: hidden;
	position: absolute;
	text-indent: -9999px;
}

#nav li li a,
#nav li li a:link,
#nav li li a:visited {
	background: none;
	background-color: #9c1a03;
	border: 1px solid #ba1a00;
	border-top-width: 0;
	color: #fff;
	font-size: 11px;
	padding: 5px 10px;
	position: relative;
	text-transform: none;
	width: 138px;
}

#nav li li a:hover,
#nav li li a:active {
	background: none;
	background-color: #ba1a00;
}

#nav li ul {
	height: auto;
	left: -9999px;
	margin: 0 0 0 -1px;
	position: absolute;
	width: 160px;
	z-index: 9999;
}

#nav li ul a { 
	width: 140px;
}

#nav li ul ul {
	margin: -33px 0 0 159px;
}

#nav li:hover>ul,
#nav li.sfHover ul {
	left: auto;
}


/* Primary Navigation Extras
------------------------------------------------------------ */

#nav li.right {
	float: right;
	padding: 5px 15px;
}

#nav li.right a {
	background: none;
	border: none;
	color: #fff;
	display: inline;
	text-decoration: none;
}

#nav li.right a:hover {
	color: #fff;
	text-decoration: underline;
}

#nav li.search {
	padding: 0 10px;
}

#nav li.rss a {
	background: url(images/rss.png) no-repeat center left;
	margin: 0 0 0 10px;
	padding: 7px 0 5px 16px;
}

#nav li.twitter a {
	background: url(images/twitter-nav.png) no-repeat center left;
	padding: 7px 0 5px 20px;
}


/* Secondary Navigation
------------------------------------------------------------ */

#subnav {
	clear: both;
	overflow: hidden;
}

#subnav .wrap {
	background-color: #222;
	color: #fff;
	margin: 10px auto;
	overflow: hidden;
	width: 960px;
}

#subnav ul {
	float: left;
	width: 100%;
}

#subnav li {
	float: left;
	list-style-type: none;
}

#subnav li a {
	color: #ddd;
	display: block;
	font-size: 12px;
	padding: 6px 15px 5px;
	position: relative;
	text-decoration: none;
}

#subnav li a:hover,
#subnav li a:active,
#subnav .current_page_item a,
#subnav .current-cat a,
#subnav .current-menu-item a {
	background-color: #333;
	color: #fff;
}	

#subnav li a .sf-sub-indicator {
	display: block;
	overflow: hidden;
	position: absolute;
	text-indent: -9999px;
}

#subnav li li a,
#subnav li li a:link,
#subnav li li a:visited {
	background-color: #333;
	border: 1px solid #222;
	border-top-width: 0;
	color: #fff;
	font-size: 11px;
	padding: 5px 10px;
	position: relative;
	width: 128px;
}

#subnav li li a:hover,
#subnav li li a:active {
	background-color: #222;
}

#subnav li ul {
	height: auto;
	left: -9999px;
	position: absolute;
	width: 150px;
	z-index: 9999;
}

#subnav li ul a { 
	width: 130px;
}

#subnav li ul ul {
	margin: -33px 0 0 149px;
}

#subnav li:hover>ul,
#subnav li.sfHover ul {
	left: auto;
}


/* Inner
------------------------------------------------------------ */

#inner {
	margin: 0 auto;
	overflow: hidden;
	width: 1002px;
	background: white;
	position: relative;
	border-right: 1px solid #BDBFC1;
	border-left: 1px solid #BDBFC1;
}

.roda-landing #inner {
	margin: 20px auto;
	width: 700px;
}


/* Breadcrumb
------------------------------------------------------------ */

.breadcrumb {
	background-color: #f5f5f5;
	font-size: 12px;
	margin: 0 0 20px;
	padding: 10px 15px;
}


/* Taxonomy Description
------------------------------------------------------------ */

.taxonomy-description {
	margin: 0 0 30px;
	padding: 10px;
}


/* Content-Sidebar Wrap
------------------------------------------------------------ */

#content-sidebar-wrap {
	float: left;
	width: 766px;
}

.content-sidebar #content-sidebar-wrap,
.roda-landing #content-sidebar-wrap,
.full-width-content #content-sidebar-wrap,
.sidebar-content #content-sidebar-wrap {
	width: 100%;
}

.sidebar-content-sidebar #content-sidebar-wrap,
.sidebar-sidebar-content #content-sidebar-wrap {
	float: right;
	/*border-left: 1px solid #BDBFC1;*/
}


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

#content {
	background-color: #fff;
	border: none;
	box-sizing: border-box;
	float: left;
	overflow: hidden;
	width: 529px;
	border-right: 1px solid #BDBFC1;
}

.content-sidebar #content,
.sidebar-content #content {
	width: 630px;
}

.sidebar-content #content,
.sidebar-sidebar-content #content {
	float: right;
}

.full-width-content #content {
	width: 100%;
}

blockquote {
	background: #f5f5f5 url(images/blockquote.png) no-repeat top left;
	margin: 0 0 20px -20px;
	padding: 25px 30px 5px 80px;
}

blockquote p {
	color: black;
	font-size: 16px;
	font-style: italic;
	line-height: 22px;
}

.post, .wysijap {
	background: none;
	border-left: 1px solid #fff;
	border-right: 1px solid #fff;
	padding: 20px;
}

#content .page {
	padding: 20px;
}

#content a,
#content a:visited {
	text-decoration: none;
	color: #a90000;
	font-weight: normal;
	font-size: 12px;
	line-height: 15px;
}

.entry-content a,
.entry-content a:visited {
	text-decoration: none;
	color: #a90000;
	font-weight: normal;
	font-size: 12px;
	line-height: 15px;
}

.entry-content a:hover {
	text-decoration: none;
}

.entry-content p {
	padding: 0 0 15px;
}

.clear {
	clear: both;
}

.clear-line {
	border-bottom: 1px solid #ddd;
	clear: both;
	margin: 0 0 15px;
}


/* Column Classes
------------------------------------------------------------ */

.five-sixths,
.four-fifths,
.four-sixths,
.one-fifth,
.one-fourth,
.one-half,
.one-sixth,
.one-third,
.three-fifths,
.three-fourths,
.three-sixths,
.two-fifths,
.two-fourths,
.two-sixths,
.two-thirds {
	float: left;
	margin: 0 0 20px;
	padding-left: 3%;
}

.one-half,
.three-sixths,
.two-fourths {
	width: 48%;
}

.one-third,
.two-sixths {
	width: 31%;
}

.four-sixths,
.two-thirds {
	width: 65%;
}

.one-fourth {
	width: 22.5%;
}

.three-fourths {
	width: 73.5%;
}

.one-fifth {
	width: 17.4%;
}

.two-fifths {
	width: 37.8%;
}

.three-fifths {
	width: 58.2%;
}

.four-fifths {
	width: 78.6%;
}

.one-sixth {
	width: 14%;
}

.five-sixths {
	width: 82%;
}

.first {
	clear: both;
	padding-left: 0;
}


/* Headlines
------------------------------------------------------------ */

h1,
h2,
h3,
h4,
h5,
h6 {
	color: #a90000;
	margin: 0 0 10px;
}

h1,
h2,
h2 a,
h2 a:visited,
#content h2 a,
#content h2 a:visited {
	color: #a90000;
	font-size: 21px;
	line-height: 1.6;
	font-weight: bold;
}

.wysijap h1,
.wysijap h2,
.wysijap h2 a,
.post h1,
.post h2,
.post h2 a {
	margin: 0 0 15px;
}

h2 a:hover {
	color: #a90000;
	text-decoration: none;
}

h3 {
	font-size: 16px;
}

h4 {
	font-size: 12px;
	font-weight: bold;
}

.widget-area .widget-main-title a {
	color: #cb2027;
}

.widget-area h4, .widget-area .widget-main-title {
	color: #cb2027;
	margin: 0 0 8px;
}

#footer-widgets h4 {
    color: #a90000;
}

h5 {
	font-size: 18px;
}

h6 {
	font-size: 16px;
}


/* Unordered / Ordered Lists
------------------------------------------------------------ */

.entry-content ol,
.entry-content ul {
	margin: 0;
	padding: 0 0 20px;
}

.entry-content ol {
	margin: 0 0 0 35px;
}

.archive-page ul li,
.entry-content ul li {
	list-style-type: square;
	margin: 0 0 0 25px;
	padding: 0;
}

.archive-page ul li,
.entry-content .post ul li,
.entry-content .wysijap ul li,
.entry-content .page ul li {
	list-style-type: square;
}

.archive-page ul ul,
.entry-content ul ul,
.entry-content ol ol {
	padding: 0;
}


/* Post Info
------------------------------------------------------------ */

.post-info {
	border-bottom: 1px dotted #ddd;
	color: black;
	font-size: 12px;
	margin: 0 0 15px;
	overflow: hidden;
	padding: 0 0 10px;
	display: none;
}

.italic {
	color: black;
	font-style: italic;
}

.post-info a,
.post-info a:visited {
	color: #666;
	text-decoration: none;
}

.post-info a:hover {
	text-decoration: underline;
}


/* Post Meta
------------------------------------------------------------ */

.post-meta {
	border-top: 1px double #BDBFC1;
	clear: both;
	font-size: 0.9em;
	font-style: normal;
	padding: 5px 0 0;
}

.post-meta a,
.post-meta a:visited {
	text-decoration: none;
	color: #CB2027;
}

.post-meta a:hover {
	text-decoration: underline;
	color: #CB2027;
}


/* Author Box
------------------------------------------------------------ */

.author-box {
	background: url(images/post.png) bottom repeat-x;
	margin: 0 0 20px;
	padding: 20px;
	overflow: hidden;
}


/* Sticky Posts
------------------------------------------------------------ */

.sticky {
	margin: 0 0 40px;
	padding: 10px;
}


/* Archive Page
------------------------------------------------------------ */

.archive-page {
	float: left;
	padding: 20px 0;
	width: 45%;
}


/* Post Icons
------------------------------------------------------------ */

.categories {
	background: url(images/icon-categories.png) no-repeat top left;
	padding: 1px 0 2px 22px;
}
	
.post-comments {
	/*background: url(images/icon-comments.png) no-repeat center left;*/
	float: right;
	margin: 0 0 0 10px;
	padding: 0 0 0 22px;
	height: 19px;
}

.tags {
	background: url(images/icon-tags.png) no-repeat top left;
	margin: 0 0 0 10px;
	padding: 1px 0 2px 20px;
}

.bottomcontainerBox {
	margin-left: -9px;
	margin-top: 15px;
}

/* Images
------------------------------------------------------------ */

img {
	max-width: 100%;
}

.avatar,
.featuredpage img,
.featuredpost img,
.post-image {	
	background-color: #f5f5f5;
	border: 1px solid #ddd;
	padding: 4px;
}

.author-box .avatar {
	background-color: #fff;
	float: left;
	margin: 0 10px 0 0;
}

.post-image {
	margin: 0 10px 10px 0;
}

.comment-list li .avatar { 
	background-color: #fff;
	float: left;
	height: 30px;
	margin: 0 5px 0 0;
	padding: 4px;
	width: 30px;
}

img.centered,
.aligncenter {
	display: block;
	margin: 0 auto 10px;
}

img.alignnone {
	display: inline;
	margin: 0 0 10px;
}

img.alignleft {
	display: inline;
	margin: 0 10px 10px 0;
}

img.alignright {
	display: inline;
	margin: 0 0 10px 10px;
}

.alignleft {
	float: left;
	margin: 0 10px 0 0;
}

.alignright {
	float: right;
	margin: 0 0 0 10px;
}

.wp-caption {
	border: none;
	padding: 5px;
	text-align: center;
}

p.wp-caption-text {
	color: #666;
	font-size: 12px;
	font-style: italic;
	line-height: 16px;
	padding: 5px;
}

.wp-smiley,
.wp-wink {
	border: none;
	float: none;
}

#image_box img {
	display: block;
	padding: 0.1em;
	border-width: 0.1em;
}
#image_box img {
	background: #fff;
	border-style: solid;
	border-color: #bbb;
}

/* Post Navigation
------------------------------------------------------------ */

.navigation {
	overflow: hidden;
	padding: 25px 20px;
}

.navigation li {
	display: inline;
}

.navigation li a,
.navigation li.disabled,
.navigation li a:hover,
.navigation li.active a {
	border: 1px solid #ddd;
	padding: 5px 8px;
}

.navigation li a:hover,
.navigation li.active a {
	background-color: #f5f5f5;
}


/* Primary / Secondary Sidebars
------------------------------------------------------------ */

.sidebar {
	display: inline;
	float: left;
	font-size: 11px;
	line-height: 1.5;
	margin-right: 0;
	margin-left: 0;
	padding-top: 2em;
	width: 236px;
	/*border-left: 1px solid #BDBFC1;*/
}

#sidebar-alt {
	float: left;
	width: 236px;
	margin-right: -4px;
	border-left: none;
	border-right: 1px solid #BDBFC1;
}

.sidebar-content #sidebar,
.sidebar-sidebar-content #sidebar {
	float: left;
}

.content-sidebar-sidebar #sidebar-alt {
	float: right;
}

.sidebar .widget {
	background-color: transparent;
	margin: 0 0 0px;
	padding: 0px 10px 20px 10px;
}

#sidebar-alt .widget {
	padding: 0px 10px 0px 10px;
}

.sidebar p {
	font-size: 11px;
	line-height: 20px;
}

.sidebar.widget-area ol,
.sidebar.widget-area ul {
	margin: 5px 0 20px 0px;
}

.sidebar.widget-area .menu a {
	/*color: #cb2027;
	font-weight: bold;
	font-size: 11px;*/
}

.widget-area ol ol,
.widget-area ul ul {
	margin: 0 0 0 15px;
}

.widget-area ul li {
	list-style-type: none;
 	word-wrap: break-word;
	padding-bottom: 10px;
	line-height: 1.4;
}

.widget-area ol li {
	list-style-type: decimal;
}

.widget-area .rss {
	background: url("/wp-includes/images/rss.png") no-repeat;
	padding-left: 18px;
}

/* Dropdowns
------------------------------------------------------------ */

#cat,
.widget_archive select {
	background-color: #fff;
	display: inline;
	color: black;
	font-size: 12px;
	font-style: italic;
	margin: 2px 0 0;
	padding: 3px;
	width: 100%;
}

/* Featured Page / Post
------------------------------------------------------------ */

.featuredpage,
.featuredpost {
	clear: both;
	margin: 0 0 15px;
	overflow: hidden;
}

.featuredpage .page,
.featuredpost .post {
	overflow: hidden;
	margin: 0 0 15px;
	padding: 10px 10px 5px;
}

.more-from-category {
	padding: 0 10px;
}


/* User Profile
------------------------------------------------------------ */

.user-profile {
	overflow: hidden;
}

.user-profile p {
	padding: 10px 10px 0;
}

.user-profile .posts_link {
	padding: 0 0 0 10px;
}


/* Buttons
------------------------------------------------------------ */

input[type="button"],
input[type="submit"],
.reply a,
.reply a:visited {
	color: black;
	cursor: pointer;
	/*font-size: 12px;*/
	font-weight: bold;
	padding: 5px 8px;
	text-decoration: none;
}

.reply a,
.reply a:visited {
	font-size: 12px;
	padding: 4px 8px;
}

input:hover[type="button"],
input:hover[type="submit"],
.reply a:hover {
	/*background: #9c1a03;*/
	border: 1px solid #9c1a03;
	color: black;
	text-decoration: none;
}


/* Search Form
------------------------------------------------------------ */

#header .searchform {
	float: right;
	padding: 40px 0 0;
}

#nav .searchform {
	float: right;
}

.s {
	/*background-color: #fff;
	color: black;
	font-size: 12px;
	font-style: italic;
	margin: 5px 1px 0 0;
	padding: 5px 0 4px 6px;
	width: 200px;*/
}

#sidebar .s {
	/*line-height: 26px;
	width: 93%;*/
}


/* eNews and Update Widget
------------------------------------------------------------ */

.enews #subbox {
	background-color: #fff;
	color: black;
	font-size: 12px;
	font-style: italic;
	line-height: 22px;
	margin: 5px 5px 0 0;
	padding: 6px 0 6px 6px;
	width: 200px;
}


/* Calendar Widget
------------------------------------------------------------ */

#wp-calendar {
	width: 100%;
}

#wp-calendar caption {
	font-size: 12px;
	font-style: italic;
	padding: 2px 5px 0 0;
	text-align: right;
}

#wp-calendar thead {
	background-color: #f5f5f5;
	font-weight: bold;
	margin: 10px 0 0;
}

#wp-calendar td {
	background-color: #f5f5f5;
	padding: 2px;
	text-align: center;
}


/* Footer Widgets
------------------------------------------------------------ */
 
#footer-widgets {
    background-color: #515151;
    /*border-top: 5px solid #000;*/
    clear: both;
    color: #ffffff;
    font-size: 11px;
    margin: 0 auto;
    overflow: hidden;
    padding: 30px 0 15px 0;
    /*text-shadow: 1px 1px #000;*/
    width: 1004px;
}
 
#footer-widgets .wrap {
    margin: 0 auto;
    width: 1004px;
}
 
#footer-widgets .widget {
    background: none;
    border: none;
    padding: 0;
}

#footer-widgets .textwidget {
	padding: 0;
}

#footer-widgets .widget_tag_cloud div div {
	padding: 0;
}
 
#footer-widgets p {
    font-size: 11px;
    padding: 0 0 10px;
    color: #ffffff;
}
 
#footer-widgets a, #footer-widgets a:visited {
    text-decoration: none;
    color: #ffffff;
}

#footer-widgets a:hover {
    text-decoration: underline;
    color: #ffffff;
}
 
#footer-widgets ul {
    list-style-type: none;
    margin: 0 0 10px;
}
 
#footer-widgets ul li {
    list-style-type: none;
    margin: 0;
}

#footer-widgets #wp-calendar thead,
#footer-widgets #wp-calendar td {
	background: none;
}

#footer-widgets .widget-area h4, #footer-widgets .widget-area .widget-main-title {
	color: #ffffff;
}

.footer-widgets-1 {
    float: left;
    padding: 0 20px 0 30px;
    width: 300px;
}
 
.footer-widgets-2 {
    float: left;
    width: 300px;
}
 
.footer-widgets-3 {
    float: right;
    width: 300px;
}


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

#footer {
	background-color: #515151;
	clear: both;
	font-size: 11px;
	overflow: hidden;
	width: 1004px;
	margin: auto;
	color: #ffffff;
}

#footer .wrap {
	margin: 0 auto;
	width: 940px;
}

#footer p {
	font-size: 11px;
	color: #ffffff;
}

#footer a,
#footer a:visited {
	color: #ffffff;
}

#footer a:hover {
	color: #ffffff;
	text-decoration: underline;
}

#footer .gototop {
	float: left;
	width: 200px;
}

#footer .creds {
	text-align: center;
	/*float: right;
	width: 755px;*/
}


/* Comments
------------------------------------------------------------ */

#comments,
#respond {
	margin: 0;
	overflow: hidden;
	padding: 10px 20px 20px;
}

#author,
#comment,
#email,
#url {
	font-size: 12px;
	margin: 10px 5px 0 0;
	padding: 5px;
	width: 250px;
}

#comment {
	height: 150px;
	margin: 10px 0;
	width: 98%;
}

.ping-list {
	margin: 0 0 40px;
}

.comment-list ol,
.ping-list ol {
	margin: 0;
	padding: 10px;
}

.comment-list li,
.ping-list li {
	/*font-weight: bold;*/
	list-style: none;
	margin: 16px 0 0;
	background-color: #ECECEC;
	/*padding: 10px;*/
}

.comment-list li ul li {
	list-style-type: none;
}

.comment-list p,
.ping-list p {
	font-weight: normal;
	margin: 10px 5px 10px 0;
	padding: 0;
	text-transform: none;
}

.comment-list ul.children {
	margin-top: 20px;
}

.comment-list ul.children li.comment  {
	/*background: #fff;*/
}

.comment-list cite,
.ping-list cite {
	font-style: normal;
	font-weight: bold;
}
.comment-header {
	border-bottom: 1px double #BDBFC1;
	padding-top: 1.6em;
	padding-right: 2em;
	padding-left: 1em;
}

.commentmetadata,
.reply {
	font-weight: normal;
}

.comment-author { 
	/*background: #e5e5e5;*/
	font-size: 12px;
	font-weight: bold;
	/*padding: 8px 10px 0;*/
}

#content .comment-author a {
	text-decoration: none;
	color: #a90000;
	font-weight: bold;
	font-size: 12px;
	line-height: 15px;
}

.comment-meta { 
	/*background: #e5e5e5;*/
	font-size: 12px;
	/*padding: 0 10px 8px;*/
	padding-left: 7px;
	color: #888;
}

.comment_num {
	float: right;
	padding: 0.091em 0.273em;
}
.comment_num a {
	font-weight: bold;
	color: #aaa;
}
.comment_num a:hover{
	color: #fff;
	background: #aaa;
	text-decoration: none;
}

.comment-content {
	padding-left: 0.9em;
	padding-right: 2em;
	padding-bottom: 10px;
}

.nocomments {
	text-align: center;
}

.thread-alt,
.thread-even {
	/*background: #f5f5f5;*/
}

.alt,
.depth-1,
.even {
	/*border: 1px solid #ddd;*/
}

p.s2_message {
	padding-top: 20px;
}

/* Comments Navigation
------------------------------------------------------------ */
#comments .navigation {
	overflow: hidden;
	padding: 25px 20px 25px 0;
}

.navigation a {
	display: inline;
}

.navigation span,
.navigation a,
.navigation a.disabled,
.navigation a:hover,
.navigation a.active a {
	border: 1px solid #ddd;
	padding: 5px 8px;
}

.navigation a:hover,
.navigation span.current {
	background-color: #f5f5f5;
}


/* Gravity Forms
------------------------------------------------------------ */

div.gform_wrapper input,
div.gform_wrapper select,
div.gform_wrapper textarea {
	font-size: 12px;
	padding: 4px 5px !important;
}

div.gform_footer input.button,
div.gform_wrapper .gform_footer input[type="submit"] {
	font-size: 12px;
}

div.gform_wrapper .ginput_complex label {
	font-size: 12px;
}

div.gform_wrapper li,
div.gform_wrapper form li {
	margin: 0 0 10px;
}

div.gform_wrapper .gform_footer {
	border: none;
	margin: 0;
	padding: 0;
}


/* LS Blue
------------------------------------------------------------ */

.ls-blue h1, 
.ls-blue h2, 
.ls-blue h3, 
.ls-blue h4, 
.ls-blue h5, 
.ls-blue h6 {
	color: #738D9A;
}

.ls-blue a,
.ls-blue a:visited,
.ls-blue h1,
.ls-blue h2,
.ls-blue h2 a,
.ls-blue h2 a:visited {
	color: #000000;
}

.ls-blue h2 a:hover {
	color: #738D9A;
}

.ls-blue .sidebar.widget-area .menu a {
	color: #738D9A;
}

.ls-blue a:hover {
	color: #738D9A;
}

.ls-blue h1, 
.ls-blue h2, 
.ls-blue h2 a, 
.ls-blue h2 a:visited, 
.ls-blue #content h2 a, 
.ls-blue #content h2 a:visited {
	color: #738D9A;
}

.ls-blue #content a, 
.ls-blue #content a:visited {
	color: #738D9A;
}

.ls-blue #title-area {
	background-color: #738D9A;
	border-right: 1px solid #BDBFC1;
	border-left: 1px solid #BDBFC1;
	border-bottom: 1px solid #BDBFC1;
}

.ls-blue.header-full-width #title-area{
	width: 1002px;
}

.ls-blue .widget-area h4, 
.ls-blue .widget-area .widget-main-title {
	color: #738D9A;
}

.ls-blue.header-image #description {
	display: none;
}

.s.search-input {
	/*border: 1px solid #BDBFC1;*/
}

.searchsubmit.search-submit {
	display: none;
}

#sidebar .s {
	margin-top: 0px;
	width: 93%;
	margin-bottom: 30px;
}

.wpcf7 {
	background-color: white;
}

.wpcf7-form label {
	width: 135px;
	display: inline-block;
	vertical-align: top;
}
.wpcf7-form span {
	width: 135px;
	display: inline-block;
}

.wpcf7-form-control-wrap.your-message {
	width: 100%;
}
.wpcf7-form-control-wrap.company-summary {
	width: 100%;
}
.wpcf7-form-control.wpcf7-textarea {
	width: 99%;
}

.metaslider {
	margin: auto;
}

.vertical-separator-left {
	position: absolute;
	top: 0px;
	bottom: 0px;
	width: 2px;
	background-color: #fff200;
	left: 240px;
}

.vertical-separator-right {
	position: absolute;
	top: 0px;
	bottom: 0px;
	width: 2px;
	background-color: #fff200;
	right: 220px;
}

.lang-item {
	display: inline-block;
	padding-left: 10px;
}

.widget_wysija_cont .wysija-submit {
	display: block;
	margin-top: 5px;
}

/* Responsive Design
------------------------------------------------------------ */
/*
@media only screen and (max-width: 600px) {

	.content-sidebar-sidebar #content,
	.content-sidebar #content,
	.roda-landing #inner,
	.full-width-content #content,
	.sidebar,
	.sidebar-content #content,
	.sidebar-content-sidebar #content,
	.sidebar-sidebar-content #content,
	#content-sidebar-wrap,
	#footer .creds,
	#footer .gototop,
	#footer .wrap,
	#footer-widgets .wrap,
	#header .widget-area,
	#header .wrap,
	#inner,
	#nav .wrap,
	#sidebar-alt,
	#subnav .wrap,
	#title-area,
	#wrap {
		width: 100%;
	}
	
	#header {
		overflow: hidden;
		padding: 0 0 20px;
	}
	
	#header .widget-area {
		padding: 10px 0 0;
		text-align: center;
	}
	
	#header .searchform {
		float: none;
		padding: 0;
	}
	
	#description,
	#footer .creds,
	#footer .gototop,
	#title,
	#title-area {
		text-align: center;
	}

	#header ul.menu,
	#nav li.right,
	#nav ul,
	#subnav ul {
		float: none;
		text-align: center;
	}
	
	#header ul.menu li,
	#nav li,
	#nav li.right,
	#subnav li {
		display: inline-block;
		float: none;
	}
	
	#nav {
		border: none;
	}
	
	#nav li a,
	.roda-blue #nav li a,
	.roda-orange #nav li a {
		background: none;
	}
	
	#nav li a:hover,
	#nav li a:active,
	#nav .current_page_item a,
	#nav .current-cat a,
	#nav .current-menu-item a {
		background: #9c1a03;
	}
	
	.roda-blue #nav li a:hover,
	.roda-blue #nav li a:active,
	.roda-blue #nav .current_page_item a,
	.roda-blue #nav .current-cat a,
	.roda-blue #nav .current-menu-item a {
		background: #036b9c;
	}
	
	.roda-orange #nav li a:hover,
	.roda-orange #nav li a:active,
	.roda-orange #nav .current_page_item a,
	.roda-orange #nav .current-cat a,
	.roda-orange #nav .current-menu-item a {
		background: #be6d23;
	}

	#subnav .wrap {
		margin: 0 auto;
	}

	#inner {
		margin: 0 auto;
	}
	
	#content {
		border: none;
	}
	
	.archive-page,
	.full-width-content #content,
	.full-width-content #content-sidebar-wrap {
		float: none;
		width: 100%;
	}
	
	.enews #subbox {
		width: 65%;
	}
	
	.footer-widgets-1,
	.footer-widgets-2,
	.footer-widgets-3 {
		margin: 0;
		width: 100%;
	}

}

@media only screen and (min-width: 600px) and (max-width: 960px) {

	#footer .creds,
	#footer .gototop,
	#footer-widgets .wrap,
	#header .widget-area,
	#header .wrap,
	#inner,
	#nav .wrap,
	#subnav .wrap,
	#title-area,
	#wrap {
		width: 100%;
	}
	
	#wrap {
		overflow: hidden;
	}
	
	#description,
	#footer .creds,
	#footer .gototop,
	#header .widget-area,
	#title,
	#title-area {
		text-align: center;
	}

	#header .widget-area {
		padding: 5px 0 10px;
	}

	#header .searchform {
		float: none;
		padding: 0;
	}
	
	#header ul.menu,
	#nav li.right,
	#nav ul,
	#subnav ul {
		float: none;
		text-align: center;
	}
	
	#header ul.menu li,
	#nav li,
	#nav li.right,
	#subnav li {
		display: inline-block;
		float: none;
	}
	
	#nav li a,
	.roda-blue #nav li a,
	.roda-orange #nav li a {
		background: none;
	}
	
	#nav li a:hover,
	#nav li a:active,
	#nav .current_page_item a,
	#nav .current-cat a,
	#nav .current-menu-item a {
		background: #9c1a03;
	}
	
	.roda-blue #nav li a:hover,
	.roda-blue #nav li a:active,
	.roda-blue #nav .current_page_item a,
	.roda-blue #nav .current-cat a,
	.roda-blue #nav .current-menu-item a {
		background: #036b9c;
	}
	
	.roda-orange #nav li a:hover,
	.roda-orange #nav li a:active,
	.roda-orange #nav .current_page_item a,
	.roda-orange #nav .current-cat a,
	.roda-orange #nav .current-menu-item a {
		background: #be6d23;
	}

	#inner {
		margin: 30px auto 0;
	}

	.content-sidebar #content,
	.sidebar-content #content {
		width: 65%;
	}

	.content-sidebar-sidebar #content-sidebar-wrap,
	.sidebar-sidebar-content #content-sidebar-wrap,
	.sidebar-content-sidebar #content-sidebar-wrap {
		width: 80%;
	}
	
	.content-sidebar-sidebar #content,
	.sidebar-sidebar-content #content,
	.sidebar-content-sidebar #content {
		width: 60%;
	}
	
	.content-sidebar-sidebar #sidebar-alt,
	.sidebar-sidebar-content #sidebar-alt,
	.sidebar-content-sidebar #sidebar-alt {
		width: 15%;
	}

	.content-sidebar .sidebar,
	.sidebar-content .sidebar,
	.content-sidebar-sidebar .sidebar,
	.sidebar-sidebar-content .sidebar,
	.sidebar-content-sidebar .sidebar {
		width: 30%;
	}
	
	.archive-page,
	.full-width-content #content,
	.full-width-content #content-sidebar-wrap {
		float: none;
		width: 100%;
	}
	
	.footer-widgets-1,
	.footer-widgets-2,
	.footer-widgets-3 {
		margin: 0;
		width: 100%;
	}
		
}
*/