/*
Theme Name: Blue Planet
Theme URI: https://www.nilambar.net/2014/03/blue-planet-wordpress-theme-free.html
Author: Nilambar Sharma
Author URI: https://www.nilambar.net
Description: Blue Planet is a beautiful and sleek responsive theme for your awesome WordPress website. Features - Cross browser compatible, Two columns or One column layout, Responsive Design, Custom menus, Featured slider, Social Icons, Theme options, Custom CSS, Translation ready
Version: 3.9.4
License: GNU GPL V3
License URI: http://www.gnu.org/licenses/gpl-3.0.html
Text Domain: blue-planet
Requires at least: 4.9
Tested up to: 6.4
Requires PHP: 5.6
Tags: one-column, two-columns, left-sidebar, right-sidebar, custom-background, custom-colors, custom-header, custom-menu, editor-style, featured-images, full-width-template, post-formats, sticky-post, theme-options, translation-ready, threaded-comments, blog

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.

This theme is based on Underscores http://underscores.me/, (C) 2012-2013 Automattic, Inc.

Resetting and rebuilding styles have been helped along thanks to the fine work of
Eric Meyer http://meyerweb.com/eric/tools/css/reset/index.html
along with Nicolas Gallagher and Jonathan Neal http://necolas.github.com/normalize.css/
and Blueprint http://www.blueprintcss.org/
*/


/* =Reset
-------------------------------------------------------------- */

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
font,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-family: inherit;
	font-size: 100%;
	font-weight: inherit;
	font-style: inherit;
	vertical-align: baseline;
}

html {
	overflow-y: scroll; /* Keeps page centered in all browsers regardless of content height */
	font-size: 62.5%; /* Corrects text resizing oddly in IE6/7 when body font-size is set using em units http://clagnut.com/blog/348/#c790 */

	-webkit-text-size-adjust: 100%; /* Prevents iOS text size adjust after orientation change, without disabling user zoom */
	-ms-text-size-adjust: 100%; /* www.456bereastreet.com/archive/201012/controlling_text_size_in_safari_for_ios_without_disabling_user_zoom/ */
}

*,
*:before,
*:after {
	/* apply a natural box layout model to all elements; see http://www.paulirish.com/2012/box-sizing-border-box-ftw/ */
	-webkit-box-sizing: border-box; /* Not needed for modern webkit but still used by Blackberry Browser 7.0; see http://caniuse.com/#search=box-sizing */
	-moz-box-sizing: border-box; /* Still needed for Firefox 28; see http://caniuse.com/#search=box-sizing */
	box-sizing: border-box;
}

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

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

ol,
ul {
	list-style: none;
}

table {
	border-spacing: 0;
	/* tables still need 'cellspacing="0"' in the markup */
	border-collapse: separate;
}

caption,
th,
td {
	font-weight: normal;
	text-align: left;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
	content: "";
}

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

a:focus {
	outline: thin dotted;
}

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

a img {
	border: 0;
}


/* =Global
----------------------------------------------- */

body,
button,
input,
select,
textarea {
	color: #404040;
	font-family: sans-serif;
	font-size: 16px;
	font-size: 1.6rem;
	line-height: 1.5;
}

/* Headings */
h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
	margin: 0 0 10px;
	line-height: 1.2;
}
h1 {
	font-size: 28px;
}
h2 {
	font-size: 26px;
}
h3 {
	font-size: 22px;
}
h4 {
	font-size: 18px;
}
h5 {
	font-size: 16px;
}
h6 {
	font-size: 14px;
}
hr {
	height: 1px;
	margin-bottom: 1.5em;
	border: 0;
	background-color: #ccc;
}

/* Text elements */
p {
	margin-bottom: 1.5em;
}
ul,
ol {
	margin: 0;
	margin: 0 0 0 30px;
}
ul {
	list-style: disc;
	list-style-position: outside;
}
ol {
	list-style: decimal;
	list-style-position: outside;
}
li > ul,
li > ol {
	margin-bottom: 0;
	margin-left: 30px;
}
dt {
	font-weight: bold;
}
dd {
	margin: 0 1.5em 1.5em;
}
b,
strong {
	font-weight: bold;
}
dfn,
cite,
em,
i {
	font-style: italic;
}
blockquote {
	margin: 20px;
	padding: 10px 20px;
	border-left: 5px #eee solid;
}
address {
	margin: 0 0 1.5em;
}
pre {
	overflow: auto;
	max-width: 100%;
	margin-bottom: 1.6em;
	padding: 1.6em;
	background: #eee;
	font-family: "Courier 10 Pitch", Courier, monospace;
	font-size: 15px;
	font-size: 1.5rem;
	line-height: 1.6;
}
code,
kbd,
tt,
var {
	font: 15px Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}
abbr,
acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}
mark,
ins {
	background: #fff9c0;
	text-decoration: none;
}
sup,
sub {
	position: relative;
	height: 0;
	font-size: 75%;
	line-height: 0;
	vertical-align: baseline;
}
sup {
	bottom: 1ex;
}
sub {
	top: 0.5ex;
}
small {
	font-size: 75%;
}
big {
	font-size: 125%;
}
figure {
	margin: 0;
}
table {
	width: 100%;
	margin: 0 0 1.5em;
	border-top: 1px solid #eee;
	border-left: 1px solid #eee;
	border-collapse: collapse;
}
th {
	padding: 8px;
	border-right: 1px solid #eee;
	border-bottom: 1px solid #eee;
	font-weight: bold;
}
td {
	padding: 8px;
	border-right: 1px solid #eee;
	border-bottom: 1px solid #eee;
}
img {
	max-width: 100%; /* Adhere to container width. */
	height: auto; /* Make sure images are scaled correctly. */
}

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

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

::-moz-placeholder {
	color: #686868;
	opacity: 1;
	/* Since FF19 lowers the opacity of the placeholder by default */
}

:-ms-input-placeholder {
	color: #686868;
}


button,
input,
select,
textarea {
	margin: 0; /* Addresses margins set differently in IE6/7, F3/4, S5, Chrome */
	font-size: 100%; /* Corrects font size not being inherited in all browsers */
	vertical-align: baseline; /* Improves appearance and consistency in all browsers */

	*vertical-align: middle; /* Improves appearance and consistency in all browsers */
}
button,
input {
	line-height: normal; /* Addresses FF3/4 setting line-height using !important in the UA stylesheet */
}
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	padding: 0.6em 1em 0.4em;
	border: 1px solid #ccc;
	border-color: #ccc #ccc #bbb #ccc;
	border-radius: 3px;
	color: rgba(0, 0, 0, 0.8);
	background: #e6e6e6;
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.5), inset 0 15px 17px rgba(255, 255, 255, 0.5), inset 0 -5px 12px rgba(0, 0, 0, 0.05);
	text-shadow: 0 1px 0 rgba(255, 255, 255, 0.8);
	font-size: 12px;
	font-size: 1.2rem;
	line-height: 1;
	cursor: pointer; /* Improves usability and consistency of cursor style between image-type 'input' and others */

	-webkit-appearance: button; /* Corrects inability to style clickable 'input' types in iOS */
}
button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	border-color: #ccc #bbb #aaa #bbb;
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.8), inset 0 15px 17px rgba(255, 255, 255, 0.8), inset 0 -5px 12px rgba(0, 0, 0, 0.02);
}
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 #bbb;
	box-shadow: inset 0 -1px 0 rgba(255, 255, 255, 0.5), inset 0 2px 5px rgba(0, 0, 0, 0.15);
}
input[type="checkbox"],
input[type="radio"] {
	box-sizing: border-box; /* Addresses box sizing set to content-box in IE8/9 */
	padding: 0; /* Addresses excess padding in IE8/9 */
}
input[type="search"] {
	-webkit-box-sizing: content-box; /* Addresses box sizing set to border-box in S5, Chrome (include -moz to future-proof) */
	-moz-box-sizing: content-box;
	box-sizing: content-box;

	-webkit-appearance: textfield; /* Addresses appearance set to searchfield in S5, Chrome */
}
input[type="search"]::-webkit-search-decoration {
	/* Corrects inner padding displayed oddly in S5, Chrome on OSX */
	-webkit-appearance: none;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
	padding: 0;
	/* Corrects inner padding and border displayed oddly in FF3/4 www.sitepen.com/blog/2008/05/14/the-devils-in-the-details-fixing-dojos-toolbar-buttons/ */
	border: 0;
}
input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
textarea {
	border: 1px solid #ccc;
	border-radius: 3px;
	color: #666;
}
input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
textarea:focus {
	color: #111;
}
input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"] {
	padding: 3px;
}
textarea {
	overflow: auto; /* Removes default vertical scrollbar in IE6/7/8/9 */
	width: 98%;
	padding-left: 3px;
	vertical-align: top; /* Improves readability and alignment in all browsers */
}

/* Links */
a,
a:visited,
a:link {
	color: #2a6496;
	text-decoration: none;
}
a:hover,
a:focus,
a:active {
	color: #404040;
	text-decoration: underline;
}

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

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

.aligncenter {
	display: block;
	clear: both;
	margin: 0 auto;
}

.wp-post-image {
	margin-bottom: 10px;
}

/* Text meant only for screen readers. */
.screen-reader-text {
	overflow: hidden;
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
	width: 1px;
	height: 1px;
}

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

/* Clearing */
.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 {
	display: table;
	content: "";
}

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


/* =Menu
----------------------------------------------- */

.blueplanet-nav {
	display: block;
	clear: both;
	width: 100%;
	background-color: #32698b;
}
.blueplanet-nav ul {
	display: block;
	margin: 0;
	padding-left: 0;
	list-style: none;
}

.blueplanet-nav li {
	position: relative;
	display: inline-block;
}
.blueplanet-nav li ul li {
	float: left;
	text-align: left;
}
.blueplanet-nav a {
	display: block;
	height: 48px;
	padding: 0 1em;
	color: #fff;
	line-height: 48px;
	text-decoration: none;
}

.blueplanet-nav ul ul {
	float: left;
	position: absolute;
	z-index: 99999;
	top: 48px;
	left: -999em;
	min-width: 180px;
	box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
}

.blueplanet-nav ul ul ul {
	top: 0;
	left: -999em;
}

.blueplanet-nav ul ul a {
	display: block;
	height: auto;
	padding: 0.75em 1em;
	color: #656565;
	background: #fff;
	line-height: 1.5;
}
.blueplanet-nav ul ul a:hover,
.blueplanet-nav ul ul a:focus,
.blueplanet-nav ul ul a:active {
	color: #32698b;
}

.blueplanet-nav ul ul li {
	width: 100%;
	border-top: 1px dashed #ddd;
}
.blueplanet-nav ul ul li:first-child {
	border: 0;
}

.blueplanet-nav ul li:hover > ul,
.blueplanet-nav ul li.focus > ul {
	left: auto;
	background-color: #fff;
}

.blueplanet-nav ul ul li:hover > ul,
.blueplanet-nav ul ul li.focus > ul {
	left: 100%;
}

.blueplanet-nav > .menu > ul > li.page_item_has_children > a,
.blueplanet-nav > div > ul > li.menu-item-has-children > a {
	padding-right: 18px;
}
.blueplanet-nav div > ul > li > a:hover {
    background-color: #27526D;
}
.blueplanet-nav div > ul > .current-menu-item > a,
.blueplanet-nav div > ul > .current-menu-ancestor > a,
.blueplanet-nav div > ul > .current_page_item > a,
.blueplanet-nav div > ul > .current_page_ancestor > a {
    background-color: #27526D;
}

/* Small menu */
.menu-toggle {
	display: none;
	cursor: pointer;
}

/* =Content
----------------------------------------------- */
#content {
	margin-top: 15px;
}
.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: 10px 0 0;
}
.entry-content {
	padding: 0;
}
.page-links {
	clear: both;
	margin: 0 0 1.5em;
}
.page-links a,
.page-links > span {
	margin-right: 5px;
}

/* =Asides
----------------------------------------------- */

.blog .format-aside .entry-title,
.archive .format-aside .entry-title {
	display: none;
}


/* =Media
----------------------------------------------- */

.page-content img.wp-smiley,
.entry-content img.wp-smiley,
.comment-content img.wp-smiley {
	margin-top: 0;
	margin-bottom: 0;
	padding: 0;
	border: none;
}
.wp-caption {
	max-width: 100%;
	margin-bottom: 1.5em;
	border: 1px solid #ccc;
}
.wp-caption img[class*="wp-image-"] {
	display: block;
	max-width: 98%;
	margin: 1.2% auto 0;
}
.wp-caption-text {
	text-align: center;
}
.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}

/* Gallery */

.gallery {
    margin-bottom: 1.5em;
    margin-left: -5px;
    margin-right: -5px;
}

.gallery-item {
    display: inline-block;
    text-align: center;
    vertical-align: top;
    width: 100%;
    margin: 0;
    padding: 5px;
}

.gallery-item img {
    vertical-align: middle;
}

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

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

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

.comment-content a {
	word-wrap: break-word;
}

.bypostauthor {
	display: block;
}

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

.widget {
	margin: 0 0 1.5em;
}

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


/* =Infinite Scroll
----------------------------------------------- */

/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .paging-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;
}

/* STYLER */

body {
	margin: 10px auto;
	padding: 0;
	color: #2c3e50;
	background: none repeat scroll 0 0 #fff;
	font-family: "Helvetica Neue", Verdana, Arial, sans-serif;
	font-size: 14px;
}
body > .container {
	margin: 20px auto;
	background: none repeat scroll 0 0 #fff;
	box-shadow: 0 0 10px #999;
	clear: both;
}
button,
button[disabled]:hover,
button[disabled]:focus,
input[type="button"],
input[type="button"][disabled]:hover,
input[type="button"][disabled]:focus,
input[type="reset"],
input[type="reset"][disabled]:hover,
input[type="reset"][disabled]:focus,
input[type="submit"],
input[type="submit"][disabled]:hover,
input[type="submit"][disabled]:focus {
	padding: 10px;
	border: 0;
	border-radius: 0;
	color: #fff;
	background: #32698b;
	box-shadow: none;
	text-shadow: none;
	font-size: 14px;
	font-weight: bold;
	line-height: 1;
}

button:hover,
button:focus,
input[type="button"]:hover,
input[type="button"]:focus,
input[type="reset"]:hover,
input[type="reset"]:focus,
input[type="submit"]:hover,
input[type="submit"]:focus {
	background: #234961;
	box-shadow: none;
}

button:focus,
input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus {
	outline: thin dotted;
	outline-offset: -4px;
}
input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="tel"],
input[type="number"],
textarea {
	width: 100%;
	padding: 0.625em 0.4375em;
	border: 1px solid #d1d1d1;
	border-radius: 2px;
	color: #686868;
	background: #f7f7f7;
	background-image: -webkit-linear-gradient(rgba(255, 255, 255, 0), rgba(255, 255, 255, 0));
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="number"]:focus,
textarea:focus {
	border-color: #32698b;
	outline: 0;
	color: #1a1a1a;
	background-color: #fff;
}
input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="tel"],
input[type="number"],
textarea {
	width: 100%;
	min-height: 35px;
	border-color: #9e9e9e;
	border-radius: 0;
	box-shadow: none;
}

/*Header*/
#masthead {
	margin-top: 15px; /*dont change*/
	padding-bottom: 0;
	color: #fff;
	background-color: #00adb3;
}
#masthead div.site-branding {
	position: inherit;
	/*width: 100%;*/
}
#masthead img {
	position: inherit;
	z-index: 99989;
	top: 0;
	left: 0;
}
.site-title {
	margin: 10px 10px 5px 10px ;
	font-size: 30px;
	line-height: 1.2;
}
.site-title a {
	color: #FFF;
	font-weight: normal;
	text-decoration: none;
	text-shadow: 1px 1px #32698b;
}
.site-title a:hover {
	text-shadow: none;
}

.site-description {
	margin: 5px 10px 10px 10px;
	font-style: italic;
	color: #FFF;
	text-shadow: 1px 1px #32698b;
}
#masthead > nav {
	margin: 0;
	padding: 0;
	border: none;
	border-radius: 0;
}

.header-image-wrapper {
	display: table;
	overflow: hidden;
	position: relative;
	width: 100%;
	max-width: 1140px;
	height: 100%;
}
.header-image-wrapper #bs-header-image {
	width: 100%;
	max-width: 1140px;
}
.header-image-wrapper .site-branding {
	position: absolute;
	z-index: 99999;
	top: 0;
	padding: 15px;
	vertical-align: middle;
}
div.site-branding {
	float: left;
	position: absolute;
	padding: 20px 0;
}
.header-image-wrapper div.site-branding {
	margin-top: -12%;
}
/*SIDEBAR*/

.widget-title,
.widget-title a,
.widget-title a:hover {
	padding: 10px 20px;
	color: #fff;
	background: none repeat scroll 0 0 #00adb3;
	font-size: 20px;
	font-weight: normal;
	text-decoration: none;
	line-height: 1;
}
.widget-area ul,
.widget-area ol,
.footer-widget-area ol,
.footer-widget-area ul {
	margin: 0;
}
.widget-area ul,
.footer-widget-area ul {
	list-style: none;
}
.widget-area ul li:before,
.footer-widget-area ul li:before {
	margin-right: 10px;
	color: #666;
	font-family: "Genericons";
	font-size: 10px;
	font-style: normal;
	vertical-align: middle;
	content: "\f104";
}

/*Article*/
article.post {
	margin-bottom: 30px;
}
.entry-header,
.page-header {
	overflow: hidden;
	height: auto;
	border-bottom: 3px solid #EEE;
	margin: 0;
}
.page-header {
	margin-bottom: 15px;
}

/*Comment*/
#respond {
	margin-top: 10px;
	margin-bottom: 10px;
}
code {
	white-space: normal!important;
}
span.required {
	color: #f00;
	font-weight: bold;
}
.comment-form {
	margin: 10px;
}
.comment-form label {
	display: block;
	font-size: 13px;
}

.comment-form .comment-form-cookies-consent label {
	display: inline-block;
}

/*calendar*/
.widget_calendar caption {
	margin-bottom: 5px;
	font-weight: bold;
	text-align: center;
}
.widget_calendar table a {
	font-weight: bold;
}

/*FOOTER*/

footer div.site-info a {
	color: #fff!important;
}
footer#colophon {
	overflow: hidden;
	height: auto;
	margin: 10px 0 15px 0;
	color: #fff;
	background-color: #32698b;
	text-align: center;
}
footer#colophon a {
	color: #fff;
	font-weight: bold;
}

footer#colophon .footer-nav-wrapper,
footer#colophon .copyright,
footer#colophon .footer-powered-by {
	margin-top: 10px;
	margin-bottom: 10px;
}

.footer-navigation ul {
	list-style: none;
}
.footer-navigation ul li {
	display: inline-block;
	margin-right: 5px;
}
.footer-navigation ul li a {
	font-weight: normal !important;
	text-transform: uppercase;
	font-size: 12px;
}
.footer-navigation ul li:after {
	content: '|';
	display: inline-block;
	margin-left: 5px;
}
.footer-navigation ul li:last-child:after {
	content: '';
}
.footer-widgets-wrapper {
	overflow: hidden;
	height: auto;
	padding: 15px;
	background-color: #eee;
}

/*POST*/
.entry-title,
.entry-title a {
	color: #404040;
}
.entry-title a,
.entry-title a:hover {
	text-decoration: none;
}
.entry-title a:hover {
	color: #2a6496;
}
div.entry-meta a,
footer.entry-meta a {
	font-style: italic;
	text-decoration: none;
}

div.entry-meta > span.posted-on a:before,
div.entry-meta > span.byline a:before,
div.entry-meta > span.comments-link a:before {
	margin-right: 5px;
	color: #666;
	font-family: "Genericons";
	font-size: 18px;
	font-style: normal;
	vertical-align: middle;
	content: "\f307";
}

div.entry-meta > span.posted-on,
div.entry-meta > span.byline,
div.entry-meta > span.comments-link {
	margin-right: 5px;
	font-size: 14px;
}
div.entry-meta > span.posted-on a:before {
	content: "\f307";
}
div.entry-meta > span.byline a:before {
	content: "\f304";
}
div.entry-meta > span.comments-link a:before {
	content: "\f300";
}
footer.entry-meta {
	clear: both;
	font-size: 14px;
}

.entry-meta .cat-links,
.entry-meta .tags-links {
	margin-right: 10px;
}

.cat-links:before,
.tags-links:before,
.edit-link:before {
	margin-right: 5px;
	color: #666;
	font-family: "Genericons";
	font-size: 18px;
	vertical-align: middle;
}
.cat-links:before {
	content: "\f301";
}
.tags-links:before {
	content: "\f302";
}
.edit-link:before {
	content: "\f411";
}

/* post navigation */
.post-navigation {
	margin-bottom: 20px;
	border-top: 3px #ccc solid;
	border-bottom: 3px #ccc solid;
}
.post-navigation span {
	display: block;
}
.post-navigation div + div {
	border-top: 3px solid #ccc;
}
.post-navigation .post-title {
	font-size: 22px;
}
.post-navigation a {
	display: block;
	overflow: hidden;
	height: auto;
	padding: 15px 0;
	text-decoration: none;
}
.post-navigation .meta-nav {
	display: block;
	color: #686868;
	text-transform: uppercase;
}

/* Pagination */
.pagination {
	display: block;
	overflow: hidden;
	height: auto;
	border-top: 3px #EEE solid;
	border-radius: 0;
	padding-top: 10px;
}
.pagination .page-numbers,
.pagination .page-links a {
	margin-right: 5px;
	font-size: 18px;
}
.pagination .nav-links .current {
	font-weight: bold;
}

/* slider */
.main-slider-wrapper {
	margin-top: 15px;
}
.main-slider-wrapper img {
	width: 100%;
}
.secondary-slider-wrapper {
	overflow: hidden;
	width: 100%;
	height: auto;
}

/**/
.bp-thumbnail-wrapper {
	width: 100%;
}
.bp-thumbnail-wrapper a img,
.bp-thumbnail-wrapper img {
	display: block;
	clear: both;
	width: 100%;
}

/*social*/
.social-wrapper-outer .social-wrapper {
	text-align: right;
}
.social-wrapper-outer .social-wrapper a {
	display: inline-block;
}
.bp_social_widget .social-wrapper {
	text-align: left;
	margin-top: 15px;
}
.social-wrapper {
	display: block;
	overflow: hidden;
	height: auto;
	margin: 5px 0;
}
.container-open-wrapper .social-wrapper {
	margin-top: 15px;
}

.footer-end-page .social-wrapper {
	margin-bottom: 10px;
}
.social-widget-wrapper {
	overflow: hidden;
	height: auto;
}
.social-wrapper a,
.social-widget-wrapper a {
	display: block;
	width: 32px;
	height: 32px;
	background: url("images/social-sprite.png") no-repeat scroll 0 0 transparent;
	text-decoration: none;
	text-indent: -999999px;
	transition: all 0.3s ease 0s;
}
.social-wrapper a {
	/*float: right;*/
	margin-left: 5px;
}
.social-widget-wrapper a {
	float: left;
	margin-right: 5px;
	margin-bottom: 5px;
}
a.social-facebook {
	background-position: -235px -12px;
}
a.social-facebook:hover {
	background-position: -235px -52px;
}
a.social-twitter {
	background-position: -649px -12px;
}
a.social-twitter:hover {
	background-position: -649px -52px;
}
a.social-googleplus {
	background-position: -348px -12px;
}
a.social-googleplus:hover {
	background-position: -348px -52px;
}
a.social-youtube {
	background-position: -726px -12px;
}
a.social-youtube:hover {
	background-position: -726px -52px;
}
a.social-pinterest {
	background-position: -460px -12px;
}
a.social-pinterest:hover {
	background-position: -460px -52px;
}

a.social-linkedin {
	background-position: -422px -12px;
}
a.social-linkedin:hover {
	background-position: -422px -52px;
}

a.social-vimeo {
	background-position: -688px -12px;
}
a.social-vimeo:hover {
	background-position: -688px -52px;
}

a.social-flickr {
	background-position: -274px -12px;
}
a.social-flickr:hover {
	background-position: -274px -52px;
}

a.social-tumblr {
	background-position: -611px -12px;
}
a.social-tumblr:hover {
	background-position: -611px -52px;
}

a.social-dribbble {
	background-position: -161px -12px;
}
a.social-dribbble:hover {
	background-position: -161px -52px;
}
a.social-deviantart {
	background-position: -86px -12px;
}
a.social-deviantart:hover {
	background-position: -86px -52px;
}
a.social-instagram {
	background-position: -385px -12px;
}
a.social-instagram:hover {
	background-position: -385px -52px;
}
a.social-skype {
	background-position: -536px -12px;
}
a.social-skype:hover {
	background-position: -536px -52px;
}
a.social-rss {
	background-position: -498px -12px;
}
a.social-rss:hover {
	background-position: -498px -52px;
}

a.social-digg {
	background-position: -122px -12px;
}
a.social-digg:hover {
	background-position: -122px -52px;
}
a.social-stumbleupon {
	background-position: -574px -12px;
}
a.social-stumbleupon:hover {
	background-position: -574px -52px;
}
a.social-forrst {
	background-position: -311px -12px;
}
a.social-forrst:hover {
	background-position: -311px -52px;
}
a.social-500px {
	background-position: -14px -12px;
}
a.social-500px:hover {
	background-position: -14px -52px;
}

a.social-email {
	background-position: -197px -12px;
}
a.social-email:hover {
	background-position: -197px -52px;
}

/*comments*/
#comments {
	margin-top: 20px;
	padding: 10px 0;
	border-top: 3px dotted #eee;
}
#comments .comments-title,
#comments .comment-reply-title {
	font-size: 20px;
}
#comments .comment-reply-title {
	padding-left: 10px;
}

ol.comment-list {
	margin: 0;
	list-style-position: outside;
	list-style-type: none;
}
.comment-list .comment {
	margin: 10px 2px 5px 0;
	padding: 10px 10px;
	border: 1px solid #ccc;
	color: #666;
}
.comment-meta .comment-author {
	font-weight: bold;
}
.comment-meta .comment-metadata {
	float: none;
	margin-bottom: 5px;
	padding-bottom: 5px;
	border-bottom: 1px #eee solid;
	font-size: 11px;
	font-weight: bold;
	font-style: italic;
}
ol.comment-list li ul {
	list-style-type: disc;
}
ol.comment-list li ul.children {
	list-style-type: none;
}
a.comment-reply-link:before {
	margin-right: 5px;
	color: #666;
	font-family: "Genericons";
	font-size: 18px;
	font-style: normal;
	vertical-align: middle;
	content: "\f467";
}

/* Goto top */
a.scrollup {
	display: none;
	position: fixed;
	right: 30px;
	bottom: 50px;
	width: 40px;
	height: 40px;
	text-decoration: none;
	outline: none;
	border-radius: 5px;
	background-color: #555;
}
a.scrollup .genericon{
	color: #FFF;
	font-size: 40px;
	vertical-align: middle;
}
a.scrollup:hover,
a.scrollup:focus {
	background-color: #333;
}
.search-form {
	margin: 10px 0;
}
.search-form .search-field {
	float: left;
	width: calc( 100% - 100px );
	max-width: 260px;
	height: 20px;
	min-height: 20px;
	margin: 0;
	padding: 6px 8px;
	border: 1px #32698b solid;
	border-radius: 0;
}
.search-form input[type="submit"] {
	overflow: hidden;
	width: 80px;
	height: 34px;
	max-height: 34px;
	padding: 0;
	border: 1px #32698b solid;
	border-radius: 0;
	color: #fff;
	background: #32698b;
	box-shadow: none;
	text-shadow: none;
	font-weight: bold;
}

/* RESPONSIVE STARTS */

/* Smaller than standard 1024 (devices and browsers) */
@media only screen and ( max-width:1023px ) {
	#secondary {
		clear: both;
	}
	.header-image-wrapper div.site-branding {
		margin-top: -15%;
	}
	.footer-widgets-wrapper .col-sm-3 {
		width: 50%;
	}
}

/* All Mobile Sizes (devices and browser) */
@media only screen and ( max-width:767px ) {
	body {
		margin-top: 0;
	}
	.header-image-wrapper div.site-branding {
		margin-top: 0;
		padding: 0;
	}
	.footer-widgets-wrapper .col-sm-3 {
		width: 100%;
	}
}

/* Mobile Portrait Size to Mobile Landscape Size (devices and browsers) */
@media only screen and ( max-width:479px ) {
	.footer-powered-by .sep {
		display: table-column;
		clear: both;
		clip: rect(1px, 1px, 1px, 1px);
	}
}

/* RESPONSIVE ENDS */

/** Block styles **/
[class^="wp-block-"]:not(.wp-block-gallery) figcaption {
    font-style: italic;
    margin-bottom: 1.5em;
    text-align: left;
}

.wp-block-separator {
    background: none;
    border-bottom-width: 1px;
}

p.has-drop-cap:not(:focus)::first-letter {
    font-size: 5em;
    margin-top: 0.075em;
}
