/*
Theme Name: deliver
Theme URI: http://themesbeat.com/themes/deliver
Author: themesbeat
Author URI: http://themesbeat.com/
Description: Multi Purpose One Page WordPress Theme
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: blog, portfolio
Text Domain: deliver


This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Import Fonts
# Normalize
# Typography
# Elements
# Forms
# Navigation
	## Links
	## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
	## Posts and pages
	## Comments
# Infinite scroll
# Media
	## Captions
	## Galleries
--------------------------------------------------------------*/


/*--------------------------------------------------------------
# Import Fonts
--------------------------------------------------------------*/

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



/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
html {
	font-family: 'Open Sans', sans-serif;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust:     100%;
}

body {
	margin: 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
	display: block;
}

audio,
canvas,
progress,
video {
	display: inline-block;
	vertical-align: baseline;
}

audio:not([controls]) {
	display: none;
	height: 0;
}

[hidden],
template {
	display: none;
}

a {
	background-color: transparent;
	color: #02918c;
}

a:active,
a:hover {
	outline: 0;
	color: #02918c;
}

abbr[title] {
	border-bottom: 1px dotted;
}

b,
strong {
	font-weight: bold;
}

dfn {
	font-style: italic;
}

h1 {
	font-size: 2em;
	margin: 0.67em 0;
}

mark {
	background: #ff0;
	color: #000;
}

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: 1em 40px;
}

hr {
	box-sizing: content-box;
	height: 0;
}

pre {
	overflow: auto;
}

code,
kbd,
pre,
samp {
	font-family: monospace, monospace;
	font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
	color: inherit;
	font: inherit;
	margin: 0;
}

button {
	overflow: visible;
}

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

button::-moz-focus-inner,
input::-moz-focus-inner {
	border: 0;
	padding: 0;
}

input {
	line-height: normal;
}

input[type="checkbox"],
input[type="radio"] {
	box-sizing: border-box;
	padding: 0;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

fieldset {
	border: 1px solid #c0c0c0;
	margin: 0 2px;
	padding: 0.35em 0.625em 0.75em;
}

legend {
	border: 0;
	padding: 0;
}

textarea {
	overflow: auto;
}

optgroup {
	font-weight: bold;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

td,
th {
	padding: 0;
}

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
body,
button,
input,
select,
textarea {
	color: #404040;
	font-family: 'Open Sans',sans-serif;
	font-size: 16px;
	font-size: 1rem;
	line-height: 1.5;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
	color: #404040;
    font-family: "Open Sans",sans-serif;
    font-weight: 400;
    margin-top: 0;
}

p {
	margin-bottom: 1.5em;
	color: #666666;
	line-height: 24px;
	font-size: 14px;
}

dfn,
cite,
em,
i {
	font-style: italic;
}

blockquote {
	margin: 0 1.5em;
}

address {
	margin: 0 0 1.5em;
}

pre {
	background: #eee;
	font-family: "Courier 10 Pitch", Courier, monospace;
	font-size: 15px;
	font-size: 0.9375rem;
	line-height: 1.6;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 1.6em;
}

code,
kbd,
tt,
var {
	font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
	font-size: 15px;
	font-size: 0.9375rem;
}

abbr,
acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}

mark,
ins {
	background: #fff9c0;
	text-decoration: none;
}

big {
	font-size: 125%;
}

/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
html {
	box-sizing: border-box;
}

*,
*:before,
*:after { /* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
	box-sizing: inherit;
}

body {
	background: #fff; /* Fallback for when there is no custom background color defined. */
}

blockquote:before,
blockquote:after,
q:before,
q:after {
	content: "";
}

blockquote,
q {
	quotes: "" "";
}

hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}

ul,
ol {
	margin-left: 0;
	line-height: 24px;
	font-size: 14px;
	color: #666666;
	padding-bottom: 15px;
}

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

li {	
	padding-bottom: 10px;
}

dt {
	font-weight: bold;
}

dd {
	margin: 0 1.5em 1.5em;
}

img {
	height: auto; /* Make sure images are scaled correctly. */
	max-width: 100%; /* Adhere to container width. */
}

figure {
	margin: 1em 0; /* Extra wide images within figure tags don't overflow the content area. */
}

table {
	margin: 0 0 1.5em;
	width: 100%;
}

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	border: 1px solid;
	border-color: #ccc #ccc #bbb;
	border-radius: 3px;
	background: #e6e6e6;
	color: rgba(0, 0, 0, .8);
	font-size: 12px;
	font-size: 0.75rem;
	line-height: 1;
	padding: .6em 1em .4em;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	border-color: #ccc #bbb #aaa;
}

button:focus,
input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus,
button:active,
input[type="button"]:active,
input[type="reset"]:active,
input[type="submit"]:active {
	border-color: #aaa #bbb #bbb;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
	color: #666;
	border: 1px solid #ccc;
	border-radius: 3px;
	padding: 3px;
}

select {
	border: 1px solid #ccc;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
	color: #111;
}

textarea {
	width: 100%;
}

/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a {
	color: #02918c;
}

a:visited {
	color: #02918c;
}

a:hover,
a:focus,
a:active {
	color: #02918c;
}

a:focus {
	color: #02918c;
}

a:hover,
a:active {
	outline: 0;
}

/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
.main-navigation {
	display: block;
	float: right;
	margin-top: 20px;	
}

.main-navigation ul {
	display: none;
	list-style: none;
	margin: 0;
	padding: 20px;
	float: right;
	text-align: right;
}

.main-navigation li {
	float: left;
	position: relative;
}

.main-navigation a {
	display: block;
	text-decoration: none;
	color: #ffffff;
	font-size: 14px;
	margin-right: 20px;
}

.main-navigation a:hover, .main-navigation a:focus {
	/*color: #ffffff;*/
	text-decoration: none;
}

.main-navigation ul ul {
	box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
	float: left;
	position: absolute;
	top: 1.5em;
	left: -999em;
	z-index: 99999;
}

.main-navigation ul ul ul {
	left: -999em;
	top: 0;
}

.main-navigation ul ul a {
	width: 200px;
}

.main-navigation ul ul li {

}

.main-navigation li:hover > a,
.main-navigation li.focus > a {
}

.main-navigation ul ul :hover > a,
.main-navigation ul ul .focus > a {
}

.main-navigation ul ul a:hover,
.main-navigation ul ul a.focus {
}

.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
	left: auto;
}

.main-navigation ul ul li:hover > ul,
.main-navigation ul ul li.focus > ul {
	left: 100%;
}

.main-navigation .current_page_item > a,
.main-navigation .current-menu-item > a,
.main-navigation .current_page_ancestor > a,
.main-navigation .current-menu-ancestor > a {
}

/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
	display: block;
}

@media screen and (min-width: 37.5em) {
	.menu-toggle {
		display: none;
	}
	.main-navigation ul {
		display: block;
	}
}

.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation {
	margin: 0 0 1.5em;
	overflow: hidden;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
	float: left;
	width: 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
	float: right;
	text-align: right;
	width: 50%;
}

/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
	height: 1px;
	width: 1px;
	overflow: hidden;
	word-wrap: normal !important; /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: bold;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000; /* Above WP toolbar. */
}

/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus {
	outline: 0;
}

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft {
	display: inline;
	float: left;
	margin-right: 1.5em;
}

.alignright {
	display: inline;
	float: right;
	margin-left: 1.5em;
}

.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
	content: "";
	display: table;
	table-layout: fixed;
}

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
	clear: both;
}

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widget {
	margin: 0 0 1.5em;
}

/* Make sure select elements fit in widgets. */
.widget select {
	max-width: 100%;
}

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
#header {
    background-position: center center;
    background-size: cover;
    width: 100%;
    background-attachment: fixed;
    background-image: url("assets/images/header-banner.jpg");
}

.header-content {
	border-bottom: 1px solid #ffffff;
	/*position: fixed;*/
}

.header-content.sticky {  	
  	background: #02918c;
  	position: fixed;  	
  	box-shadow: 0 3px 3px #3e5b60;
 	width: 100%;
 	margin:0 auto;
 	z-index: 99999;
}

.header-content.sticky .logo img {
	padding: 5px;
	margin-left: 20px;
}

.header-content.sticky .main-navigation ul {
	padding: 15px;
}

.header-content .logo img {
	padding: 5px;
	margin-left: 20px;
}

.container {   
    padding-left: 0px !important;
    padding-right: 0px !important;
}

.header-banner {
	padding-top: 150px;
	padding-bottom: 200px;
	text-align: center;
}

.banner-heading {
	font-family: 'Open Sans', sans-serif;
	font-size: 36px;
	line-height: 40px;
	color: #ffffff;
	text-transform: uppercase;
}

.banner-highlight {
	color: #02918c;
}

.banner-subheading {
	font-family: 'Roboto', sans-serif;
	font-size: 22px;
	line-height: 25px;
	color: #ffffff;	
	padding-top: 30px;
	padding-bottom: 100px;
}

.banner-button {
	padding-top: 50px;
}

.header-button {
	padding-top: 30px;
	border: 2px solid #ffffff;
	padding: 10px 20px;
	margin-top: 50px;
	color: #ffffff;
	text-transform: uppercase;
}

.header-button:hover {
	color: #02918c;
	text-decoration: none;
	background: #ffffff;
}

.header-button:visited {
	/*color: #ffffff;*/
}

.section-header {
	padding-top: 30px;
	/*border-bottom: 1px solid #cccccc;*/
	padding-bottom: 30px;	
}

.section-heading {	
	text-align: center;
	font-family: 'Open Sans', sans-serif;
	font-size: 22px;
	line-height: 30px;
	color: #666262;
	text-transform: uppercase;
}

.about p {
	text-align: center;
	font-family: 'Roboto', sans-serif;
	font-size: 14px;
	line-height: 24px;
	color: #666262;	
}

.section-content {
	/*padding-top: 30px;*/	
	padding-bottom: 30px;
	clear: both;
	overflow:auto; 
}

.icon-heading {
	text-align: center;
}

.icon {
	text-align: center;
}

.icon i {
	font-size: 35px;
	border: 2px solid #02918c;
	border-radius: 50%;
	padding: 20px;
	color: #02918c;
}

.icon i:hover {	
	background: #02918c;
	border: 2px solid #02918c;
	border-radius: 50%;
	padding: 20px;
	color: #ffffff;
}

.our-services {
	clear: both;
	background: #efefef;
	margin-top: 50px;
}

.section-main-heading {
	font-size: 36px;
	color: #02918c;
	text-align: center;
}

.icon-box {
	float: left;
}
.icon-left {
	display: table-row;	
	float: left;
	width: 20%;
}

.icon-left i {
	font-size: 48px;
	color: #02918c;
}

.icon-content {
	float: left;
	width: 80%;
	vertical-align: top;
	padding-left: 10px;
}

.icon-left-heading {
	vertical-align: top;
	margin:0 !important;
}

.icon-left-content {
	text-align: left;
}

.our-services p {	
	font-family: 'Roboto', sans-serif;
	font-size: 16px;
	line-height: 24px;
	color: #666262;		
}

.services-row {
	/*margin-top: 30px;*/
	padding-bottom: 30px;
	overflow: hidden;
	clear: both;
}

/* portfolio Styles */
.portfolio-box {
	padding: 0 !important;
}

.portfolio-box img {
	max-height: 200px;
	width: 100%;
}

.image-extra {
    background-color: rgba(0, 194, 169, 0.1);
    height: 100%;
    left: 0;
    opacity: 0;
    overflow: hidden;
    position: absolute;
    text-align: center;
    top: 0;
    transition: opacity 0.25s ease 0s, background-color 0.45s ease 0s;
    width: 100%;
    z-index: 999;
}

.inner-extra {
    display: table-cell;
    height: 100%;
    margin: 0;
    padding: 0 10px;
    vertical-align: middle;
    width: 100%;
}

.extra-title {
    color: #fff;
    font-family: "Roboto Condensed",sans-serif;
    margin-bottom: 6px;
    text-transform: uppercase;
    z-index: 999;
}







.testimonials {
	background: url("assets/images/parallax-quote.jpg");
}

.bx-wrapper .bx-viewport {
	margin-top: 30px;
}

.bxslider li {
	  margin-left: -40px;
	  overflow: hidden;
}

.client-image {
    height: 100px;
    margin: 0 auto 20px;
    width: 100px;    
}

.quote {
	font-size: 18px;
	text-align: center;
	color: #000;
	padding: 20px;
	width: 90%;
	margin: 0 auto 0 100px;
	background: #EFEFEF;
	opacity: .7;
}

.client-name {
	text-align: center;
	font-weight: 700;
	font-size: 14px;
	color: #ffffff;
	padding-top: 20px;
	padding-bottom: 20px;
}

.team-member  {
	/*background: #fff;*/
	/*border: 1px solid #cccccc;*/
	padding: 20px;
	margin-bottom: 20px;
	/*margin-right: 1%;
	box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
	width: 32% !important;*/
}

.profile-content, .member_details, .social {
	text-align: center;
}

.position {
	color: #666262;
}

.team-member h3 {
	color: #02918c;
    font-size: 24px;
    text-align: center;
}


.our_blogs {
	background: #efefef;
}

.latest_post {
	margin-bottom: 20px;
    margin-right: 1%;
    padding: 20px;
    width: 32% !important;
}

.post-image, .related_thumb {
	 overflow: hidden;
}

.post-image img, .related_thumb img {
	display: block;
    height: auto;
    max-width: 100%;
    -webkit-transition: all 0.5s linear;
        transition: all 0.5s linear;
    -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
}

.post-image:hover img, .related_thumb:hover img {
    -webkit-transform: scale3d(1.2, 1.2, 1);
      	transform: scale3d(1.2, 1.2, 1);
}

.post-date {
	font-size: 12px;	
	color: #999999;
}

.post-date i {
	margin-right: 10px;
}

.post-name a {
	color: #02918C;
    font-family: "Open Sans",sans-serif;
    font-size: 24px;
    line-height: 30px;
    /*text-align: center;
    text-transform: uppercase;*/
}

.post-excerpt p {
	color: #666262;
    font-family: "Roboto",sans-serif;
    font-size: 14px;
    line-height: 24px;     
}

span.comments {
	margin-left: 10px;
}



footer {
	background-color: #2b2b2b;
    color: #999;
    font-size: 12px;
}


footer .widgets-area {
    min-height: 300px;
    padding: 56px 0 28px;
}

.bottom-band {
    background-color: #242424;
    border-top: 1px solid #222;
    color: #666;
    font-size: 11px;
    padding: 17px 0;
}

.footer-menu ul {
    list-style: outside none none;
    margin-bottom: 0;
    overflow: hidden;
    text-align: right;
}

.footer-menu ul li {
    display: inline-block;
}
.footer-menu li {
    /*border-right: 1px solid #444;*/
    padding: 0 8px 0 5px;
}

.footer-menu li a {
	color: #999999;
}

.footer-menu li a:hover {
	color: #ffffff;
	text-decoration: none;
}

.contact-address {
	position:relative;
	font-size: 14px;
	padding-left: 20px;
	display: block;
    margin: 0 0 12px 36px;
}

.contact-address:before {
    content: "\f041"; 
    font-family: FontAwesome;
    left:-10px;
    position:absolute;
    top:0;
    font-size: 18px;
    height: 21px;
    line-height: 21px;
    width: 21px;
 }

 .address-title {
 	font-size: 16px;
 	font-weight: 700;
 }

 .contact-phone {
 	position:relative;
	font-size: 14px;
	padding-left: 20px;
	display: block;
    margin: 0 0 12px 36px;
 }

 .contact-phone:before {
    content: "\f10b"; 
    font-family: FontAwesome;
    left:-10px;
    position:absolute;
    top:0;
    font-size: 18px;
    height: 21px;
    line-height: 21px;
    width: 21px;
 }

 .contact-hours {
 	position:relative;
	font-size: 14px;
	padding-left: 20px;
	display: block;
    margin: 0 0 12px 36px;
 }

  .contact-hours:before {
    content: "\f017"; 
    font-family: FontAwesome;
    left:-10px;
    position:absolute;
    top:0;
    font-size: 18px;
    height: 21px;
    line-height: 21px;
    width: 21px;
 }

  .contact-mail {
 	position:relative;
	font-size: 14px;
	padding-left: 20px;
	display: block;
    margin: 0 0 12px 36px;
 }

  .contact-mail:before {
    content: "\f0e0"; 
    font-family: FontAwesome;
    left:-10px;
    position:absolute;
    top:0;
    font-size: 18px;
    height: 21px;
    line-height: 21px;
    width: 21px;
 }

  .contact-mail a {
  	color: #666666
  }

  .contact-mail a:hover {
  	color: #ffffff;
  	text-decoration: none;
  }




 input[type="text"], input[type="password"], input[type="email"], input[type="search"], select {
    border: 1px solid #2B2B2B;
    border-radius: 2px;
    height: 35px;
    line-height: normal;
    padding: 0 7px;
    width: 100%;
}
input[type="text"]:focus, input[type="search"]:focus, textarea:focus {
}
textarea {
    border: 1px solid #2B2B2B;
    border-radius: 2px;
    padding: 7px;
    width: 100% !important;
}

.wpcf7-textarea, .wpcf7-form-control-wrap {
	width: 100%;
}
label {
    color: inherit;
    font-size: 12px;
    font-weight: normal;
    opacity: 0.5;
}
.transparent-forms input[type="text"], .transparent-forms input[type="password"], .transparent-forms input[type="email"], .transparent-forms input[type="search"], .transparent-forms select, .transparent-forms textarea {
    background-color: rgba(0, 0, 0, 0.1);
    border: 1px solid rgba(255, 255, 255, 0.19);
}
.button, input[type="submit"] {
    -moz-user-select: none;
    background: #02918c;
    background-image: none;
    border: 1px solid #adadad;
    border-radius: 2px;
    color: #fff !important;
    cursor: pointer;
    display: inline-block;
    font-size: 13px;
    font-weight: normal;
    line-height: 1.42857;
    margin-bottom: 0;
    padding: 8px 12px;
    text-align: center;
    white-space: nowrap;
}
.button:hover, .button:focus, .button:active {
    color: #fff !important;
    text-decoration: none;
    background: #000;
}
.button:hover {
    opacity: 0.8;
}

.wpcf7-submit {
    float: right;
}

.entry-footer {
	display: none;
}

.content-area {
	padding-top: 50px;
}


/* Meta Information */

.entry-meta {
	font-size: 14px;
	padding-bottom: 20px;
}

.entry-date:before {
	content: "\f073";	
    font-family: FontAwesome;    
    font-size: 14px;
    height: 21px;
    line-height: 21px;
    width: 21px; 
    padding-right: 5px;   
}

.entry-date {
	color: #02918c;
    font-size: 14px;
    font-weight: normal;
}

.published:hover {
	text-decoration: none;
}

.byline {
	padding-left: 20px;
}

.author:before {
	content: "\f007";	
    font-family: FontAwesome;    
    font-size: 14px;
    height: 21px;
    line-height: 21px;
    width: 21px; 
    padding-right: 5px;
}

.author, .author a {
	color: #02918c;
	text-transform: capitalize;
}

.author a:hover {
	text-decoration: none;
}

.categories:before {
	content: "\f07c";	
    font-family: FontAwesome;    
    font-size: 14px;
    height: 21px;
    line-height: 21px;
    width: 21px; 
    padding-right: 5px;
    padding-left: 20px;
}

.categories, .categories a {
	color: #02918c;
	text-transform: capitalize;
}

.categories a:hover {
	text-decoration: none;
}

.comments-link:before {
	content: "\f086";	
    font-family: FontAwesome;    
    font-size: 14px;
    height: 21px;
    line-height: 21px;
    width: 21px; 
    padding-right: 5px;
    padding-left: 20px;
    color: #02918c;
}

.comments-link a {
	color: #02918c;
	text-transform: capitalize;
}

.comments-link a:hover {
	text-decoration: none;
}


.leave-comments:before {
	content: "\f044";	
    font-family: FontAwesome;    
    font-size: 14px;
    height: 21px;
    line-height: 21px;
    width: 21px; 
    padding-right: 5px;
    padding-left: 20px;
    color: #02918c;
}

.leave-comments a {
	color: #02918c;
	text-transform: capitalize;
}

.leave-comments a:hover {
	text-decoration: none;
}


/* Navigation Links */

.nav-links {
	overflow: hidden;
	border-bottom: 2px solid #E2E2E2;
	padding-bottom: 50px;
}

.blognav-meta {
    display: block;
    font-size: 13px;
    line-height: 20px;
    margin-bottom: 4px;
    opacity: 0.5;
    text-transform: uppercase;
}

.blognav-meta:hover {
	color: #666;
	text-decoration: none;
}

.nav-previous:before{
	content: "\f104";
    font: 36px/1 fontawesome;
    left: 0;
    opacity: 0.3;
    position: absolute;
    top: 6px;
}

.nav-previous {
	color: inherit !important;
    float: left;
    padding: 0 35px;
    position: relative;
    transition: none 0s ease 0s ;
    width: 50%;
}

.nav-previous a, .nav-next a {
	color: #666666;
}

.nav-previous a:hover, .nav-next a:hover {
	color: #02918c;
	text-decoration: none;
}

.nav-previous a.blognav-meta:hover, .nav-next a.blognav-meta:hover {
	color: #666666;
	text-decoration: none;
}

.nav-next:after {
	content: "\f105";
    font: 36px/1 fontawesome;
    opacity: 0.3;
    position: absolute;
    right: 0;
    top: 6px;
}

.nav-next {
	color: inherit !important;
    float: right;
    padding: 0 35px;
    position: relative;
    text-align: right;
    transition: none 0s ease 0s ;
    width: 50%;
}


/* Comments Area */
.user-comments {
	list-style-type: none;
	padding-top: 30px;
	clear: both;
	overflow: hidden;
}

.comment-author {
	width: 10%;
	float: left;
}
.comment-author img {
	border-radius: 50%;
    overflow: hidden;
    top: 30px;
    width: 50px;
}

.comment-details {
	width: 90%;
	float: left;
}

.comment-meta {
	padding-bottom: 10px;
}

.comment-meta cite {
	font-weight: 700;
    margin-right: 20px;
}

.comment-date, .comment-date a  {
	color: #666666;
    font-size: 14px;
    /*opacity: 0.5;*/
}

.comment-date a:hover {
	text-decoration: none;
}


/*Posts Tags */

.post_tags {
	padding: 20px 0px 40px 0px;
}

.post_tags a {
	border: 2px solid #e8e8e8;	
    border-radius: 3px;
    color: inherit;
    display: inline-block;
    font-size: 13px;
    line-height: 20px;
    margin: 0 3px 3px 0;
    padding: 3px 8px 4px;
    vertical-align: top;
    color: #666666;
}

.post_tags a:hover {
	color: #02918c;
	border-color: #02918c;
	text-decoration: none;
}


.tags-title {
	display: inline-block;
    font-size: 14px;
    line-height: 20px;
    margin: 5px 10px 0 0;
    vertical-align: top;
    color: #666666;
}


/* Autor Box */
.author_bio_section{
	background: transparent;
	padding: 20px;
	border: 2px solid #ccc;
	margin-top: 50px;
	border-radius: 5px;
}

.author_name{
	font-size:16px;
	font-weight: bold;
	color: #02918c;
}

.author-image img {
	border: 1px solid #D8D8D8;
	border-radius: 50%;
	float: left;
	margin: 20px 10px 10px 0;
}



/* Related Posts*/

.related-posts {
	clear: both;
	overflow: hidden;
	margin-top: -10px;
	margin-bottom: 10px;
	padding-bottom: 20px;
	border-bottom: 2px solid #E2E2E2;
}

.related-posts h2 {
	color: #444444;
	font-size: 22px;
    letter-spacing: 0;
    font-family: "Open Sans",sans-serif;
    font-weight: 400;
}

.related-posts .item {
	/*width: 132px;*/
	/*max-height: 200px;*/
	overflow: hidden;
	float: left;	
	font-weight:bold;
	/*text-align:center;*/
}

.related-posts .item img {
	display: block;
    float: none !important;
    margin: 0 !important;
    width: 100%;
}

.post-title  {
	color: #02918c;
    font-family: inherit;
    font-size: 16px;
    letter-spacing: 0;
    margin: 12px 0 10px;
}

.post-title a {
	font-weight: normal;
	font-size: 16px;
}

.post-title a:hover {
	text-decoration: none;
}


/* Post Styles */

.type-post {
	border-bottom: 2px solid #e2e2e2;
    overflow: hidden;
    padding-bottom: 50px;
   /* padding-top: 30px;*/
}

.posts-links {
	text-align: center;
	font-size: 18px;
	padding-bottom: 30px;	
}

.posts-links a {
	border: 2px solid #02918c;   
    margin-top: 50px;
    padding: 10px 20px;
    text-transform: uppercase; 
}

.posts-links a:hover {
	background: #02918c;
	color: #ffffff;
	text-decoration: none;
}



/* Footer Area */

.widget {
    margin-bottom: 3rem;
}
.widget-title {
	font-size: 22px;
    letter-spacing: 0;
}

.site-footer .widget_recent_entries ul li::before {
    content: "\f105";
    font-family: fontawesome;
    font-size: 18px;
    left: 2px;
    opacity: 0.5;
    position: absolute;
}
.site-footer .widget_recent_entries ul li {
    line-height: 1.5em;
    list-style-type: none;
    margin-bottom: 1rem;
    margin-left: -30px !important;
    padding-left: 18px;
    position: relative;
    padding-bottom: 0;
}

.site-footer .widget_recent_entries ul li a {
	color: #cccccc;
}

.site-footer .widget_recent_entries ul li a:hover {
	color: #ffffff;
	text-decoration: none;
}

.site-footer .widget_recent_entries ul li span {
    display: block;
    /*font-size: 0.9em;*/
    opacity: 0.5;
    /*padding-top: 3px;*/
    font-size: 12px;
}

.copy-info {
	padding: 0 8px 0 5px;
	font-size: 12px;
	color: #999999;
}


/* Sidebar Styles */
.widget-area .widget_recent_entries ul li::before {
    content: "\f105";
    font-family: fontawesome;
    font-size: 18px;
    left: 2px;
    opacity: 0.5;
    position: absolute;
}

.widget-area .widget_recent_entries ul li {
    line-height: 1.5em;
    list-style-type: none;
    margin-bottom: 1rem;
    margin-left: -30px !important;
    padding-left: 18px;
    position: relative;
    padding-bottom: 0;
}


.widget-area .widget_recent_entries ul li a {
	color: #02918c;
}

.widget-area .widget_recent_entries ul li span {
    display: block;
    /*font-size: 0.9em;*/
    opacity: 0.5;
    /*padding-top: 3px;*/
    font-size: 12px;
}

.widget-area .widget_recent_comments ul li::before {
    content: "\f105";
    font-family: fontawesome;
    font-size: 18px;
    left: 2px;
    opacity: 0.5;
    position: absolute;
}

.widget-area .widget_recent_comments ul li {
    line-height: 1.5em;
    list-style-type: none;
    margin-bottom: 1rem;
    margin-left: -30px !important;
    padding-left: 18px;
    position: relative;
    padding-bottom: 0;
}

.widget-area .widget_recent_comments ul li a {
	color: #02918c;
}





/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
.sticky {
	display: block;
}

.hentry {
	margin: 0 0 1.5em;
}

.byline,
.updated:not(.published) {
	display: none;
}

.single .byline,
.group-blog .byline {
	display: inline;
}

.page-content,
.entry-content,
.entry-summary {
	margin: 1.5em 0 0;
}

.page-links {
	clear: both;
	margin: 0 0 1.5em;
}

/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/
.comment-content a {
	word-wrap: break-word;
}

.bypostauthor {
	display: block;
}

/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation, /* Older / Newer Posts Navigation (always hidden) */
.infinite-scroll.neverending .site-footer { /* Theme Footer (when set to scrolling) */
	display: none;
}

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */
.infinity-end.neverending .site-footer {
	display: block;
}

/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
	max-width: 100%;
}

/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.wp-caption {
	margin-bottom: 1.5em;
	max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}

.wp-caption-text {
	text-align: center;
}

/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
.gallery {
	margin-bottom: 1.5em;
}

.gallery-item {
	display: inline-block;
	text-align: center;
	vertical-align: top;
	width: 100%;
}

.gallery-columns-2 .gallery-item {
	max-width: 50%;
}

.gallery-columns-3 .gallery-item {
	max-width: 33.33%;
}

.gallery-columns-4 .gallery-item {
	max-width: 25%;
}

.gallery-columns-5 .gallery-item {
	max-width: 20%;
}

.gallery-columns-6 .gallery-item {
	max-width: 16.66%;
}

.gallery-columns-7 .gallery-item {
	max-width: 14.28%;
}

.gallery-columns-8 .gallery-item {
	max-width: 12.5%;
}

.gallery-columns-9 .gallery-item {
	max-width: 11.11%;
}

.gallery-caption {
	display: block;
}
