/*
	Main Theme Styles

	1. General Styles / styles for basic html elements like titles, links, paragraphs
	2. Header Styles / Logo, menu, search
	3. Portfolio Page / portfolio page styles, filters, workcards
	4. Blog / blog page styles, grid, pagination styles
	5. Post Page / single post page styles
	6. Shortcodes / shortcodes styles
	7. Page / single page styles
	8. Sidebar / widget style
	9. Footer / footer style
	10. Media Queries / responsive styles
	11. Colors 
*/
/* Variables */
/* Mixins */
.transition25 {
  -webkit-transition: all .25s ease;
  -moz-transition: all .25s ease;
  -ms-transition: all .25s ease;
  -o-transition: all .25s ease;
  transition: all .25s ease;
}
.transition2 {
  -webkit-transition: all .2s ease;
  -moz-transition: all .2s ease;
  -ms-transition: all .2s ease;
  -o-transition: all .2s ease;
  transition: all .2s ease;
}
.transition3 {
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -ms-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
}
.abs_100 {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.vertical_align {
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
/*--------------------------*/
/*
/*   1. General Styles
/*
/*--------------------------*/
html {
  font-size: 16px;
}
body {
  font-size: 16px;
  position: relative;
  background-color: #fff;
  background-size: auto;
  background-repeat: repeat;
  background-attachment: fixed;
  background-position: top center;
}
body.boxed #mobile-toggle-panel > .container {
  background-color: #fff;
}
#mobile-toggle-panel {
  background: #fff;
}
.container {
  padding-left: 0;
  padding-right: 0;
}
.container .container {
  width: 100%;
}
p {
  font-size: inherit;
}
p,
li,
table,
caption,
address {
  font-family: 'Merriweather', serif;
  line-height: 1.7;
  color: inherit;
}
a {
  color: #7f9fe0;
  font: inherit;
  line-height: inherit;
  -webkit-transition: all .25s ease;
  -moz-transition: all .25s ease;
  -ms-transition: all .25s ease;
  -o-transition: all .25s ease;
  transition: all .25s ease;
}
a:hover,
a:focus {
  text-decoration: underline;
  color: #7f9fe0;
}
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-family: 'Montserrat', sans-serif;
  color: inherit;
  line-height: 1.2;
  margin-top: 0;
  font-weight: bold;
  -ms-word-wrap: break-word;
  word-wrap: break-word;
}
h1 p,
h2 p,
h3 p,
h4 p,
h5 p,
h6 p,
.h1 p,
.h2 p,
.h3 p,
.h4 p,
.h5 p,
.h6 p {
  font: inherit;
}
h1,
h2,
h3 {
  margin-bottom: 20px;
}
h1 {
  font-size: 28px;
  letter-spacing: -1.2px;
}
h2 {
  font-size: 24px;
  letter-spacing: -0.8px;
}
h3 {
  font-size: 18px;
  letter-spacing: -0.8px;
}
h4 {
  font-size: 16px;
  letter-spacing: -0.8px;
}
h5 {
  font-size: 14px;
}
h6 {
  font-size: 12px;
  text-transform: uppercase;
}
.icon {
  color: inherit;
}
img {
  max-width: 100%;
  height: auto;
}
.form-control {
  font-family: 'Merriweather', serif;
}
.btn {
  font-family: 'Montserrat', sans-serif;
}
textarea {
  resize: none;
}
table:not(#wp-calendar) {
  margin-bottom: 30px;
  border: 1px solid;
}
table:not(#wp-calendar) thead {
  border-bottom: 1px solid;
  border-color: inherit;
}
table:not(#wp-calendar) tr {
  border-bottom: 1px solid;
  border-color: inherit;
}
table:not(#wp-calendar) tr:last-child {
  border-bottom: none;
}
table:not(#wp-calendar) tr th,
table:not(#wp-calendar) tr td {
  border-right: 1px solid;
  border-color: inherit;
  padding: 5px 10px;
}
table:not(#wp-calendar) tr th:last-child,
table:not(#wp-calendar) tr td:last-child {
  border-right: none;
}
dd {
  margin-bottom: 15px;
}
.slideout-menu {
  position: fixed;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  width: 256px;
  padding: 30px;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  display: none;
  background: #fff;
  box-shadow: inset 5px 0 50px 0 rgba(0, 0, 0, 0.1);
}
.slideout-menu.mobile-right {
  left: auto;
}
.slideout-menu .searchform {
  margin-bottom: 20px;
}
.slideout-menu nav ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.slideout-menu nav .menu-item,
.slideout-menu nav .page_item {
  padding: 10px;
  font-family: 'Montserrat', sans-serif;
  font-size: 16px;
  letter-spacing: -1px;
  text-transform: uppercase;
  color: inherit;
}
.slideout-menu nav .menu-item:last-child,
.slideout-menu nav .page_item:last-child {
  padding-bottom: 0;
}
.slideout-menu nav .menu-item a,
.slideout-menu nav .page_item a {
  color: inherit;
}
.slideout-menu nav .menu-item a:hover,
.slideout-menu nav .page_item a:hover,
.slideout-menu nav .menu-item a:focus,
.slideout-menu nav .page_item a:focus {
  text-decoration: none;
  color: #7f9fe0;
}
.slideout-menu nav .menu-item .sub-menu,
.slideout-menu nav .page_item .sub-menu {
  padding-left: 15px;
}
.slideout-panel {
  position: relative;
  z-index: 1;
}
.slideout-open {
  margin-top: 0 !important;
}
.slideout-open,
.slideout-open body,
.slideout-open .slideout-panel {
  overflow: hidden;
}
.slideout-open .slideout-menu {
  display: block;
}
.bypostauthor {
  position: relative;
}
#loader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #fff;
  z-index: 200;
  text-align: center;
}
#loader img {
  margin: 20% auto;
}
/*--------------------------*/
/*
/*   2. Header Styles
/*
/*--------------------------*/
.header {
  margin-bottom: 30px;
  border-bottom: 1px solid #ddd;
  background: #fff;
}
.header.left .header-logo,
.header.left .custom-logo-link {
  float: left;
}
.header.left .nav-menu {
  float: right;
}
.header.right .header-logo,
.header.right .custom-logo-link {
  float: right;
}
.header.right .nav-menu {
  float: left;
}
.header .logo-bar,
.header .menu-bar {
  text-align: center;
}
.logo,
.custom-logo-link {
  display: block;
}
.text-logo {
  margin: 0;
}
.text-logo a {
  color: inherit;
}
.text-logo a:hover {
  text-decoration: none;
}
.header-menu > div {
  display: inline-block;
}
.header-menu ul {
  margin-bottom: 0;
}
.header-menu div.list-inline > ul {
  padding-left: 0;
  margin-left: -5px;
  list-style: none;
}
.header-menu div.list-inline > ul > li {
  display: inline-block;
  padding-right: 5px;
  padding-left: 5px;
}
.header-menu .menu-item,
.header-menu .page_item {
  position: relative;
  font-family: 'Montserrat', sans-serif;
  font-size: 13px;
  padding-right: 0;
  padding-left: 0;
  margin-left: -4px;
}
.header-menu .menu-item a,
.header-menu .page_item a {
  display: block;
  padding-left: 25px;
  padding-right: 25px;
  padding-top: 12px;
  padding-bottom: 12px;
  color: inherit;
}
.header-menu .menu-item a:hover,
.header-menu .page_item a:hover,
.header-menu .menu-item a:focus,
.header-menu .page_item a:focus {
  text-decoration: none;
  outline: none;
}
.header-menu .menu-item.menu-item-has-children:hover > .sub-menu,
.header-menu .page_item.menu-item-has-children:hover > .sub-menu,
.header-menu .menu-item.page_item_has_children:hover > .sub-menu,
.header-menu .page_item.page_item_has_children:hover > .sub-menu,
.header-menu .menu-item.menu-item-has-children:hover > .children,
.header-menu .page_item.menu-item-has-children:hover > .children,
.header-menu .menu-item.page_item_has_children:hover > .children,
.header-menu .page_item.page_item_has_children:hover > .children {
  display: block;
}
.header-menu .sub-menu,
.header-menu .children {
  display: none;
  position: absolute;
  z-index: 100;
  top: 100%;
  left: 0;
  width: 215px;
  padding: 10px 0;
  background-color: #424242;
  list-style: none;
}
.header-menu .sub-menu .menu-item,
.header-menu .children .menu-item,
.header-menu .sub-menu .page_item,
.header-menu .children .page_item {
  font-family: 'Merriweather', serif;
  font-size: 12px;
  margin-left: 0;
  margin-right: 0;
  text-transform: none;
}
.header-menu .sub-menu .menu-item a,
.header-menu .children .menu-item a,
.header-menu .sub-menu .page_item a,
.header-menu .children .page_item a {
  padding: 12px 25px;
}
.header-menu .sub-menu .menu-item a:hover,
.header-menu .children .menu-item a:hover,
.header-menu .sub-menu .page_item a:hover,
.header-menu .children .page_item a:hover,
.header-menu .sub-menu .menu-item a:focus,
.header-menu .children .menu-item a:focus,
.header-menu .sub-menu .page_item a:focus,
.header-menu .children .page_item a:focus {
  text-decoration: none;
  outline: none;
  padding: 12px 25px 12px 35px;
}
.header-menu .sub-menu .menu-item.menu-item-has-children > a,
.header-menu .children .menu-item.menu-item-has-children > a,
.header-menu .sub-menu .page_item.menu-item-has-children > a,
.header-menu .children .page_item.menu-item-has-children > a,
.header-menu .sub-menu .menu-item.page_item_has_children > a,
.header-menu .children .menu-item.page_item_has_children > a,
.header-menu .sub-menu .page_item.page_item_has_children > a,
.header-menu .children .page_item.page_item_has_children > a {
  position: relative;
}
.header-menu .sub-menu .menu-item.menu-item-has-children > a:after,
.header-menu .children .menu-item.menu-item-has-children > a:after,
.header-menu .sub-menu .page_item.menu-item-has-children > a:after,
.header-menu .children .page_item.menu-item-has-children > a:after,
.header-menu .sub-menu .menu-item.page_item_has_children > a:after,
.header-menu .children .menu-item.page_item_has_children > a:after,
.header-menu .sub-menu .page_item.page_item_has_children > a:after,
.header-menu .children .page_item.page_item_has_children > a:after {
  content: '\f107';
  position: absolute;
  right: 25px;
  font-family: "FontAwesome";
  color: rgba(255, 255, 255, 0.3);
}
.header-menu .sub-menu .sub-menu,
.header-menu .children .sub-menu,
.header-menu .sub-menu .children,
.header-menu .children .children {
  top: 0;
  left: 100%;
}
.header.right .header-menu .menu-item,
.header.right .header-menu .page_item {
  margin-right: -4px;
  margin-left: 0;
}
.welcome-message {
  padding-top: 45px;
  padding-bottom: 75px;
  text-align: left;
}
.welcome-message h1 {
  margin: 0;
  font-size: 24px;
  line-height: 1.5;
  letter-spacing: -1px;
}
.search-btn {
  margin-bottom: 0;
}
.search-btn:active {
  box-shadow: none;
}
.search-overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
  background-color: rgba(51, 51, 51, 0);
  z-index: -1;
  -webkit-transition: all .25s ease;
  -moz-transition: all .25s ease;
  -ms-transition: all .25s ease;
  -o-transition: all .25s ease;
  transition: all .25s ease;
}
.search-overlay .search-bar {
  opacity: 0;
  position: relative;
  top: 0;
  background-color: #fff;
  -webkit-transition: opacity 0.3s, transform 0.7s cubic-bezier(0.68, -0.55, 0.265, 1.55), top 0.7s cubic-bezier(0.23, 1, 0.32, 1);
  -moz-transition: opacity 0.3s, transform 0.7s cubic-bezier(0.68, -0.55, 0.265, 1.55), top 0.7s cubic-bezier(0.23, 1, 0.32, 1);
  -ms-transition: opacity 0.3s, transform 0.7s cubic-bezier(0.68, -0.55, 0.265, 1.55), top 0.7s cubic-bezier(0.23, 1, 0.32, 1);
  -o-transition: opacity 0.3s, transform 0.7s cubic-bezier(0.68, -0.55, 0.265, 1.55), top 0.7s cubic-bezier(0.23, 1, 0.32, 1);
  transition: opacity 0.3s, transform 0.7s cubic-bezier(0.68, -0.55, 0.265, 1.55), top 0.7s cubic-bezier(0.23, 1, 0.32, 1);
}
.search-overlay form {
  width: 100%;
  height: 80px;
}
.search-overlay form .search-input-group {
  position: relative;
}
.search-overlay form .form-control {
  display: inline-block;
  float: left;
  width: 70%;
  height: auto;
  padding: 23px 15px;
  margin-left: 60px;
  border: none;
  border-radius: 0;
  background-color: transparent;
  box-shadow: none;
  font-size: 24px;
  font-family: 'Montserrat', sans-serif;
  color: #333;
  letter-spacing: -0.8px;
}
.search-overlay form .form-control::-webkit-input-placeholder {
  font-size: 24px;
  color: #aaa;
}
.search-overlay form .form-control:-moz-placeholder {
  font-size: 24px;
  color: #aaa;
}
.search-overlay form .form-control::-moz-placeholder {
  font-size: 24px;
  color: #aaa;
}
.search-overlay form .form-control:-ms-input-placeholder {
  font-size: 24px;
  color: #aaa;
}
.search-overlay form .form-control:focus {
  outline: none;
  border-bottom-color: #ddd;
}
.search-overlay form .btn {
  float: right;
  margin-top: 20px;
  margin-right: 60px;
}
.search-overlay form .btn:after {
  content: '\f054';
  font-family: "FontAwesome";
  margin-left: 5px;
  font-size: 10px;
}
.search-overlay .close-btn {
  position: absolute;
  top: 15px;
  right: 15px;
  width: 50px;
  height: 50px;
  border-radius: 3px;
  cursor: pointer;
  -webkit-transition: all .25s ease;
  -moz-transition: all .25s ease;
  -ms-transition: all .25s ease;
  -o-transition: all .25s ease;
  transition: all .25s ease;
}
.search-overlay .close-btn:hover {
  background-color: #eee;
}
.search-overlay .close-btn span {
  position: absolute;
  top: 24px;
  right: 12px;
  width: 26px;
  height: 2px;
  background-color: #222;
}
.search-overlay .close-btn span:first-child {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
.search-overlay .close-btn span:last-child {
  -webkit-transform: rotate(135deg);
  -moz-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  -o-transform: rotate(135deg);
  transform: rotate(135deg);
}
.search-overlay .close {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
  z-index: -1;
  cursor: default;
}
.search-overlay.open {
  z-index: 99999;
  background-color: rgba(51, 51, 51, 0.94);
}
.search-overlay.open .search-bar {
  opacity: 1;
  z-index: 99999;
  -webkit-transition: opacity 0.4s, transform 0.4s cubic-bezier(0.68, -0.55, 0.265, 1.55), top 1s cubic-bezier(0.23, 1, 0.32, 1);
  -moz-transition: opacity 0.4s, transform 0.4s cubic-bezier(0.68, -0.55, 0.265, 1.55), top 1s cubic-bezier(0.23, 1, 0.32, 1);
  -ms-transition: opacity 0.4s, transform 0.4s cubic-bezier(0.68, -0.55, 0.265, 1.55), top 1s cubic-bezier(0.23, 1, 0.32, 1);
  -o-transition: opacity 0.4s, transform 0.4s cubic-bezier(0.68, -0.55, 0.265, 1.55), top 1s cubic-bezier(0.23, 1, 0.32, 1);
  transition: opacity 0.4s, transform 0.4s cubic-bezier(0.68, -0.55, 0.265, 1.55), top 1s cubic-bezier(0.23, 1, 0.32, 1);
}
.search-overlay.open .close {
  z-index: 99998;
}
.hamburger {
  display: inline-block;
  position: relative;
  float: right;
  width: 20px;
  height: 44px;
  margin-left: 30px;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: 0.5s ease-in-out;
  -moz-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
  cursor: pointer;
}
.hamburger span {
  display: block;
  position: absolute;
  height: 2px;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.95);
  opacity: 1;
  left: 0;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: 0.25s ease-in-out;
  -moz-transition: 0.25s ease-in-out;
  -o-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
}
.hamburger span:nth-child(1) {
  top: 15px;
}
.hamburger span:nth-child(2),
.hamburger span:nth-child(3) {
  top: 22px;
}
.hamburger span:nth-child(4) {
  top: 29px;
}
.hamburger.open span:nth-child(1) {
  top: 22px;
  width: 0%;
  left: 50%;
}
.hamburger.open span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
.hamburger.open span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.hamburger.open span:nth-child(4) {
  top: 22px;
  width: 0%;
  left: 50%;
}
.header.right .hamburger {
  float: left;
  margin-left: 0;
  margin-right: 30px;
}
/*--------------------------*/
/*
/*      3. Portfolio Page
/*
/*--------------------------*/
.works .row .mix {
  display: none;
}
.work-filters {
  margin-left: 0;
}
.work-filters .filter {
  position: relative;
  padding-left: 0;
  padding-right: 0;
  margin-right: 35px;
  margin-bottom: 30px;
  font-family: 'Montserrat', sans-serif;
  font-size: 13px;
  color: #666;
  cursor: pointer;
  -webkit-transition: all .25s;
  -moz-transition: all .25s;
  -ms-transition: all .25s;
  -o-transition: all .25s;
  transition: all .25s;
}
.work-filters .filter:after {
  content: '';
  display: block;
  position: absolute;
  top: 100%;
  right: 0;
  left: auto;
  width: 0;
  height: 2px;
  background: #7f9fe0;
  -webkit-transition: all 250ms cubic-bezier(0.165, 0.84, 0.44, 1);
  -moz-transition: all 250ms cubic-bezier(0.165, 0.84, 0.44, 1);
  -o-transition: all 250ms cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: all 250ms cubic-bezier(0.165, 0.84, 0.44, 1);
}
.work-filters .filter:last-child {
  margin-right: 0;
}
.work-filters .filter:hover,
.work-filters .filter.active {
  color: #424242;
}
.work-filters .filter:hover:after,
.work-filters .filter.active:after {
  width: 100%;
  left: 0;
}
.work-card {
  margin-bottom: 30px;
}
.work-card article {
  display: block;
  position: relative;
  height: 480px;
  border-radius: 5px;
  background-repeat: no-repeat;
  background-position: center;
  background-color: transparent;
  background-size: cover;
}
.work-card .overlay-link {
  display: block;
  width: 100%;
  height: 100%;
}
.work-card:hover .work-layer.overlay {
  opacity: 0.95;
}
.work-card:hover .work-layer.text-layer {
  opacity: 1;
}
.work-card.work-inverted .overlay-link {
  position: relative;
}
.work-card.work-inverted .work-layer.image-layer {
  position: relative;
}
.work-card.work-inverted .work-layer.overlay {
  opacity: 0.95;
}
.work-card.work-inverted .work-layer.text-layer {
  opacity: 1;
}
.work-card.work-inverted:hover .overlay-link {
  z-index: 2;
}
.work-card.work-inverted:hover .work-layer.image-layer {
  z-index: 2;
}
.work-card.work-inverted:hover .work-layer.overlay {
  opacity: 0;
}
.work-card.work-inverted:hover .work-layer.text-layer {
  opacity: 0;
}
.work-card.no-image .work-layer.overlay {
  opacity: 1;
}
.work-card.no-image .work-layer.text-layer {
  opacity: 1;
}
.work-card.no-image:hover .work-layer.overlay {
  opacity: 1;
}
.work-card.no-image:hover .work-layer.text-layer {
  opacity: 1;
}
.read-more .btn {
  margin-bottom: 0;
}
.read-more .btn:after {
  content: '\f054';
  font-family: "FontAwesome";
  margin-left: 5px;
  font-size: 10px;
}
.work-layer {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.work-layer.overlay {
  opacity: 0;
  border-radius: 5px;
}
.work-layer.text-layer {
  width: 100%;
  left: 0;
  height: auto;
  text-align: center;
  opacity: 0;
}
.work-layer.text-layer.post-categories {
  top: 35px;
}
.work-layer.text-layer.post-title-excerpt {
  top: auto;
  bottom: 90px;
}
.work-layer.text-layer.read-more {
  top: auto;
  bottom: 25px;
}
.post-categories {
  padding: 0 30px;
  font-size: 13px;
  font-family: 'Montserrat', sans-serif;
}
.post-categories a {
  color: inherit;
  margin-right: 5px;
}
.post-categories a:hover {
  color: inherit;
}
.post-categories a:after {
  content: ',';
}
.post-categories a:last-child {
  margin-right: 0;
}
.post-categories a:last-child:after {
  content: none;
}
.post-title-excerpt h1 {
  padding: 0 40px;
  color: inherit;
}
.post-title-excerpt h1 a {
  color: inherit;
}
.post-title-excerpt h1 a:hover,
.post-title-excerpt h1 a:focus {
  text-decoration: none;
}
.post-excerpt {
  margin-bottom: 25px;
  padding: 0 40px;
}
.post-excerpt p:last-child {
  margin-bottom: 0;
}
.work-card-2x .post-categories {
  padding: 0 130px;
}
.work-card-2x .post-title-excerpt h1 {
  padding: 0 170px;
}
.work-card-2x .post-excerpt {
  padding: 0 130px;
}
.work-card-2x .workcard-rendered-layer {
  width: 110%;
  height: 110%;
  top: -5%;
  left: -5%;
}
.work-card-hover article {
  transform-style: preserve-3d;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.work-card-hover:hover .workcard-rendered-layer.overlay {
  opacity: 0.95;
}
.work-card-hover:hover .workcard-rendered-layer.text-layer {
  opacity: 1;
}
.work-card-hover.work-inverted .workcard-rendered-layer.overlay {
  opacity: 0.95;
}
.work-card-hover.work-inverted .workcard-rendered-layer.text-layer {
  opacity: 1;
}
.work-card-hover.work-inverted:hover .workcard-rendered-layer.overlay {
  opacity: 0;
}
.work-card-hover.work-inverted:hover .workcard-rendered-layer.text-layer {
  opacity: 0;
}
.workcard-container {
  position: relative;
  width: 100%;
  height: 100%;
  border-radius: 5px;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -ms-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
.workcard-container.over .workcard-shadow {
  box-shadow: 0 45px 100px rgba(14, 21, 47, 0.4), 0 16px 40px rgba(14, 21, 47, 0.4);
}
.workcard-layers {
  position: relative;
  width: 100%;
  height: 100%;
  border-radius: 5px;
  overflow: hidden;
  transform-style: preserve-3d;
}
.workcard-rendered-layer {
  position: absolute;
  width: 104%;
  height: 104%;
  top: -2%;
  left: -2%;
  background-repeat: no-repeat;
  background-position: center;
  background-color: transparent;
  background-size: cover;
  -webkit-transition: all 0.1s ease-out;
  -moz-transition: all 0.1s ease-out;
  -ms-transition: all 0.1s ease-out;
  -o-transition: all 0.1s ease-out;
  transition: all 0.1s ease-out;
}
.workcard-rendered-layer.image-layer a {
  display: block;
  width: 100%;
  height: 100%;
}
.workcard-rendered-layer.overlay {
  opacity: 0;
  border-radius: 5px;
}
.workcard-rendered-layer.text-layer {
  width: 100%;
  left: 0;
  height: auto;
  text-align: center;
  opacity: 0;
}
.workcard-rendered-layer.text-layer.post-categories {
  top: 35px;
}
.workcard-rendered-layer.text-layer.post-title-excerpt {
  top: auto;
  bottom: 90px;
}
.workcard-rendered-layer.text-layer.read-more {
  top: auto;
  bottom: 25px;
}
.workcard-shadow {
  position: absolute;
  top: 5%;
  left: 5%;
  width: 90%;
  height: 90%;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -ms-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  box-shadow: 0 8px 30px rgba(14, 21, 47, 0.6);
}
.blog-pagination {
  clear: both;
  text-align: center;
  margin-left: 15px;
  margin-right: 15px;
  padding-top: 20px;
  margin-bottom: 45px;
}
.blog-pagination p {
  margin-bottom: 0;
}
.page-numbers {
  display: inline-block;
  width: 44px;
  height: 44px;
  padding-top: 11px;
  text-align: center;
  font-size: 13px;
  border-radius: 3px;
  background-color: #eee;
  color: rgba(0, 0, 0, 0.4);
}
.page-numbers:not(.dots):hover,
.page-numbers:focus {
  background-color: #ddd;
  color: rgba(0, 0, 0, 0.4);
  text-decoration: none;
}
.page-numbers.current,
.page-numbers.current:hover {
  background-color: #7f9fe0;
  color: #fff;
}
.pagination .page-numbers {
  margin-right: 6px;
}
.svg-filters {
  position: absolute;
  visibility: hidden;
  width: 1px;
  height: 1px;
}
.btn-svg,
.btn-svg .btn-svg-bg {
  background-color: #7f9fe0;
  border: none;
  border-color: transparent;
  user-select: none;
  -webkit-transition: background-color 0.1s ease-out;
  -moz-transition: background-color 0.1s ease-out;
  transition: background-color 0.1s ease-out;
}
.btn-svg:hover,
.btn-svg .btn-svg-bg:hover {
  background-color: #333;
  color: #fff;
}
.btn-svg:focus,
.btn-svg .btn-svg-bg:focus {
  outline: none;
  color: #fff;
}
.safari .button,
.safari .btn-svg-bg {
  -webkit-filter: none !important;
  filter: none !important;
}
.btn-svg {
  position: relative;
  background: none;
  z-index: 0;
}
.btn-svg:focus {
  background: none;
}
.btn-svg:hover {
  background: none;
}
.btn-svg:hover .circle {
  background: #333;
}
.btn-svg:hover .btn-svg-bg {
  background: #333;
}
.btn-svg .btn-svg-container {
  position: absolute;
  display: block;
  width: 200%;
  height: 400%;
  top: -150%;
  left: -50%;
  -webkit-filter: url("#filter-goo-1");
  filter: url("/#filter-goo-1");
  pointer-events: none;
  z-index: -1;
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -ms-transform: translateZ(0);
  -o-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-transition: all 0.1s ease-out;
  -moz-transition: all 0.1s ease-out;
  transition: all 0.1s ease-out;
}
.btn-svg .btn-svg-bg {
  position: absolute;
  width: 50%;
  height: 25%;
  top: 50%;
  left: 25%;
  border-radius: 100px;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.btn-svg .circle {
  position: absolute;
  width: 25px;
  height: 25px;
  border-radius: 15px;
  background: #7f9fe0;
  -webkit-transition: background-color 0.1s ease-out;
  -moz-transition: background-color 0.1s ease-out;
  transition: background-color 0.1s ease-out;
}
.btn-svg .circle.top-left {
  top: 40%;
  left: 27%;
}
.btn-svg .circle.bottom-right {
  bottom: 40%;
  right: 27%;
}
.load-more {
  padding: 15px 35px;
}
/*--------------------------*/
/*
/*          4. Blog
/*
/*--------------------------*/
.blog-grid .default-post {
  display: inline-block;
  float: none;
  vertical-align: top;
  text-align: center;
  margin-bottom: 30px;
}
.blog-grid .default-post article *:last-child,
.blog-grid .default-post article .post-title-excerpt *:last-child {
  margin-bottom: 0;
}
.blog-grid .default-post .post-thumbnail {
  height: 480px;
  background-repeat: no-repeat;
  background-position: center;
  background-color: transparent;
  background-size: cover;
}
.post-date-comments {
  font-size: 12px;
  font-family: 'Merriweather', serif;
}
.post-date-comments p {
  display: inline;
  font: inherit;
}
.post-date-comments a {
  color: inherit;
}
.post-date-comments a:hover {
  color: inherit;
}
.post-date-comments i {
  margin-right: 10px;
  font-size: 14px;
}
.post-date-comments .post-date {
  border-right: 1px solid;
  padding-right: 13px;
  padding-top: 3px;
  padding-bottom: 3px;
}
.post-date-comments .post-comment-counter,
.post-date-comments .post-by {
  padding-left: 13px;
  padding-top: 3px;
  padding-bottom: 3px;
}
.default-post.col-md-8 {
  width: 66.5%;
}
.default-post.col-md-6 {
  width: 49.5%;
}
.default-post.col-md-4 {
  width: 33%;
}
.default-post .post-thumbnail {
  display: block;
  position: relative;
  margin-bottom: 30px;
  border-radius: 5px;
  text-align: center;
}
.default-post .post-thumbnail img {
  border-radius: 5px;
}
.default-post .post-categories {
  margin-bottom: 15px;
  padding: 0;
}
.default-post .post-title-excerpt {
  margin-bottom: 20px;
}
.default-post .post-title-excerpt h1 {
  padding: 0;
}
.default-post .post-excerpt {
  padding: 0;
}
.default-post .post-date-comments {
  margin-bottom: 20px;
}
.default-post.default-post-2x .post-categories {
  padding: 0 60px;
}
.default-post.default-post-2x .post-title-excerpt h1 {
  padding: 0 60px;
}
.default-post.default-post-2x .post-excerpt {
  padding: 0 60px;
}
.sticky-label {
  display: none;
}
.sticky .sticky-label {
  position: absolute;
  z-index: 1;
  display: block;
  width: 28px;
  height: 28px;
  padding-top: 4px;
  text-align: center;
  background-color: #FFD600;
  color: white;
  border-top-left-radius: 3px;
  border-bottom-right-radius: 3px;
}
.work-card-hover:hover .sticky-label {
  display: none;
}
.search-post .post-thumbnail {
  display: inline-block;
  float: left;
}
.search-post .post-info {
  padding-left: 180px;
}
.search-post h2 a {
  color: inherit;
}
.search-post h2 a:hover {
  text-decoration: none;
}
/*--------------------------*/
/*
/*       5. Post Page
/*
/*--------------------------*/
.post-featured-fullwidth .header {
  margin-bottom: 0;
  border-bottom: none;
}
.single-post .featured-fullwidth,
.single-marshmallow_work .featured-fullwidth,
body.page .featured-fullwidth,
.single-attachment .featured-fullwidth {
  position: relative;
  display: block;
  height: 520px;
  width: 100%;
  margin-bottom: 45px;
  background-repeat: no-repeat;
  background-position: center;
  background-color: transparent;
  background-size: cover;
}
.single-post .main-post,
.single-marshmallow_work .main-post,
body.page .main-post,
.single-attachment .main-post {
  border-bottom: 1px solid;
  margin-bottom: 25px;
}
.single-post .main-post header,
.single-marshmallow_work .main-post header,
body.page .main-post header,
.single-attachment .main-post header {
  margin-bottom: 25px;
  text-align: center;
}
.single-post .main-post .post-title,
.single-marshmallow_work .main-post .post-title,
body.page .main-post .post-title,
.single-attachment .main-post .post-title {
  font-size: 48px;
  letter-spacing: -2px;
}
.single-post .main-post .post-content,
.single-marshmallow_work .main-post .post-content,
body.page .main-post .post-content,
.single-attachment .main-post .post-content {
  margin-bottom: 20px;
}
.single-post .main-post .post-comment-counter,
.single-marshmallow_work .main-post .post-comment-counter,
body.page .main-post .post-comment-counter,
.single-attachment .main-post .post-comment-counter {
  border-right: 1px solid;
  padding-right: 13px;
  padding-top: 3px;
  padding-bottom: 3px;
}
.single-post .main-post footer .row,
.single-marshmallow_work .main-post footer .row,
body.page .main-post footer .row,
.single-attachment .main-post footer .row {
  margin-bottom: 25px;
}
.single-post .main-post footer .row div:nth-child(2) .post-share,
.single-marshmallow_work .main-post footer .row div:nth-child(2) .post-share,
body.page .main-post footer .row div:nth-child(2) .post-share,
.single-attachment .main-post footer .row div:nth-child(2) .post-share {
  float: right;
}
.post-share {
  margin: 0;
}
.post-share li {
  padding: 0;
  margin-right: 10px;
  margin-bottom: 10px;
}
.post-share a {
  display: inline-block;
  width: 40px;
  height: 40px;
  padding-top: 8px;
  text-align: center;
  border-radius: 3px;
  -webkit-transition: all .25s ease;
  -moz-transition: all .25s ease;
  -ms-transition: all .25s ease;
  -o-transition: all .25s ease;
  transition: all .25s ease;
}
.post-share i {
  font-size: 18px;
}
.post-tags {
  margin-top: 8px;
}
.post-tags a {
  font-family: 'Merriweather', serif;
  font-size: 12px;
  color: inherit;
  margin-right: 10px;
  display: inline-block;
}
.post-tags a:hover {
  color: inherit;
}
.post-tags a:before {
  content: '#';
}
.post-nav {
  border-bottom: 1px solid;
  padding-bottom: 25px;
  margin-bottom: 30px;
  overflow: auto;
}
.post-nav .post-nav-prev,
.post-nav .post-nav-next {
  float: left;
  width: 50%;
}
.post-nav .post-nav-prev {
  border-right: 1px solid;
  margin-left: 1px;
}
.post-nav .post-nav-prev .post-nav-link {
  padding-right: 20px;
}
.post-nav .post-nav-prev .post-nav-link:before {
  content: "\f104";
  float: left;
}
.post-nav .post-nav-prev .post-nav-link p,
.post-nav .post-nav-prev .post-nav-link h3 {
  padding-left: 80px;
}
.post-nav .post-nav-next {
  border-left: 1px solid;
  text-align: right;
  float: right;
  margin-left: -1px;
}
.post-nav .post-nav-next .post-nav-link {
  padding-left: 20px;
}
.post-nav .post-nav-next .post-nav-link:before {
  content: "\f105";
  float: right;
}
.post-nav .post-nav-next .post-nav-link p,
.post-nav .post-nav-next .post-nav-link h3 {
  padding-right: 80px;
  padding-left: 0;
}
.post-nav .post-nav-link {
  display: block;
}
.post-nav .post-nav-link:before {
  display: inline-block;
  width: 60px;
  height: 60px;
  border-radius: 100%;
  padding-top: 4px;
  vertical-align: top;
  font-family: "FontAwesome";
  font-size: 34px;
  text-align: center;
  -webkit-transition: all .25s ease;
  -moz-transition: all .25s ease;
  -ms-transition: all .25s ease;
  -o-transition: all .25s ease;
  transition: all .25s ease;
}
.post-nav .post-nav-link:hover,
.post-nav .post-nav-link:focus {
  text-decoration: none;
}
.post-nav .post-nav-link:hover p,
.post-nav .post-nav-link:focus p {
  color: #7f9fe0;
}
.post-nav .post-nav-link:hover:before,
.post-nav .post-nav-link:focus:before {
  background-color: #7f9fe0;
  color: #fff;
}
.post-nav p {
  display: block;
  font-size: 11px;
  font-weight: 700;
  margin-bottom: 5px;
}
.post-nav h3 {
  display: block;
  margin-bottom: 0;
}
.single-attachment h3 {
  padding-top: 20px;
}
.single-attachment h3 a {
  color: inherit;
}
.single-attachment h3 a:hover {
  text-decoration: none;
}
.author-block {
  padding-top: 10px;
  margin-bottom: 40px;
  overflow: auto;
}
.author-block img {
  display: inline-block;
  height: auto;
  float: left;
  border-radius: 100%;
}
.author-block .about-author {
  padding-left: 180px;
}
.author-block h3 a {
  color: inherit;
}
.author-block h3 a:hover,
.author-block h3 a:focus {
  color: #7f9fe0;
  text-decoration: none;
}
.author-block p {
  font-size: 14px;
}
.author-block .post-share {
  float: none;
}
.related > h2,
.comments > h2,
.comment-respond > h2 {
  border-bottom: 1px solid;
  padding-bottom: 20px;
  margin-bottom: 30px;
}
.related {
  margin-bottom: 10px;
}
.related .work-card .post-categories {
  padding: 0 30px;
}
.related .work-card .post-title-excerpt {
  margin-bottom: 0;
}
.related .work-card .post-title-excerpt h1 {
  padding: 0 40px;
}
.related .work-card .post-title-excerpt > *:last-child {
  margin-bottom: 0;
}
.related .work-card .post-excerpt {
  padding: 0 40px;
}
.comments {
  padding-bottom: 30px;
}
.comments ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.comment,
.pingback {
  padding-top: 30px;
  border-top: 1px dotted;
}
.comment:first-child,
.pingback:first-child {
  border-top: none;
  padding-top: 0;
}
.comment:not(.depth-1) .comment-body,
.pingback:not(.depth-1) .comment-body {
  border-left: 1px dotted;
  border-color: inherit;
  padding-left: 30px;
}
.comment:not(.depth-1) .children,
.pingback:not(.depth-1) .children {
  margin-left: 75px;
}
.comment .comment-body,
.pingback .comment-body {
  overflow: auto;
  margin-bottom: 30px;
}
.comment img,
.pingback img {
  display: inline-block;
  height: auto;
  float: left;
  border-radius: 100%;
}
.comment .comment-meta,
.pingback .comment-meta {
  padding-left: 120px;
}
.comment .comment-post-author,
.pingback .comment-post-author {
  display: inline-block;
  padding: 1px 10px;
  margin-right: 15px;
  background-color: #7f9fe0;
  color: #fff;
  font-size: 11px;
  vertical-align: text-top;
}
.comment .comment-author,
.pingback .comment-author {
  display: inline-block;
  padding-right: 13px;
  padding-top: 3px;
  padding-bottom: 3px;
}
.comment .comment-author a,
.pingback .comment-author a {
  color: inherit;
}
.comment .comment-author a:hover,
.pingback .comment-author a:hover,
.comment .comment-author a:focus,
.pingback .comment-author a:focus {
  color: #7f9fe0;
  text-decoration: none;
}
.comment .comment-date,
.pingback .comment-date {
  display: inline-block;
  font-size: 12px;
  font-family: 'Merriweather', serif;
  vertical-align: top;
  border-left: 1px solid;
  padding-left: 13px;
  padding-top: 3px;
  padding-bottom: 3px;
}
.comment .comment-text,
.pingback .comment-text {
  font-size: 14px;
}
.comment .comment-reply-link,
.pingback .comment-reply-link {
  font-size: 11px;
  font-family: 'Merriweather', serif;
}
.comment .children,
.pingback .children {
  padding-top: 30px;
  margin-left: 45px;
  border-top: 1px dotted;
}
.comment-notes,
.logged-in-as {
  font-size: 11px;
}
.comment-notes a,
.logged-in-as a {
  color: inherit;
}
.comment-reply-login {
  font-size: 12px;
}
.must-log-in {
  font-size: 14px;
}
.comment-respond {
  padding-bottom: 60px;
}
.comment-respond .row {
  margin-bottom: 30px;
}
.comment-respond .submit {
  display: none;
}
.comment-respond .btn {
  margin-bottom: 0;
}
/*--------------------------*/
/*
/*          6. Shortcodes
/*
/*--------------------------*/
.post-content p,
.post-excerpt p,
.textwidget p,
.post-content .dropcap,
.post-excerpt .dropcap,
.textwidget .dropcap {
  margin-bottom: 30px;
}
.post-content img,
.post-excerpt img,
.textwidget img {
  max-width: 100%;
  height: auto;
  margin-bottom: 30px;
}
.post-content *:last-child,
.post-excerpt *:last-child,
.textwidget *:last-child {
  margin-bottom: 0;
}
.post-content *[class*=col-md-],
.post-excerpt *[class*=col-md-],
.textwidget *[class*=col-md-],
.post-content *[class*=col-md-]:last-child,
.post-excerpt *[class*=col-md-]:last-child,
.textwidget *[class*=col-md-]:last-child {
  margin-bottom: 30px;
}
.post-content ul,
.post-excerpt ul,
.textwidget ul {
  list-style: none;
  padding-left: 20px;
}
.post-content li,
.post-excerpt li,
.textwidget li {
  line-height: 2;
}
.post-content li:before,
.post-excerpt li:before,
.textwidget li:before {
  content: "\f105";
  font-family: "FontAwesome";
  margin-right: 10px;
}
.alignnone {
  margin-left: 0;
  margin-right: 0;
}
.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.alignright,
img.alignright {
  float: right;
  margin-left: 20px;
  margin-right: 0;
  margin-bottom: 0;
}
.alignleft,
img.alignleft {
  float: left;
  margin-right: 20px;
  margin-left: 0;
  margin-bottom: 0;
}
.wp-caption {
  max-width: 100%;
  margin-bottom: 30px;
}
.wp-caption img {
  margin-bottom: 0;
}
.wp-caption-text,
.gallery-caption {
  margin-top: 10px;
  margin-bottom: 0;
  font-size: 12px;
  text-align: left;
}
.gallery {
  margin: 0 -15px !important;
}
.gallery .gallery-item {
  margin-top: 0 !important;
  margin-bottom: 30px;
  padding: 0 15px !important;
}
.gallery .gallery-item img {
  border: none !important;
  margin-bottom: 0;
}
.gallery-columns-7 .wp-caption-text,
.gallery-columns-8 .wp-caption-text,
.gallery-columns-9 .wp-caption-text {
  display: none;
}
blockquote {
  position: relative;
  padding: 0 0 0 50px;
  margin: 0 0 30px;
  border: none;
  font-size: 14px;
  font-style: italic;
}
blockquote:before {
  content: '\201c';
  position: absolute;
  left: 0;
  top: -3px;
  font-size: 48px;
  font-style: italic;
  font-family: "Merriweather";
}
blockquote p {
  line-height: 2;
}
.dropcap > p:first-child {
  display: inline-block;
}
.dropcap > p:first-child:first-letter,
.dropcap > p:first-child::first-letter {
  float: left;
  font-family: 'Montserrat', sans-serif;
  color: #7f9fe0;
  font-size: 110px;
  line-height: 90px;
  margin-right: 20px;
  margin-bottom: 15px;
}
.service-box {
  margin-bottom: 30px;
  padding: 30px 0;
  text-align: center;
}
.service-box.circle i,
.service-box.shadow i {
  border-radius: 100px;
}
.service-box.rounded1 i {
  border-radius: 4px;
}
.service-box.rounded2 i {
  border-top-left-radius: 9px;
  border-bottom-right-radius: 9px;
}
.service-box.circle:hover i,
.service-box.square:hover i,
.service-box.rounded1:hover i,
.service-box.rounded2:hover i {
  background-color: #222 !important;
  border-color: #222 !important;
  color: #fff !important;
}
.service-box.shadow:hover i {
  color: #222 !important;
  box-shadow: 8px 8px 0px 0px #222 !important;
}
.service-box h3 a {
  color: inherit;
}
.service-box h3 a:hover,
.service-box h3 a:focus {
  color: #7f9fe0;
  text-decoration: none;
}
.service-box i {
  display: block;
  width: 90px;
  height: 90px;
  margin: 0 auto 30px;
  font-size: 28px;
  -webkit-transition: all .25s ease;
  -moz-transition: all .25s ease;
  -ms-transition: all .25s ease;
  -o-transition: all .25s ease;
  transition: all .25s ease;
}
/*--------------------------*/
/*
/*          7. Page
/*
/*--------------------------*/
.page-title {
  font-size: 48px;
  letter-spacing: -2px;
}
body.page .main-post {
  border-bottom: none;
}
.embed-map {
  position: relative;
  margin-bottom: 30px;
}
.embed-map .map-overlay {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 2;
}
.embed-map iframe {
  width: 100%;
  border-radius: 3px;
}
.wpcf7-not-valid-tip {
  font-family: 'Merriweather', serif;
  font-size: 10px !important;
}
body.page-slider .featured-fullwidth,
body.page.post-featured-fullwidth .featured-fullwidth {
  margin-bottom: 0;
}
body.page-slider .main > .container,
body.page.post-featured-fullwidth .main > .container {
  padding-top: 45px;
}
html,
.error404 {
  height: 100%;
}
.error-404 {
  padding: 190px;
  text-align: center;
}
.error-404 > img {
  margin-bottom: 30px;
}
/*--------------------------*/
/*
/*          8. Sidebar
/*
/*--------------------------*/
aside {
  border: 1px solid #ddd;
  border-radius: 3px;
  padding: 30px 0 0;
  margin-bottom: 50px;
}
aside .widgets {
  margin: 0;
}
aside .widgets .widget {
  padding-right: 30px;
  padding-left: 30px;
  padding-bottom: 30px;
  margin-bottom: 30px;
  border-bottom: 1px solid;
}
aside .widgets .widget:last-child {
  margin-bottom: 0;
  border-bottom: none;
}
.widgets {
  font-size: 13px;
  list-style: none;
  margin: 0 -15px;
  padding: 0;
}
.widgets h4 {
  margin-bottom: 20px;
}
.widgets .widget {
  margin-bottom: 30px;
}
.widgets .widget .no-widgets {
  color: #aaa;
  margin-bottom: 0;
  text-align: center;
}
.widgets .widget ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.widgets .widget ul li {
  padding: 12px 0;
  border-top: 1px dotted;
  -webkit-transition: all .25s ease;
  -moz-transition: all .25s ease;
  -ms-transition: all .25s ease;
  -o-transition: all .25s ease;
  transition: all .25s ease;
}
.widgets .widget ul li:first-child {
  border-top: none;
}
.widgets .widget ul li:last-child {
  padding-bottom: 0;
}
.widgets .widget ul li:last-child:hover {
  padding: 12px 0 0 3px;
}
.widgets .widget ul li:before {
  content: "\f105";
  font-family: "FontAwesome";
  margin-right: 10px;
  -webkit-transition: all .25s ease;
  -moz-transition: all .25s ease;
  -ms-transition: all .25s ease;
  -o-transition: all .25s ease;
  transition: all .25s ease;
}
.widgets .widget ul li a {
  color: inherit;
}
.widgets .widget ul li:hover {
  padding: 12px 0 12px 3px;
}
.widgets .widget ul li:hover:before {
  margin-right: 7px;
}
.widgets .widget ul li .children,
.widgets .widget ul li .sub-menu {
  margin-left: 20px;
  margin-top: 12px;
  border-top: 1px dotted;
}
.widgets .widget_rss .widget-title .rsswidget {
  display: inline-block;
  color: inherit;
}
.widgets .widget_rss .widget-title .rsswidget:hover {
  text-decoration: none;
  color: #7f9fe0;
}
.widgets .widget_rss li:before {
  display: none;
}
.widgets .widget_rss li:hover {
  padding: 12px 0 !important;
}
.widgets .widget_rss li:last-child:hover {
  padding: 12px 0 0 !important;
}
.widgets .widget_rss li .rsswidget {
  display: block;
  font-weight: bold;
  margin-bottom: 17px;
}
.widgets .widget_rss li .rss-date {
  display: block;
  font-size: 12px;
  margin-bottom: 15px;
}
.widgets .recentcomments {
  font-size: 0;
}
.widgets .recentcomments:before {
  display: none;
}
.widgets .recentcomments:hover {
  padding: 12px 0 !important;
}
.widgets .recentcomments:last-child:hover {
  padding: 12px 0 0 !important;
}
.widgets .recentcomments .comment-author-link a {
  display: block;
  font-size: 12px;
  font-family: 'Merriweather', serif;
  letter-spacing: 0;
  font-weight: normal;
}
.widgets .recentcomments .comment-author-link a:before {
  content: "\f075";
  font-family: "FontAwesome";
  letter-spacing: 10px;
}
.widgets .recentcomments .comment-author-link a:hover {
  text-decoration: underline;
  color: inherit;
}
.widgets .recentcomments a {
  font-size: 14px;
  font-family: 'Montserrat', sans-serif;
  font-weight: bold;
  letter-spacing: -0.5px;
}
.widgets .recentcomments a:hover {
  text-decoration: none;
  color: #7f9fe0;
}
.widgets .widget_recent_entries li a {
  font-size: 14px;
  font-family: 'Montserrat', sans-serif;
  font-weight: bold;
  letter-spacing: -0.5px;
}
.widgets .widget_recent_entries li a:hover {
  text-decoration: none;
  color: #7f9fe0;
}
.widgets .widget_recent_entries li:before {
  display: none;
}
.widgets .widget_recent_entries li:hover {
  padding: 12px 0 !important;
}
.widgets .widget_recent_entries li:last-child:hover {
  padding: 12px 0 0 !important;
}
.widgets .calendar_wrap table {
  position: relative;
  width: 100%;
  font-size: 14px;
}
.widgets .calendar_wrap table caption {
  text-transform: uppercase;
  font-weight: bold;
  padding-top: 5px;
  padding-bottom: 13px;
  margin-bottom: 16px;
  text-align: center;
  border-bottom: 1px dotted;
}
.widgets .calendar_wrap table tfoot {
  position: absolute;
  width: 100%;
  top: 2px;
  font-size: 12px;
  padding: 4px 0;
}
.widgets .calendar_wrap table tfoot tr td:first-child,
.widgets .calendar_wrap table tfoot tr td:last-child {
  width: 50%;
  text-align: left;
}
.widgets .calendar_wrap table tfoot tr td:last-child {
  text-align: right;
}
.widgets select {
  width: 100%;
  height: 40px;
  padding: 10px 14px;
  font-size: 12px;
  line-height: 1;
  color: rgba(0, 0, 0, 0.85);
  background-color: #fff;
  border: 1px solid;
  border-color: rgba(0, 0, 0, 0.15);
  border-radius: 3px;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.widgets select:focus {
  outline: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.widgets .screen-reader-text {
  padding-right: 10px;
  font-size: 12px;
}
.widgets .tagcloud a {
  position: relative;
  z-index: 1;
  display: inline-block;
  padding: 3px 6px;
  margin-right: -1px;
  margin-bottom: 3px;
  border-radius: 3px;
  font-size: 12px !important;
  -webkit-transition: all 0.7s cubic-bezier(0.8, 0, 0.2, 1);
  -moz-transition: all 0.7s cubic-bezier(0.8, 0, 0.2, 1);
  -ms-transition: all 0.7s cubic-bezier(0.8, 0, 0.2, 1);
  -o-transition: all 0.7s cubic-bezier(0.8, 0, 0.2, 1);
  transition: all 0.7s cubic-bezier(0.8, 0, 0.2, 1);
}
.widgets .tagcloud a:hover {
  text-decoration: none;
  -webkit-transition: all 0.2s cubic-bezier(0.8, 0, 0.2, 1);
  -moz-transition: all 0.2s cubic-bezier(0.8, 0, 0.2, 1);
  -ms-transition: all 0.2s cubic-bezier(0.8, 0, 0.2, 1);
  -o-transition: all 0.2s cubic-bezier(0.8, 0, 0.2, 1);
  transition: all 0.2s cubic-bezier(0.8, 0, 0.2, 1);
}
.widgets .widget_instagram .row {
  margin-right: -3px;
  margin-left: -3px;
  margin-bottom: -6px;
}
.widgets .widget_instagram .instagram-feed {
  margin-top: 0px;
  margin-bottom: 0px;
  clear: both;
}
.widgets .widget_instagram .instagram-feed li {
  list-style: none;
  border: none;
  padding-top: 0;
  padding-right: 3px;
  padding-left: 3px;
  padding-bottom: 6px;
}
.widgets .widget_instagram .instagram-feed li:before,
.widgets .widget_instagram .instagram-feed li:after {
  content: none;
}
.widgets .widget_instagram .instagram-feed li:hover {
  padding-top: 0;
  padding-right: 3px;
  padding-left: 3px;
  padding-bottom: 6px;
}
.widgets .widget_instagram .instagram-feed li:last-child {
  padding-bottom: 6px;
}
.widgets .widget_instagram .instagram-feed li:last-child:hover {
  padding-top: 0;
  padding-right: 3px;
  padding-left: 3px;
  padding-bottom: 6px;
}
.widgets .widget_instagram .instagram-feed li a {
  display: block;
  width: 100%;
  height: 100%;
  background-size: cover;
}
.widgets .widget_instagram .instagram-feed li a:hover {
  background-color: transparent;
  padding-left: 0;
}
.widgets .widget_instagram.carousel-instagram .row {
  margin-left: 0;
  margin-right: 0;
  margin-bottom: 0;
}
.widgets .widget_instagram.carousel-instagram li {
  padding: 0;
}
.widgets .widget_instagram.carousel-instagram li:hover {
  padding: 0;
}
.widgets .widget_instagram.carousel-instagram li:last-child {
  padding: 0;
}
.widgets .widget_instagram.carousel-instagram li:last-child:hover {
  padding: 0;
}
.widgets .widget_instagram.carousel-instagram a {
  display: block;
  font-size: 12px;
  text-align: center;
  -webkit-transition: all .2s;
  -moz-transition: all .2s;
  -ms-transition: all .2s;
  -o-transition: all .2s;
  transition: all .2s;
}
.widgets .widget_instagram.carousel-instagram a:hover {
  color: #7f9fe0;
  text-decoration: none;
}
.widgets .widget_social ul li {
  padding: 0;
  border-top: none;
}
.widgets .widget_social ul li:before {
  display: none;
}
.widgets .widget_social ul li:hover {
  padding: 0 !important;
}
.widgets .widget_social ul li:last-child:hover {
  padding: 0 !important;
}
.widgets .widget_social .post-share a {
  padding-top: 11px;
}
.widgets .widget_recent_entries2 {
  margin-bottom: 10px;
}
.widgets .widget_recent_entries2 .widget-title {
  margin-bottom: 20px;
}
.widgets .widget_recent_entries2 article {
  overflow: auto;
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: 1px dotted;
}
.widgets .widget_recent_entries2 article:last-child {
  padding-bottom: 0;
  margin-bottom: 0;
  border-bottom: none;
}
.widgets .widget_recent_entries2 .post-thumbnail {
  position: relative;
  float: left;
  margin-right: 20px;
  margin-bottom: 0;
}
.widgets .widget_recent_entries2 .post-thumbnail:hover {
  text-decoration: none;
}
.widgets .widget_recent_entries2 .post-thumbnail:hover:before {
  opacity: 0.3;
}
.widgets .widget_recent_entries2 .post-thumbnail:hover .read-more {
  opacity: 1;
}
.widgets .widget_recent_entries2 .post-thumbnail:hover .read-more span:before {
  opacity: 1;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}
.widgets .widget_recent_entries2 .post-thumbnail:before {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  border-radius: 5px;
  background: #000;
  opacity: 0;
  -webkit-transition: all .25s ease;
  -moz-transition: all .25s ease;
  -ms-transition: all .25s ease;
  -o-transition: all .25s ease;
  transition: all .25s ease;
}
.widgets .widget_recent_entries2 i {
  display: block;
  width: 70px;
  height: 70px;
  border-radius: 5px;
  padding-top: 26px;
  background-color: #7f9fe0;
}
.widgets .widget_recent_entries2 i:before {
  color: #fff;
}
.widgets .widget_recent_entries2 .read-more {
  position: absolute;
  top: 15px;
  left: 15px;
  opacity: 0;
  -webkit-transition: all .25s ease;
  -moz-transition: all .25s ease;
  -ms-transition: all .25s ease;
  -o-transition: all .25s ease;
  transition: all .25s ease;
}
.widgets .widget_recent_entries2 .read-more span {
  padding: 8px 14px 10px 11px;
  color: rgba(255, 255, 255, 0.95);
}
.widgets .widget_recent_entries2 .read-more span:before {
  border-color: rgba(255, 255, 255, 0.6);
}
.widgets .widget_recent_entries2 .post-title-excerpt {
  padding-left: 90px;
  margin-bottom: 0;
}
.widgets .widget_recent_entries2 .post-date-comments {
  margin-bottom: 0;
}
.widgets .widget_recent_entries2 h5 a {
  color: inherit;
}
.widgets .widget_recent_entries2 h5 a:hover {
  color: #7f9fe0;
  text-decoration: none;
}
.widgets .textwidget.post-content *:last-child {
  margin-bottom: 0;
}
.widget_search .btn,
.slideout-menu .btn {
  position: absolute;
  top: 0;
  right: 0;
  font-size: 0;
  padding: 8.5px 15px;
  border-radius: 0 3px 3px 0;
}
.widget_search .btn:after,
.slideout-menu .btn:after {
  display: block;
  content: "\f002";
  font-family: "FontAwesome";
  font-size: 14px;
}
.widget_search .btn:hover,
.slideout-menu .btn:hover {
  background-color: #7f9fe0;
}
.widget_search .btn:hover:before,
.slideout-menu .btn:hover:before {
  opacity: 0;
}
.widget_search .btn:hover:after,
.slideout-menu .btn:hover:after {
  color: #fff;
}
.widget_search .search-input-group,
.slideout-menu .search-input-group {
  position: relative;
}
/*--------------------------*/
/*
/*          9. Footer
/*
/*--------------------------*/
.footer .widget {
  width: 33.33%;
}
.footer .post-share li {
  margin-bottom: 5px;
  margin-top: 5px;
}
.footer .post-share li:last-child {
  margin-right: 0;
}
.footer-top,
.footer-bottom {
  border-top: 1px solid #ddd;
}
.footer-top {
  padding: 60px 0;
}
.footer-bottom .row {
  padding: 20px 0;
}
.footer-bottom .post-share {
  float: right;
}
.footer-bottom .footer-logo {
  display: block;
  width: 100%;
  text-align: center;
}
.copyright {
  font-size: 14px;
  margin-bottom: 0;
}
/*--------------------------*/
/*
/*       10. Media Queries
/*
/*--------------------------*/
@media (max-width: 767px) {
  .mobile-menu,
  .header-menu {
    display: none;
  }
  .header.center .header-logo,
  .header.center .custom-logo-link {
    float: left;
  }
  .header.center .menu-bar {
    display: none;
  }
  #mobile-menu-btn {
    display: inline-block;
  }
  .container {
    padding-left: 30px;
    padding-right: 30px;
  }
  .work-filters {
    display: none;
  }
  .work-card-2x .post-categories {
    padding: 0 30px;
  }
  .work-card-2x .post-title-excerpt h1 {
    padding: 0 40px;
  }
  .work-card-2x .post-excerpt {
    padding: 0 40px;
    display: none;
  }
  .footer .col-md-4 {
    text-align: center;
  }
  .footer-bottom .post-share {
    float: none;
  }
  .single-post .main-post footer .row,
  .single-marshmallow_work .main-post footer .row,
  body.page .main-post footer .row,
  .single-attachment .main-post footer .row {
    margin-bottom: 25px;
  }
  .single-post .main-post footer .row div:nth-child(2) .post-share,
  .single-marshmallow_work .main-post footer .row div:nth-child(2) .post-share,
  body.page .main-post footer .row div:nth-child(2) .post-share,
  .single-attachment .main-post footer .row div:nth-child(2) .post-share {
    float: none;
  }
  .single-post .main-post footer .row div:first-child,
  .single-marshmallow_work .main-post footer .row div:first-child,
  body.page .main-post footer .row div:first-child,
  .single-attachment .main-post footer .row div:first-child {
    margin-bottom: 30px;
  }
  .single-post .main-post footer .row div:last-child,
  .single-marshmallow_work .main-post footer .row div:last-child,
  body.page .main-post footer .row div:last-child,
  .single-attachment .main-post footer .row div:last-child {
    margin-bottom: 0;
  }
  .author-block {
    text-align: center;
  }
  .author-block img {
    width: 150px;
    height: 150px;
    float: none;
    margin-bottom: 30px;
  }
  .author-block .about-author {
    padding-left: 0px;
  }
  .comment:not(.depth-1) .children,
  .pingback:not(.depth-1) .children {
    margin-left: 10px;
  }
  .comment:not(.depth-1) .comment-body,
  .pingback:not(.depth-1) .comment-body {
    padding-left: 15px;
  }
  .comment img,
  .pingback img {
    width: 50px;
    height: 50px;
    margin-right: 20px;
  }
  .comment .comment-meta,
  .pingback .comment-meta {
    padding-left: 0;
  }
  .comment .children,
  .pingback .children {
    margin-left: 10px;
  }
  .comment .comment-date,
  .pingback .comment-date {
    border-left: none;
    display: block;
  }
  .comment .comment-author,
  .pingback .comment-author {
    margin-bottom: 0;
  }
  .default-post.col-xs-12 {
    width: 100%;
  }
  .default-post.default-post-2x .post-categories {
    padding: 0;
  }
  .default-post.default-post-2x .post-title-excerpt h1 {
    padding: 0;
  }
  .default-post.default-post-2x .post-excerpt {
    padding: 0;
  }
  .single-post .main-post .post-title,
  .single-marshmallow_work .main-post .post-title,
  body.page .main-post .post-title,
  .single-attachment .main-post .post-title {
    font-size: 36px;
    letter-spacing: -2px;
  }
  .comment-respond .col-md-6:first-child {
    margin-bottom: 30px;
  }
  .single-post .main-post .post-comment-counter,
  .single-marshmallow_work .main-post .post-comment-counter,
  body.page .main-post .post-comment-counter,
  .single-attachment .main-post .post-comment-counter {
    border-right: none;
  }
  .single-post .main-post p.post-by,
  .single-marshmallow_work .main-post p.post-by,
  body.page .main-post p.post-by,
  .single-attachment .main-post p.post-by {
    display: block;
    margin-top: 10px;
  }
  .post-nav {
    border-bottom: 1px solid;
    padding-bottom: 25px;
    margin-bottom: 30px;
    overflow: auto;
  }
  .post-nav .post-nav-prev,
  .post-nav .post-nav-next {
    float: none;
    width: 100%;
  }
  .post-nav .post-nav-prev {
    border-right: none;
    margin-left: 0;
    padding-bottom: 25px;
    border-bottom: 1px solid;
  }
  .post-nav .post-nav-prev:last-child {
    border-bottom: none;
    padding-bottom: 0;
  }
  .post-nav .post-nav-next {
    padding-top: 25px;
    border-left: none;
    margin-left: 0;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .mobile-menu,
  .header-menu {
    display: none;
  }
  .header.center .header-logo,
  .header.center .custom-logo-link {
    float: left;
  }
  .header.center .menu-bar {
    display: none;
  }
  #mobile-menu-btn {
    display: inline-block;
  }
  .container {
    padding-left: 15px;
    padding-right: 15px;
  }
  .slideout-open .admin-bar #mobile-toggle-panel {
    padding-top: 46px !important;
  }
  .default-post.col-sm-6 {
    width: 49.7%;
  }
  .default-post.col-sm-12 {
    width: 100%;
  }
  .comment-respond .col-md-6:first-child {
    margin-bottom: 30px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .mobile-menu {
    display: none;
  }
  #mobile-menu-btn {
    display: none;
  }
  .post-nav .post-nav-link {
    width: 70%;
  }
}
@media (min-width: 1200px) {
  body.boxed #mobile-toggle-panel > .container {
    width: 1200px;
  }
  body.boxed .container .container {
    padding-left: 30px;
    padding-right: 30px;
  }
  .mobile-menu {
    display: none;
  }
  #mobile-menu-btn {
    display: none;
  }
}
/*--------------------------*/
/*
/*       11. Colors
/*
/*--------------------------*/
.header.dark .header-menu ul {
  color: rgba(0, 0, 0, 0.86);
}
.header.dark .header-menu .sub-menu,
.header.dark .header-menu .children {
  color: #fff;
}
.header.dark .header-menu .sub-menu .menu-item a:hover,
.header.dark .header-menu .children .menu-item a:hover,
.header.dark .header-menu .sub-menu .page_item a:hover,
.header.dark .header-menu .children .page_item a:hover,
.header.dark .header-menu .sub-menu .menu-item a:focus,
.header.dark .header-menu .children .menu-item a:focus,
.header.dark .header-menu .sub-menu .page_item a:focus,
.header.dark .header-menu .children .page_item a:focus {
  color: #fff;
  background-color: rgba(0, 0, 0, 0.1);
}
.header.dark .header-menu .menu-item a:hover,
.header.dark .header-menu .page_item a:hover,
.header.dark .header-menu .menu-item a:focus,
.header.dark .header-menu .page_item a:focus {
  color: rgba(0, 0, 0, 0.85);
  background-color: rgba(0, 0, 0, 0.1);
}
.header.dark .search-btn {
  color: rgba(0, 0, 0, 0.8);
}
.header.dark .search-btn:hover,
.header.dark .search-btn:focus {
  color: rgba(0, 0, 0, 0.85);
}
.header.light .header-menu ul {
  color: rgba(255, 255, 255, 0.95);
}
.header.light .header-menu .sub-menu,
.header.light .header-menu .children {
  color: #fff;
}
.header.light .header-menu .sub-menu .menu-item a:hover,
.header.light .header-menu .children .menu-item a:hover,
.header.light .header-menu .sub-menu .page_item a:hover,
.header.light .header-menu .children .page_item a:hover,
.header.light .header-menu .sub-menu .menu-item a:focus,
.header.light .header-menu .children .menu-item a:focus,
.header.light .header-menu .sub-menu .page_item a:focus,
.header.light .header-menu .children .page_item a:focus {
  color: #fff;
  background-color: rgba(0, 0, 0, 0.1);
}
.header.light .header-menu .menu-item a:hover,
.header.light .header-menu .page_item a:hover,
.header.light .header-menu .menu-item a:focus,
.header.light .header-menu .page_item a:focus {
  color: rgba(255, 255, 255, 0.95);
  background-color: rgba(255, 255, 255, 0.1);
}
.header.light .search-btn {
  color: rgba(255, 255, 255, 0.9);
}
.header.light .search-btn:hover,
.header.light .search-btn:focus {
  color: #ffffff;
}
.dark h1,
.dark h2,
.dark h3,
.dark h4,
.dark h5,
.dark h6 {
  color: rgba(0, 0, 0, 0.8);
}
.dark .post-categories {
  color: rgba(0, 0, 0, 0.85);
}
.dark .post-title-excerpt {
  color: rgba(0, 0, 0, 0.8);
}
.dark .post-excerpt,
.dark .post-content {
  color: rgba(0, 0, 0, 0.85);
}
.dark .post-date-comments,
.dark .post-by,
.dark .comment-date,
.dark .comment-reply-link,
.dark .comment-notes,
.dark .logged-in-as,
.dark .wp-caption-text,
.dark blockquote,
.dark .comment-reply-login {
  color: rgba(0, 0, 0, 0.6);
}
.dark .post-date-comments i,
.dark .post-by i,
.dark .comment-date i,
.dark .comment-reply-link i,
.dark .comment-notes i,
.dark .logged-in-as i,
.dark .wp-caption-text i,
.dark blockquote i,
.dark .comment-reply-login i,
.dark .post-date-comments:before,
.dark .post-by:before,
.dark .comment-date:before,
.dark .comment-reply-link:before,
.dark .comment-notes:before,
.dark .logged-in-as:before,
.dark .wp-caption-text:before,
.dark blockquote:before,
.dark .comment-reply-login:before,
.dark .post-date-comments:after,
.dark .post-by:after,
.dark .comment-date:after,
.dark .comment-reply-link:after,
.dark .comment-notes:after,
.dark .logged-in-as:after,
.dark .wp-caption-text:after,
.dark blockquote:after,
.dark .comment-reply-login:after {
  color: rgba(0, 0, 0, 0.4);
}
.dark .page-title span {
  color: rgba(0, 0, 0, 0.2);
}
.dark .post-date,
.dark .main-post .post-comment-counter,
.dark .main-post,
.dark .related h2,
.dark .comments h2,
.dark .comment-respond h2,
.dark .comment,
.dark .pingback,
.dark .comment .children,
.dark .tab-content,
.dark .nav-tabs,
.dark .panel-group,
.dark .panel-body,
.dark .panel-heading {
  border-color: rgba(0, 0, 0, 0.15);
}
.dark .post-tags {
  color: rgba(0, 0, 0, 0.6);
}
.dark .post-nav {
  border-color: #d9d9d9;
}
.dark .post-nav p {
  color: rgba(0, 0, 0, 0.6);
}
.dark .post-nav-prev,
.dark .post-nav-next {
  border-color: #d9d9d9;
}
.dark .post-nav-link:before {
  background-color: rgba(0, 0, 0, 0.1);
  color: rgba(0, 0, 0, 0.85);
}
.dark .post-share a:hover,
.dark .post-share a:focus {
  background-color: rgba(0, 0, 0, 0.1);
}
.dark .post-share i {
  color: rgba(0, 0, 0, 0.4);
}
.dark .btn-default {
  color: rgba(0, 0, 0, 0.85);
  background-color: transparent;
  border-color: transparent;
}
.dark .btn-default:before {
  border: 2px solid rgba(0, 0, 0, 0.3);
}
.dark .btn-default:focus,
.dark .btn-default.focus {
  color: rgba(0, 0, 0, 0.85);
  background-color: transparent;
  border-color: transparent;
}
.dark .btn-default:hover {
  color: rgba(0, 0, 0, 0.85);
  background-color: transparent;
  border-color: transparent;
}
.dark .btn-default:active,
.dark .btn-default.active,
.dark .open > .dropdown-toggle.btn-default {
  color: rgba(0, 0, 0, 0.85);
  background-color: transparent;
  border-color: transparent;
}
.dark .btn-default:active:hover,
.dark .btn-default.active:hover,
.dark .open > .dropdown-toggle.btn-default:hover,
.dark .btn-default:active:focus,
.dark .btn-default.active:focus,
.dark .open > .dropdown-toggle.btn-default:focus,
.dark .btn-default:active.focus,
.dark .btn-default.active.focus,
.dark .open > .dropdown-toggle.btn-default.focus {
  color: rgba(0, 0, 0, 0.85);
  background-color: transparent;
  border-color: transparent;
}
.dark .widgets .widget {
  border-color: rgba(0, 0, 0, 0.15);
}
.dark .widgets .widget ul li {
  color: rgba(0, 0, 0, 0.85);
  border-color: rgba(0, 0, 0, 0.15);
}
.dark .widgets .widget ul li:before {
  color: rgba(0, 0, 0, 0.85);
}
.dark .widgets .widget ul li .children,
.dark .widgets .widget ul li .sub-menu {
  border-color: rgba(0, 0, 0, 0.15);
}
.dark .widgets .widget .tagcloud a {
  color: rgba(0, 0, 0, 0.6);
  background-color: rgba(0, 0, 0, 0.06);
}
.dark .widgets .widget .tagcloud a:hover {
  background-color: #7f9fe0;
  color: #fff;
}
.dark .widgets .widget .post-share a {
  background-color: rgba(0, 0, 0, 0.05);
}
.dark .widgets .widget .post-share a:hover,
.dark .widgets .widget .post-share a:focus {
  background-color: rgba(0, 0, 0, 0.1);
}
.dark .widgets .widget .calendar_wrap caption {
  border-color: rgba(0, 0, 0, 0.15);
}
.dark .widgets .widget .rss-date,
.dark .widgets .widget .recentcomments .comment-author-link a,
.dark .widgets .widget .calendar_wrap tfoot a,
.dark .widgets .widget.carousel-instagram a {
  color: rgba(0, 0, 0, 0.6);
}
.dark .widgets .widget .rss-date i,
.dark .widgets .widget .recentcomments .comment-author-link a i,
.dark .widgets .widget .calendar_wrap tfoot a i,
.dark .widgets .widget.carousel-instagram a i,
.dark .widgets .widget .rss-date:before,
.dark .widgets .widget .recentcomments .comment-author-link a:before,
.dark .widgets .widget .calendar_wrap tfoot a:before,
.dark .widgets .widget.carousel-instagram a:before,
.dark .widgets .widget .rss-date:after,
.dark .widgets .widget .recentcomments .comment-author-link a:after,
.dark .widgets .widget .calendar_wrap tfoot a:after,
.dark .widgets .widget.carousel-instagram a:after {
  color: rgba(0, 0, 0, 0.4);
}
.dark .widgets .widget.widget_recent_entries2 article {
  border-color: rgba(0, 0, 0, 0.15);
}
.dark .widgets .widget .carousel-indicators li {
  border-color: rgba(0, 0, 0, 0.2);
}
.dark .widgets .widget .carousel-indicators li.active,
.dark .widgets .widget .carousel-indicators li:hover {
  background-color: rgba(0, 0, 0, 0.4);
}
.light h1,
.light h2,
.light h3,
.light h4,
.light h5,
.light h6 {
  color: rgba(255, 255, 255, 0.95);
}
.light .post-categories {
  color: rgba(255, 255, 255, 0.95);
}
.light .post-title-excerpt {
  color: rgba(255, 255, 255, 0.95);
}
.light .post-excerpt,
.light .post-content {
  color: rgba(255, 255, 255, 0.95);
}
.light .post-date-comments,
.light .post-by {
  color: rgba(255, 255, 255, 0.95);
}
.light .post-date-comments i,
.light .post-by i {
  color: rgba(255, 255, 255, 0.8);
}
.light .post-date,
.light .main-post .post-comment-counter,
.light .main-post,
.light .post-nav {
  border-color: rgba(255, 255, 255, 0.8);
}
.light .post-tags {
  color: rgba(255, 255, 255, 0.95);
}
.light .post-nav p {
  color: rgba(255, 255, 255, 0.95);
}
.light .post-nav-prev:before,
.light .post-nav-next:after {
  background-color: rgba(255, 255, 255, 0.1);
  color: rgba(0, 0, 0, 0.85);
}
.light .btn-default {
  color: rgba(255, 255, 255, 0.95);
  background-color: transparent;
  border-color: transparent;
}
.light .btn-default:before {
  border: 2px solid rgba(255, 255, 255, 0.5);
}
.light .btn-default:focus,
.light .btn-default.focus {
  color: rgba(255, 255, 255, 0.95);
  background-color: transparent;
  border-color: transparent;
}
.light .btn-default:hover {
  color: rgba(255, 255, 255, 0.95);
  background-color: transparent;
  border-color: transparent;
}
.light .btn-default:active,
.light .btn-default.active,
.light .open > .dropdown-toggle.btn-default {
  color: rgba(255, 255, 255, 0.95);
  background-color: transparent;
  border-color: transparent;
}
.light .btn-default:active:hover,
.light .btn-default.active:hover,
.light .open > .dropdown-toggle.btn-default:hover,
.light .btn-default:active:focus,
.light .btn-default.active:focus,
.light .open > .dropdown-toggle.btn-default:focus,
.light .btn-default:active.focus,
.light .btn-default.active.focus,
.light .open > .dropdown-toggle.btn-default.focus {
  color: rgba(255, 255, 255, 0.95);
  background-color: transparent;
  border-color: transparent;
}
.light .widget ul li {
  color: rgba(255, 255, 255, 0.95);
  border-color: rgba(255, 255, 255, 0.15);
}
.light .widget ul li:before {
  color: rgba(255, 255, 255, 0.95);
}
.light .widget ul li .children,
.light .widget ul li .sub-menu {
  border-color: rgba(255, 255, 255, 0.15);
}
