/*
	Theme Name: Therafit
	Theme URI: http://localhost/therafit/
	Description: Therafit Wordpress Website by EJOweb
	Author: EJOweb
	Author URI: http://www.ejoweb.nl/
	Version: 1.0.2
	Text Domain: genesis-child
 
	Template: genesis
	Template Version: 2.0.2
 
	License: GPL-2.0+
	License URI: http://www.opensource.org/licenses/gpl-license.php

	GitHub Theme URI:   https://github.com/erikjoling/therafit
*/


/* Overzicht van theme colors

	- Blauw1  :	#008BCB
	- Blauw2  :	#18A0DE
	- Blauw3  : #1982D1
	- Groen   :	#BCE50B

	Kleur Elementen: anchors, buttons, headings, header, menu, footer, footer-widgets

*/

/*
HTML5 Reset
---------------------------------------------------------------------------------------------------- */

/* Baseline Reset (normalize.css 2.1.2) normalize.css v2.1.2 | MIT License | git.io/normalize */
article,aside,details,figcaption,figure,footer,header,hgroup,main,nav,section,summary{display:block}audio,canvas,video{display:inline-block}audio:not([controls]){display:none;height:0}[hidden]{display:none}html{font-family:sans-serif;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%}body{margin:0}a:focus{outline:thin dotted}a:active,a:hover{outline:0}h1{font-size:2em;margin:.67em 0}abbr[title]{border-bottom:1px dotted}b,strong{font-weight:bold}dfn{font-style:italic}hr{-moz-box-sizing:content-box;box-sizing:content-box;height:0}mark{background:#ff0;color:#000}code,kbd,pre,samp{font-family:monospace,serif;font-size:1em}pre{white-space:pre-wrap}q{quotes:"\201C" "\201D" "\2018" "\2019"}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sup{top:-0.5em}sub{bottom:-0.25em}img{border:0}svg:not(:root){overflow:hidden}figure{margin:0}fieldset{border:1px solid silver;margin:0 2px;padding:.35em .625em .75em}legend{border:0;padding:0}button,input,select,textarea{font-family:inherit;font-size:100%;margin:0}button,input{line-height:normal}button,select{text-transform:none}button,html input[type="button"],input[type="reset"],input[type="submit"]{-webkit-appearance:button;cursor:pointer}button[disabled],html input[disabled]{cursor:default}input[type="checkbox"],input[type="radio"]{box-sizing:border-box;padding:0}input[type="search"]{-webkit-appearance:textfield;-moz-box-sizing:content-box;-webkit-box-sizing:content-box;box-sizing:content-box}input[type="search"]::-webkit-search-cancel-button,input[type="search"]::-webkit-search-decoration{-webkit-appearance:none}button::-moz-focus-inner,input::-moz-focus-inner{border:0;padding:0}textarea{overflow:auto;vertical-align:top}table{border-collapse:collapse;border-spacing:0}

/* Box Sizing */
*, input[type="search"] { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; }

/* Float Clearing */
.clearfix:before, .entry-content:before, .entry:before, .footer-widgets:before, .nav-primary:before, .nav-secondary:before, .pagination:before, .site-container:before, .site-footer:before, .site-header:before, .site-inner:before, .content-sidebar-wrap:before, .widget:before, .wrap:before {	content: " "; display: table; }
.clearfix:after, .entry-content:after, .entry:after, .footer-widgets:after, .nav-primary:after, .nav-secondary:after, .pagination:after, .site-container:after, .site-footer:after, .site-header:after, .site-inner:after, .content-sidebar-wrap:after, .widget:after, .wrap:after { clear: both; content: " ";	display: table; }

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

/* Typographical Elements
--------------------------------------------- */

html {
	font-size: 62.5%; /* 10px browser default */
}

body {
	background: #5f5f5f;
	color: #373737;
	font-family: 'Open Sans', arial, sans-serif;
	font-size: 14px;
	font-weight: 400;
	line-height: 1.625;
}

a {
	color: #18A0DE;
	text-decoration: none;
}

a:hover {
	color: #008BCB;
}

p {
	margin: 0 0 24px;
	padding: 0;
}

strong {
	font-weight: 700;
}

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

/* Headings
--------------------------------------------- */

h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: 'Open Sans', arial, sans-serif;
	font-weight: 400;
	line-height: 1.2;
	margin: 0 0 16px;
}

h1 {
	font-size: 36px;
}

h2 {
	font-size: 30px;
}

h3 {
	font-size: 24px;
}

h4 {
	font-size: 20px;
}

h5 {
	font-size: 18px;
}

h6 {
	font-size: 16px;
}

/* Miscellaneous
--------------------------------------------- */

a,
button,
input:focus,
input[type="button"],
input[type="reset"],
input[type="submit"],
textarea:focus,
.button {
	-webkit-transition: all 0.1s ease-in-out;
	-moz-transition:    all 0.1s ease-in-out;
	-ms-transition:     all 0.1s ease-in-out;
	-o-transition:      all 0.1s ease-in-out;
	transition:         all 0.1s ease-in-out;
}

::-moz-selection {
	background-color: #333;
	color: #fff;
}

::selection {
	background-color: #333;
	color: #fff;
}

img {
	height: auto;
	width: auto;
}

.featured-content img,
.gallery img {
	width: auto; /* IE8 */
}

a img {
	margin-bottom: -4px;
}

embed,
iframe,
img,
object,
video,
.wp-caption {
	max-width: 100%;
}

.entry-content code {
    background-color: #333;
    color: #ddd;
}

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

input,
select,
textarea {
	background-color: #fff;
	border: 1px solid #ddd;
	border-radius: 3px;
	font-family: 'Open Sans', arial, sans-serif;
	box-shadow: 1px 1px 3px #eee inset;
	color: #555;
	font-size: 14px;
	padding: 16px;
	width: 100%;
}

input[type="checkbox"],
input[type="image"],
input[type="radio"] {
	width: auto;
}

input:focus,
textarea:focus {
	border: 1px solid #555;
	outline: none;
}

::-moz-placeholder {
	color: #555;
}

::-webkit-input-placeholder {
	color: #555;
}

button,
input[type="button"],
input[type="reset"],
input[type="submit"],
.more-link,
.button,
.entry-content .button {
	background-color: #18A0DE;
	border-radius: 5px;
	border: none;
	box-shadow: none;
	color: #fff;
	cursor: pointer;
	padding: 3px 12px;
	width: auto;
	font-weight: bold;
}

.more-link,
.button,
.entry-content .button {
	display: inline-block;
}

button:hover,
input:hover[type="button"],
input:hover[type="reset"],
input:hover[type="submit"],
.more-link:hover,
.button:hover,
.entry-content .button:hover {
	background-color: #008BCB;
	color: #fff;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button {
	display: none;
}


/* Tables
--------------------------------------------- */

table {
	border-collapse: collapse;
	border-spacing: 0;
	line-height: 2;
	margin-bottom: 40px;
	width: 100%;
	border: none;
}

tbody {
	border-bottom: 1px solid #ddd;
}

th,
td {
	text-align: left;
}

th {
	font-weight: bold;
	text-transform: uppercase;
}

td {
	border: none;
	border-top: 1px solid #ddd;
	padding: 6px 0;
}


/* Quote
--------------------------------------------- */
blockquote,
blockquote::before {
	color: #555;
}

blockquote {
	margin: 40px 40px 24px;
}

blockquote::before {
	content: "\201C";
	display: block;
	font-size: 30px;
	height: 0;
	left: -20px;
	position: relative;
	top: -10px;
}

cite {
	font-style: normal;
}


/*
Structure and Layout
---------------------------------------------------------------------------------------------------- */

/* Site Containers
--------------------------------------------- */

.site-container {
	margin: 20px 20px;
}

.site-header {
	width: 100%;
}

.nav-primary {
	width: 100%;
}

.site-inner {

}

.content-sidebar-wrap {
	background-color: #fff;
	padding: 36px 24px 12px;
	clear: both;
}

.content {
	float: right;
	width: 100%;
}

.content-sidebar .content {
	float: left;
	width: 65.81196581196582%;
	margin-left: 0;
}

.sidebar-primary {
	float: right;
	width: 31.623931623931625%;
	margin-left: 2.564102564102564%;
	margin-bottom: 24px;
	background-color: #eee;
	padding: 24px 24px;
}

.home-featured-blocks {
	width: 100%;
	float: left;
	background: #fff;
	padding: 30px 24px;
}

.site-footer {
	
}

.content-sidebar-wrap,
.wrap {
	margin: 0 auto;
	max-width: 980px;
	background-color: #fff;
}

.site-inner > .wrap {
	
}

.royalSlider-container {
	/*background-color: #fff;*/
	/*padding-bottom: 16px;*/
}


/* Column Classes
	Link: http://twitter.github.io/bootstrap/assets/css/bootstrap-responsive.css
--------------------------------------------- */

.five-sixths, .four-sixths, .one-fourth, .one-half, .one-sixth, .one-third, .three-fourths, .three-sixths, .two-fourths, .two-sixths, .two-thirds {
	float: left;
	margin-left: 2.564102564102564%;
}

.one-half, .three-sixths, .two-fourths { width: 48.717948717948715%; }
.one-third, .two-sixths { width: 31.623931623931625%; }
.four-sixths, .two-thirds { width: 65.81196581196582%; }
.one-fourth { width: 23.076923076923077%; }
.three-fourths { width: 74.35897435897436%; }
.one-sixth { width: 14.52991452991453%; }
.five-sixths { width: 82.90598290598291%; }

.first,
.one-half:first-child,
.one-third:first-child,
.one-fourth:first-child,
.two-thirds:first-child,
.two-fourths:first-child,
.two-sixths:first-child,
.three-fourths:first-child,
.three-sixths:first-child,
.four-sixths:first-child,
.five-sixths:first-child { 
	clear: both; margin-left: 0; 
}


/*
Common Classes
---------------------------------------------------------------------------------------------------- */

/* WordPress
--------------------------------------------- */

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

a.alignnone img,
.alignnone img {
	margin-bottom: 12px;
}

.alignleft {
	float: left;
	text-align: left;
}

.alignright {
	float: right;
	text-align: right;
}

a.alignleft,
a.alignright {
    max-width: 100%;
}

a.alignleft img,
img.alignleft,
.wp-caption.alignleft {
	margin: 0 24px 24px 0;
}

a.alignright img,
img.alignright,
.wp-caption.alignright {
	margin: 0 0 24px 24px;
}

.entry-content .wp-caption-text {
	font-size: 14px;
	text-align: center;
}


/* Genesis
--------------------------------------------- */

.breadcrumb {
	color: #fff;
	font-family: sans-serif;
	font-size: 14px;
	/*margin-bottom: 20px;*/
	/*text-transform: uppercase;*/
}

.breadcrumb a {
	color: #fff;
}

.archive-description,
.author-box {
	background-color: #fff;
	border-radius: 3px;
	margin-bottom: 40px;
}

.archive-description {
	padding: 40px 40px 24px;
}

.author-box {
	padding: 40px;
}


/* Titles
--------------------------------------------- */

.entry-title {
	color: #008BCB;
	font-size: 36px;
	line-height: 1;
}

.entry-title a {
	color: #008BCB;
}

.widget-title {
	color: #008BCB;
	font-size: 22px;
	margin-bottom: 16px;
}

.archive-title {
	font-size: 20px;
	margin-bottom: 24px;
}


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

.site-header .wrap {
	background-color: #c5e203;
	position: relative;
}

/* Title Area
--------------------------------------------- */

.title-area,
.site-title,
.site-title a {
	display: block;
	width: 100%;
	height: 150px;
	margin: 0;
}

.title-area {
	position: relative;
	z-index: 50;
}

.site-title {
	
}

.site-title a {
	
}

.site-title a {
	text-indent: -9999px;
}

.site-description {
	text-indent: -9999px;
	display: none;
}


/* Header Widget Area (Header Right)
--------------------------------------------- */

.header-widget-area {
	position: absolute;
	top: 0;
	right: 0;
	padding: 18px 24px;
	width: 100%;

}

.header-widget-area .widget {
	background-color: #fff;
	background-color: rgba(255,255,255,0.75);
	width: 31.6239%;
	float: right;
	padding: 12px 20px;
	position: relative;
	z-index: 99;
}

.header-widget-area a {
	color: #373737;
	text-decoration: underline;
}

.header-widget-area .contact {
	/*margin: 14% 20% 0 0;*/

	margin-bottom: 0 !important;
}

.header-widget-area .widget li {
	margin-bottom: 2px;
}

.contact li {
	background-image: url("images/header-icons.png");
	background-repeat: no-repeat;
	padding: 2px 0 3px 40px;
}

.contact .contact-tel {
	background-position: 0 0;
}

.contact .contact-mail {
	background-position: 0 -27px;
}

.contact .contact-opening {
	background-position: 0 -51px;
}


/*
Site Navigation
---------------------------------------------------------------------------------------------------- */

/* Site Header Navigation
--------------------------------------------- */

.nav-primary {
	
}

.nav-primary .mobile-menu {
	display: none;
}

.nav-primary .genesis-nav-menu {
	float: left;
	width: 100%;
	padding: 0 18px 0;
	background-color: #18A0DE;
	list-style: none;
	/*border-top: 2px solid #FFFFFF;*/
}

.genesis-nav-menu {
	clear: both;
	color: #fff;
	width: 100%;
}

.genesis-nav-menu .menu-item {
	float: left;
	text-align: left;
}

.genesis-nav-menu a {
	display: block;
	position: relative;
	font-size: 16px;
	line-height: 1;
}

.genesis-nav-menu > li > a {
	color: #fff;
	margin: 5px 4px;
	padding: 12px 15px;
}

.genesis-nav-menu > .menu-item > a:hover,
.genesis-nav-menu > .menu-item:hover > a,
.genesis-nav-menu .current-menu-ancestor > a,
.genesis-nav-menu .current-page-ancestor > a,
.genesis-nav-menu > .current-menu-item > a {

}

/*.genesis-nav-menu > .menu-item > a:hover {*/
.genesis-nav-menu > .menu-item:hover > a {
	color: #fff;
	background-color: #008BCB;
	border-radius: 5px;
}

.genesis-nav-menu > .menu-item-has-children:hover > a {
	margin-bottom: 0;
	padding-bottom: 17px;
	-webkit-border-bottom-right-radius: 0px;
	-webkit-border-bottom-left-radius: 0px;
	-moz-border-radius-bottomright: 0px;
	-moz-border-radius-bottomleft: 0px;
	border-bottom-right-radius: 0px;
	border-bottom-left-radius: 0px;
}

.genesis-nav-menu > .current-menu-item:hover > a,
.genesis-nav-menu > .current-menu-item > a:hover,
.genesis-nav-menu > .current-menu-ancestor > a,
.genesis-nav-menu > .current-page-ancestor > a,
.genesis-nav-menu > .current-menu-item > a {
	color: #008BCB;
	background-color: #fff;
	margin-top: 0;
	margin-bottom: 0;
	padding-top: 17px;
	padding-bottom: 17px;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
}

.genesis-nav-menu .sub-menu {
	padding-bottom: 4px;
	background-color: #fff;
	position: absolute;
	left: -9999px;
	margin-left: -2px;
	opacity: 0;
/*	-webkit-transition: opacity .4s ease-in-out;
	-moz-transition:    opacity .4s ease-in-out;
	-ms-transition:     opacity .4s ease-in-out;
	-o-transition:      opacity .4s ease-in-out;
	transition:         opacity .4s ease-in-out;*/
	max-width: 240px;
	z-index: 99;
	list-style: none;
	border: 6px solid #eee;
	border-top: none;
}

.genesis-nav-menu .sub-menu .menu-item {
	width: 100%;
	padding: 0 15px;
}

.genesis-nav-menu .sub-menu .menu-item:first-child a {
	border-top: none;
}

.genesis-nav-menu .sub-menu a {
	border: none;
	position: relative;
	width: 100%;
	padding: 10px 0 8px;
	border-top: 1px solid #DDD;
	color: #000;
	font-size: 14px;
	line-height: 1.4;
	font-weight: normal;
}

.genesis-nav-menu .sub-menu a:hover {
	/*background-color: #333;*/
	color: #008BCB;
}

.genesis-nav-menu .sub-menu .current-menu-item > a {
	color: #555;
}

.genesis-nav-menu .menu-item:hover {
	position: static;
}

.genesis-nav-menu .menu-item:hover > .sub-menu {
	left: auto;
	opacity: 1;
}


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

/* Home
--------------------------------------------- */

/* Entries
--------------------------------------------- */

.entry {
	background-color: #fff;
	margin-bottom: 12px;
	padding: 0px 12px 12px;
}

.blog .entry,
.archive .entry {
	padding-bottom: 18px;
	border-bottom: 2px dotted #DDDDDD;
	margin-bottom: 24px;
}

.entry-content ol,
.entry-content p,
.entry-content ul,
.quote-caption {
	margin-bottom: 26px;
}

.entry-content ol:last-child,
.entry-content p:last-child,
.entry-content ul:last-child {
	margin-bottom: 10px;
}

.entry-content ol,
.entry-content ul {
	margin-left: 40px;
}

.entry-content ol li {
	list-style-type: decimal;
}

.entry-content ul li {
	list-style-type: square;
}

.entry-content ol ol,
.entry-content ul ul,
.entry-content .wp-caption p {
	margin-bottom: 0;
}

.entry-content .search-form {
	width: 50%;
}

.entry-meta {
	color: #555;
	font-size: 14px;
}

.entry-header .entry-meta {
	margin-bottom: 18px;
	margin-top: -12px;
}

.entry-footer .entry-meta {
	border-top: 2px solid #f5f5f5;
	margin: 0 -24px;
	padding: 32px 40px 8px;
}

.entry-comments-link::before {
	content: "\2B";
	font-weight: 700;
	margin: 0 4px 0 6px;
}

.entry-categories,
.entry-tags {
	display: block;
}

/* Pagination
--------------------------------------------- */

.archive-pagination {
	clear: both;
	font-size: 14px;
	margin: 24px 12px;
	text-transform: uppercase;
}

.archive-pagination a {
	color: #fff;
}

.archive-pagination li {
	display: inline;
}

.archive-pagination li a {
	background-color: #fff;
	border-radius: 3px;
	color: #333;
	cursor: pointer;
	display: inline-block;
	margin-bottom: 4px;
	padding: 8px 12px;
}

.archive-pagination li a:hover,
.archive-pagination li.active a {
	background-color: #C5E203;
	color: #fff;
}

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

.entry-pings,
.comment-respond,
.entry-comments {
	background-color: #fff;
	border-radius: 3px;
	margin-bottom: 40px;
	padding: 40px;
}

.comment-content {
	clear: both;
}

.entry-comments .comment-author {
	margin-bottom: 0;
}

.comment-respond input[type="email"],
.comment-respond input[type="text"],
.comment-respond input[type="url"] {
	width: 50%
}

.comment-respond label {
	display: block;
	margin-right: 12px;
}

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

.comment-list li {
	margin-top: 40px;
	padding: 0 40px;
}

.comment-list li li {
	margin-right: -32px;
}

li.comment {
	border-left: 2px solid #f5f5f5;
}

.comment-header {
	color: #333;
}

.comment .avatar {
	margin: 0 16px 24px 0;
}

.comment-header  .comment-meta,
.comment-header  .comment-meta a {
	color: #555;
	font-size: 12px;
	letter-spacing: 2px;
	text-transform: uppercase;
}

.comment-reply-link {
	text-transform: uppercase;
}

.entry-pings .reply {
	display: none;
}

.form-allowed-tags {
	background-color: #f5f5f5;
	font-size: 14px;
	padding: 24px;
}

/* Team Profiel
--------------------------------------------- */

.team-profiel table td {
	vertical-align: top;
}
.team-profiel table td.first {
	color: #008BCB;
	font-weight: bold;
	width: 25%;
	padding-right: 20px;
}


/*
Widgets
---------------------------------------------------------------------------------------------------- */

.widget {
	word-wrap: break-word;
}

.widget li {
	list-style-type: none;
	margin-bottom: 6px;
}

.widget li li {
	margin: 0;
	padding: 0 0 0 20px;
}

.textwidget ol:last-child,
.textwidget p:last-child,
.textwidget ul:last-child {
	margin-bottom: 10px;
}


/* Banner
--------------------------------------------- */
.banner .widget {
	background-color: #3a89d8;
	color: #fff;
}

.banner .widget-wrap {
	padding: 15px;
	text-align: center;
}

.banner .textwidget {
	font-size: 20px;
	font-style: italic;
	font-weight: bold;
}



/*
Sidebars
---------------------------------------------------------------------------------------------------- */

.sidebar {
	color: #373737;
}

.sidebar a {
	color: #373737;
}

.sidebar a:hover {
	text-decoration: underline;
}

.sidebar p:last-child {
	margin-bottom: 0;
}

.sidebar ul {
	list-style: none;
}

.sidebar li {
	list-style-type: none;
	margin-bottom: 6px;
	text-indent: -22px;
	margin-left: 22px;
}

.sidebar ul > li:last-child {
	margin-bottom: 0;
}

.sidebar li:before {
	content: "\25BA";
	padding-right: 4px;
	color: #C5E203;
}

.sidebar .widget {
	margin-bottom: 28px;
	padding: 0 12px 24px;
	padding: 0;
}

.sidebar .widget:last-child {
	margin-bottom: 0;
}

.sidebar .widget-title {
	margin-bottom: 12px;
}

.sidebar .featured-image {
	margin-bottom: 16px;
}

.sidebar .wp-post-image {
	display: block;	
	padding-bottom: 8px ;
}	

.sidebar .wp-caption {
	display: block;
	margin-bottom: 8px;
    font-style: italic;
    text-align: center;
    color: #777;
    line-height: 1.325;
}


/* Home Featured Blocks
--------------------------------------------- */

.home-featured-blocks {
	border-top: 2px dotted #ccc;
}

.home-featured-blocks .widget {

}

.home-featured-blocks .widget:first-child {
	border-left: none;
}

.home-featured-blocks .widget-wrap {
	padding: 0 12px;
}


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

.footer-widgets {
	background-color: #000;
	padding: 50px 0 26px;
	color: #fff;
	clear: both;
}

.footer-widgets .wrap {
	/*background-color: #000;
	padding: 50px 0 30px;*/
}

.footer-widgets .widget-area {
	float: left;
	/*width: 23.076923076923077%;
	margin-left: 2.564102564102564%;*/
	width: 22.75%;
	margin-left: 3%;
	padding: 0 0;
}

.footer-widgets .footer-widgets-1 {
	margin-left: 0;
}

.footer-widgets .widget {
	margin-bottom: 24px;
	margin-bottom: 2.4rem;
}

.footer-widgets .widget-title {
	color: #fff;
}

.footer-widgets li {
	list-style-type: none;
	padding-bottom: 6px;
	border-bottom: 1px dashed #555;
}

.footer-widgets li a {
	color: #fff;
}

.footer-widgets li a:hover {
	font-style: italic;
}

.footer-widgets li::before {
	content: "\003e";
	padding-right: 8px;
	color: #DC312A;
}

.footer-widgets .search-form input:focus {
	border: 1px solid #ddd;
}


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

.site-footer .wrap {
	position: relative;
	background-color: #999;
	background-color: rgba(255,255,255,0.25);
	color: #f5f5f5;
	border-top: 10px solid #ddd;
}

.home .site-footer .wrap {
}

.site-footer a {
	display: inline-block;
}

.site-footer a:hover {
}

.site-footer p {
	margin-bottom: 0;
	/*display: inline-block;*/
}

.site-footer a img {
	width:18px;
	max-width: none;
	margin-left:4px;
	display: block;
}

#footer-left {
	float: left;
	border-top: 10px solid #c5e203;
	padding: 6px 32px 8px;
	margin-top: -10px;
}

#footer-right {
	float: right;
	text-align: right;
	border-top: 10px solid #18A0DE;
	padding: 6px 32px 8px;
	margin-top: -10px;
}

#footer-right p {

}

/*
Plugins
---------------------------------------------------------------------------------------------------- */

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

div.gform_wrapper.gf_browser_gecko select,
div.gform_wrapper input[type="url"],
div.gform_wrapper input[type="tel"],
div.gform_wrapper input[type="number"],
div.gform_wrapper input[type="password"],
div.gform_wrapper input[type="email"],
div.gform_wrapper input[type="text"],
div.gform_wrapper textarea,
div.gform_wrapper .ginput_complex label {
	font-size: 14px;
	padding: 2px 4px;
}

div.gform_wrapper.gf_browser_gecko select {
	margin-left: 0 !important;
	padding-left: 2px;
	padding-right: 2px;
}

div.gform_wrapper .ginput_complex label {
	padding: 0;
}

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

div.gform_wrapper .gform_footer.left_label {
	margin: 0;
	padding-top: 12px;
}

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

/* {	content: " "; display: table; }
{ clear: both; content: " ";	display: table; }*/

.widget .gform_wrapper .left_label .gfield {
	margin: 0 0 8px;
}

.widget .gform_wrapper .left_label .gfield:before {
	content: " "; display: table;
}

.widget .gform_wrapper .left_label .gfield:after {
	clear: both; content: " ";	display: table;
}

.widget .gform_wrapper .left_label .gfield .gfield_label {
    font-weight: normal;
    margin-right: 0;
    margin-top: 3px;
    width: 44%;
}

.widget .gform_wrapper .left_label .gfield .ginput_container input {
    float: left;
    width: 56%;
}

.widget .gform_wrapper .gform_heading {
	margin-bottom: 12px;
}

.widget .gform_wrapper .gform_footer.left_label {
    margin: 0;
    padding: 12px 0 0;
    /*text-align: left;*/
}