/*

	Theme Name: Child Theme

	Theme URI: #

	Description: A mobile responsive and HTML5 theme built for the Genesis Framework.

	Author: Anonymous

	Author URI: #



	Version: 1.0



	Template: genesis

	Template Version: 2.0



	License: GPL-2.0+

	License URI: http://www.opensource.org/licenses/gpl-license.php 

*/



/*

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:0 none}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: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

--------------------------------------------- */



body {

	background-color: #fff;

	color: #666;

	font-family: 'Open Sans', sans-serif;

	font-size: 16px;

	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: #0d776d;

	color: #fff;

}



::selection {

	background-color: #0d776d;

	color: #fff;

}



a {

	color: #0d776d;

	font-weight: 400;

	text-decoration: none;

}



a img {

}



a:hover {

	color: #222;

}



p {

	margin: 0 0 24px;

	padding: 0;

}



strong {

	font-weight: 400;

}



ol,

ul {

	margin: 0;

	padding: 0;

}



blockquote,

blockquote::before {

	color: #999;

}



blockquote {

	margin: 40px;

}



blockquote::before {

	content: "\201C";

	display: block;

	font-size: 30px;

	height: 0;

	left: -20px;

	position: relative;

	top: -10px;

}



.entry-content code {

	background-color: #333;

	color: #ddd;

}



cite {

	font-style: normal;

}



/* Headings

--------------------------------------------- */



h1,

h2,

h3,

h4,

h5,

h6 {

	color: #0d776d;	

 	font-weight: 400;

	line-height: 1.2;

	margin: 0 0 15px;

}



h1 {

	font-size: 30px;

}



h2 {

	font-size: 28px;

}



h3 {

	font-size: 24px;

}



h4 {

	font-size: 20px;

}



h5 {

	font-size: 18px;

}



h6 {

	font-size: 16px;

}



/* 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 #ddd;

	border-radius: 5px;

	box-shadow: none;

	color: #333;

	font-family: 'Open Sans', sans-serif;

	font-size: 16px;

	font-weight: 300;

	padding: 8px;

	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: #999;

	opacity: 1;

}



::-webkit-input-placeholder {

	color: #999;

}



button,

input[type="button"],

input[type="reset"],

input[type="submit"],

.button,

.entry-content .button {

	background-color: #333;

	border: none;

	box-shadow: none;

	color: #fff;

	cursor: pointer;

	font-family: 'Open Sans', sans-serif;

	font-weight: 300;

	padding: 16px 24px;

	text-transform: uppercase;

	width: auto;

}



button:hover,

input:hover[type="button"],

input:hover[type="reset"],

input:hover[type="submit"],

.button:hover,

.entry-content .button:hover {

	background-color: #0d776d;

}



.entry-content .button:hover {

	color: #fff;

}



.button {

	border-radius: 3px;

	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;

	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;

}





/*

Structure and Layout

---------------------------------------------------------------------------------------------------- */



/* Site Containers

--------------------------------------------- */



.wrap {

	margin: 0 auto;

	max-width: 1140px;

}



.site-inner {

	background-color: #fff;

	clear: both;

	padding-top: 40px;

}







/* Column Widths and Positions

--------------------------------------------- */



/* Content */



.content {

    float: left;

    width: 780px;

}



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

}



.alignright .avatar {

	margin-left: 24px;

}



.author-box .avatar {

	height: 72px;

	margin-right: 24px;

	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;

	width: 100%;

}



.sticky {

}



img.centered,

.aligncenter {

	display: block;

	margin: 0 auto 24px;

}



a.alignnone,

img.alignnone {

	margin-bottom: 12px;

}



.alignleft {

	float: left;

	text-align: left;

}



.alignright {

	float: right;

	text-align: right;

}



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;

}



a.alignright,

img.alignright,

.wp-caption.alignright {

	margin: 0 0 24px 24px;

}



a.alignleft,

a.alignright {

	border: none;

}



.wp-caption-text {

	font-size: 14px;

	font-weight: 400;

	text-align: center;

}



.gallery-caption {

}



/*

Widgets

---------------------------------------------------------------------------------------------------- */



.widget {

	word-wrap: break-word;

}



.widget li {

	list-style-type: none;

	margin-bottom: 6px;

	text-align: left;

}



.widget ol > li {

	list-style-position: inside;

	list-style-type: decimal;

	padding-left: 20px;

	text-indent: -20px;

}



.widget li li {

	border: none;

	margin: 0 0 0 30px;

	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;

}



.archive-description,

.author-box {

	background-color: #f5f5f5;

}



.archive-description {

	margin-bottom: 40px;

	padding: 40px 40px 16px;

}



.author-box {

	margin-bottom: 40px;

	padding: 40px;

}



.single .author-box {

	margin-bottom: 60px;

}



.author-box-title {

	color: #333;

	font-family: 'Open Sans', sans-serif;

	font-size: 16px;

	font-weight: 400;

	margin-bottom: 4px;

}



.author-box p {

	margin-bottom: 0;

}



.author-box .avatar {

	margin-right: 24px;

}



/* Featured Post Grid

------------------------------------------------------------ */



.genesis-grid-even,

.genesis-grid-odd {

	border-bottom: 1px solid #f5f5f5;

	margin-bottom: 30px;

	padding: 0;

	width: 47%;

}



.genesis-grid-even {

	float: right;

}



.genesis-grid-odd {

	clear: both;

	float: left;

}





/* Titles

--------------------------------------------- */



.entry-title {

	font-size: 30px;

	line-height: 1;

}



.genesis-grid .entry-title {

	font-size: 24px;

	margin: 0 0 10px;

}



.single-portfolio .entry-title {

	margin-bottom: 20px;

}



.entry-title a,

.sidebar .widget-title a {

	border: none;

	color: #0d776d;

}



.entry-title a:hover {

	color: #222;

}



.widget-title {

	font-size: 16px;

	margin-bottom: 24px;

	text-transform: uppercase;

}



#home-featured .widget-title {

	margin-bottom: 10px;

}



.sidebar .title-wrap {

    margin-bottom: 20px;

    padding: 0px;

}



.sidebar .widgettitle {

    color: #333;

    display: inline-block;

    font-size: 33px;

    margin: 0;

    padding: 0px;

}



.sidebar .widget-title a {

	border: none;

}



.archive-title {

	font-size: 20px;

	margin-bottom: 24px;

}



h1.entry-title {

    font-size: 36px;

}





/*

Widgets

---------------------------------------------------------------------------------------------------- */



/* Homepage widgets

--------------------------------------------- */



.left.home-widget,

.right.home-widget {

    -moz-transition: all 0.1s ease-in-out 0s;

    -webkit-transition: all 0.1s ease-in-out 0s;	

    -khtml-transition: all 0.1s ease-in-out 0s;

		

    transition: all 0.1s ease-in-out 0s;	

    width: 550px;

}



.left.home-widget .widget,

.right.home-widget .widget {

    display: inline-block;

    overflow: hidden;

	position: relative;	

    width: 100%;

}



.left.home-widget {

	float: left;

}



.right.home-widget {

	float: right;

}



.left.home-widget {

	float: left;

}



.left.home-widget .widget-wrap,

.right.home-widget .widget-wrap {

    -moz-transition: all 0.1s ease-in-out 0s;

    -webkit-transition: all 0.1s ease-in-out 0s;	

    -khtml-transition: all 0.1s ease-in-out 0s;

		

    transition: all 0.1s ease-in-out 0s;

    background: none repeat scroll 0 0 rgba(34, 34, 34, 0.8);

    bottom: 20px;

    color: #fff;

    font-weight: 300;

    left: 20px;

    padding: 15px;

    position: absolute;

    width: 50%;

}



.left.home-widget .widget:hover .widget-wrap,

.right.home-widget .widget:hover .widget-wrap {

	background: none repeat scroll 0 0 rgba(255, 255, 255, 0.8);

	color: #1d1d1e;

}



.left.home-widget .widget:hover .widget-wrap h4,

.right.home-widget .widget:hover .widget-wrap h4,

.left.home-widget .widget:hover .widget-wrap .widget-title,

.right.home-widget .widget:hover .widget-title {

    -moz-transition: all 0.1s ease-in-out 0s;

    -webkit-transition: all 0.1s ease-in-out 0s;	

    -khtml-transition: all 0.1s ease-in-out 0s;

		

    transition: all 0.1s ease-in-out 0s;

	color: #1d1d1e;

}



.left.home-widget .widget:hover,

.left.home-widget .widget:hover p,

.left.home-widget .widget:hover a,

.right.home-widget .widget:hover,

.right.home-widget .widget:hover p,

.right.home-widget .widget:hover a {

	color: #0d776d;

}



.info .widget:hover a {

	color: #fff;

}



.left.home-widget .widget-title,

.left.home-widget .widgettitle,

.left.home-widget h4,

.right.home-widget .widget-title,

.right.home-widget .widgettitle,

.right.home-widget h4 {

    color: #fff;

    font-size: 36px;

    margin: 0;

    text-transform: capitalize;

}



.home-widget .welcome {

	background: url(../../uploads/2014/11/welcome-img.jpg) no-repeat;

}



#featured-page-6 .right.home-widget .widget-wrap{

	position:relative;

color:green;

}

.home-widget .view-menus {

	background: url(http://www.jimmysonthemall.com.au/wp-content/uploads/2014/08/rsz_shutterstock_95193844550x350.jpg) no-repeat;

}

.home-widget .view-menus .featured-img-bg {

	height:350px;

	width:550px;

top: -300px;

left: -20px;

}



.top .widget {

    height: 350px;

}



.middle .widget,

.bottom .widget {

    height: 165px;

}



.top a,

.middle a,

.bottom a {

    color: #fff;

    font-weight: 300;

}



.top a:hover {

	color: #0d776d;

}



.middle {

    margin: 40px 0;

}



.middle .widget {

	color: #fff;

	

}



.middle .info {

    /*background: url("images/history-logo.png") no-repeat scroll 20px center #0d776d;*/

	background: url("images/history-logo.png") no-repeat scroll 20px center #0d776d !important;

    padding: 20px 20px 20px 160px;

}



.middle .info .widget-wrap {

    background: none repeat scroll 0 0 rgba(0, 0, 0, 0);

    padding: 20px;

    position: relative;

    width: auto;

}



.middle .info:hover,

.middle .info:hover a,

.middle .info a:hover {

    color: #fff !important;

}



.middle .info .widget-wrap:hover {

	color: #fff;

}



.middle .about-us {

	background: url(images/about-img.jpg) no-repeat;

}



.bottom {

}



.bottom .widget {

}



.bottom .widget.history {

    background: url(images/history-img.jpg) no-repeat;

}



.bottom .right.home-widget .widget {

    width: 255px;

}



.bottom .right.home-widget .widget-title {

    font-size: 32px;

}



.bottom .right.home-widget .news {

	background: url(images/news-img.jpg) no-repeat;

}



.bottom .right.home-widget .employment {

	background: url(images/employment-img.jpg) no-repeat;

}



.bottom .right.home-widget .widget-last {

    float: right;

}



.bottom .right.home-widget .widget-wrap {

	width: auto;

}



.home .more-link {

    color: #ddd;

    letter-spacing: 0.5px;

    margin: 10px;

}



.home .more-link:hover {

    color: #0d776d;

    text-decoration: underline;

}



.more-link {

    color: #0d776d;

    font-size: 14px;

    font-weight: 300;

    letter-spacing: 0;

    margin: 0;

    text-decoration: underline;

    text-transform: uppercase;

}



.more-link:hover {

    color: #222;

    text-decoration: none;

}





.featured-img-bg {
	background-repeat: no-repeat;
	background-size: cover;
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;

}





/*

Plugins

---------------------------------------------------------------------------------------------------- */



/* Genesis eNews Extended

--------------------------------------------- */



.enews-widget {

}



.enews-widget input {

}



.enews-widget input:focus {

}



.enews-widget input[type="submit"] {



}



.enews-widget input:hover[type="submit"] {



}



.enews form + p {



}



.sidebar .enews-widget {



}



.sidebar .enews-widget .widget-title {



}



/* Genesis Latest Tweets

--------------------------------------------- */



.latest-tweets ul li {

}



/* Gravity Forms

--------------------------------------------- */



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;

	padding: 16px;

}



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 input[type="submit"] {

	font-size: 16px;

}



/* Jetpack

--------------------------------------------- */



img#wpstats {

	display: none;

}





/*

Site Header

---------------------------------------------------------------------------------------------------- */



.site-header {

    background: url("images/header.jpg") repeat-x scroll center bottom #fff;

	border-bottom: 2px solid #eee;

    padding: 10px 0 20px;

    text-align: center;

    text-transform: lowercase;

    width: 100%;

}



.site-header .menu .current-menu-item a,

.site-header .menu a:hover {

    color: #0d776d;

}



.site-header a,

.site-header .menu li a {

    color: #1d1d1e;

}



.site-header a:hover {

    color: #0d776d;

}



.left-menu-section {

     float: left;

     text-align: left;

}



.right-menu-section {

     float: right;

     text-align: right;

}



.left-menu-section,

.right-menu-section {

    display: inline-block;

    font-size: 18px;

    padding: 50px 0 0;

    width: auto;

}



.header-nav {

}



.header-nav li {

    display: inline-block;

    margin: 0;

    padding: 0 12px;

}







/* Title Area

--------------------------------------------- */



.title-area {

	float: left;

	padding: 0;

	width: 360px;

}



.header-image .title-area {

	background: url(images/logo.png) no-repeat;

    display: inline-block;

    float: none;

    height: 120px;

    margin: 0 auto;

    padding: 0;

    width: 120px !important;

}



.header-image .site-title a {

	height: 110px;

	display: block;

	text-indent: -9999px;

	max-width: 360px;

}



.site-title {

	font-family: 'Open Sans', sans-serif;

	font-size: 24px;

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

}



/* Widget Area

--------------------------------------------- */



.site-header .widget-area {

	float: right;

	text-align: right;

	width: 750px;

}



.site-header .search-form {

	float: right;

	margin-top: 10px;

}





/*

Site Navigation

---------------------------------------------------------------------------------------------------- */



.genesis-nav-menu {

	clear: both;

	color: #fff;

	font-size: 14px;

	font-family: 'Open Sans', sans-serif;

	font-weight: 400;

	line-height: 1.5;

	width: 100%;

}



.genesis-nav-menu .menu-item {

	display: inline-block;

	margin: 0;

	text-align: left;

}



.genesis-nav-menu a {

	border: none;

	color: #666;

	display: block;

	font-size: 18px;

	padding: 20px;

	position: relative;

}



.genesis-nav-menu a:hover,

.genesis-nav-menu .current-menu-item > a,

.genesis-nav-menu .sub-menu .current-menu-item > a:hover {

	color: #0d776d;

}



.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: 160px;

	z-index: 99;

}



.genesis-nav-menu .sub-menu a {

	background-color: #fff;

	border: 1px solid #eee;

	border-top: none;

	padding: 16px 20px;

	position: relative;

	width: 160px;

}



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

	text-transform: uppercase;

}



.genesis-nav-menu > .right > a {

	display: inline;

	padding: 0;

}



.genesis-nav-menu > .rss > a {

	margin-left: 48px;

}



.genesis-nav-menu > .search {

	padding: 6px 0 0;

}



/* Site Header Navigation

--------------------------------------------- */



.site-header .sub-menu {

	border-top: 1px solid #eee;

}



.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: #0d776d;

}



/* Secondary Navigation

--------------------------------------------- */



.nav-secondary {

	margin-bottom: 20px;

}



.site-footer .nav-secondary a {

	color: #fff;

	margin: 0 30px;

	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;

}



.site-footer .nav-secondary .sub-menu a:hover {

	color: #0d776d;

}



/*

Content Area

---------------------------------------------------------------------------------------------------- */



/* Entries

--------------------------------------------- */



.entry {

	margin-bottom: 40px;

}



.entry-content ol,

.entry-content p,

.entry-content ul,

.quote-caption {

	margin-bottom: 26px;

}



.entry-content ol,

.entry-content ul {

	margin-left: 40px;

}



.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: 'Open Sans', sans-serif;

	font-size: 12px;

}



.entry-meta a {

	border: none;

	font-weight: 300;

}



.entry-header .entry-meta {

	margin-bottom: 24px;

}



.entry-comments-link::before {

	content: "\2014";

	margin: 0 6px 0 2px;

}



.entry-categories,

.entry-tags {

	display: block;

}



/* Pagination

--------------------------------------------- */



.pagination {

	clear: both;

	margin: 40px 0;

}



.pagination li {

	display: inline;

}



.pagination li a {

	background-color: #222;

	border: none;

	border-radius: 3px;

	color: #fff;

	cursor: pointer;

	display: inline-block;

	font-family: 'Open Sans', sans-serif;

	font-size: 14px;

	font-weight: 300;

	padding: 8px 12px;

}



.pagination li a:hover,

.pagination li.active a {

	background-color: #0d776d;

}



/* Comments

--------------------------------------------- */



.comment-respond,

.entry-comments,

.entry-pings {

	margin-bottom: 60px;

}



.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: 24px;

	padding: 32px;

}



.comment-list li li {

	margin-right: -32px;

}



li.comment {

	background-color: #f5f5f5;

	border: 2px solid #fff;

	border-right: none;

}



.comment .avatar {

	margin: 0 16px 24px 0;

}



.entry-pings .reply {

	display: none;

}



.bypostauthor {

}





/*

Sidebar

---------------------------------------------------------------------------------------------------- */



.sidebar {

	float: right;

	width: 320px;

}



.sidebar-content .sidebar {

	float: left;

}



.sidebar img {

	margin-bottom: 15px;

}



.sidebar .featured-content img {

	margin-bottom: 0;

}



.sidebar .widget {

    background-color: #f9f9f9;

    border: 1px solid #eee;

    font-size: 14px;

    line-height: 1.8;

    margin-bottom: 40px;

    padding: 20px;

}



.sidebar ul {

    padding-left: 25px;

}



.sidebar .tagcloud a {

	background-color: #333;

	border-radius: 3px;

	border: none;

	color: #fff;

	cursor: pointer;

	display: inline-block;

	font-family: 'Open Sans', sans-serif;

	margin: 0 5px 5px 0;

	padding: 5px 10px;

}



.sidebar .tagcloud a:hover {

	background-color: #0d776d;

	color: #fff;

}



/*

Site Footer

---------------------------------------------------------------------------------------------------- */



.site-footer {

    background: url("images/header.jpg") repeat-x scroll center bottom #fff;

    border-top: 2px solid #eee;

    color: #0c776c;

    font-size: 12px;

    margin-top: 40px;

    padding: 40px 0;

    text-align: center;

}



.site-footer ul.menu li {

    display: inline-block;

    padding: 0 12px;

    text-transform: lowercase;

}



.site-footer ul.menu li a {

	color: #666;

}



.page-template-page_blog-php .entry {

    background-color: #f9f9f9;

    border: 1px solid #eee;

    float: right;

    min-height: 560px;

    padding: 20px;

    width: 370px;

}



.page-template-page_blog-php .post-image.entry-image {

    margin-bottom: 20px;

}



.page-template-page_blog-php .entry-title {

    font-size: 28px;

    overflow: hidden;

    margin-bottom: 10px;	

    text-overflow: ellipsis;

    white-space: nowrap;

}



.page-template-page_blog-php .post:nth-child(2n+1) {

    float: left;

    margin-right: 40px;



}



.google-map-section {

}



.google-map-section iframe {

    height: 350px !important;

    width: 100% !important;

}



/*

Media Queries

---------------------------------------------------------------------------------------------------- */



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



	.wrap {

		max-width: 960px;

	}

	

	.left.home-widget,

	.right.home-widget {

		width: 48%;

	}

	

	.middle {

		margin: 30px 0;

	}	

	

	.bottom .right.home-widget .widget {

		width: 46%;

	}

		

	.left.home-widget .widget-wrap,

	.right.home-widget .widget-wrap,

	.bottom .right.home-widget .widget-wrap {

		bottom: 0;

		left: auto;

		width: 100%;

	}

	

	.bottom .right.home-widget .widget-title {

		font-size: 26px;

	}

	

	.middle .info {

		font-size: 14px;

		padding: 15px 15px 15px 160px;

	}

	

	.content {

		width: 64%;

	}	

	

	.full-width-content .content {

		width: 100%;

	}

	

	.sidebar {	

		width: 33%;

	}	

	

	.page-template-page_blog-php .post:nth-child(2n+1) {

		margin-right: 20px;

	}	

		

	.page-template-page_blog-php .entry {

	    width: 48%;

	}



}



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



	.wrap {

		max-width: 680px;

	}

	

	#wpadminbar {

		position: fixed !important;

	}

	

	.header-image .title-area {

		margin: 0 8px;

		float: left;

	}

	

	.left-menu-section, .right-menu-section {

		padding: 25px 0 0;

		width: 37%;

	}	



	.header-nav li {

		margin: 8px 5px;

		padding: 0;

		width: 45%;

	}



	.left-menu-section.header-nav {

		float: left;

	}

	

	.right-menu-section.header-nav {

		float: right;

	}

	

	.left.home-widget,

	.right.home-widget {		

		width: 100%;

		margin: 15px 0;

	}

	

	.top .left.home-widget,

	.top .right.home-widget {

		

	}

	

	.left.home-widget .widget,

	.right.home-widget .widget {

		background-size: cover;		

	}

	

	.middle {

		margin: 15px 0;

	}	

	

	.featured-img-bg {

	    background-size: cover;

	}



	.bottom .right.home-widget .widget {

		width: 47%;

	}

	

	.page-template-page_blog-php .content,

	.page-template-page_blog-php .sidebar {

		width: 100%;

	}	

	.top .widget {
		height: auto;
		min-height: 230px;
	}	

}



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

	.left.home-widget .widget, .right.home-widget .widget {
		vertical-align: top;
	}
	
	.middle {
		margin: 0;
	}

	.page-template-page_blog-php .entry-title {

		line-height: 1.2;

		text-overflow: clip;

		white-space: normal;

	}



	.home .site-inner .wrap {

		padding: 0 3%;

	}

	

	.site-inner .wrap {

		padding: 0 5%;

	}

	

	.featured-img-bg {
	    background-position: center top;
		/*height: 135px;*/

	}

	

	.top .widget {

		height: auto;

	}

	

	.middle .widget,

	.bottom .widget {

		height: auto;
		min-height: 200px;

	}

	

	.bottom .right.home-widget .widget {

		margin: 0 0 35px;

		text-align: center;

		width: 100%;

	}

	

	.bottom .featured-img-bg {

		background-position: center center;

		background-size: cover;

		height: 100%;

	}

	

	.home .home-widget .widget-title {

		font-size: 28px;

		line-height: 1.4;

	}

	

	.left.home-widget,

	.right.home-widget {
		margin: 0 0 35px;

		text-align: center;

	}

	

	.header-image .title-area {

		float: none;

		margin: 0 auto;

	}	

	

	.left-menu-section,

	.right-menu-section {

		display: none;

	}	



	.sidebar,	

	.content {

		width: 100%;

	}

	

	.page-template-page_blog-php .entry {

		width: 100%;

	}		
	
	.bottom .right.home-widget,
	.bottom .right.home-widget .widget:last-child {
		margin: 0;
	}	

}



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



	.page-template-page_blog-php .entry-title {

		font-size: 24px;

	}



	.middle .info {

	    background-image: none !important;

	    padding: 20px;

	}



	.header-image .site-header .title-area .site-title a {

		background-size: contain !important;

	}

	

	.site-inner .wrap {

		padding: 0 8%;

	}	

	

	.home .more-link {

		clear: both;

		display: inline-block;

		margin-top: 15px;

	}	



	.middle {

		margin: 0;

	}



	.sidebar .widgettitle {

		font-size: 24px;

	}



}