/*
Theme Name:     Canvas Child
Theme URI:      
Description:    Child theme for the Canvas theme
Author:         Jezweb
Author URI:     http://www.jezweb.com.au/
Template:       canvas
Version:        0.1.0
*/

/* General element styles i.e., header, navigation, content, sidebar widgets, sliders and galleries. */

#connect h3 {
margin-bottom: 10px;
}

#connect p {
    display: none !important;
}

#connect .social a::before {
    background: #ffffff !important;
    color: #8d898b !important;
    border: solid 2px #eeeeee;
}

#connect .social a.twitter:hover::before {
    background-color: #00aced !important;
    color: #ffffff !important;
}

#connect .social a.facebook:hover::before {
    background-color: #3b5998 !important;
    color: #ffffff !important;
}

#connect .social a.linkedin:hover::before {
    background-color: #71c5ef !important;
    color: #ffffff !important;
}

#connect h3 {
    float: left;
    margin: 9px 8px 0 0;
    font-style: italic;
    font-size: 0.9em;
    font-weight: 100;
}

.widget_woo_subscribe {
    margin-bottom: 20px;
}

/* Header Styles (Logo, header elements, widgets, etc.) */

#header-container {
    border-bottom: 1px solid #fff;
    box-shadow: 0 0 7px rgba(0, 0, 0, 0.5);
    z-index: 999;
    position: relative;
}



/* Navigation Styles (Main Menu) */

#nav-container #navigation {
    background: none;
}

@media only screen and (min-width: 768px) {

#navigation li.home a {
    font-size: 0px !important;
    padding: 22px 12px 15px !important;
    display: block;
    border-radius: 5px !important;
border-top: solid 3px #f8f8f8;
border-left: solid 3px #f8f8f8;
border-right: solid 3px #f8f8f8;
}

#navigation li.home a::before {
    content: "\f015";
    font-family: FontAwesome;
font-size: 20px !important;
}

#wrapper #nav-container {
  float: right;
  margin: 5px 0px 0px;
  padding: 0;
  background: none;
}

#navigation ul.nav > li:hover, #navigation ul.nav > li a:hover {
    background: none !important;
    color: #00adef;
}

#navigation ul.nav li.current-menu-item a, #navigation ul.nav li.current_page_item a {
    background: #00adef !important;
    display: block;
    border-radius: 5px !important;
color: #ffffff !important;
-moz-box-shadow: inset 0 0 3px #3E3E3E;
-webkit-box-shadow: inset 0 0 3px #3E3E3E;
box-shadow: inset 0 0 3px #3E3E3E;
border-top: solid 3px #e6e6e6;
border-left: solid 3px #e6e6e6;
border-right: solid 3px #e6e6e6;
text-shadow: 0 0 2px rgba(0,0,0,0.6);
}

#navigation ul.nav .sub-menu li.current-menu-item a, #navigation ul.nav .sub-menu li.current_page_item a {
    background: #00adef !important;
    display: block;
    border-radius: 5px !important;
    color: #ffffff !important;
    -moz-box-shadow: none !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    border-top: none !important;
    border-left: none !important;
    border-right: none !important;
    text-shadow: none !important;
}

#navigation li.current_page_parent a, ul.nav li.current-menu-ancestor a {
    background: #00adef !important;
    display: block;
    border-radius: 5px !important;
color: #ffffff !important;
-moz-box-shadow: inset 0 0 3px #3E3E3E;
-webkit-box-shadow: inset 0 0 3px #3E3E3E;
box-shadow: inset 0 0 3px #3E3E3E;
border-top: solid 3px #e6e6e6;
border-left: solid 3px #e6e6e6;
border-right: solid 3px #e6e6e6;
text-shadow: 0 0 2px rgba(0,0,0,0.6);
}

#navigation li.current_page_parent a:hover, ul.nav li.current-menu-ancestor a:hover {
    background: #00adef !important;
color: #53b4da !important;
}

ul.nav li a {
    padding: 0.9em 1em !important;
}

}

@media only screen and (min-width: 768px) {

#navigation ul.nav li.parent > a:after{
  display: none;
}

#navigation ul.nav li.parent:hover > ul.sub-menu{
  opacity: 1;
  visibility: visible;
  margin-top: 0;
}

#navigation ul.nav li ul.sub-menu {
    padding: 12px 12px 20px;
    width: auto;
    min-width: 150px;
    background: #ededed;
    box-shadow: 0px 1px 8px rgba(0, 0, 0, 0.2);
    opacity: 0;
    visibility: hidden;
    left: 0 !important;
    margin-top: 10px;
    display: block;
    transition: all 0.4s;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
background: #00adef;
}

#navigation ul.nav li ul.sub-menu li a {
    white-space: nowrap;
    width: 100%;
    text-decoration: none;
    font-size: inherit;
    padding: 10px 5px !important;
    transition: all 0.3s;
border: none !important;
border-radius: 0px !important;
}

#navigation ul.nav li ul.sub-menu li:last-child a {
    border-bottom: none !important;
    padding-bottom: 0px !important;
}

#navigation ul.nav li ul.sub-menu li a:hover {
    color: #60676f!important;
}

#navigation ul.nav li ul.sub-menu:before {
  content: '';
  border: 5px solid transparent;
  border-bottom: 8px solid #53b4da;
  position: absolute;
  top: -13px;
  left: 50px;
}

}

ul.sub-menu li a {
color: #000000 !important;
-moz-box-shadow: inset 0 0 0px #3E3E3E !i;
-webkit-box-shadow: inset 0 0 0px #3E3E3E !important;
box-shadow: inset 0 0 0px #3E3E3E !important;
border-top: solid 0px #e6e6e6 !important;
border-left: solid 0px #e6e6e6 !important;
border-right: solid 0px #e6e6e6 !important;
text-shadow: 0 0 0px rgba(0,0,0,0.6) !important;
background: none !important;
}

/* Content Area (General styles) */
.entry img, img.thumbnail, #portfolio .group.portfolio-img img {
	border: none !important;
	background: none !important;
	padding: 0px !important;
}

#content .flexslider {
background: none !important;
border: none !important;
-webkit-box-shadow: none !important;
-moz-box-shadow: none !important;
-o-box-shadow: none !important;
box-shadow: none !important;
}

/* Single Post and Blog Page styles */
.single .post-meta, .single #post-author, .single article #connect, .single .post-utility {
	display: none;
}




/* Archive and Category Page styles */





/* Sidebar elements (left or right sidebars, widgets) */

.widget_search form.searchform {
  width: 100%;
  padding: 0;
  border: 0;
  background: none;
  margin: 0;
  border-radius: 0;
}
.widget_search form.searchform input.field {
  outline: 0;
  margin: 0;
  text-align: left;
  max-width: 100%;
  padding: 0 35px 0 10px;
  height: 40px;
  width: 100%;
  background-color: #f1f1f1;
  border-width: 1px;
  border-style: solid;
  border-color: #ccc #e0e0e0 #e0e0e0 #ccc;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -webkit-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.1);
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  transition: all 0.3s;
border-radius: 30px;
}
.widget_search form.searchform input.field:focus, .widget_search form.searchform input.field:hover{
  background-color: #FFFFFF;
}
.widget_search form.searchform button.submit {
  position: absolute;
  right: 0;
  top: 0;
  height: 40px;
  width: 35px;
}
form.searchform .fa-search:before{
  font-size: 16px;
  line-height: 1;
}

#quick-links .wpb_wrapper {
    border: 1px solid #CFCFCF;
    box-shadow: 0 1px 3px rgba(0,0,0,0.15);
    border-radius: 6px;
    padding: 15px 20px;
}

#quick-links h3 {
    background: #f06124;
    padding: 10px 10px;
    margin-left: -20px;
    margin-right: -20px;
    margin-top: -15px;
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
}

#quick-links h3:before {
    content: "\f13a";
    font-family: FontAwesome;
    font-size: 20px;
    color: #ffffff;
    padding-right: 10px;
}

#quick-links .wpb_wrapper .wpb_wrapper {
border: none;
box-shadow: none;
border-radius: 0px;
padding: 0px;
}

/* Footer elements styles */
#footer #credit .jezweb-logo {
  opacity: 0.5;
}
#footer .col-left, #footer p {
margin-bottom: 0px !important;
}

#footer-widgets h3 {
    border-bottom: solid 2px #ffffff !important;
    color: #ffffff;
    font-size: 24px;
    margin-bottom: 30px;
    font-weight: normal;
    padding-bottom: 15px;
}

#footer-widgets .foot-left {
width: 46%;
float: left;
margin 1% 2%;
}


#footer-widgets .foot-right {
width: 46%;
float: right;
margin 1% 2%;
}

#footer-widgets h2 {
    margin-bottom: 10px;
    font-size: 26px;
    font-weight: bold;
    color: #ffffff !important;
}

#footer-widgets .footer-widget-1 h2 {
    font-style: italic;
}

#footer-widgets h2, #footer-widgets p, #footer-widgets a {
color: #ffffff;
}

/* Slider and Gallery styles (not necessary if gallery page is part of the sitemap, hence refer to page specific styles section) */


/* Gravity Form Styles */

.gform_wrapper .top_label .gfield_label {
    display: none !important;
}

body .gform_wrapper ul li.gfield {
    margin-top: 0px !important;
    margin-bottom: 0px !important;
}

.gform_wrapper input[type="text"], .gform_wrapper input[type="url"], .gform_wrapper input[type="email"], .gform_wrapper input[type="tel"], .gform_wrapper input[type="number"], .gform_wrapper input[type="password"], .gform_wrapper textarea {
    border-radius: 0px;
    border: solid 1px #c6c6c6;
    padding: 10px 8px !important;
    width: 100% !important;
    font-size: 15px !important;
}

.gform_wrapper .gform_footer {
    padding: 0 0 0 !important;
    margin-top: 10px !important;
}


/* Page specific styles goes here i.e. homepage, about page, contact page, service page, etc. */

body #wrapper .button, body #wrapper #content .button, body #wrapper #content .button:visited, body #wrapper #content .reply a, body #wrapper #content #respond .form-submit input#submit, input[type="submit"], body #wrapper #searchsubmit, #navigation ul.cart .button, body #wrapper .woo-sc-button {
    border-radius: 0px !important;
    padding: 10px 30px;
}

.white, .white * {
color: #ffffff !important;
}

#page-title {
    overflow: inherit;
}

#page-title h1 {
    text-shadow: 0 0 7px rgba(0, 0, 0, 0.5);
    font-size: 70px;
    line-height: 70px;
    margin-bottom: 0px !important;
}

#page-title p {
    text-shadow: 1px 1px 1px rgba(0,0,0,0.3) !important;
    line-height: 28px;
}

#page-title .title-desc {
max-width: 375px !important;
}

.readmore-button a {
    background: #56bbe3 !important;
    color: #ffffff !important;
    font-size: 18px !important;
    text-shadow: 1px 1px 1px rgba(0,0,0,0.4);
    border-radius: 100% !important;
    border: solid 10px #1f98c9 !important;
    padding-top: 10px !important;
    padding-bottom: 30px !important;
    padding-left: 16px !important;
    padding-right: 16px !important;
}

.readmore-button a strong {
    display: block !important;
    font-size: 50px;
    font-weight: 100 !important;
}

@media only screen and (min-width: 768px) {

.readmore-button {
    position: absolute;
    right: -50px;
    margin-top: -60px;
}

}

.image-shadow {
    border: 1px solid #CFCFCF;
    box-shadow: 0 1px 3px rgba(0,0,0,0.15);
    border-radius: 6px;
    padding: 15px;
}

.it-solutions {
    border: 1px solid #CFCFCF;
    box-shadow: 0 1px 3px rgba(0,0,0,0.15);
    border-radius: 5px;
    z-index: 0;
    position: relative;
}

.it-solutions h2 {
    padding-left: 15px;
    font-size: 26px;
    font-weight: normal;
    background: #1f98c9;
    border-bottom: solid 1px #dedede;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    margin-bottom: 25px;
}

.it-solutions h2::before {
    content: "\f13a";
    font-family: FontAwesome;
    font-size: 20px;
    color: #ffffff;
    padding-right: 10px;
}

.it-solutions ul {
    list-style-type: none;
    padding-left: 15px;
}


.it-solutions ul li {
margin-bottom: 15px;
}

.it-solutions ul li a {
    color: #60676F;
    font-size: 15px;
    font-weight: bold;
}

.it-solutions ul li a:hover {
color: #47B6E3;
text-decoration: none;
}

.it-solutions ul li.current_page_item a {
color: #47B6E3;
}

.it-solutions ul li.current_page_item a:before {
    color: #ffffff !important;
    background: #1f98c9 !important;
}

.it-solutions ul li a::before {
    font-family: FontAwesome;
    font-size: 10px;
    border: 1px solid rgba(0,0,0,0.3);
    box-shadow: inset 0 1px 3px rgba(0,0,0,0.15);
    color: #b1b1b1;
    content: "\f105";
    padding: 2px 6px;
    border-radius: 100%;
    margin-right: 8px;
}

.it-solutions ul li a:hover::before {
    border: 1px solid rgba(0,0,0,0) !important;
    box-shadow: inset 0 1px 3px rgba(0,0,0,0.0) !important;
    color: #ffffff !important;
    background: #1f98c9 !important;
}

#it-page-inner {
margin-top: 40px;
}

.wpb_text_column ul li {
margin-bottom: 20px;
}


/* Homepage styles */

.itsolutions a {
color: #939393 !important;
}


/* About Page styles */

.list-value h2 {
background: #56bbe3;
border-top: 1px solid rgba(225,225,225,0.6);
text-shadow: 0 0 4px rgba(0,0,0,0.7);
font-size: 40px;
font-weight: normal;
text-align: center;
padding: 10px 5px;
color: #ffffff !important;
}

.list-value ul {
    list-style-type: none;
    padding-left: 45px !important;
}

.list-value ul li::before {
    content: "\f111";
    font-family: FontAwesome;
    color: #47B6E3;
    font-size: 12px;
    position: absolute;
    margin-left: -20px;
}

.list-value ul li {
    font-size: 18px;
    margin: 15px 0;
    line-height: 1.1em;
}

/* Service Page styles */



/* Imagine Cloud Page styles */

.package-row {

}

.package-row .business-trial h2, .package-row .business-signup h2 {
    border-bottom: solid 1px #3b3b3b;
    padding: 10px 15px;
    margin-left: -20px;
    margin-right: -20px;
    margin-top: -20px;
}

.package-row .business-trial .wpb_wrapper {
    background-color: #222327;
    border: 1px solid #444;
    padding: 20px;
}

.package-row .business-trial .wpb_wrapper .wpb_wrapper {
    background-color: none;
    border: none;
    padding: 0px;
}

.package-row .business-signup .wpb_wrapper {
    background-color: #323233;
    border: 1px solid #444;
    padding: 20px;
}

.package-row .business-signup .wpb_wrapper .wpb_wrapper {
    background-color: none;
    border: none;
    padding: 0px;
}


.package-row .users-trial h2 {
    background: #f5f5f5;
}

.package-row .users-trial h2, .package-row .users-signup h2 {
    border-bottom: solid 1px #e0e0e0;
    padding: 10px 15px;
    margin-left: -20px;
    margin-right: -20px;
    margin-top: -20px;
}

.package-row .users-trial .wpb_wrapper {
    background-color: #ffffff;
    border: 1px solid #eeeeee;
    padding: 20px;
}

.package-row .users-trial .wpb_wrapper .wpb_wrapper {
    background-color: none;
    border: none;
    padding: 0px;
}

.package-row .users-signup .wpb_wrapper {
    background-color: #ffffff;
    border: 1px solid #eeeeee;
    padding: 20px;
}

.package-row .users-signup .wpb_wrapper .wpb_wrapper {
    background-color: none;
    border: none;
    padding: 0px;
}

/* Contact Page styles */


/* START BLOG STYLES */

.thumb-image-overlay {
    position: relative;
}

.image-overlay {
  position: absolute;
  top: 0;
  left: 0;
  background-color: transparent;
  height: 100%;
  width: 100%;
  opacity: 0;
  visibility: hidden;
  transition: all 0.4s ease-out;
}

.image-overlay-circle {
  height: 70px;
  width: 70px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -52px;
  margin-left: -52px;
  padding: 15px;
  border: 2px solid #FFFFFF;
  border-radius: 100%;
}

.image-overlay-plus{
  height: 100%;
  width: 100%;
  position: relative;
  background-image: url(images/image-overlay.png);
  background-repeat: no-repeat;
  background-position: 50% 50%;
}

.thumb-image-overlay:hover .image-overlay {
    opacity: 1;
    visibility: visible;
    background-color: rgba(61,162,66,0.8);
}

/* Single Post and Blog Page styles */

.blogposts-content {
margin-top: 40px;
}

.blogposts-content .image-overlay-circle {
  height: 200px;
  width: 200px;
  margin-top: -100px;
  margin-left: -100px;
  padding: 0;
  border: 0;
  border-radius: 0;
}
.blogposts-content .image-overlay-plus{
  background-image: url(images/bigger-plus.png);
}
.single .post-meta, .single #post-author, .single article #connect, .single .post-utility, .post-entries, #comments {
  display: none;
}
.single h1.entry-title {
  margin-bottom: 15px;
}
.single-post .header-banner h2 {
  font-size: 20px;
  padding: 30px;
}
.single-post .blogpost-item {
  padding: 0;
  background: none;
  box-shadow: none;
  margin-bottom: 15px;
}
.single-post .blogpost-item img{
  width: 100%;
}
.single-post .blogpost-item-content {
  padding: 10px 0 0;
}
.single-post .blogpost-item-meta {
  margin-bottom: 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid #e0e0e0;
}
.single-post .entry p {
  line-height: 1.8;
}


/* Blog posts styles */
.blogpost-item {
  padding: 10px;
  background-color: #ffffff;
  border-radius: 3px;
  -webkit-box-shadow: 0 0px 5px rgba(0,0,0,.1);
  -moz-box-shadow: 0 0px 5px rgba(0,0,0,.1);
  box-shadow: 0 0px 5px rgba(0,0,0,.1);
  margin-bottom: 25px;
}

@media only screen and (min-width: 768px) {

.blogposts-content section#main {
  float: left;
  width: 74%;
}
.blogposts-content #custom-blog-sidebar {
  float: right;
  width: 22%;
}

}

@media only screen and (max-width: 767px) {

.blogposts-content section#main {
  float: none;
  width: 100%;
}
.blogposts-content #custom-blog-sidebar {
  float: none;
  width: 100%;
}

}

.blogpost-item img {
  margin: 0 auto;
  display: block;
}
.blogpost-item-content {
  padding: 15px;
}
h3.blogpost-item-title {
  line-height: 1.3;
  margin-bottom: 5px;
}
h3.blogpost-item-title a{
  color: #000000;
}
.blogpost-item-meta {
  margin-bottom: 10px;
}
.blogpost-item-meta span {
  font-size: 11px;
  line-height: 1;
  color: #999999;
  border-right: 1px solid #999999;
  padding-right: 8px;
  margin-right: 5px;
}
.blogpost-item-meta span:last-child{
  border: 0;
}
.blogpost-item-meta span a{
  color: #999999;
}
h3.blogpost-item-title a:hover, .blogpost-item-meta span a:hover{
  color: #3DA242;
}
.entry .blogpost-item-content p {
  margin-bottom: 5px;
  line-height: 1.8;
}
.entry .blogpost-item-content a{
  text-decoration: none;
  transition: all 0.3s;
}
#custom-blog-sidebar form.searchform {
  width: 100%;
  padding: 0;
  border: 0;
  background: none;
  margin: 0;
  border-radius: 0;
}
#custom-blog-sidebar form.searchform input.field {
  outline: 0;
  margin: 0;
  text-align: left;
  max-width: 100%;
  padding: 0 35px 0 10px;
  height: 40px;
  width: 100%;
  background-color: #f1f1f1;
  border-width: 1px;
  border-style: solid;
  border-color: #ccc #e0e0e0 #e0e0e0 #ccc;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -webkit-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.1);
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  transition: all 0.3s;
}
#custom-blog-sidebar form.searchform input.field:focus, #custom-blog-sidebar form.searchform input.field:hover{
  background-color: #FFFFFF;
}
#custom-blog-sidebar form.searchform button.submit {
  position: absolute;
  right: 0;
  top: 0;
  height: 40px;
  width: 35px;
}
form.searchform .fa-search:before{
  font-size: 16px;
  line-height: 1;
}
#custom-blog-sidebar .widget h3 {
  margin: 0 0 15px;
  padding: 0 0 5px;
}
#custom-blog-sidebar .widget ul {
  padding-left: 15px;
}
#custom-blog-sidebar .widget ul li {
  list-style-type: square;
    color: #47B6E3;
  margin-bottom: 2px;
  list-style-position: outside;
}
#custom-blog-sidebar .widget a {
    color: #47B6E3;
    text-decoration: none;
    transition: all 0.3s;
}
#custom-blog-sidebar .widget a:hover{
  color: #3DA242;
}

/* END BLOG STYLES */

/* Responsive styles goes here */

@media only screen and (max-width: 767px) {
 	body {
  		border: 0 !important;
  	}
  	#wrapper #header {
  		position: static;
		padding: 20px 0;
  	}
  	#header #logo {
		float: none;
		text-align: center;
		padding: 0 12px;
	}
  	h3.nav-toggle {
		background: #53b4da;
		border-bottom: 0;
		height: 60px;
		line-height: 60px;
		padding: 0;
	}
  	h3.nav-toggle:before {
  		font-weight: normal;
		color: #FFFFFF;
		margin-left: 15px;
		text-shadow: none;
		border-right: 0;
		display: inline-block;
		padding: 0;
		font-size: 30px;
  	}
 	h3.nav-toggle a {
  		display: none;
  	}
  	.header-widget .header-right-details {
		background: none;
		width: 0;
		height: 0;
		margin: 0;
	}
  	.header-widget .widget p, .header-widget .widget .textwidget {
  		font-size: 0 !important;
	}
	.header-widget .widget a.email-top {
		font-size: 0;
		width: 30px;
		height: 30px;
		border-radius: 100%;
		position: absolute;
		top: 12px;
		right: 55px;
		line-height: 30px;
		text-align: center;
		background: none;
		border: 2px solid #FFFFFF;
  		text-decoration: none;
	}
	.header-widget .widget a.email-top:before {
		content: "\f0e0";
		font-family: FontAwesome;
		font-size: 18px;
		color: #FFFFFF;
	}
	.header-widget .widget a.phone-top {
		font-size: 0;
		width: 30px;
		height: 30px;
		border-radius: 100%;
		position: absolute;
		top: 12px;
		right: 100px;
		line-height: 30px;
		text-align: center;
		background: none;
		border: 2px solid #FFFFFF;
  		text-decoration: none;
	}
	.header-widget .widget a.phone-top:before {
		content: "\f095";
		font-family: FontAwesome;
		font-size: 20px;
  		color: #FFFFFF;
	}
  	body.show-nav #inner-wrapper {
		left: 0;
	}
  	.csstransforms3d.csstransitions body #wrapper #navigation {
		width: 280px;
		left: 0;
		padding-top: 60px;
  		z-index: 99999;
		background: rgba(255, 255, 255, 0.95) !important;
		transition: left 0.3s;
		-webkit-transition: left 0.3s;
		-moz-transition: left 0.3s;
	}
  	.csstransforms3d.csstransitions body.show-nav #wrapper #navigation {
		left: 280px;
		box-shadow: 2px 0px 5px rgba(0, 0, 0, 0.3);
	}
	#navigation .menus h3 {
  		display: block;
		font-size: 16px;
		padding: 0;
		position: absolute;
		top: 0;
		left: 0;
		margin: 0;
		height: 60px;
		line-height: 60px;
		width: 100%;
		z-index: -1;
		text-align: center;
		background: #53b4da;
		color: #FFFFFF;
		text-transform: uppercase;
	}
	#navigation .nav-home, #navigation .nav-close {
		height: 30px;
		width: 30px;
		font-size: 15px;
		padding: 0;
		top: 14px;
		left: 12px;
		background: #FFFFFF;
		color: #53b4da;
		border-radius: 0px;
	}
	#navigation .nav-home:before, #navigation .nav-close:before {
		line-height: 30px;
	}
	#navigation .nav-home {
		left: auto;
  		right: 12px;
	}
	#wrapper #navigation .menus ul.nav li {
		padding: 0;
  		display: block;
  		background: none !important;
	}
	#wrapper #navigation .menus ul.nav li a {
  		font-family: Myriad Pro, sans-serif;
  		font-size: 15px;
  		padding: 12px 15px !important;
		margin: 0;
  		color: #444444 !important;
  		text-decoration: none;
  		border-right: 0 !important;
  		border-bottom: 1px solid #F2F2F2;
  		background: none !important;
  	}
	#navigation ul.nav li ul.sub-menu {
		visibility: visible;
		left: auto;
		position: relative;
		padding: 0;
		margin: 0;
		background: none !important;
		width: auto;
	}
	#navigation ul.nav li ul.sub-menu li {
		border: 0 !important;
	}
	#wrapper #navigation .menus ul.nav li ul li a {
		background: none;
  		padding-left: 30px !important;
	}
	#footer #copyright {
		text-align: center;
		float: none;
		padding-bottom: 15px;
	}
	#footer #credit {
		text-align: center;
		float: none;
	}

#content {
    padding-top: 0px !important;
}

#content h1 {
font-size: 32px !important;
line-height: 36px !important;
}

#content h2 {
font-size: 28px !important;
line-height: 32px !important;
}

#content h3 {
font-size: 24px !important;
line-height: 28px !important;
}

#content h4 {
font-size: 20px !important;
line-height: 24px !important;
}

#content h5 {
font-size: 16px !important;
line-height: 18px !important;
}

#content h6 {
font-size: 12px !important;
line-height: 16px !important;
}

}

.page-template-template-blog .post-meta {
    display: none;
}
@media only screen and (min-width: 768px){
.readmore-button {
    margin-top: -80px;
}
}