@import url(//fonts.googleapis.com/css?family=Montserrat:400,700);
@import url(//fonts.googleapis.com/css?family=Fira+Sans:300,400,500,700,300italic,400italic,500italic,700italic);
@import url(//code.cdn.mozilla.net/fonts/fira.css);
@import url(//fonts.googleapis.com/css?family=Satisfy);
/*
Theme Name: soda Theme
Theme URI: http://themeforest.net/user/sodacrate
Author: Alex
Author URI: http://themeforest.net/user/sodacrate
Description: soda is a classical blog theme. Created using Foundation. Featuring sidebar and full-width pages, a variety of post layout options, sidebar and footer widgets.
Version: 1.0.0
License: GNU General Public License v2.0
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: soda-theme
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.

soda Theme is based on Underscores http://underscores.me/, (C) 2012-2015 Automattic, Inc.

*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
2.0 Typography
3.0 Elements
4.0 Forms
5.0 Navigation
5.1 Links
5.2 Menus
6.0 Accessibility
7.0 Alignments
8.0 Clearings
9.0 Widgets
10.0 Content
10.1 Posts and pages
10.2 Asides
10.3 Comments
11.0 Infinite scroll
12.0 Media
12.1 Captions
12.2 Galleries

/*--------------------------------------------------------------
2.0 Typography
// --------------------------------------------------------------*/
/* Fira Sans Bug*/
body {
  background: url('../img/back1.svg') no-repeat center 30rem fixed;
  background-color: #EDEDED;
  background-color: #F2f2f2;
  -webkit-font-smoothing: antialiased;
}
.home,
.page-template-classic-blog {
  background-color: #BCE5D4;
}
.page-template-classic-blog-light {
  background-color: #F2f2f2;
}
body,
p {
  font-family: 'Fira Sans', Helvetica, Arial, sans-serif;
  -webkit-font-smoothing: antialiased;
}
@media only screen and (min-width: 80em) {
  body.custom-background {
    -webkit-background-size: 100%;
    background-size: 100%;
  }
}
.quotebox,
.entry-date,
.sidebar a,
.cat-links a,
.wp-caption-text,
h3.page-subtitle,
.more-link,
.butn,
.format-quote p,
.widget_soda_picture_posts_widget .caption > p,
input,
select,
button,
.button,
.widget,
.page-links,
.comments-link {
  font-family: 'Fira Sans', Helvetica, Arial, sans-serif;
}
h1,
h2,
h3,
h4,
h5,
h6,
.menu-item a {
  font-family: 'Fira Sans', Helvetica, Arial, sans-serif;
}
.top-bar-section ul li > a {
  font-family: 'Fira Sans', Helvetica, Arial, sans-serif;
}
.hero_title {
  font-family: 'Montserrat', Helvetica, Arial, sans-serif;
  font-weight: 400;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 500;
}
.entry-footer,
.tags-links,
.tagcloud,
.posted-on,
.site-description,
.comments-link {
  font-family: 'Fira Sans', Helvetica, Arial, sans-serif;
}
body,
button,
input,
select,
.widget li,
textarea {
  color: #777;
}
blockquote {
  padding-left: 2rem;
  border-left: 3px solid #fccc85;
  width: 85%;
}
blockquote p {
  color: #696A74;
}
blockquote cite {
  font-size: 1rem;
  padding-top: 1rem;
}
pre {
  background: #ebebeb;
  font-family: "Courier 10 Pitch", Courier, monospace;
  font-size: 15px;
  font-size: 0.9375rem;
  line-height: 1.6;
  margin-bottom: 1.6rem;
  max-width: 100%;
  overflow: auto;
  padding: 1.6rem;
}
code,
kbd,
tt,
var {
  font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
  font-size: 15px;
  font-size: 0.9375rem;
  border: 0;
  background-color: #ebebeb;
}
abbr,
acronym {
  border-bottom: 1px dotted #373737;
  cursor: help;
}
mark,
ins {
  background: #fff9c0;
  text-decoration: none;
}
small {
  font-size: 75%;
}
big {
  font-size: 125%;
}
h1 {
  font-size: 3rem;
  line-height: 3.825rem;
}
@media only screen and (max-width: 40em) {
  h1 {
    font-size: 2.65rem;
    line-height: 3.3rem;
  }
}
p,
ul,
ol,
pre,
table {
  font-size: 1.2rem;
  margin-top: 1.475rem;
  margin-bottom: 1.975rem;
  font-weight: 300;
}
address {
  margin-bottom: 1.375rem;
}
label {
  color: #595959;
  font-size: 1rem;
}
/*--------------------------------------------------------------
3.0 Elements
--------------------------------------------------------------*/
html {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  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/ */
  -webkit-box-sizing: inherit;
  -moz-box-sizing: inherit;
  box-sizing: inherit;
}
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: 0 0 1.5em 3em;
}
ul {
  list-style: disc;
}
ol {
  list-style: decimal;
}
li > ul,
li > ol {
  margin-bottom: 0;
  margin-left: 1.5em;
}
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. */
}
table {
  margin: 0 0 1.5em;
  width: 100%;
  border: 0;
}
table thead,
table tr:nth-of-type(even) {
  background-color: #ebebeb;
}
/*--------------------------------------------------------------
4.0 Forms
--------------------------------------------------------------*/
button,
.button,
.more-link,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  display: inline-block;
  background-color: #98d4bc;
  border: 0;
  color: white;
  font-size: .9rem;
  letter-spacing: .03em;
  text-transform: uppercase;
  border-radius: 5px;
  padding: 10px 18px;
  margin: 0 0 1rem 0;
  -webkit-transition: text-shadow 0.5s ease-out, background-color 0.3s ease-out;
  transition: text-shadow 0.5s ease-out, background-color 0.3s ease-out;
}
button:hover,
.button:hover,
.more-link:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
  border: 0;
  background-color: #edebe9;
  color: #595959;
}
button:focus,
.button:focus,
.more-link:focus,
input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus,
button:active,
.button:active,
.more-link:active,
input[type="button"]:active,
input[type="reset"]:active,
input[type="submit"]:active {
  outline: 0;
  border: 0;
}
.more-circle {
  padding: 0;
  margin: 0;
  text-align: center;
  padding-bottom: 2rem;
  padding-top: .5rem;
  overflow: visible;
}
.more-circle a {
  border: 0;
}
.more-circle a:hover {
  border: 0;
}
.more-circle #circle {
  -webkit-transition: 1s;
  transition: 1s;
  margin: 0 auto;
}
.more-circle circle:hover {
  stroke: #ccebda;
  cursor: pointer;
  -webkit-animation: morecircle 0.8s 1 ease-out;
  animation: morecircle 0.8s 1 ease-out;
  stroke-width: 3;
}
@-webkit-keyframes morecircle {
  10% {
    stroke-width: 6;
  }
  90% {
    stroke-width: 2;
    stroke: #ccebda;
  }
}
@keyframes morecircle {
  10% {
    stroke-width: 6;
  }
  90% {
    stroke-width: 2;
    stroke: #ccebda;
  }
}
input[type="search"] {
  background-color: #e6e6e6;
  -webkit-box-shadow: none;
  box-shadow: none;
  border-color: #ebebeb;
  padding-left: 15px;
  border: 0;
  -webkit-transition: background-color 0.3s ease-out;
  transition: background-color 0.3s ease-out;
}
input[type="search"]:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
  background-color: white;
}
.top-bar input[type="search"] {
  background-color: #ebebeb;
}
.top-bar input[type="search"]:focus {
  background-color: #edebe9;
}
#searchsubmit {
  background: url('../img/search.svg') no-repeat;
  background-position: 50% 50%;
  -webkit-background-size: 1.1em;
  background-size: 1.1em;
  background-color: #e6e6e6;
  border-left: 0;
}
#searchsubmit:hover {
  background-color: #bce5d4;
}
#searchsubmit:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
}
.topbar-search {
  line-height: 2rem;
  padding-left: 1.3rem;
}
@media only screen and (max-width: 40em) {
  .topbar-search {
    padding-left: 0rem;
  }
  .top-bar-section ul {
    margin-top: 1rem;
  }
}
.top-bar .button,
.top-bar button,
.top-bar input,
.top-bar .input {
  top: 0;
  margin-top: 5px;
}
.top-bar input,
.top-bar .button {
  height: 1.8rem;
}
input[type="text"],
input[type="url"],
input[type="password"],
input[type="date"],
input[type="datetime"],
input[type="datetime-local"],
input[type="month"],
input[type="week"],
input[type="email"],
input[type="number"],
input[type="tel"],
input[type="time"],
input[type="color"],
select,
textarea {
  border-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
  border-radius: 5px;
  color: #373737;
  display: block;
  font-size: 1rem;
  -webkit-transition: -webkit-box-shadow 0.3s, border-color 0.3s, background-color 0.3s, ease-in-out;
  transition: box-shadow 0.3s, border-color 0.3s, background-color 0.3s, ease-in-out;
  background-color: #f7f7f7;
}
input[type="text"]:hover,
input[type="url"]:hover,
input[type="password"]:hover,
input[type="date"]:hover,
input[type="datetime"]:hover,
input[type="datetime-local"]:hover,
input[type="month"]:hover,
input[type="week"]:hover,
input[type="email"]:hover,
input[type="number"]:hover,
input[type="tel"]:hover,
input[type="time"]:hover,
input[type="color"]:hover,
select:hover,
textarea:hover {
  background-color: #f4f4f4;
}
input[type="text"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="date"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="email"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="time"]:focus,
input[type="color"]:focus,
select:focus,
textarea:focus,
input[type="text"]:active,
input[type="url"]:active,
input[type="password"]:active,
input[type="date"]:active,
input[type="datetime"]:active,
input[type="datetime-local"]:active,
input[type="month"]:active,
input[type="week"]:active,
input[type="email"]:active,
input[type="number"]:active,
input[type="tel"]:active,
input[type="time"]:active,
input[type="color"]:active,
select:active,
textarea:active {
  border-color: #bce5d4;
  background-color: white;
  -webkit-box-shadow: none;
  box-shadow: none;
  outline: none;
}
/* Make sure select elements fit in widgets. */
.widget-sidebar select {
  max-width: 100%;
  background-color: #F8F8F8;
  -webkit-box-shadow: none;
  box-shadow: none;
  border-color: #ebebeb;
  padding-left: .6rem;
  padding-right: .6rem;
  cursor: pointer;
  border: 0;
  -webkit-transition: background-color 0.3s ease-out;
  transition: background-color 0.3s ease-out;
}
.widget-sidebar select:focus,
.widget-sidebar select:active {
  background-color: white;
}
/*--------------------------------------------------------------
5.0 Navigation
--------------------------------------------------------------*/
.site-title,
.site-title-absolute {
  float: left;
}
.site-title a,
.site-title-absolute a {
  font-size: 1.6rem;
  color: #373737;
  display: block;
  border: 0;
}
.site-title a:hover,
.site-title-absolute a:hover,
.site-title a:focus,
.site-title-absolute a:focus {
  border: 0;
}
.site-title-absolute a {
  height: 40px;
}
.site-title-absolute img {
  height: 100%;
  width: auto;
  max-height: 100%;
}
.top-bar .toggle-topbar.menu-icon a span::after {
  right: 0.1rem;
  -webkit-box-shadow: 0 0 0 1px #000000, 0 5px 0 1px #000000, 0 10px 0 1px #000000;
  box-shadow: 0 0 0 1px #000000, 0 5px 0 1px #000000, 0 10px 0 1px #000000;
  width: 20px;
}
.top-bar .toggle-topbar.menu-icon a {
  padding: 0 2rem 0 0;
  border-bottom: 0;
}
@media only screen and (min-width: 40em) {
  .top-bar {
    height: auto;
    text-align: center;
  }
  .top-bar .title-area {
    float: none;
  }
  .top-bar .name {
    height: auto;
  }
}
.top-bar.expanded .title-area {
  background: none;
}
.site-description {
  border-left: 1px solid #98d4bc;
  text-align: left;
  display: inline-block;
}
.site-description a {
  font-size: .9rem;
  -webkit-transition: color 1s ease-out;
  transition: color 1s ease-out;
  display: block;
  border: 0;
  color: #373737;
}
.site-description a:hover,
.site-description a:focus {
  border: 0;
}
.site-footer {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background: white;
}
.site-footer .widget-footer,
.site-footer .site-info {
  margin-bottom: 1rem;
}
.site-footer .widget-footer ul {
  list-style: none;
  margin-left: 0;
}
.site-footer a.site-title {
  margin-top: 0;
  font-size: 1.3rem;
  border-bottom: 0;
  color: #373737;
}
/*--------------------------------------------------------------
5.1 Links
--------------------------------------------------------------*/
a {
  color: #373737;
}
.menu-item > a {
  border: 0;
}
.entry-header a,
.entry-footer a,
.comment-metadata a {
  border-bottom: 0;
}
a:hover,
a:focus,
a:active {
  color: #595959;
  text-decoration: none;
  outline: 0;
}
a:focus,
a:active {
  border-bottom-color: transparent;
}
.thumbnail-top a {
  border: 0;
}
/*--------------------------------------------------------------
5.2 Menus
--------------------------------------------------------------*/
.row,
.contain-to-grid .top-bar {
  max-width: 72rem;
}
.contain-to-grid {
  background-color: transparent;
}
.content-area {
  padding-top: 3.5rem;
}
.top-bar-container {
  padding-top: 2.5rem;
  background: white;
  padding-bottom: 2rem;
}
.top-bar {
  padding: 0 15px;
  background: none;
}
.top-bar-section ul {
  font-size: 1.2rem;
}
.top-bar-section ul li {
  background: none;
  text-align: right;
}
.top-bar-section ul li:not(.has-form) a:not(.button) {
  -webkit-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
  font-family: 'Montserrat', Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  font-weight: 400;
  color: #8c8c8c;
  font-size: .8rem;
  border-bottom: 0;
  position: relative;
  padding-right: 2rem;
}
.top-bar-section ul li:not(.has-form) a:not(.button):hover,
.top-bar-section ul li:not(.has-form) a:not(.button):focus,
.top-bar-section ul li:not(.has-form) a:not(.button):active {
  outline: none 0;
}
@media only screen and (min-width: 40em) {
  .top-bar-section ul li:not(.has-form) a:not(.button):before {
    content: '.';
    position: absolute;
    left: -0.7rem;
    bottom: 3px;
  }
}
.top-bar-section ul li:first-child:not(.has-form) a:not(.button):before {
  content: '';
}
.top-bar-section ul li:hover:not(.has-form) > a {
  background: white;
  color: #373737;
}
.top-bar-section ul li:hover:not(.has-form) > a:hover {
  background: white;
  color: #373737;
}
.top-bar-section ul li.has-dropdown:hover:not(.has-form) > a {
  background-color: white;
  color: #373737;
}
.top-bar-section ul li.has-dropdown:hover:not(.has-form) > a:hover {
  background-color: white;
  color: #373737;
}
.top-bar-section .has-dropdown > a {
  padding-right: 2rem !important;
}
.top-bar-section .has-dropdown > a:after {
  border: 0;
  border-color: transparent transparent transparent transparent;
}
.top-bar-section ul li.active.has-dropdown > a:after,
.top-bar-section .has-dropdown > a:hover:after {
  border-color: transparent transparent transparent transparent;
  border: 0;
  content: '';
}
.top-bar-section .has-dropdown .dropdown li.has-dropdown > a:after {
  border: none;
  content: '';
}
.top-bar-section li:not(.has-form) a:not(.button) {
  background: none;
  color: #373737;
}
.top-bar-section li.active:not(.has-form) a:not(.button) {
  background-color: white;
  color: #373737;
  padding-right: 2rem;
}
.top-bar-section li.active:not(.has-form) a:not(.button):hover {
  background: white;
  color: #373737;
}
.top-bar-section li.active.has-dropdown:not(.has-form) a:hover {
  background-color: white;
  color: #373737;
}
@media only screen and (min-width: 40.063em) {
  .top-bar-section .dropdown {
    padding-top: 2rem;
  }
}
.top-bar-section .dropdown {
  text-align: left;
  -webkit-box-shadow: 0px 15px 19px rgba(130, 130, 130, 0), 0px 12px 10px -9px rgba(0, 0, 0, 0.06);
  box-shadow: 0px 15px 19px rgba(130, 130, 130, 0), 0px 12px 10px -9px rgba(0, 0, 0, 0.06);
}
.top-bar-section .dropdown li a {
  font-size: 1.3rem;
  line-height: 1.7;
}
.top-bar-section .dropdown li:not(.has-form) > a:not(.button) {
  padding-left: 2rem;
}
.top-bar-section .dropdown li:not(.has-form) > a:not(.button):before {
  content: '';
}
.top-bar-section .dropdown li.active:not(.has-form) > a:not(.button) {
  background: white;
  color: #373737;
}
.top-bar-section .dropdown li.active:not(.has-form):hover > a:not(.button) {
  background: white;
}
.top-bar-section .dropdown li:not(.has-form):not(.active) > a:not(.button) {
  color: #373737;
  text-shadow: none;
  background-color: #f8f8f8;
}
.top-bar-section .dropdown li:not(.has-form):not(.active):hover > a:not(.button) {
  background-color: #f0f0f0;
  color: #373737;
}
.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation {
  margin: 0 0 3rem;
  overflow: hidden;
}
.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
  float: left;
  width: 50%;
  font-size: 1.1rem;
}
.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
  float: right;
  text-align: right;
  width: 50%;
  font-size: 1.1rem;
}
.comment-author img {
  padding-right: .2rem;
}
/*--------------------------------------------------------------
6.0 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:hover,
.screen-reader-text:active,
.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 5px;
  -webkit-box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  color: #23296b;
  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. */
}
/*--------------------------------------------------------------
7.0 Alignments
--------------------------------------------------------------*/
.alignleft {
  display: inline;
  float: left;
  margin-right: 1.5em;
  margin-left: 0;
}
.alignright {
  display: inline;
  float: right;
  margin-left: 1.5em;
  margin-right: 0;
}
.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.alignnone {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
/*--------------------------------------------------------------
8.0 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;
}
.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
  clear: both;
}
/*--------------------------------------------------------------
9.0 Widgets
--------------------------------------------------------------*/
.widget-sidebar {
  margin: 0 0 1rem 1rem;
  background-color: white;
  padding: 1.5rem;
  border-radius: 6px;
  -webkit-box-shadow: 0px 1px 0px rgba(157, 157, 157, 0.11);
  box-shadow: 0px 1px 0px rgba(157, 157, 157, 0.11);
}
.widget-sidebar ul,
.widget-sidebar ol,
.widget-sidebar dl {
  line-height: 1.375;
}
.widget-sidebar ul,
.widget ul {
  list-style: none;
  margin-left: 0;
}
.widget-sidebar ul li,
.widget ul li {
  padding-bottom: .5rem;
}
.widget-sidebar ul li ul,
.widget ul li ul {
  padding-left: 1rem;
  margin-top: .4rem;
}
.widget-sidebar ul li.page_item,
.widget ul li.page_item {
  padding: 0;
  text-transform: uppercase;
  font-size: 0.8em;
  line-height: 2.5;
  padding-left: 10px;
  margin-left: -10px;
}
.widget-sidebar ul li.current_page_item > a,
.widget ul li.current_page_item > a {
  color: #373737;
  border-bottom: 0;
}
.widget-sidebar ul li.current_page_item ul,
.widget ul li.current_page_item ul {
  background-color: #edebe9;
}
.img-circle {
  border-radius: 50%;
}
.pp__thumbnail {
  overflow: hidden;
}
.pp__thumbnail a {
  border-bottom: 0;
}
.pp__thumbnail img {
  width: 52px;
}
.pp__thumbnail .empty {
  width: 52px;
  height: 52px;
  background-color: #ECEAE8;
}
.widget_soda_picture_posts_widget {
  background: white;
}
.widget_soda_picture_posts_widget .pp__list {
  margin: 0;
}
.widget_soda_picture_posts_widget .pp__item {
  padding-bottom: 15px;
  min-height: 75px;
  border-bottom: 1px dashed #e8e8e8;
  margin-bottom: 1rem;
}
.widget_soda_picture_posts_widget .pp__item:last-child {
  border-bottom: 0;
  margin-bottom: 0;
  padding-bottom: 0;
}
.widget_soda_picture_posts_widget .pp__caption {
  padding-right: 67px;
}
.widget_soda_picture_posts_widget .pp__header {
  font-size: 1.1rem;
  font-weight: 400;
  line-height: 1.3;
  margin: 0;
  padding-top: .2rem;
}
.widget_soda_picture_posts_widget .pp__data {
  font-size: .9rem;
  font-weight: 300;
}
@media only screen and (max-width: 60em) {
  .widget_soda_picture_posts_widget .pp__caption {
    padding-left: 0;
  }
  .pp__thumbnail {
    display: none;
  }
}
.widget-title,
.widgettitle {
  margin-bottom: 1.5rem;
  text-transform: uppercase;
  font-size: .9rem;
  font-weight: 400;
  text-align: center;
  letter-spacing: .3rem;
}
.tagcloud a,
.tags-links a {
  font-size: .8rem;
  font-weight: 300;
  letter-spacing: .05rem;
  text-transform: capitalize;
  padding: 2px 10px;
  border-radius: 10px;
  border: 1px solid transparent;
  white-space: nowrap;
  color: #828e86;
  -webkit-transition: background-color 0.3s ease-out;
  transition: background-color 0.3s ease-out;
}
.tagcloud a:hover,
.tags-links a:hover,
.tagcloud a:focus,
.tags-links a:focus {
  background-color: white;
}
.tagcloud {
  line-height: 1.9rem;
}
.tagcloud a {
  color: #373737;
  border-color: #e6e6e6;
  margin-bottom: .5px;
}
.tagcloud a:hover,
.tagcloud a:focus {
  border-color: #98d4bc;
  background: #F2f2f2;
  border-color: #F2f2f2;
  color: #828e86;
}
.widget_calendar {
  background: transparent;
  padding: 0;
}
.widget_calendar table {
  border: 0;
}
.widget_calendar table tr td {
  background-color: white;
}
.widget_calendar table tr td a {
  font-weight: 300;
}
.widget_calendar table tr th {
  color: #595959;
  font-size: .6rem;
  color: #828e86;
}
.widget_calendar caption {
  padding-top: 10px;
  background-color: #bce5d4;
  text-transform: uppercase;
  font-size: 1rem;
  font-weight: 400;
}
.widget_calendar tfoot,
.widget_calendar thead {
  background-color: #bce5d4;
  color: #595959;
}
.sidebar .widget_search {
  padding: 1rem 0;
  background: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.widget_categories {
  background: #BCE5D4;
  background: #D8F4E8;
}
.page-template-classic-blog .widget_categories {
  background-color: white;
}
.page-template-classic-blog .widget_soda_social_widget a i {
  color: #7d807e;
}
.page-template-classic-blog .type-post,
.page-template-classic-blog .type-page {
  margin-bottom: 2rem;
}
/* ------ Widget Simple Text -------- */
.textwidget {
  font-size: .9rem;
  line-height: 1.5;
}
.textwidget img {
  margin: 0 0 1rem;
  border-radius: 5px;
}
.widget_soda_social_widget {
  padding: 1rem;
  text-align: center;
  background: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  margin-bottom: 0;
}
.widget_soda_social_widget a {
  display: inline-block;
  margin-right: .2rem;
  color: #595959;
  border-bottom: 0;
  line-height: 2.4;
}
.widget_soda_social_widget a:hover {
  border-bottom: 0;
}
.widget_soda_social_widget a:hover i {
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  background-color: white;
  color: #515954;
}
.widget_soda_social_widget a i {
  border-radius: 50%;
  padding: .6rem;
  width: 36px;
  height: 36px;
  text-align: center;
  font-size: 1rem;
  background-color: transparent;
  color: #c0cbc4;
}
.widget_soda_instagram_widget {
  background: #ffdfd1;
  display: inline-block;
}
.image_instagram {
  position: relative;
  display: inline-block;
  width: 50%;
  border-radius: 7px;
  overflow: hidden;
  float: left;
  border: 1px solid transparent;
}
.masonry-item {
  float: left;
}
/*--------------------------------------------------------------
10.0 Content
--------------------------------------------------------------*/
.hero-wrap {
  display: table-cell;
  position: relative;
  vertical-align: middle;
  height: 600px;
}
.hero {
  display: block;
  text-align: center;
}
.hero .hero-before {
  color: white;
  font-family: 'Satisfy', cursive, serif;
  padding-bottom: 0;
  margin-bottom: 0;
}
.hero .hero_title {
  color: white;
  font-size: 4rem;
  line-height: 1.1;
  margin-right: 0;
  margin-bottom: 2rem;
  display: inline-block;
  padding: 0 2rem;
  letter-spacing: .3rem;
  position: relative;
}
.hero .hero_title:before {
  content: '';
  display: block;
  position: absolute;
  width: 50px;
  height: 1px;
  left: -50px;
  top: 51%;
  background-color: #fff;
}
.hero .hero_title:after {
  content: '';
  display: block;
  position: absolute;
  width: 50px;
  height: 1px;
  right: -50px;
  top: 51%;
  background-color: #fff;
}
@media only screen and (max-width: 40em) {
  .hero .hero_title {
    font-size: 2rem;
    line-height: 1.4;
  }
}
.hero .hero_description {
  color: rgba(0, 0, 0, 0.65);
  font-size: .8rem;
  line-height: 2;
  display: inline-block;
  font-weight: 300;
  width: 60%;
  padding-bottom: .5rem;
  margin-bottom: 1rem;
  margin-top: 0;
  text-transform: uppercase;
  letter-spacing: .1rem;
}
@media only screen and (max-width: 40em) {
  .hero .hero_description {
    width: 90%;
  }
}
.hero a {
  border-bottom: 0;
}
.hero .post-social {
  margin-right: 0;
  margin-top: 1rem;
}
.hero .post-social .fa {
  font-size: 1.35rem;
  color: #c0cbc4;
}
.hero .post-social a:last-child {
  margin-right: 0;
}
.page-template-classic-blog-light .hero_title {
  color: #595959;
}
.page-template-classic-blog-light .hero_title:before,
.page-template-classic-blog-light .hero_title:after {
  background: #595959;
}
.page-template-classic-blog-light .hero-before {
  color: #929292;
}
/*--------------------------------------------------------------
10.1 Posts and pages
--------------------------------------------------------------*/
.type-post,
.comments-area,
.type-page,
.not-found,
.type-attachment {
  margin-bottom: 4rem;
  -webkit-box-shadow: 0px 2px 0px rgba(157, 157, 157, 0.11);
  box-shadow: 0px 2px 0px rgba(157, 157, 157, 0.11);
}
.type-post,
.type-page,
.comments-area,
.not-found,
.type-attachment {
  overflow: hidden;
}
.search-wrap .type-post,
.search-wrap .type-page,
.search-wrap .type-attachment {
  margin-bottom: 2rem;
  border-bottom-color: #d1ccc7;
}
.search-wrap .type-post:last-child,
.search-wrap .type-page:last-child,
.search-wrap .type-attachment:last-child {
  margin-bottom: 3rem;
}
.comments-area {
  padding-top: 3rem;
  padding-bottom: 3rem;
}
.type-page,
.format-standard,
.format-video,
.format-gallery,
.format-audio,
.format-image,
.format-chat,
.format-aside,
.format-link,
.format-status,
.type-attachment.attachment,
.comments-area,
.not-found {
  background-color: #fff;
}
.format-quote {
  background-color: white;
}
article,
.comments-area {
  border-radius: 10px;
  overflow: hidden;
}
.flex-video {
  margin-bottom: 0;
}
.page-title {
  color: #373737;
}
.archive .page-header {
  margin-bottom: 2rem;
}
.archive .page-header .page-title {
  font-size: 4rem;
}
.archive .page-header .fa {
  font-size: 9rem;
  color: white;
}
.archive .page-header .page-subtitle {
  color: rgba(63, 64, 75, 0.67);
  text-transform: uppercase;
  font-size: 1rem;
}
.archive.tag .page-header .page-title {
  font-size: 2rem;
  display: inline-block;
  padding: 0 20px;
  line-height: 3rem;
  border-radius: 50px;
  background-color: white;
}
.page-header {
  text-align: center;
}
.page-header form input {
  height: 3rem;
  font-size: 1.4rem;
  padding-left: 1.5rem;
}
.page-header form button {
  height: 3rem;
}
.taxonomy-description {
  color: rgba(63, 64, 75, 0.67);
}
.page-content {
  background-color: white;
}
.error404 .page-header h1,
.no-results .page-header h1,
.error404 .page-header p,
.no-results .page-header p {
  color: #555;
}
.error404 .page-header input[type="search"],
.no-results .page-header input[type="search"] {
  background-color: #f7f7f7;
}
.error404 .page-header input[type="search"]:focus,
.no-results .page-header input[type="search"]:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
  background-color: #fafafa;
}
.error404 .page-content,
.no-results .page-content {
  padding-top: 1.8rem;
}
.category_image {
  text-align: center;
  margin-bottom: 2rem;
  -webkit-animation: catimage 2s 1 cubic-bezier(0.43, -0.74, 0.03, 1.48);
  animation: catimage 2s 1 cubic-bezier(0.43, -0.74, 0.03, 1.48);
}
@-webkit-keyframes catimage {
  0% {
    opacity: 0;
    -webkit-transform: scaleY(0.8);
    transform: scaleY(0.8);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes catimage {
  0% {
    opacity: 0;
    -webkit-transform: scaleY(0.8);
    transform: scaleY(0.8);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
.sticky {
  display: block;
}
.thumbnail-top {
  margin: 0;
  padding: 0;
  position: relative;
  overflow: hidden;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}
.thumbnail-top:hover .curve {
  -webkit-animation: curveout 0.3s ease-in-out;
  animation: curveout 0.3s ease-in-out;
  -webkit-transform: scaleY(1);
  -ms-transform: scaleY(1);
  transform: scaleY(1);
  display: block;
}
.thumbnail-top .curve {
  -webkit-animation: curvein 1s ease;
  animation: curvein 1s ease;
  -webkit-transform: scaleY(0.01);
  -ms-transform: scaleY(0.01);
  transform: scaleY(0.01);
  bottom: -9px;
  position: absolute;
  left: 50%;
  margin-left: -71px;
  text-rendering: geometricPrecision;
}
@-webkit-keyframes curvein {
  0% {
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
    bottom: -9px;
  }
  50% {
    opacity: 1;
  }
  70% {
    opacity: 1;
  }
  100% {
    -webkit-transform: scaleY(0.1);
    transform: scaleY(0.1);
    opacity: 0;
    bottom: -15px;
  }
}
@keyframes curvein {
  0% {
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
    bottom: -9px;
  }
  50% {
    opacity: 1;
  }
  70% {
    opacity: 1;
  }
  100% {
    -webkit-transform: scaleY(0.1);
    transform: scaleY(0.1);
    opacity: 0;
    bottom: -15px;
  }
}
@-webkit-keyframes curveout {
  0% {
    -webkit-transform: scaleY(0.1);
    transform: scaleY(0.1);
    bottom: -15px;
  }
  70% {
    opacity: 1;
  }
  100% {
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
    opacity: 1;
    bottom: -9px;
  }
}
@keyframes curveout {
  0% {
    -webkit-transform: scaleY(0.1);
    transform: scaleY(0.1);
    bottom: -15px;
  }
  70% {
    opacity: 1;
  }
  100% {
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
    opacity: 1;
    bottom: -9px;
  }
}
.home .thumbnail-top img,
.archive .thumbnail-top img {
  -webkit-transition: all 1s ease-out;
  transition: all 1s ease-out;
  -webkit-filter: grayscale(1);
  filter: grayscale(1);
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}
.home .thumbnail-top img:hover,
.archive .thumbnail-top img:hover {
  -webkit-filter: grayscale(0);
  filter: grayscale(0);
}
.image_popup {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: transparent;
  background-position: center center;
  -webkit-background-size: 300px;
  background-size: 300px;
  -webkit-transition: background 0.3s ease-out;
  transition: background 0.3s ease-out;
}
.image_popup:hover {
  background-color: #99ede7;
  background: url('../img/lineaa.png') no-repeat center center rgba(220, 220, 220, 0.85);
  -webkit-background-size: 260px;
  background-size: 260px;
}
.byline,
.updated:not(.published) {
  display: none;
}
.single .byline,
.group-blog .byline {
  display: inline;
}
.no-comments,
.comments-title,
.comment-list,
.comment-respond,
.page-content,
.entry-header,
.page-header,
.entry-content,
.entry-footer,
.entry-summary {
  padding-left: 5rem;
  padding-right: 5rem;
}
.page-template-post-grid .entry-header,
.page-template-post-grid-sidebar .entry-header,
.page-template-post-grid .page-header,
.page-template-post-grid-sidebar .page-header,
.page-template-post-grid .entry-content,
.page-template-post-grid-sidebar .entry-content,
.page-template-post-grid .entry-footer,
.page-template-post-grid-sidebar .entry-footer,
.page-template-post-grid .entry-summary,
.page-template-post-grid-sidebar .entry-summary {
  padding-left: 2rem;
  padding-right: 2rem;
}
.page-template-post-grid .entry-header,
.page-template-post-grid-sidebar .entry-header {
  padding-bottom: 2rem;
}
.page-template-post-grid .breadcrumb,
.page-template-post-grid-sidebar .breadcrumb {
  padding-bottom: 1rem;
  margin-top: -1rem;
  font-size: .8rem;
}
.page-template-post-grid .type-post,
.page-template-post-grid-sidebar .type-post {
  margin-bottom: 2rem;
}
@media only screen and (max-width: 40em) {
  .no-comments,
  .comments-title,
  .comment-list,
  .comment-respond,
  .page-content,
  .entry-header,
  .entry-header,
  .page-header,
  .entry-content,
  .entry-footer,
  .entry-summary {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}
.comment-list {
  margin-left: 0;
  list-style: none;
}
.comment-list ol,
.comment-list ul,
.comment-list li {
  margin-bottom: 1rem;
  list-style: none;
}
.comment-list .children {
  margin-top: 1.8rem;
  margin-bottom: 1.8rem;
}
.vcard {
  border: 0;
  padding: 0;
  margin-bottom: .5rem;
  color: #373737;
  font-size: 1rem;
}
.entry-header,
.page-header,
.child-pages {
  padding-top: 3rem;
  padding-bottom: 3rem;
}
.entry-header {
  text-align: center;
}
/*--------------------------------------------------------------
Sticky Line
--------------------------------------------------------------*/
.sticky_line {
  min-height: 270px;
}
.sticky_line .thumbnail-top {
  height: 150px;
  overflow: hidden;
}
.sticky_line .thumbnail-top img {
  height: 100%;
  width: 100%;
}
@media only screen and (max-width: 64em) {
  .sticky_line .thumbnail-top img {
    height: auto;
    width: 100%;
  }
}
.type-post.sticky_line {
  padding-bottom: 1.5rem;
  margin-bottom: 2rem;
}
.sticky_line .entry-header,
.sticky_line .entry-footer {
  padding-left: 1rem;
  padding-right: 1rem;
}
.sticky_line .entry-header {
  padding-top: .8rem;
  padding-bottom: 0;
}
/*--------------------------------------------------------------
Comments
--------------------------------------------------------------*/
.comments-title {
  padding-top: 1.8rem;
  padding-bottom: 1.8rem;
}
.entry-title {
  margin: 0;
}
.entry-title a {
  color: #373737;
}
.breadcrumb {
  font-size: .9rem;
  background-color: transparent;
  padding-bottom: 2rem;
  text-align: center;
}
.breadcrumb .cat-links {
  color: #595959;
  position: relative;
}
.breadcrumb .cat-links a {
  text-transform: uppercase;
  letter-spacing: .45em;
  margin-right: -0.45em;
  color: #595959;
}
.breadcrumb .cat-links a:hover {
  color: #373737;
}
.breadcrumb .cat-links:after {
  content: '.';
  position: absolute;
  right: -13px;
  bottom: 3px;
}
.breadcrumb .cat-links:before {
  content: '.';
  position: absolute;
  left: -14px;
  bottom: 3px;
}
.entry-content h1,
.entry-summary h1,
.comments-area h1,
.page-content h1,
.page-header h1,
.entry-content h2,
.entry-summary h2,
.comments-area h2,
.page-content h2,
.page-header h2,
.entry-content h3,
.entry-summary h3,
.comments-area h3,
.page-content h3,
.page-header h3,
.entry-content h4,
.entry-summary h4,
.comments-area h4,
.page-content h4,
.page-header h4,
.entry-content h5,
.entry-summary h5,
.comments-area h5,
.page-content h5,
.page-header h5,
.entry-content h6,
.entry-summary h6,
.comments-area h6,
.page-content h6,
.page-header h6,
.entry-content p,
.entry-summary p {
  margin-top: 0;
}
.entry-footer {
  line-height: 1.5;
  padding-top: .5rem;
  background-color: #F9F9F9;
  padding-bottom: 2rem;
  padding-top: 2rem;
}
.tags-links {
  line-height: 1.5;
}
.comments-link,
.comment-metadata,
.entry-meta .posted-on,
.entry-meta .byline {
  display: inline-block;
  font-size: .9rem;
  font-weight: 300;
  letter-spacing: .05rem;
  color: #828e86;
  margin-right: 1rem;
}
.comments-link a,
.comment-metadata a,
.entry-meta .posted-on a,
.entry-meta .byline a {
  color: #595959;
  -webkit-transition: color 0.3s ease-out;
  transition: color 0.3s ease-out;
}
.comments-link a:hover,
.comment-metadata a:hover,
.entry-meta .posted-on a:hover,
.entry-meta .byline a:hover {
  color: #bce5d4;
}
.edit-link,
.comment-metadata {
  margin-right: 0;
}
.entry-meta .byline {
  margin-right: .5rem;
}
.comment-metadata {
  float: right;
  padding-top: .4rem;
}
.entry-meta .fa,
.breadcrumb .fa {
  color: #c0cbc4;
  padding-left: .2rem;
}
.comments-link {
  margin-left: 0;
}
.comments-link a {
  color: #c0cbc4;
  padding-right: .3em;
}
.comments-link a:after {
  font-family: FontAwesome;
  content: "\f075";
  font-style: normal;
  position: relative;
  left: .3rem;
  bottom: .07rem;
}
.edit-link a {
  color: #c0cbc4;
  padding-right: .4rem;
  font-size: .8rem;
}
.edit-link a:after {
  font-family: FontAwesome;
  content: "\f040";
  position: absolute;
  font-style: normal;
  right: 5rem;
}
.post-social {
  display: inline-block;
  margin-right: 1.5rem;
  margin-left: 0;
}
.post-social a {
  color: #595959;
  font-size: 1rem;
  margin-right: 1rem;
}
.post-social a:hover .fa {
  color: #373737;
}
/*--------------------------------------------------------------
10.9.1 Page template Post Grid
--------------------------------------------------------------*/
.page-template-post-grid article h1,
.page-template-post-grid-sidebar article h1,
.page-template-post-grid article h2,
.page-template-post-grid-sidebar article h2 {
  font-size: 2rem;
  line-height: 2.4rem;
}
.page-template-post-grid article h3,
.page-template-post-grid-sidebar article h3 {
  font-size: 1.4rem;
  line-height: 2rem;
}
/*--------------------------------------------------------------
10.10.1 Orbit slider
--------------------------------------------------------------*/
.attachment-post-thumbnail,
.orbitala-image {
  width: 100%;
}
.orbit-caption {
  padding-left: 3rem !important;
  padding-right: 3rem !important;
}
.orbital-image {
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}
/*--------------------------------------------------------------
10.11 Pagination and Page links
--------------------------------------------------------------*/
.pagination {
  margin-bottom: 6rem;
  margin-top: 2rem;
}
.page-numbers {
  border-radius: 50px;
  border: 0;
  color: #595959;
  font-size: .9rem;
  padding: 5px 12px;
  margin: 0 2px;
  background: rgba(255, 255, 255, 0.31);
  -webkit-transition: background-color 0.3s ease-out;
  transition: background-color 0.3s ease-out;
}
.page-numbers:hover:not(.dots):not(.current),
.page-numbers:focus {
  border: 0;
  background-color: rgba(255, 255, 255, 0.71);
  color: #595959;
}
.page-numbers.current {
  background-color: white;
  color: #595959;
}
.page-numbers.dots {
  background-color: transparent;
}
.page-links {
  clear: both;
  margin: 0 0 1.5em;
  color: #595959;
  font-size: .9rem;
}
/*--------------------------------------------------------------
10.2 Asides
--------------------------------------------------------------*/
/*--------------------------------------------------------------
10.3 Comments
--------------------------------------------------------------*/
.comment-content a {
  word-wrap: break-word;
}
.comment-content p {
  margin-top: .5rem;
  margin-bottom: .5rem;
}
.bypostauthor {
  display: block;
}
/*--------------------------------------------------------------
11.0 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;
}
/*--------------------------------------------------------------
12.0 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%;
}
/*--------------------------------------------------------------
12.1 Captions
--------------------------------------------------------------*/
.wp-caption {
  margin-bottom: 1.5em;
  max-width: 100%;
  font-size: 1rem;
  font-weight: 300;
}
.wp-caption img[class*="wp-image-"] {
  display: block;
  margin: 0 auto;
}
.wp-caption-text {
  text-align: left;
}
.wp-caption .wp-caption-text {
  margin: 0.8075em 0;
}
/*--------------------------------------------------------------
12.2 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;
}
.boba {
  border-radius: 0 !important;
  -webkit-transition-duration: 0 !important;
  transition-duration: 0 !important;
}
.settings {
  display: inline-block;
  position: fixed;
  top: 40%;
  right: -10px;
  background-color: white;
  border-radius: 5px;
  padding: .8rem 1.5rem 0 .7rem;
  z-index: 9999;
  -webkit-box-shadow: -3px 3px 5px rgba(0, 0, 0, 0.05);
  box-shadow: -3px 3px 5px rgba(0, 0, 0, 0.05);
  opacity: .4;
}
.settings label {
  font-size: .7rem;
}
.settings:hover {
  opacity: 1;
}

