

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------

# Accessibility
# Alignments
# Clearings
# Typography
# Forms
# Buttons
# Formatting
# Lists
# Tables
# Links
# Navigation
# Layout Structure
    ## Header
    ## Sidebar
    ## Footer
    ## Single Column / No Active Sidebar
    ## Posts
    ## Pages
# Comments
# Widgets
# Infinite scroll
# Media
    ## Galleries
--------------------------------------------------------------*/

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

.screen-reader-text:focus {
  clip: auto !important;
  display: block;
  height: auto;
  left: 5px;
  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
--------------------------------------------------------------*/

.clearfix:before,
.clearfix:after,
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-header-menu:before,
.site-header-menu:after,
.site-content:before,
.site-content:after,
.footer-block:before,
.footer-block:after {
  content: "";
  display: table;
  table-layout: fixed;
}

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

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/

body,
button,
input,
select,
textarea {
  font-family: "Nunito Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Open Sans", Helvetica, Arial, sans-serif;
}

h1 {
  margin-top: 7px;
  margin-bottom: 8px;
  font-size: 26px;
  color: #333333;
}

h2 {
  margin-top: 7px;
  margin-bottom: 8px;
  font-size: 24px;
  color: #242b31;
}

h3 {
  margin-top: 7px;
  margin-bottom: 10px;
  font-size: 20px;
  color: #333333;
}

h4,
h5,
h6 {
  margin-top: 7px;
  margin-bottom: 10px;
  font-size: 17px;
  color: #333333;
}

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

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

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

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

.search-form input {
  border: 1px solid #eeeeee;
  outline: none;
  padding: 8px 8px;
}

.search-form input:focus {
  border: 1px solid #242b31;
}

.search-form input[type="search"],
.search-form input[type="search"]:active {
  color: #000000;
}

.search-submit {
  width: auto;
  background-color: #0582d2;
  color: #ffffff;
}

.search-submit:focus {
  color: #ffffff;
  background-color: #0582d2;
}

/*--------------------------------------------------------------
# Buttons
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Formattings
--------------------------------------------------------------*/

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

/*--------------------------------------------------------------
# Lists
--------------------------------------------------------------*/

ul,
ol {
  margin: 0 0 1.75em 1.25em;
  padding: 0;
}

ul {
  list-style: disc;
}

ol {
  list-style: decimal;
  margin-left: 1.5em;
}

li > ul,
li > ol {
  margin-bottom: 0;
}

dt {
  font-weight: bold;
}

dd {
  margin: 0 1.5em 1.5em;
}

/*--------------------------------------------------------------
# Tables
--------------------------------------------------------------*/

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

/*--------------------------------------------------------------
# Links
--------------------------------------------------------------*/

a,
a:visited {
  text-decoration: none;
}

a:focus {
  outline: thin dotted;
}

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

/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/

.main-navigation {
  display: block;
  width: 100%;
}

.main-navigation ul {
  list-style: none;
  padding-left: 0;
  margin: 0;
}

.main-navigation .primary-menu {
  position: relative;
}

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

.main-navigation a,
.menu-toggle {
  display: inline-block;
  display: inline-block;
  text-decoration: none;
  padding: 0.65625em 0.875em;
  font-size: 16px;
  color: #242b31;
}

.main-navigation li:hover > a,
.main-navigation li.focus > a {
  color: #0582d2;
}

.main-navigation ul ul {
  display: none;
  float: left;
  position: absolute;
  cursor: pointer;
}

.main-navigation ul ul ul {
  left: 100%;
  top: 0;
  margin-left: 0;
}

.main-navigation .sub-menu a {
  padding: 8px 12px;
  width: 180px;
}

.main-navigation ul li:hover > ul {
  display: block;
  background: #f5f5f5;
}

.main-navigation > div > .primary-menu > li:hover > ul {
  display: block;
}

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

@media all and (max-width: 960px) {
  .menu-toggle {
    display: inline-block;
  }

  .main-navigation.toggled .primary-menu {
    display: block;
    text-align: left;
    padding: 0;
    border: none;
  }

  .menu-toggle + div[class*="menu-"] {
    background: #f5f5f5;
  }

  .main-navigation ul {
    display: none;
  }

  .main-navigation .primary-menu {
    padding-top: 0;
  }

  .main-navigation li {
    float: none;
  }

  .main-navigation a,
  .main-navigation .sub-menu a {
    font-size: 15px;
    padding: 14px 20px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.03);
  }

  .main-navigation .sub-menu a:before {
    content: "\f105\00a0\00a0\00a0";
    font-family: "FontAwesome";
  }

  .main-navigation .primary-menu > li > a {
    display: block;
    background: none;
  }

  .main-navigation .primary-menu .menu-item-has-children a:after {
    content: none;
  }

  .main-navigation .sub-menu a:hover {
    background: none;
  }

  .main-navigation ul ul {
    position: static;
    display: block;
    float: none;
  }

  .main-navigation ul li:hover > ul {
    background: #f5f5f5;
  }

  .main-navigation > div > .primary-menu > li:hover > ul {
    display: block;
  }

  .main-navigation .sub-menu a {
    width: 100%;
  }
}

/* Page navigation */
.pagination {
  text-align: center;
  margin-bottom: 40px;
}

.pagination .prev,
.pagination .next {
  width: auto;
  padding: 11px 20px;
  margin-left: 0;
  margin-right: 0;
}

.pagination .page-numbers {
  background-color: #0582d2;
  color: #ffffff;
  border-radius: 2px;
  width: 45px;
  padding-top: 12px;
  padding-bottom: 12px;
  padding-left: 14px;
  padding-right: 14px;
  margin-left: 3px;
  margin-right: 3px;
  font-size: 14px;
}

.pagination a:hover {
  color: #242b31;
  background-color: #f5f5f5;
}

.pagination .current {
  background-color: #242b31;
  box-shadow: none;
}

/* Post navigation */
.post-navigation {
  border-top: 1px dotted #e2e2e2;
  padding-top: 12px;
  padding-bottom: 25px;
}

.post-navigation .nav-links {
  margin-bottom: 15px;
}

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

.post-navigation .nav-next {
  width: 50%;
  text-align: right;
  margin-left: auto;
}

.nav-previous a,
.nav-previous a:visited,
.nav-next a,
.nav-next a:visited {
  color: #0582d2;
}

.nav-previous a:hover,
.nav-previous a:focus,
.nav-previous a:active,
.nav-next a:hover,
.nav-next a:focus,
.nav-next a:active {
  color: #242b31;
}

.post-navigation span {
  display: block;
  padding-bottom: 5px;
}

.post-navigation .meta-navigation {
  color: #333333;
}

.post-navigation .title-navigation {
  line-height: 1.4em;
}

/*--------------------------------------------------------------
# Layout Structure
--------------------------------------------------------------*/

html {
	box-sizing: border-box;
}

*,
*:before,
*:after {
	box-sizing: inherit;
}

body {
	background: #fff;
}


.site-header {
  margin: 0px;
  padding: 14px;
  background-color: #0582d2;
}

.site-header-menu {
  margin: 0;
  background-color: #f5f5f5;
}

.site-content {
  width: 100%;
  max-width: 1170px;
  margin-left: auto;
  margin-right: auto;
}

.site-main {
  width: 100%;
  float: left;
  padding-top: 30px;
  padding-left: 20px;
  padding-right: 20px;
  border-right: 1px dotted #e2e2e2;
}

#sidebar-right {
  display: none;
}

@media screen and (min-width: 1050px) {
  .site-main {
    width: 71%;
  }

  #sidebar-right {
    width: 29%;
    float: right;
    display: block;
    padding-top: 30px;
  }
}

/*--------------------------------------------------------------
## Header
--------------------------------------------------------------*/

.wrapper {
  width: 100%;
  max-width: 1170px;
  margin-left: auto;
  margin-right: auto;
}

/*--------------------------------------------------------------
# Top Bar
--------------------------------------------------------------*/

/* hides in mobile */
.top-bar {
	display: none;
}

@media only screen and (min-width: 750px) {

	.top-bar {
		display: block;
		padding-top: 5px;
		padding-bottom: 5px;
		background-color: #242b31;
	}

}

.top-bar-left {
	float: left;
}

.secondary-menu ul {
	list-style: none;
	margin: 0;
}

.secondary-menu li {
	display: inline;
}

.secondary-menu a {
	font-size: 14px;
	color: #ccd7e2;
	padding-right: 8px;
}

.secondary-menu a:hover {
	color: #f5f5f5;
}

.top-bar-right {
	float: right;
}

.social-navigation ul {
	list-style: none;
	margin: 0;
}

.social-navigation li {
    display: inline;
}

.social-navigation a:before {
	font-size: 16px;
	font-family: "Font Awesome 5 Brands";
	padding-right: 8px;
	color: #ccd7e2;
}

.social-navigation a:hover::before {
	color: #f5f5f5;
}

.social-navigation a[href*="mailto"] {
	font-size: 0;
}
.social-navigation a[href*="mailto"]:before {
	font-family: "Font Awesome 5 Free";
	content: "\f0e0";
}

.social-navigation a[href*="rss"],
.social-navigation a[href*="feed="],
.social-navigation a[href*="/feed"] {
  font-size: 0;
}

.social-navigation a[href*="rss"]:before,
.social-navigation a[href*="feed="]:before,
.social-navigation a[href*="/feed"]:before {
  font-family: "Font Awesome 5 Free";
  content: "\f09e";
}

.social-navigation a[href*="500px.com"] { font-size: 0; }
.social-navigation a[href*="500px.com"]:before { content: "\f26e"; }

.social-navigation a[href*="behance.com"] { font-size: 0; }
.social-navigation a[href*="behance.com"]:before { content: "\f1b4"; }

.social-navigation a[href*="blogger.com"] { font-size: 0; }
.social-navigation a[href*="blogger.com"]:before { content: "\f37c"; }

.social-navigation a[href*="codepen.com"] { font-size: 0; }
.social-navigation a[href*="codepen.com"]:before { content: "\f1cb"; }

.social-navigation a[href*="dribbble.com"] { font-size: 0; }
.social-navigation a[href*="dribbble.com"]:before { content: "\f17d"; }

.social-navigation a[href*="dropbox.com"] { font-size: 0; }
.social-navigation a[href*="dropbox.com"]:before { content: "\f16b"; }

.social-navigation a[href*="etsy.com"] { font-size: 0; }
.social-navigation a[href*="etsy.com"]:before { content: "\f2d7"; }

.social-navigation a[href*="facebook.com"] { font-size: 0; }
.social-navigation a[href*="facebook.com"]:before { content: "\f39e"; }

.social-navigation a[href*="flickr.com"] { font-size: 0; }
.social-navigation a[href*="flickr.com"]:before { content: "\f16e"; }

.social-navigation a[href*="foursquare.com"] { font-size: 0; }
.social-navigation a[href*="foursquare.com"]:before { content: "\f180"; }

.social-navigation a[href*="github.com"] { font-size: 0; }
.social-navigation a[href*="github.com"]:before { content: "\f09b"; }

.social-navigation a[href*="google.com"] { font-size: 0; }
.social-navigation a[href*="google.com"]:before { content: "\f0d5"; }

.social-navigation a[href*="instagram.com"] { font-size: 0; }
.social-navigation a[href*="instagram.com"]:before { content: "\f16d"; }

.social-navigation a[href*="linkedin.com"] { font-size: 0; }
.social-navigation a[href*="linkedin.com"]:before { content: "\f0e1"; }

.social-navigation a[href*="medium.com"] { font-size: 0; }
.social-navigation a[href*="medium.com"]:before { content: "\f3c7"; }

.social-navigation a[href*="patreon.com"] { font-size: 0; }
.social-navigation a[href*="patreon.com"]:before { content: "\f3d9"; }

.social-navigation a[href*="pinterest."] { font-size: 0; }
.social-navigation a[href*="pinterest."]:before { content: "\f0d2"; }

.social-navigation a[href*="reddit.com"] { font-size: 0; }
.social-navigation a[href*="reddit.com"]:before { content: "\f1a1"; }

.social-navigation a[href*="stackoverflow.com"] { font-size: 0; }
.social-navigation a[href*="stackoverflow.com"]:before { content: "\f16c"; }

.social-navigation a[href*="spotify.com"] { font-size: 0; }
.social-navigation a[href*="spotify.com"]:before { content: "\f1bc"; }

.social-navigation a[href*="soundcloud.com"] { font-size: 0; }
.social-navigation a[href*="soundcloud.com"]:before { content: "\f1be"; }

.social-navigation a[href*="tumblr.com"] { font-size: 0; }
.social-navigation a[href*="tumblr.com"]:before { content: "\f173"; }

.social-navigation a[href*="twitch.com"] { font-size: 0; }
.social-navigation a[href*="twitch.com"]:before { content: "\f1e8"; }

.social-navigation a[href*="twitter.com"] { font-size: 0; }
.social-navigation a[href*="twitter.com"]:before { content: "\f099"; }

.social-navigation a[href*="vimeo.com"] { font-size: 0; }
.social-navigation a[href*="vimeo.com"]:before { content: "\f40a"; }

.social-navigation a[href*="wordpress.com"] { font-size: 0; }
.social-navigation a[href*="wordpress.com"]:before { content: "\f19a"; }

.social-navigation a[href*="youtube.com"] { font-size: 0; }
.social-navigation a[href*="youtube.com"]:before { content: "\f167"; }


.site-branding {
  float: left;
  padding-left: 10px;
  padding-right: 10px;
  height: 90px;
}

.custom-logo {
  max-width: 300px;
}

.custom-logo-link {
  display: block;
}

.site-branding h1 {
  padding-top: 16px;
}

.site-title {
  font-family: "Open Sans", Helvetica, Arial, sans-serif;
  font-size: 24px;
  font-weight: 700;
  text-transform: uppercase;
}

.site-title p {
  height: 60px;
}

.site-title a,
.site-title a:visited {
  color: #ffffff;
}

.site-title a:hover,
.site-title a:focus,
.site-title a:active {
  color: #333333;
}

.site-description {
  font-size: 15px;
  margin: 6px;
}

.header-widget {
  display: none;
  float: right;
  width: 728px;
  height: 90px;
  padding-right: 10px;
}

@media screen and (min-width: 1050px) {
  .header-widget {
    display: block;
  }
}

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

/*--------------------------------------------------------------
## Footer
--------------------------------------------------------------*/

/* hides in mobile */
#footertop-widget {
  display: none;
}

@media only screen and (min-width: 770px) {
  #footertop-widget {
    display: block;
    margin: 0px;
    background-color: #f5f5f5;
  }

  .footertop-widget-wrapper {
    width: 100%;
    max-width: 1170px;
    margin-left: auto;
    margin-right: auto;
    padding: 10px;
    text-align: center;
  }

  .footertop-widget-wrapper section {
    margin: 0;
    padding: 0;
  }
}

.wrapper {
  width: 100%;
  max-width: 1170px;
  margin-left: auto;
  margin-right: auto;
}

.site-footer {
  background-color: #0582d2;
}

.footer-block {
  padding: 20px 0;
}

/*
@media only screen and (min-width: 768px) {
  footer .column {
    float: left;
    width: 50%;
  }
}
*/
@media only screen and (min-width: 1050px) {
  footer .column {
    float: left;
    width: 25%;
  }

  .column:first-child {
    padding-left: 0;
  }

  .column:last-child {
    padding-right: 0;
  }

  .column {
    padding: 0 15px;
  }

  .footer-info {
    float: left;
  }

  .design-by {
    display: block;
    float: right;
  }
}

.copyright {
  display: block;
  padding-top: 10px;
  padding-bottom: 10px;
  background-color: #242b31;
}

@media only screen and (min-width: 1050px) {
  .footer-info {
    float: left;
  }

  .design-by {
    display: block;
    float: right;
  }
}

.footer-info,
.design-by {
  font-size: 15px;
  color: #ccd7e2;
}

.copyright,
.copyright a,
.copyright a:visited {
  color: #f5f5f5;
}

.copyright a:hover,
.copyright a:focus,
.copyright a:active {
  color: #0582d2;
}

/*--------------------------------------------------------------
## Posts
--------------------------------------------------------------*/

.sticky {
  display: block;
}

article {
  width: 100%;
}

.article-posts {
  margin-bottom: 30px;
  padding-bottom: 10px;
  border-bottom: 1px dotted #e2e2e2;
}

.article-posts .size-featured,
.article-post .size-featured {
  float: left;
  margin-right: 2em;
}

.article-posts h2 {
  line-height: 1.3;
}

@media screen and (min-width: 1050px) {
  .article-posts {
    margin-bottom: 50px;
    padding-bottom: 51px;
  }
}

.article-post .entry-content {
  clear: both;
  padding-top: 10px;
}

.article-post-image {
  margin: 10px 0 10px;
  text-align: center;
}

.entry a,
.entry a:visited {
  color: #0582d2;
}

.entry a:hover,
.entry a:focus,
.entry a:active {
  color: #333333;
}

.entry-meta {
  font-size: 14px;
  color: #333333;
  margin-top: 5px;
}

.entry-meta a,
.entry-meta a:visited,
.entry-content a,
.entry-content a:visited {
  color: #0582d2;
}

.entry-meta a:hover,
.entry-meta a:focus,
.entry-meta a:active,
.entry-content a:hover,
.entry-content a:focus,
.entry-content a:active {
  color: #242b31;
}

.entry-content {
  font-size: 17px;
  font-style: normal;
  line-height: 1.6em;
  color: #444444;
}

.entry-content img {
  display: block;
  margin: 0 auto;
}

.entry-content hr {
  border: 0;
  background-color: #ffffff;
  border-bottom: 1px dotted #e2e2e2;
  margin: 10px 0;
}

.tags a,
.tags a:visited {
  display: inline-block;
  border-radius: 2px;
  background-color: #0582d2;
  color: #ffffff;
  padding: 5px;
  margin-top: 5px;
  margin-left: 5px;
  margin-right: 5px;
  margin-bottom: 30px;
  font-size: 14px;
}

.tags a:hover {
  color: #242b31;
}

.hentry {
  margin: 0 0 1.5em;
}

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

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

/*--------------------------------------------------------------
## Pages
--------------------------------------------------------------*/

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

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

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

.bypostauthor {
  display: block;
}

.no-comments {
  display: none;
}

#comments {
  color: #444444;
  margin-top: 30px;
}

.comments-title {
  margin-bottom: 25px;
  padding-top: 21px;
  border-top: 1px dotted #e2e2e2;
  font-weight: normal;
  font-size: 22px;
}

.comment-list {
  list-style: none;
  padding-left: 0;
}

#comments .children li {
  list-style: none;
}

/* comment body */
.comment-body {
  position: relative;
  margin-bottom: 40px;
}

.comment-meta {
  width: 100%;
}

/* avatar styles */
.comment-author .avatar {
  margin-right: 10px;
  margin-bottom: 15px;
  float: left;
}

/* author link */

.comment-author .fn a {
  color: #0582d2;
}

.comment-author .fn a:hover {
  color: #242b31;
}

/* hides author text *says* */
.comment-author .says {
  display: none;
}

/* comment date / time */
.comment-metadata {
  font-size: 14px;
  margin-top: 1px;
  margin-bottom: 5px;
}

.comment-metadata a {
  color: #999999;
}

.comment-metadata .comment-edit-link {
  color: #0582d2;
}

/* comment box */
.comment-content {
  padding: 25px 20px;
}

.comment-content a {
  color: #0582d2;
}

.comment-content a:hover {
  color: #242b31;
}

.comment-content p {
  margin: 0px;
}

.comment-content > p:last-of-type {
  margin-bottom: 0;
}

/* reply text */
.comment .reply a {
  font-size: 16px;
  color: #0582d2;
}

.comment .reply a:hover {
  color: #242b31;
}

/* reply form */
.comment .comment-respond {
  margin-bottom: 60px;
}

.comment .comment-respond .form-submit {
  margin-bottom: 0;
}

.comment-respond .comment-reply-title {
  margin-bottom: 25px;
  font-weight: normal;
  font-size: 22px;
}

/* hides logged in info */
.comment-respond .comment-notes,
.comment-respond .logged-in-as {
  display: none;
}

.comment-respond label {
  display: block;
  font-size: 16px;
}

.comment-respond textarea {
  width: 100%;
}

.comment-respond input {
  width: 100%;
}

.comment-respond textarea,
.comment-respond input {
  border: 1px solid #eeeeee;
  border-radius: 2px;
  outline: none;
  padding: 10px 18px;
}

.comment-respond textarea:focus,
.comment-respond input:focus {
  border: 1px solid #ef403d;
  color: #444444;
}

.comment-respond .submit {
  width: auto;
  background-color: #0582d2;
  color: #ffffff;
  border-radius: 2px;
  border-color: #0582d2;
}

.comment-respond .submit:focus,
.comment-respond .submit:hover {
  color: #ffffff;
  border-color: #242b31;
  background-color: #242b31;
}

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

.widget {
  margin: 0 0 1.5em;
  /* Make sure select elements fit in widgets. */
}

.widget select {
  max-width: 100%;
}

.widget ul,
.widget li {
  list-style: none;
  padding-left: 0;
  margin-left: 0;
  margin-bottom: 10px;
}

#sidebar-right .widget {
  padding-left: 15px;
  color: #444444;
  font-size: 16px;
  line-height: 1.7;
  width: 100%;
}

#sidebar-right .widget p,
#sidebar-right .widget li {
  padding-left: 0;
}

#sidebar-right .widget h4 {
  margin-bottom: 10px;
  padding-left: 0;
  white-space: nowrap;
  text-transform: uppercase;
  color: #333333;
}

#sidebar-right .widget li {
  margin-bottom: 10px;
  padding-bottom: 8px;
  border-bottom: dotted 1px #c7d6e4;
}

#sidebar-right .widget a,
.widget a:visited {
  color: #0582d2;
}

#sidebar-right .widget a:hover,
.widget a:focus,
.widget a:active {
  color: #242b31;
}

.widget-recent-posts {
  display: flex;
  flex-direction: row; /* default */
  flex-wrap: wrap;
}

.widget-recent-posts .wrapper {
  padding-bottom: 15px;
  margin-bottom: 15px;
  border-bottom: dotted 1px #c7d6e4;
}

.widget-recent-posts .size-thumb {
  float: left;
  margin-right: 0.6em;
}

footer .widget {
  color: #ffffff;
  font-size: 15px;
  line-height: 1.6;
  margin: 0;
}

footer .widget h4 {
  color: #ffffff;
}

footer .widget a,
footer .widget a:visited {
  color: #ccd7e2;
  font-size: 15px;
}

footer .widget a:hover,
footer .widget a:focus,
footer .widget a:active {
  color: #242b31;
}

/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/

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

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

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

.wp-caption {
  margin: 1em 0 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;
}

/* Ensure center-aligned captions center-align properly. */
.wp-caption.aligncenter {
  margin-left: auto;
  margin-right: auto;
}

/* Give some padding to floated elements, to prevent them butting up against text. */
.wp-caption.alignleft {
  margin-right: 20px;
}

.wp-caption.alignright {
  margin-left: 20px;
}

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