/*
	Theme Name: YResearch Child Theme
	Theme URI: http://my.studiopress.com/themes/minimum/
	Description: A mobile responsive and HTML5 theme built for the Genesis Framework.
	Author: Altitude Media
	Author URI: http://www.altitudemedia.com.au

	Version: 3.0.0

	Tags: black, white, one-column, two-columns, responsive-layout, custom-menu, full-width-template, sticky-post, theme-options, threaded-comments, translation-ready, premise-landing-page

	Template: genesis
	Template Version: 2.0

	License: GPL-2.0+
	License URI: http://www.opensource.org/licenses/gpl-license.php 
*/


/* Table of Contents

	- Imports
	- HTML5 Reset
		- Baseline Normalize
		- Box Sizing
		- Float Clearing
	- Defaults
		- Typographical Elements
		- Headings
		- Objects
		- Forms
		- Tables
	- Structure and Layout
		- Site Containers
		- Page Title
		- Column Widths and Positions
		- Column Classes
	- Common Classes
		- WordPress
		- Genesis
		- Featured Post Grid
		- Titles
	- Widgets
		- Featured Content
	- Plugins
		- Genesis eNews Extended
		- Genesis Latest Tweets
		- Gravity Forms
		- Jetpack
	- Site Header
		- Title Area
		- Widget Area
	- Site Navigation
		- Header Navigation
		- Primary Navigation
		- Secondary Navigation
	- Content Area
		- Entries
		- After Entry
		- Pagination
		- Comments
	- Sidebar
	- Footer Widgets
	- Site Footer
	- Media Queries
		- max-width: 1139px
		- max-width: 1023px
		- max-width: 767px

*/


/*
Imports
---------------------------------------------------------------------------------------------------- */

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

@import url(https://fonts.googleapis.com/css?family=Open+Sans);

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

/* Baseline Normalize
	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}

hr {
	margin: 50px 0;
    border-top: 1px solid #ccc;
    border-bottom: none;
}

/* Box Sizing
--------------------------------------------- */

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

/* Float Clearing
--------------------------------------------- */

.clearfix:before,
.entry:before,
.entry-content:before,
.footer-widgets:before,
.nav-primary:before,
.nav-secondary:before,
.pagination:before,
.site-container:before,
.site-footer:before,
.site-header:before,
.site-inner:before,
.wrap:before {
	content: " ";
	display: table;
}

.clearfix:after,
.entry:after,
.entry-content:after,
.footer-widgets:after,
.nav-primary:after,
.nav-secondary:after,
.pagination:after,
.site-container:after,
.site-footer:after,
.site-header:after,
.site-inner:after,
.wrap:after {
	clear: both;
	content: " ";
	display: table;
}


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

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

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

body {
	color: #090909;
	font-family: 'Open Sans', sans-serif;
	font-size: 18px;
	font-size: 1.8rem;
	font-weight: 400;
	line-height: 1.625;
}

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;
}

a {
	color: #008faa;
	font-weight: 400;
	text-decoration: none;
}

a img {
	margin-bottom: -6px;
	margin-bottom: -0.6rem;
}

a:hover {
	color: #007990;
}

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

strong {
	font-weight: 400;
}

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

blockquote,
blockquote::before {
	color: #999;
}

blockquote {
	margin: 40px;
	margin: 4rem;
}

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

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

cite {
	font-style: normal;
}

/* Pagination - PageNavi
--------------------------------------------- */
.page-navi-container {
	text-align: center;
}

.page-navi-container .wp-pagenavi a, .page-navi-container .wp-pagenavi span {
	border: 1px solid #008faa;
	color: #008faa;
}

.page-navi-container .wp-pagenavi a:hover, .page-navi-container .wp-pagenavi span.current {
    border-color: #008faa;
    background: #008faa;
    color: #fff;
}

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

h1,
h2,
h3,
h4,
h5,
h6 {
	color: #008faa;
 	font-weight: 400;
	line-height: 1.2;
	margin: 0 0 15px;
	margin: 0 0 1.5rem;
}

h1 {
	font-size: 30px;
	font-size: 3rem;
}

h2 {
	font-size: 28px;
	font-size: 2.8rem;
}

h3 {
	font-size: 24px;
	font-size: 2.4rem;
}

h4 {
	font-size: 28px;
	font-size: 2.8rem;
}

h5 {
	font-size: 18px;
	font-size: 1.8rem;
}

h6 {
	font-size: 16px;
	font-size: 1.6rem;
}

/* Objects
--------------------------------------------- */

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

img {
    height: auto;
}

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

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

input,
select,
textarea {
    background-color: #fff;
    border: 1px solid #cbcbcb;
    border-radius: 0;
    box-shadow: none;
    color: #555555;
    font-size: 16px;
    font-size: 1.6rem;
    font-weight: 400;
    padding: 11px;
    padding: 1.1rem;
    width: 100%;
}

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

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

::-moz-placeholder {
	color: #555555;
	opacity: 1;
	font-size: 16px;
	font-size: 1.6rem;
	font-weight: 300;
}

::-webkit-input-placeholder {
	color: #555555;
	font-size: 16px;
	font-size: 1.6rem;	
	font-weight: 300;
}

button,
input[type="button"],
input[type="reset"],
input[type="submit"],
.button,
.entry-content .button {
	background-color: #008faa;
    border: none;
    box-shadow: none;
    color: #fff;
    cursor: pointer;
    font-weight: 600;
    padding: 14px 24px;
    padding: 1.4rem 2.4rem;
    text-transform: capitalize;
    width: 100%;
    line-height: 17px;
}

button:hover,
input:hover[type="button"],
input:hover[type="reset"],
input:hover[type="submit"],
.button:hover,
.entry-content .button:hover {
	background-color: #007990;
}

.entry-content .button:hover {
	color: #fff;
}

.button {
	border-radius: 0;
	display: inline-block;
}

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;
	margin-bottom: 4rem;
	width: 100%;
}

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

th,
td {
	text-align: left;
}

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

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


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

/* Site Containers
--------------------------------------------- */
.site-container {
    max-width: 1600px;
    margin: 0 auto;
    box-shadow: 0 0 1px #BBB;
	overflow: hidden;	
}

.wrap {
	margin: 0 auto;
	max-width: 1250px;
}

.site-inner {
	background-color: #fff;
	clear: both;
    padding-top: 80px;
    padding-top: 8rem;
}

.minimum-landing .site-inner {
	margin: 40px auto;
	margin: 4rem auto;
	padding: 60px 60px 20px;
	padding: 6rem 6rem 2rem;
	width: 800px;
}

.home .site-inner {
	padding-top: 0;
}

.home .site-inner > .wrap {
    width: 100%;
    max-width: 100%;
}

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

div.soliloquy-container .soliloquy-caption.soliloquy-caption-bottom {
	line-height: 417px;
	line-height: 41.7rem;
	top: 0;
}
div.soliloquy-container .soliloquy-caption .soliloquy-caption-inside {
	display: inline-block;
    width: 100%;
    background: transparent;
    vertical-align: middle;
}
div.soliloquy-container .soliloquy-caption .soliloquy-caption-inside h2 {
	color: #fff;
   	font-size: 23px;    
    font-size: 2.3rem;
    font-weight: 400;
    max-width: 930px;
    max-width: 93rem;
    margin: 0 auto 20px;
    margin: 0 auto 2rem;
    text-transform: uppercase;
    line-height: 1.3;
}
div.soliloquy-container .soliloquy-caption .soliloquy-caption-inside h2.top-banner-heading {
    font-size: 23px;    
    font-size: 2.3rem;
    margin-bottom: 20px;
    margin-bottom: 2rem;
    line-height: 1.3;
}
div.soliloquy-container .soliloquy-caption .soliloquy-caption-inside img.slider-logo {
	clear: both;
    display: block;
    text-align: center;
    margin: 0 auto;
    width: 120px;
    width: 12rem;
}
div.soliloquy-container .soliloquy-caption .soliloquy-caption-inside h3 {
	color: #fff;
	font-size: 55px;
	font-size: 5.5rem;
	font-weight: 400;
}
div.soliloquy-container .soliloquy-caption .soliloquy-caption-inside h4 {
	color: #fff;
	font-size: 23px;    
    font-size: 2.3rem;
	font-weight: 400;
	display: inline-block;
	text-transform: uppercase;
}
div.soliloquy-container .soliloquy-caption .soliloquy-caption-inside .caption-wrap {
    max-width: 615px;
    max-width: 61.5rem;
    margin: 0 auto 20px;
    margin: 0 auto 2rem;
    overflow: hidden;
}
div.soliloquy-container .soliloquy-caption .soliloquy-caption-inside .left-half {
    width: 300px;
    width: 30rem;
    float: left;
    text-align: left;
	line-height: 53px;
	line-height: 5.3rem;
}
div.soliloquy-container .soliloquy-caption .soliloquy-caption-inside .left-half img,
div.soliloquy-container .soliloquy-caption .soliloquy-caption-inside .right-half img {
	float: left;
    margin-right: 16px;
    margin-right: 1.6rem;
    margin-top: 13px;
    margin-top: 1.3rem;
    width: 42px;
}
div.soliloquy-container .soliloquy-caption .soliloquy-caption-inside .right-half {
    width: 300px;
    width: 30rem;
    float: left;
    text-align: left;
    position: relative;
    padding-left: 35px;
    padding-left: 3.5rem;
    line-height: 53px;
	line-height: 5.3rem;
}
div.soliloquy-container .soliloquy-caption .soliloquy-caption-inside .right-half:before {
    content: '';
    background: #cbcbcb;
    width: 1px;
    height: 70px;
    height: 7rem;
    display: block;
    position: absolute;
    top: -5px;
    left: 0;
    bottom: 0;
    margin: auto;
}
div.soliloquy-container .soliloquy-caption .soliloquy-caption-inside .right-half img {}

.home-featured {
	border-bottom: 5px solid #f5f5f5;
	margin-bottom: 60px;
	margin-bottom: 6rem;
	padding: 40px 0;
	padding: 4rem 0;
}

.home-featured li {
	list-style-type: none;
}

.home-featured .widget {
	padding: 0 20px;
	padding: 0 2rem;
}

.home-featured p:last-child {
	padding: 0 0 2.4rem;
}

.home-featured-1,
.home-featured-2,
.home-featured-3,
.home-featured-4 {
	float: left;
	text-align: center;
	width: 25%;
}

.home-featured .simple-social-icons ul li a {
	padding: 40px !important;
	padding: 4rem !important;
}

.home-featured .simple-social-icons ul li {
	margin: 0 0 30px !important;
	margin: 0 0 3rem !important;
}

#home-banner,
#home-section-1,
#home-section-2,
#home-section-3 {
    padding-top: 100px!important;
    padding-top: 10rem!important;
    padding-bottom: 100px!important;
    padding-bottom: 10rem!important;
    text-align: center;
    margin-bottom: 0!important;
}
#home-banner {
	padding-top: 0!important;
	padding-bottom: 0!important;
}
#home-banner .soliloquy-container {
	margin-bottom: 0!important;
}
.home-sections .widget-title {
	text-align: center;
    color: #008faa;
    font-size: 38px;
    font-size: 3.8rem;
    margin-bottom: 20px!important;
    margin-bottom: 2rem!important;
}
#home-section-1 .widget-title,
#home-section-2 .widget-title {
	text-transform: capitalize;
	margin-bottom: 0;
}
#home-section-1-bottom {
	margin-top: 80px;
	margin-top: 8rem;
}
#home-section-2 {
    background-color: #ededed;
    padding: 100px 0!important;
    padding: 10rem 0!important;
    background-image: url(/wp-content/uploads/2016/05/under-the-how-we-can-help.jpg);
    background-size: cover;
    color: #fff;
    position: relative;
}
#home-section-2:before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.45);
	z-index: 5;
}
#home-section-2 .panel-grid-cell {
	position: relative;
	z-index: 25;
}
#home-section-2 .widget-title {
	color: #fff;
	font-size: 50px;
    font-size: 5rem;
}
#home-section-2 .subheading {
	text-transform: uppercase;
	text-transform: uppercase;
    font-weight: 700;
    font-size: 25px;
    font-size: 2.5rem;
    color: #fff;
	margin-top: 5px;
}
#home-section-2 .subheading:after {
    content: '';
    background: #fff;
    display: block;
    height: 3px;
    width: 55px;
    margin: 10px auto 40px;
}
.contact-right {
	position: relative;
	padding-left: 75px;
	padding-left: 7.5rem;
}
.contact-right:before {
    content: '';
    width: 1px;
    height: 65%;
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    background: #cbcbcb;
}
.contact-left h4 {
	font-size: 26px;
	font-size: 2.6rem;
}
.contact-left {
    margin: 115px 52px 0 100px;
    margin: 11.5rem 5.2rem 0 10rem;
}

.site-tagline {
	background-color: #f5f5f5;
	border-bottom: 1px solid #eee;
	margin-top: 60px;
	margin-top: 6rem;
	padding: 40px 0;
	padding: 4rem 0;
}

.site-tagline p {
	margin: 0;
}

.site-tagline-left {
	float: left;
	width: 50%;
}

.site-tagline-right {
	float: right;
	text-align: right;
	width: 50%;
}

.minimum .site-tagline {
	margin-top: 600px;
	margin-top: 60rem;
}

a.cta-button {
	background-color: #333;
	border-radius: 5px;
	color: #fff;
	display: inline-block;
	font-size: 18px;
	font-size: 1.8rem;
	font-weight: 300;
	line-height: 1;
	padding: 15px 20px;
	padding: 1.5rem 2rem;
}

a.cta-button:hover {
	background-color: #0ebfe9;
}

.inner-page-options {
    background-size: cover!important;
    min-height: 362px;
    line-height: 362px;
    position: relative;
	background-repeat: no-repeat!important;
}
.inner-page-options:before {
    content: '';
    background: rgba(0,0,0,0.25);
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 10;
}
.inner-page-options-wrap {
	display: inline-block;
	line-height: normal;
	vertical-align: middle;
	width: 100%;
	position: relative;
    z-index: 15;
}
.inner-page-options h1 {
	font-size: 34px;
	font-size: 3.4rem;
	font-weight: 700;
	color: #fff;
    margin-bottom: 0;
}
.inner-page-description {
	font-size: 23px;
	color: #fff;
}

.contact-page-options,
.no-image-banner-options {
    background-color: #ededed;
    padding: 20px 15px 15px;	
}
.contact-page-options h1,
.no-image-banner-options h1 {
    color: #008faa;
    font-size: 44px;
    font-weight: 400;
    line-height: 1.1;
    margin-bottom: 10px;	
}
.contact-page-options .inner-page-description,
.no-image-banner-options .inner-page-description {
    font-size: 16px;
    color: #000;	
}

.product-listing {
	margin: 0 -5px;	
}
.product-listing .one-fifth {
    width: 19.7%;
    padding: 0 5px;
    text-align: center;
}

.print-order-form-wrapper {
	margin: 0 auto;
    max-width: 900px;
}

.print-order-form-wrapper div.gform_wrapper {
	margin-top: 0;
}

/* Column Widths and Positions
--------------------------------------------- */

/* Content */

.content {
	float: left;
	width: 850px;
}

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

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


/* 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 {
	clear: both;
	margin-left: 0;
}


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

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

.avatar {
	float: left;
}

.alignleft .avatar {
	margin-right: 24px;
	margin-right: 2.4rem;
}

.alignright .avatar {
	margin-left: 24px;
	margin-left: 2.4rem;
}

.author-box .avatar {
	height: 72px;
	margin-right: 24px;
	margin-right: 2.4rem;
	width: 72px;
}

.entry-comments .avatar {
	height: 48px;
	width: 48px;
}

.search-form input[type="submit"] {
	border: 0;
	clip: rect(0, 0, 0, 0);
	height: 1px;
	margin: -1px;
	padding: 0;
	position: absolute;
	width: 1px;
}

.search-form {
	overflow: hidden;
	padding: 3px;
	padding: 0.3rem;
	width: 100%;
}

.sticky {
}

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

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

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

.alignright {
	float: right;
	text-align: right;
	margin: 0 0 24px 24px;
    margin: 0 0 2.4rem 2.4rem;
}

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

a.alignnone {
	display: inline-block;
}

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

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

a.alignleft,
a.alignright {
	border: none;
}

.wp-caption-text {
	font-size: 14px;
	font-size: 1.4rem;
	font-weight: 400;
	text-align: center;
}

.gallery-caption {
}

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

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

.widget li {
	list-style-type: none;
	margin-bottom: 6px;
	margin-bottom: 0.6rem;
	text-align: left;
}

.widget ol > li {
	list-style-position: inside;
	list-style-type: decimal;
	padding-left: 2rem;
	text-indent: -2rem;
}

.widget li li {
	border: none;
	margin: 0 0 0 30px;
	margin: 0 0 0 3rem;
	padding: 0;
}

.widget ul > li:last-child,
.widget p:last-child {
	margin-bottom: 0;
}

.widget_calendar table {
	width: 100%;
}

.widget_calendar td,
.widget_calendar th {
	text-align: center;
}

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

.breadcrumb {
	margin-bottom: 40px;
	margin-bottom: 4rem;
}

.archive-description,
.author-box {
	background-color: #f5f5f5;
}

.archive-description {
	margin-bottom: 40px;
	margin-bottom: 4rem;
	padding: 40px 40px 16px;
	padding: 4rem 4rem 1.6rem;
}

.author-box {
	margin-bottom: 40px;
	margin-bottom: 4rem;
	padding: 40px;
	padding: 4rem;
}

.single .author-box {
	margin-bottom: 60px;
	margin-bottom: 6rem;
}

.author-box-title {
	color: #333;
	font-family: 'Roboto Slab', serif;
	font-size: 16px;
	font-size: 1.6rem;
	font-weight: 400;
	margin-bottom: 4px;
	margin-bottom: 0.4rem;
}

.author-box p {
	margin-bottom: 0;
}

.author-box .avatar {
	margin-right: 24px;
	margin-right: 2.4rem;
}

/* Featured Post Grid
------------------------------------------------------------ */

.genesis-grid-even,
.genesis-grid-odd {
	border-bottom: 1px solid #f5f5f5;
	margin-bottom: 30px;
	margin-bottom: 3rem;
	padding: 0;
	width: 47%;
}

.genesis-grid-even {
	float: right;
}

.genesis-grid-odd {
	clear: both;
	float: left;
}


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

.entry-title {
	font-size: 30px;
	font-size: 3rem;
	line-height: 1;
}

.genesis-grid .entry-title {
	font-size: 24px;
	font-size: 2.4rem;
	margin: 0 0 10px;
	margin: 0 0 1rem;
}

.single-portfolio .entry-title {
	margin-bottom: 20px;
	margin-bottom: 2rem;
}

.entry-title a,
.sidebar .widget-title a {
	border: none;
	color: #333;
}

.entry-title a:hover {
	color: #0ebfe9;
}

.widget-title {
    font-size: 20px;
    font-size: 2rem;
    margin-bottom: 18px;
    margin-bottom: 1.8rem;
}

#home-featured .widget-title {
	margin-bottom: 10px;
	margin-bottom: 1rem;
}

.sidebar .widget-title a {
	border: none;
}

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


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

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

.featured-content .entry {
	border-bottom: 2px solid #f5f5f5;
	margin-bottom: 24px;
	margin-bottom: 2.4rem;
	padding: 0 0 24px;
	padding: 0 0 2.4rem;
}

.featured-content .entry:last-child {
	margin-bottom: 0;
	padding: 0;
}

.featured-content .entry-title {
	border: none;
	font-size: 18px;
	font-size: 1.8rem;
	line-height: 1.2;
}

.featured-content .entry-title a {
	border: none;
}


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

/* Genesis eNews Extended
--------------------------------------------- */

.enews-widget {
	color: #999;
}

.enews-widget input {
	margin-bottom: 16px;
	margin-bottom: 1.6rem;
}

.enews-widget input:focus {
	border: 1px solid #ddd;
}

.enews-widget input[type="submit"] {
	background-color: #0ebfe9;
	color: #fff;
	margin: 0;
	width: 100%;
}

.enews-widget input:hover[type="submit"] {
	background-color: #fff;
	color: #333;
}

.enews form + p {
	margin-top: 24px;
	margin-top: 2.4rem;
}

.sidebar .enews-widget {
	background-color: #333;
	padding: 30px;
	padding: 3rem;
}

.sidebar .enews-widget .widget-title {
	color: #fff;
}

/* Genesis Latest Tweets
--------------------------------------------- */

.latest-tweets ul li {
	margin-bottom: 16px;
	margin-bottom: 1.6rem;
}

/* Woocommerce
--------------------------------------------- */
.woocommerce div.product p.stock {
	display: none;
}

.woocommerce .woocommerce-message {
	border-top-color: #008FAA!important;
}

.woocommerce #respond input#submit, .woocommerce a.button, .woocommerce button.button, .woocommerce input.button {
	width: auto;
	background: #008FAA!important;
    color: #fff!important;
}

.woocommerce #respond input#submit:hover, .woocommerce a.button:hover, .woocommerce button.button:hover, .woocommerce input.button:hover {
	background: #006F7A!important;
}

#add_payment_method #payment ul.payment_methods li, .woocommerce-checkout #payment ul.payment_methods li {
	list-style: none;
}
.select2-container .select2-choice {
    line-height: 44px;
}
.woocommerce-cart table.cart td.actions .coupon .input-text {
	padding: 8px 6px 8px!important;
	width: 120px!important;
}
.woocommerce #respond input#submit.alt, .woocommerce a.button.alt, .woocommerce button.button.alt, .woocommerce input.button.alt {
    background-color: #008FAA!important;
    font-weight: 600;
    padding: 14px 24px!important;
    padding: 1.4rem 2.4rem!important;
    line-height: 17px;
    border-radius: 0;
}
.woocommerce #respond input#submit.alt:hover, .woocommerce a.button.alt:hover, .woocommerce button.button.alt:hover, .woocommerce input.button.alt:hover {
	background-color: #007990!important;
}
.woocommerce .woocommerce-error .button, .woocommerce .woocommerce-info .button, .woocommerce .woocommerce-message .button {
	width: auto;
}
body.woocommerce div.product form.cart div.quantity {
    width: 100%;
    float: none;
    margin: 0 auto 10px;	
}
body.woocommerce .quantity .qty {
    width: 100%;
}
body.woocommerce div.product form.cart .button {
	width: auto;
}
body.woocommerce div.product form.cart input[type=file] {
    float: right;
    width: 50%;	
}
body.woocommerce #respond input#submit, body.woocommerce a.button, body.woocommerce button.button, body.woocommerce input.button {
	padding: .834em 1em;	
}
body.woocommerce #content div.product div.images, body.woocommerce div.product div.images, body.woocommerce-page #content div.product div.images, 
body.woocommerce-page div.product div.images {
    width: 28%;	
}
body.woocommerce #content div.product div.summary, body.woocommerce div.product div.summary, body.woocommerce-page #content div.product div.summary, 
body.woocommerce-page div.product div.summary {
    width: 68%;	
}
body.woocommerce div.product.product-type-simple form.cart {
	display: none;
}
body.woocommerce div.product.product-type-simple .product_meta {
	overflow: hidden;
    display: block;
    clear: both;
    padding: 20px 0 0;
}
body.woocommerce div.product .product_title {
    text-align: center;
    font-size: 2em;
    font-weight: 600;
	text-transform: uppercase;
}
body.woocommerce div.product p.price, body.woocommerce div.product span.price {
	color: #008FAA;
    font-size: 2.25em;
    font-weight: 700;
    text-align: center;
}

.wc_quick_buy_btn {
    width: 49%;
    height: 130px;
    font-size: 30px;
    float: left;
	background: #008FAA;
}
.btn-print-order-form {
	width: 49%;
    height: 130px;
    font-size: 30px;
    display: block;
    float: right;
    text-align: center;
    background: #008FAA;
    color: #fff;
    line-height: 130px;
	font-weight: 600;
}
.wc_quick_buy_btn:hover,
.btn-print-order-form:hover {
	background: #006F7A;
    color: #fff;
}

body.woocommerce div.product form.cart .variations {
	width: 47%;
    margin: 0 auto;
    border: none;
}

body.woocommerce div.product form.cart .variations tbody {
	border: none;
}

body.woocommerce div.product form.cart .variations label {
	text-transform: capitalize;
    color: #008FAA;	
}

.woocommerce-variation-price {
	text-align: center;
}

.woocommerce-variation-add-to-cart {
	display: none;
}

.single-product-top {
	margin-bottom: 50px;
	margin-bottom: 5rem;
    border-bottom: 1px solid #eee;
    padding-bottom: 24px;
    padding-bottom: 2.4rem;
}

body.woocommerce .single-product-top .product_title {
    text-align: center;
    font-size: 2em;
    font-weight: 600;
    text-transform: uppercase;
	margin-bottom: 30px;
    margin-bottom: 3rem;
}

.single-product-top .wc-tabs {
	display: none!important;
}

.woocommerce .order_details li {
	list-style: none;	
}

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

div.gform_wrapper {
	max-width: 100%;
    margin-bottom: 0;	
}

div.gform_wrapper input[type="email"],
div.gform_wrapper input[type="text"],
div.gform_wrapper textarea,
div.gform_wrapper .ginput_complex label {
	font-size: 16px;
	font-size: 1.6rem;
    padding: 11px;
    padding: 1.1rem;
    width: 100%!important;
}

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

div.gform_wrapper ul {
    margin: 0;	
}

div.gform_wrapper li,
div.gform_wrapper form li {
	margin: 16px 0 0;
	margin: 1.6rem 0 0;
	list-style: none;
}

div.gform_wrapper .top_label li.gfield.gf_left_half,
div.gform_wrapper .top_label li.gfield.gf_right_half {
	margin: 16px 0 0;
	margin: 1.6rem 0 0;
}

div.gform_wrapper .top_label li.gfield.gf_right_half {
	text-align: right;
}

body .gform_wrapper label.gfield_label+div.ginput_container {
	margin-top: 0!important;
}

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

div.gf_browser_ie.gform_wrapper .gform_footer input[type="submit"] {
    padding: 14px 24px;
    padding: 1.4rem 2.4rem;	
}

/* Jetpack
--------------------------------------------- */

img#wpstats {
	display: none;
}


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

.site-header {
    background-color: #fff;
    letter-spacing: normal;
    letter-spacing: normal;
    width: 100%;
    z-index: 999;
    padding: 30px 0;
}

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

.title-area {
	float: left;
	padding: 18px 0;
	padding: 1.8rem 0;
	width: 160px;
}

.header-image .title-area {
	padding: 0;
}

.site-title {
	font-family: 'Roboto', sans-serif;
	font-size: 24px;
	font-size: 2.4rem;
	line-height: 1;
	margin: 0;
	text-transform: uppercase;
}

.site-title a,
.site-title a:hover {
	border: none;
	color: #333;
}

.site-description {
	font-size: 36px;
	font-size: 3.6rem;
	font-weight: 300;
	line-height: 1.2;
	margin: 0;
}

/* Full width header, no widgets */

.header-full-width .title-area,
.header-full-width .site-title {
	width: 100%;
}

.header-image .site-title a {
	display: block;
	text-indent: -9999px;
}

/* Custom header */

.header-image .title-area {
	padding: 0;
}

.header-image .site-title a {
	height: 61px;
	display: block;
	text-indent: -9999px;
	max-width: 160px;
}

/* Widget Area
--------------------------------------------- */

.site-header .widget-area {
    float: right;
    text-align: left;
    width: 990px;
}

.site-header .widget-area .widget {
	display: inline-block;
}

.header-social {
    margin-left: 10px;
    padding-left: 28px;
	position: relative;
}

.header-social:before {
	content: '';
    height: 72px;
    width: 2px;
    background: #0a93ad;
    display: block;
    position: absolute;
    top: -18px;
    left: 0;
}

.site-header .search-form {
	float: right;
	margin-top: 10px;
	margin-top: 1rem;
}


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

.genesis-nav-menu {
	clear: both;
	color: #1b1b1b;
	font-size: 16px;
	font-size: 1.6rem;
	font-weight: 600;
	line-height: 1.5;
	width: 100%;
	margin-top: 5px;
}

.genesis-nav-menu .menu-item {
	display: inline-block;
	margin: 0;
	text-align: left;
}

.genesis-nav-menu a {
    border: none;
    color: #1b1b1b;
    display: block;
    font-size: 16px;
    font-size: 1.6rem;
    padding: 9px 13px;
    padding: 0.9rem 1.3rem;
    position: relative;
    font-weight: 600;
}

.genesis-nav-menu a:hover,
.genesis-nav-menu .current-menu-item > a,
.genesis-nav-menu .sub-menu .current-menu-item > a:hover {
    color: #fff;
    background: #008faa;
}

.genesis-nav-menu > .menu-item > a {}

.genesis-nav-menu .sub-menu {
	left: -9999px;
	letter-spacing: 0;
	opacity: 0;
	position: absolute;
	-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;
	width: 250px;
	z-index: 99;
}

.genesis-nav-menu .sub-menu a {
	background-color: #008FAA;
    border-top: none;
    padding: 10px 20px;
    padding: 1rem 2rem;
    position: relative;
    width: 250px;
    font-size: 13px;
    font-size: 1.3rem;
    color: #fff;
    border-bottom: 1px solid #007990;
}

.genesis-nav-menu .sub-menu a:hover {
    background-color: #007990;	
}

.genesis-nav-menu .sub-menu .sub-menu {
	margin: -54px 0 0 159px;
}

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

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

.genesis-nav-menu > .first > a {
	padding-left: 0;
}

.genesis-nav-menu > .last > a {
	padding-right: 0;
}

.genesis-nav-menu > .right {
	display: inline-block;
	float: right;
	list-style-type: none;
	padding: 20px 0;
	padding: 2rem 0;
	text-transform: uppercase;
}

.genesis-nav-menu > .right > a {
	display: inline;
	padding: 0;
}

.genesis-nav-menu > .rss > a {
	margin-left: 48px;
	margin-left: 4.8rem;
}

.genesis-nav-menu > .search {
	padding: 6px 0 0;
	padding: 0.6rem 0 0;
}

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

.site-header .sub-menu {
	border-top: 1px solid #007990;
}

.site-header .sub-menu .sub-menu {
	margin-top: -55px;
}

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

.nav-primary {
	background-color: #333;
}

.nav-primary a,
.nav-primary .genesis-nav-menu .sub-menu a {
	color: #fff;
}

.nav-primary .genesis-nav-menu .sub-menu a {
	background-color: #333;
	border: 1px solid #444;
	border-top: none;
}

.nav-primary .sub-menu a:hover {
	color: #0ebfe9;
}

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

.nav-secondary {
	margin-bottom: 20px;
	margin-bottom: 2rem;
}

.site-footer .nav-secondary a {
	color: #fff;
	margin: 0 30px;
	margin: 0 3rem;
	padding: 0;
}

.site-footer .nav-secondary a:hover {
	color: #999;
}

.site-footer .nav-secondary .genesis-nav-menu .sub-menu a {
	background-color: #333;
	border: 1px solid #444;
	border-top: none;
	padding: 16px;
	padding: 1.6rem;
}

.site-footer .nav-secondary .sub-menu a:hover {
	color: #0ebfe9;
}

/* Responsive Menu
--------------------------------------------- */
div#responsive-menu {
	z-index: 99999;	
}

#responsive-menu-icon {
	cursor: pointer;
	display: none;
}

#responsive-menu-icon::before {
	-webkit-font-smoothing: antialiased;
	color: #333;
	content: "\e00e";
	font-family: 'Icon';
	font-size: 16px;
	font-size: 1.6rem;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	line-height: 1;
	margin: 0 auto;
	speak: none;
	text-transform: none;
}


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

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

.entry {
	margin-bottom: 40px;
	margin-bottom: 4rem;
}

.author-container {
	margin-bottom: 10px;
	margin-bottom: 1rem;
}

.share-icons-container {
	margin-top: 25px;
	margin-top: 2.5rem;
}

.single-post-date {
    border: 1px solid #008faa;
    display: block;
    width: 130px;
    text-align: center;
    padding: 5px;
    text-transform: uppercase;
    color: #008faa;
    margin-right: 0;
    margin-left: auto;
    margin-bottom: 25px;	
}

.home .entry {
	margin-bottom: 0;
}

.post-type-archive-portfolio .entry {
	float: left;
	margin-bottom: 60px;
	margin-bottom: 6rem;
	width: 50%;
}

.post-type-archive-portfolio .entry:nth-of-type(2n) {
	float: right;
	padding-left: 30px;
	padding-left: 3rem;
}

.post-type-archive-portfolio .entry:nth-of-type(2n+1) {
	clear: left;
	padding-right: 30px;
	padding-right: 3rem;
}

.single-portfolio .entry {
	text-align: center;
}

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

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

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

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

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

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

.entry-meta {
	font-family: 'Roboto', sans-serif;
	font-size: 14px;
	font-size: 1.4rem;
}

.entry-meta a {
	border: none;
	font-weight: 300;
}

.entry-header .entry-meta {
	margin-bottom: 24px;
	margin-bottom: 2.4rem;
}

.entry-comments-link::before {
	content: "\2014";
	margin: 0 6px 0 2px;
	margin: 0 0.6rem 0 0.2rem;
}

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

/* After Entry
--------------------------------------------- */

.after-entry {
	background-color: #f5f5f5;
	margin-bottom: 60px;
	margin-bottom: 6rem;
	padding: 40px;
	padding: 4rem;
	text-align: center;
}

.after-entry .widget {
	margin-bottom: 40px;
	margin-bottom: 4rem;
}

.after-entry .featured-content .entry:last-child,
.after-entry .widget:last-child,
.after-entry p:last-child {
	padding: 0;
	margin: 0;
}

.after-entry li {
	list-style-type: none;
}

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

.pagination {
	clear: both;
	margin: 40px 0;
	margin: 4rem 0;
}

.pagination li {
	display: inline;
}

.pagination li a {
	background-color: #333;
	border: none;
	border-radius: 3px;
	color: #fff;
	cursor: pointer;
	display: inline-block;
	font-family: 'Roboto', sans-serif;
	font-size: 14px;
	font-size: 1.4rem;
	font-weight: 300;
	padding: 8px 12px;
	padding: 0.8rem 1.2rem;
}

.pagination li a:hover,
.pagination li.active a {
	background-color: #0ebfe9;
}

.pagination-previous,
.archive-pagination {
	display: none;
}

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

.comment-respond,
.entry-comments,
.entry-pings {
	margin-bottom: 60px;
	margin-bottom: 6rem;
}

.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;
	margin-right: 1.2rem;
}

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

.comment-list li {
	margin-top: 24px;
	margin-top: 2.4rem;
	padding: 32px;
	padding: 3.2rem;
}

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

li.comment {
	background-color: #f5f5f5;
	border: 2px solid #fff;
	border-right: none;
}

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

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

.bypostauthor {
}

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


/*
Sidebar
---------------------------------------------------------------------------------------------------- */

.sidebar {
	float: right;
	margin-top: 0;
	width: 340px;
}

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

.sidebar a.btn-image {
	line-height: 1;
	display: block;
}

.sidebar img {
	margin-bottom: 0;
}

.sidebar .featured-content img {
	margin-bottom: 0;
}

.sidebar .widget {
    margin-bottom: 20px;
    margin-bottom: 2rem;
}

.sidebar .tagcloud a {
	background-color: #333;
	border-radius: 3px;
	border: none;
	color: #fff;
	cursor: pointer;
	display: inline-block;
	font-family: 'Roboto', sans-serif;
	margin: 0 5px 5px 0;
	margin: 0 0.5rem 0.5rem 0;
	padding: 5px 10px;
	padding: 0.5rem 1rem; 
}

.sidebar .tagcloud a:hover {
	background-color: #0ebfe9;
	color: #fff;
}

.sidebar .gform_widget {
    padding: 21px 17px;
    background: #ededed;	
}

.sidebar div.gform_wrapper input[type="email"], 
.sidebar div.gform_wrapper input[type="text"], 
.sidebar div.gform_wrapper textarea, 
.sidebar div.gform_wrapper .ginput_complex label {
    font-size: 12px;
    font-size: 1.2rem;
    padding: 8px;
    padding: 0.8rem;
}

.sidebar div.gform_wrapper li, .sidebar div.gform_wrapper form li {
    margin: 11px 0 0;
    margin: 1.1rem 0 0;	
}

.sidebar .gform_wrapper ul li.gfield.field_sublabel_below .gfield_label {
    font-size: 12px;
    font-weight: 300;
    width: 100%;
    margin: 0;
    display: inline-block;
    vertical-align: top;
}

.sidebar  .gform_wrapper ul li.gfield.field_sublabel_below .ginput_container_checkbox {
    float: left;
    margin-top: 0;
}

.sidebar  .gform_wrapper ul li.gfield.field_sublabel_below .ginput_container_checkbox li {
    margin-top: 3px;
    margin-top: 0.3rem;
}

.sidebar .gform_wrapper ul li.gfield.field_sublabel_below .ginput_container_checkbox input[type=checkbox] {
    width: 18px!important;
    height: 18px!important;
    margin: 0;
    visibility: hidden;
    margin-right: 15px;
}

.sidebar .gform_wrapper ul li.gfield.field_sublabel_below .ginput_container_checkbox label {
    border: 4px solid #008faa;
    width: 18px;
    height: 18px;
    margin: 0;
    background: #fff;
}

.sidebar .gform_wrapper ul li.gfield.field_sublabel_below .ginput_container_checkbox input[type=checkbox]:checked + label {
    background: #000;
}

.sidebar .gform_wrapper .gform_footer {
	margin: 15px 0 0;
    padding: 0;	
}

.sidebar div.gform_wrapper .gform_footer input[type="submit"] {
    font-size: 14px;
    font-size: 1.4rem;	
	padding: 9px 24px;
    padding: 0.9rem 2.4rem;
	line-height: 18px;
}

.sidebar ::-moz-placeholder {
	font-size: 12px;
	font-size: 1.2rem;
}

.sidebar ::-webkit-input-placeholder {
	font-size: 12px;
	font-size: 1.2rem;	
}
	
/*
Footer Widgets
---------------------------------------------------------------------------------------------------- */

.footer-widgets {
	background-color: #ededed;
	clear: both;
}

.footer-widgets .wrap {
	padding: 65px 0 16px;
	padding: 6.5rem 0 1.6rem;
}

.footer-widgets-1,
.footer-widgets-2,
.footer-widgets-3 {}

.footer-widgets-1 {}

.footer-widgets-1,
.footer-widgets-2 {
	float: left;
}

.footer-widgets-3 {
	float: right;
}

.footer-widgets a {
	color: #090909;
}

.footer-widgets a:hover {
	color: #090909;
	text-decoration: underline;
}

.footer-widgets .widget {
	margin-bottom: 40px;
	margin-bottom: 4rem;
}

.footer-widgets .widget-title {
    color: #008faa;
    font-size: 22px;
    text-transform: capitalize;
}

.footer-widgets li {
	list-style-type: none;
	margin-bottom: 6px;
	margin-bottom: 0.6rem;
	word-wrap: break-word;
}

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

.footer-widget-left {
	font-size: 16px;
	padding-top: 65px;
}

.footer-widget-left h4 {
	font-size: 22px;
    margin-top: 15px;
    margin-bottom: 30px;
}

.footer-widget-left h5,
.contact-left h5 {
	font-size: 20px;
}

.footer-widget-left ul,
.contact-left ul {
	margin: 20px 0;
}

.footer-widget-left ul li,
.contact-left ul li {
	margin-bottom: 10px;
	margin-bottom: 1rem;
	list-style: none;
}

.footer-widget-left ul li span,
.contact-left ul li span {
	width: 145px;
    color: #008faa;
    display: inline-block;
}

.footer-widget-right {
	position: relative;
	padding-left: 30px;
}

.footer-widget-right:before {
	content: '';
	background-color: #cbcbcb;
	width: 1px;
	height: 50%;
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	margin: auto;
}

.gform_wrapper ul li.gfield.field_sublabel_below {
	position: relative;
}

.gform_wrapper ul li.gfield.field_sublabel_below .gfield_label {
	font-size: 14px;
	font-weight: 300;
	width: 100%;
	margin: 0;
	display: inline-block;
    vertical-align: top;    
    padding-left: 37px;
}

.contact-right .gform_wrapper ul li.gfield.field_sublabel_below .gfield_label {
	max-width: 470px;	
}

.gform_wrapper ul li.gfield.field_sublabel_below .ginput_container_checkbox {
	margin-top: 0;
	position: absolute;
    top: 0;
    left: 0;
}

.gform_wrapper ul li.gfield.field_sublabel_below .ginput_container_checkbox input[type=checkbox] {
    width: 22px!important;
    height: 22px!important;
    margin: 0;
    visibility: hidden;
	margin-right: 15px;
}

.gform_wrapper ul li.gfield.field_sublabel_below .ginput_container_checkbox label {
    border: 4px solid #008faa;
    width: 22px;
    height: 22px;
    margin: 0;
    background: #fff;
	float: left;
	text-indent: 200px;
}

.gform_wrapper ul li.gfield.field_sublabel_below .ginput_container_checkbox input[type=checkbox]:checked + label {
	background: #000;
}

.gform_wrapper .gform_footer {
    margin-bottom: 0;
    padding: 0;	
}

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

.site-footer {
	background-color: #313131;
	letter-spacing: 1px;
	letter-spacing: 0.1rem;
	padding: 60px 0;
	padding: 6rem 0;
	text-align: center;
}

.site-footer a,
.site-footer p {
	color: #999;
}

.site-footer a:hover {
	color: #fff;
}

.site-footer a {
	border: none;
	font-weight: 300;
}

.site-footer p {
	font-family: 'Roboto', sans-serif;
	font-weight: 300;
	font-size: 14px;
	font-size: 1.4rem;
	margin-bottom: 0;
}

/*
Shortcode
---------------------------------------------------------------------------------------------------- */
.social-box {}
.social-box li {
	display: inline-block;
	margin: 0 5px;
}
.social-box li a {
	height: 35px;
    width: 35px;
    display: block;
    text-align: center;
    line-height: 35px;
    background: #1cb7eb;
    color: #fff;
    border: none;
    border-radius: 50%;
}
.social-box li a.social-twitter {}
.social-box li a.social-linkedin {
	background: #1686b0;
}
.social-box li a.social-instagram {
	background: #517fa6;
}

.social-footer {
	margin-bottom: 20px;
}
.social-footer li {
}
.social-footer li a {
	width: 45px;
    height: 45px;
	background: url(images/social-footer.png) no-repeat!important;
    background-color: transparent!important;
    border-radius: 0;
    text-indent: -999em;
}
.social-footer li a.social-linkedin {
	background-position: -59px 0!important;
}
.social-footer li a.social-instagram {
    background-position: -115px 0!important;
    width: 47px;
}

.col-carousel {}
.col-carousel .col-carousel-item {
	border: 1px solid #cdcdcd;
    position: relative;
	margin: 0 10px;
	min-height: 183px;
}
.col-carousel .col-carousel-item .col-carousel-thumb {
    width: 186px;
    float: left;
    overflow: hidden;
    position: absolute;
    top: 0;
    left: 0;
	height: 100%;
	background-size: cover!important;
    background-repeat: no-repeat!important;
}
.col-carousel .col-carousel-item .col-carousel-thumb img {
	height: 100%;
}
.col-carousel .col-carousel-item .testimonial-content-page h4 {
	font-size: 18px;
    font-weight: 600;
    margin-bottom: 10px;
    text-transform: uppercase;
}
.col-carousel .col-carousel-item .testimonial-content-page {
    font-size: 14px;
    color: #000;
    text-align: justify;
    padding: 14px 20px 14px 206px;
}
.col-carousel .col-carousel-item .read-more {
    display: block;
    border: none;
    margin: 10px 0 0;
    font-size: 16px;
    color: #008faa;
}
.col-carousel .col-carousel-item .read-more:hover {}
.col-carousel-arrows {
	width: 120px;
    position: relative;
    height: 100px;
    margin-top: 50px;
    margin: 50px auto 0;	
}
.col-carousel-arrows .slick-next, .col-carousel-arrows .slick-prev {
	background: #31a3b9!important;
    height: 40px;
    width: 40px;
    position: relative!important;
    display: inline-block!important;
    left: 0;
    top: 20px;
    text-align: center;
}
.col-carousel-arrows .slick-next:hover, .col-carousel-arrows .slick-prev:hover {
	background: #3FCBE6!important;	
}
.col-carousel-arrows .slick-next:before, .col-carousel-arrows .slick-prev:before {
    content: "\f104";
    font-family: fontawesome;
	position: absolute;
    top: 10px;
    left: 16px;
}
.col-carousel-arrows .slick-next:before {
	content: "\f105";
}
.col-carousel-arrows a {
	display: block;
    margin-top: 20px;	
}

.special-text {
    text-transform: none;
    color: #000;
    font-weight: 700;
    letter-spacing: 2px;
    line-height: 1.3;
	font-size: 20px;	
}

.blog-list {}
.blog-list .blog-list-item {
    overflow: hidden;
    margin-bottom: 50px;	
}
.blog-list .blog-list-thumb {
	float: left;
    margin-right: 50px;
	min-width: 297px;
}
.blog-list .blog-list-item-content {
	overflow: hidden;
}
.blog-list a.btn-readmore {
    display: inline-block;
    background: #008faa;
    color: #fff;
    padding: 10px 20px;	
}
.blog-list a.btn-readmore:hover {
	background: #007990;
}
.blog-list {}

/* new blog */
.blog-list {}
.blog-list .blog-list-item {}
/* new blog */

/* Responsive Nav */
div#click-menu {
	width: 100%;
	right: 0;
}

div#click-menu img, div#click-menu .threeLines {
	margin-right: 30px!important;
}

div#responsive-menu .responsive-menu li li a {
	height: auto!important;
    white-space: pre-wrap!important;	
}

#gform_3 input, #gform_3 text, #gform_3 textarea {
    font-size: 16px;
    padding: 11px;
    padding: 1.1rem;
}
.od-cleanform ul.gform_fields li.gfield {
    padding-right: 0px !important;
}

.od-cleanform input.button {
    width: 100% !important;
    padding: 14px 24px !important;
    padding: 1.4rem 2.4rem !important;
    font-weight: 600 !important;
}

.gform_wrapper .top_label li ul.gfield_checkbox, .gform_wrapper .top_label li ul.gfield_radio {
    margin: 0px !important;
}

/*
Media Queries
---------------------------------------------------------------------------------------------------- */

@media only screen and (min-width: 1490px) {
	div.soliloquy-container .soliloquy-caption.soliloquy-caption-bottom {
		line-height: 462px;
		line-height: 46.2rem;
	}
}

@media only screen and (max-width: 1179px) {
	html {
		font-size: 50.5%;
	}
	
	.wrap {
		max-width: 960px;
	}
	
	.site-header {
		padding: 15px 0;
    	padding: 1.5rem 0;
	}
	
	.title-area,
	.site-header .widget-area {
		float: none;
		
	}
	
	.title-area {
		float: none;
		margin: 0 auto 15px;
		margin: 0 auto 1.5rem;
	}
	
	.site-header .widget-area {
		width: 100%;
		text-align: center;
	}
	
	.genesis-nav-menu a {}
	
	.header-social:before {
		height: 100%;
		top: 0;
	}
	
	.content {
		width: 580px;
	}

	.footer-widgets-1,
	.footer-widgets-2,
	.footer-widgets-3 {
		width: 100%;
	}

}

@media only screen and (max-width: 1030px) {

	div.soliloquy-container .soliloquy-caption .soliloquy-caption-inside h2 {}

	div.soliloquy-container .soliloquy-caption.soliloquy-caption-bottom {
	    line-height: 318px;
	}
}

@media only screen and (max-width: 1023px) {

	.wrap {
		max-width: 768px;
	}

	.content,
	.footer-widgets-1,
	.footer-widgets-2,
	.footer-widgets-3,
	.minimum-landing .site-inner,
	.sidebar,
	.site-header .widget-area,
	.site-tagline-left,
	.site-tagline-right,
	.title-area {
		width: 100%;
	}

	.site-header {
		position: relative;
	}

	div.soliloquy-container .soliloquy-caption .soliloquy-caption-inside img.slider-logo {
	    display: none;
	}

	.site-inner {
		padding: 40px 5%;
		padding: 4rem 5%;
	}

	.post-type-archive-portfolio .entry,
	.site-header .title-area,
	.site-header .search-form,
	.site-header .widget-area,
	.site-tagline-left,
	.site-tagline-right {
		text-align: center;
	}

	.header-image .site-title a {
		margin: 0 auto 10px;
		margin: 0 auto 1rem;
	}

	.site-header .search-form {
		float: none;
		margin: 0 auto;
		width: 50%;
	}
	
	.site-header .widget-area {
		padding: 0 5%;
	}

	.site-description {
		font-size: 30px;
		font-size: 3rem;
	}

	.site-tagline {
		margin-top: 0;
		padding: 20px 0;
		padding: 2rem 0;
	}

	.minimum .site-tagline {
		margin-top: 400px;
		margin-top: 40rem;
	}

	.genesis-nav-menu li,
	.site-header ul.genesis-nav-menu,
	.site-tagline-left,
	.site-tagline-right {
		float: none;
	}

	.site-tagline-left p {
		margin-bottom: 20px;
		margin-bottom: 2rem;
	}

	.minimum-landing .site-inner {
		margin: 0;
		padding: 40px 40px 0;
		padding: 4rem 4rem 0;
	}
	
	.minimum-landing .site-container {
		padding: 5%;
	}

	.footer-widgets .widget,
	.nav-primary .wrap,
	.site-footer .wrap,
	.site-tagline {
		padding-left: 5%;
		padding-right: 5%;
	}

	.site-footer {
		padding: 40px 0;
		padding: 4rem 0;
	}

	body.woocommerce #content div.product div.images, body.woocommerce div.product div.images, body.woocommerce-page #content div.product div.images, body.woocommerce-page div.product div.images {
	    width: 50%;
	    float: none;
	    margin: 0 auto 25px;
	    margin: 0 auto 2.5rem;
	}

	body.woocommerce #content div.product div.summary, body.woocommerce div.product div.summary, body.woocommerce-page #content div.product div.summary, body.woocommerce-page div.product div.summary {
	    width: 100%;
	}
}

@media only screen and (max-width: 981px) {

	div.soliloquy-container .soliloquy-caption.soliloquy-caption-bottom {
    	line-height: 272px;
	}

	.header-social:before {
		content: none;
	}

}

@media only screen and (max-width: 900px) {
	div.soliloquy-container .soliloquy-caption.soliloquy-caption-bottom {
	    line-height: 250px;
	}
}

@media only screen and (max-width: 801px) {
	.site-container {
		padding-top: 50px;
	}

	.site-header .widget-area .widget.widget_nav_menu {
		display: none;
	}

	.header-social {
		margin-left: 0;
		padding-left: 0;
	}

	div.soliloquy-container .soliloquy-caption.soliloquy-caption-bottom {
	    line-height: 213px;
	}

	div.soliloquy-container .soliloquy-caption .soliloquy-caption-inside .caption-wrap {
		display: none;
	}

	.col-carousel .col-carousel-item .testimonial-content-page h4 {
		text-align: left;
	}

	#home-banner, #home-section-1, #home-section-2, #home-section-3 {
		padding-top: 50px!important;
		padding-top: 5rem!important;
		padding-bottom: 50px!important;
		padding-bottom: 5rem!important;
	}

	#home-banner {
	    padding-top: 0!important;
	    padding-bottom: 0!important;
	}

	#home-section-1-bottom {
	    margin-top: 50px;
	    margin-top: 5rem;
	}

	#home-section-2 {
	    background-color: #ededed;
	    padding: 50px 20px!important;
	    padding: 5rem 2rem!important;
	}

	.inner-page-options {
	    min-height: 300px;
	    line-height: 300px;
	    padding: 0 20px;	
	}

	.footer-widgets .wrap {
	    padding: 50px 0 10px;
	    padding: 5rem 0 1rem;
	}

	.footer-widget-left {
	    padding-top: 10px;
	}

	.footer-widget-right {
	    padding-left: 0;
	}

	.footer-widget-right:before {
		content: none;
	}

	.contact-left {
		margin: 25px 0;
	}

	.contact-right {
		padding-left: 0;
	}

	.contact-right:before {
		content: none;
	}
}

@media only screen and (max-width: 768px) {

	.site-header {}

	.title-area {
		padding-bottom: 6px;
		padding-bottom: 0.6rem;
	}

	.minimum .site-tagline {
		margin-top: 200px;
		margin-top: 20rem;
	}

	.genesis-nav-menu a {
		padding: 20px 10px;
		padding: 2rem 1rem;
	}

	.site-footer .nav-secondary a {
		margin: 0 10px;
		margin: 0 1rem;
	}

	.home-featured .simple-social-icons ul li a {
		font-size: 36px !important;
		font-size: 3.6rem !important;
		padding: 20px !important;
		padding: 2rem !important;
	}

	.genesis-grid-even,
	.genesis-grid-odd,
	.post-type-archive-portfolio .entry {
		width: 100%;
	}

	.post-type-archive-portfolio .entry:nth-of-type(2n),
	.post-type-archive-portfolio .entry:nth-of-type(2n+1) {
		float: none;
		padding: 0;
	}

	.five-sixths,
	.four-sixths,
	.one-fourth,
	.one-half,
	.one-sixth,
	.one-third,
	.three-fourths,
	.three-sixths,
	.two-fourths,
	.two-sixths,
	.two-thirds {
		margin: 0;
		width: 100%;
	}

	img.alignright,
	img.alignleft {
		float: none;
	    margin: 0 auto;
	    display: block;
	}

	.sidebar .widget {
		text-align: center;
	}


	.wc_quick_buy_btn {
		margin-bottom: 25px;
		margin-bottom: 2.5rem;
	}

	.wc_quick_buy_btn,
	.btn-print-order-form {
		width: 100%;
	}

	body.woocommerce div.product form.cart .variations td.label {
		display: block;
		width: 100%;
		text-align: center;
		padding-right: 0;
	}

	body.woocommerce div.product form.cart .variations td.value {
		display: block;
    	text-align: center;
	}

	body.woocommerce div.product form.cart .variations {
		width: 75%;
	}
}

@media only screen and (max-width: 680px) {

	div.soliloquy-container .soliloquy-caption.soliloquy-caption-bottom {
	    line-height: 178px;
	}
}

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

	.site-container {}

	.home-featured-1,
	.home-featured-2,
	.home-featured-3,
	.home-featured-4 {
		width: 50%;
	}
	
	.home-featured .widget-area:nth-of-type(2n+1) {
		clear: left;
	}

	.blog-list .blog-list-thumb {
		float: none;
		width: 100%;
		margin: 0 auto 25px;
		text-align: center;
	}

	.blog-list .blog-list-item-content {
	    text-align: center;
	}

	.single-post-date {
		margin-right: auto;
	}

	div.soliloquy-container .soliloquy-caption .soliloquy-caption-inside .caption-wrap {
		display: none;
	}

	div.soliloquy-container .soliloquy-caption .soliloquy-caption-inside h2 {
		font-size: 16px;
	}

}

@media only screen and (max-width: 568px) {
	.alignleft,
	.alignright {
		float: none;
		margin: 0 auto 24px;
		margin: 0 auto 2.4rem;
		text-align: center;
	}

	div.soliloquy-container .soliloquy-caption.soliloquy-caption-bottom {
		line-height: 158px;
	}
}

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

	.col-carousel .col-carousel-item .col-carousel-thumb {
	    width: 100%;
	    float: none;
	    text-align: center;
	    position: relative;
	}

	.col-carousel .col-carousel-item .col-carousel-thumb img {
	    margin: 14px auto 0;
	    width: 100%;
	    padding: 0 20px;
	}

	.col-carousel .col-carousel-item .testimonial-content-page {
		padding: 14px 20px;
	}

	div.soliloquy-container .soliloquy-caption.soliloquy-caption-bottom {
		line-height: 133px;
	}

}

@media only screen and (max-width: 468px) {
	div.soliloquy-container .soliloquy-caption.soliloquy-caption-bottom {
	    line-height: 133px;
	}
}

@media only screen and (max-width: 375px) {

	div.soliloquy-container .soliloquy-caption.soliloquy-caption-bottom {
	    line-height: 104px;
	}

	div.soliloquy-container .soliloquy-caption .soliloquy-caption-inside h2 {
		font-size: 12px;
	}
}

@media only screen and (max-width: 360px) {

	div.soliloquy-container .soliloquy-caption.soliloquy-caption-bottom {
	    line-height: 100px;
	}

	div.soliloquy-container .soliloquy-caption .soliloquy-caption-inside h2 {
	}

}

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

	.header-image .site-header .title-area .site-title a {
		background-size: contain !important;
	}

	div.soliloquy-container .soliloquy-caption.soliloquy-caption-bottom {
	    line-height: 89px;
	}

}