/*
	Main Theme Styles

	1. General Styles / styles for basic html elements like titles, links, paragraphs
	2. Header Styles
		2.1 Logobar & Searchform / styles for logo-bar elemets and searchform
		2.2 Bloglovin' / Bloglovin block styles
		2.3 Menu Button
		2.4 Logobar layouts / logo bar elements alignment styles
		2.5 Menubar / menu bar styles
		2.6 Nav menu / main menu styles
		2.7 Social / header social links styles
		2.8 Menubar layouts / menu bar elements alignment styles
		2.9 Home Slider / Master slider nav elements styles
	3. Blog / blog page styles, grid, list, spotlight posts styles, pagination styles
	4. Post Page / single post page styles
	5. Page / single page styles
	6. Widgets / widget styles
	7. Shortcodes / shortcodes styles
	8. 404 / 404 page styles
	9. Footer / footer styles
	10. Toggle Sidebar / toggle sidebar styles
	11. Media Queries / responsive styles
*/
/* 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;
}
.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: 14px;
}
body {
  background-color: #eee;
  background-size: auto;
  background-repeat: repeat;
  background-attachment: fixed;
  background-position: top center;
}
body.boxed #mobile-toggle-panel {
  padding-top: 60px;
  padding-bottom: 60px;
}
body.fullwidth {
  background-color: #fff;
}
.container {
  padding-left: 0;
  padding-right: 0;
}
.container .container {
  width: 100%;
}
p,
li,
table,
caption {
  font-family: 'Source Sans Pro', sans-serif;
  line-height: 1.7;
  color: inherit;
}
a {
  color: #e4438c;
  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: #e4438c;
}
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-family: 'Oswald', sans-serif;
  color: inherit;
}
h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a,
.h1 a,
.h2 a,
.h3 a,
.h4 a,
.h5 a,
.h6 a {
  color: inherit;
}
h1 a:hover,
h2 a:hover,
h3 a:hover,
h4 a:hover,
h5 a:hover,
h6 a:hover,
.h1 a:hover,
.h2 a:hover,
.h3 a:hover,
.h4 a:hover,
.h5 a:hover,
.h6 a:hover,
h1 a:focus,
h2 a:focus,
h3 a:focus,
h4 a:focus,
h5 a:focus,
h6 a:focus,
.h1 a:focus,
.h2 a:focus,
.h3 a:focus,
.h4 a:focus,
.h5 a:focus,
.h6 a:focus {
  color: #e4438c;
  text-decoration: none;
}
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;
}
.icon {
  color: inherit;
}
img {
  max-width: 100%;
  height: auto;
}
.form-control {
  font-family: 'Source Sans Pro', sans-serif;
}
.btn {
  font-family: 'Oswald', 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: 3px 7px;
}
table:not(#wp-calendar) tr th:last-child,
table:not(#wp-calendar) tr td:last-child {
  border-right: none;
}
dd {
  margin-bottom: 15px;
}
::selection {
  background: #fff54e;
}
::-moz-selection {
  background: #fff54e;
}
.slideout-menu {
  position: fixed;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  width: 256px;
  padding: 20px;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  display: none;
  background: #222;
}
.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 {
  padding: 10px;
  font-family: 'Oswald', sans-serif;
  font-size: 16px;
  letter-spacing: -1px;
  text-transform: uppercase;
  color: inherit;
}
.slideout-menu nav .menu-item a {
  color: inherit;
}
.slideout-menu nav .menu-item a:hover,
.slideout-menu nav .menu-item a:focus {
  text-decoration: none;
  color: #e4438c;
}
.slideout-menu nav .menu-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
/*
/*--------------------------*/
/*   2.1 Logobar & Searchform  */
header *:first-child .container > .col-md-12 {
  border-bottom: 3px solid;
  border-color: rgba(0, 0, 0, 0.95);
}
header *:first-child.light .container > .col-md-12 {
  border-color: #fff;
}
header *:last-child .container > .col-md-12 {
  border-bottom: 1px solid;
  border-color: rgba(0, 0, 0, 0.2);
}
header *:last-child.light .container > .col-md-12 {
  border-color: rgba(255, 255, 255, 0.8);
}
.no-border header *:last-child .container > .col-md-12 {
  border-bottom: none;
}
.logo-bar {
  background-color: #fff;
  color: rgba(0, 0, 0, 0.95);
}
.logo-bar .container > .col-md-12 {
  padding-top: 30px;
  padding-bottom: 30px;
}
.logo-bar .container > .col-md-12 .row {
  margin-left: -30px;
  margin-right: -30px;
}
.logo-bar .logo a {
  display: inline-block;
}
.logo-bar .searchform {
  display: inline-block;
  float: right;
  width: 200px;
}
.logo-bar .searchform:nth-child(2) {
  width: 100%;
}
.logo-bar .searchform:nth-child(3) {
  /* 100% - 50px */
  width: calc(50%);
}
.logo-bar.light {
  color: #fff;
}
.logo-bar.light .hamburger span {
  background-color: #fff;
}
.searchform .btn {
  height: 44px;
  padding: 0 15px;
  margin-left: 0 !important;
  margin-right: 0 !important;
  border-radius: 0;
  background-color: rgba(0, 0, 0, 0.08);
  -webkit-transition: all .25s ease;
  -moz-transition: all .25s ease;
  -ms-transition: all .25s ease;
  -o-transition: all .25s ease;
  transition: all .25s ease;
}
.searchform .btn:focus,
.searchform .btn:active:focus,
.searchform .btn.active:focus,
.searchform .btn.focus,
.searchform .btn:active.focus,
.searchform .btn.active.focus {
  outline: none;
}
.searchform .btn:hover,
.searchform .btn:focus {
  color: rgba(0, 0, 0, 0.95);
  background-color: #fff54e;
}
.searchform .btn:active,
.searchform .btn.active {
  background-image: none;
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.searchform .btn .icon {
  font-size: 28px;
}
.logo-bar.light .searchform .btn {
  background-color: rgba(255, 255, 255, 0.1);
}
.logo-bar.light .searchform .btn:hover,
.logo-bar.light .searchform .btn:focus {
  color: rgba(0, 0, 0, 0.95);
  background-color: #fff54e;
}
/*   2.2 Bloglovin'  */
.bloglovin-block img {
  display: inline-block;
  width: 60px;
  height: 60px;
  float: left;
  border-radius: 100%;
  margin-right: 20px;
}
.bloglovin-block div {
  padding-left: 80px;
}
/*   2.3 Menu Button  */
.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%;
}
/*   2.4 Logobar layouts  */
.logo-bar.center .logo {
  text-align: center;
}
.logo-bar.left .logo {
  text-align: left;
}
.logo-bar.left .bloglovin-block img {
  float: right;
  margin-right: 0;
  margin-left: 20px;
}
.logo-bar.left .bloglovin-block div {
  text-align: right;
}
.logo-bar.left .search-block.col-md-1 .hamburger {
  display: block;
  margin: 0 auto;
  float: none;
}
.logo-bar.right .logo {
  text-align: right;
}
.logo-bar.right .searchform {
  float: left;
}
.logo-bar.right .hamburger {
  float: left;
  margin-left: 0;
  margin-right: 30px;
}
.logo-bar.right .search-block.col-md-1 .hamburger {
  display: block;
  margin: 0 auto;
  float: none;
}
/*  2.5 Menubar  */
.menu-bar {
  background-color: #fff;
  color: rgba(0, 0, 0, 0.95);
}
.menu-bar .container > .col-md-12 .row {
  margin-left: -30px;
  margin-right: -30px;
}
/*  2.6 Nav menu  */
.header-menu .list-inline {
  margin: 0;
}
.header-menu .menu-item {
  position: relative;
  padding-top: 20px;
  padding-bottom: 20px;
  padding-left: 20px;
  padding-right: 20px;
  font-family: 'Oswald', sans-serif;
  font-size: 18px;
  letter-spacing: -1px;
  text-transform: uppercase;
  color: inherit;
}
.header-menu .menu-item a {
  color: inherit;
}
.header-menu .menu-item a:hover,
.header-menu .menu-item a:focus {
  text-decoration: none;
  color: #e4438c;
}
.header-menu .menu-item-has-children:hover > .sub-menu {
  display: block;
}
.header-menu .sub-menu {
  display: none;
  position: absolute;
  z-index: 120;
  min-width: 150px;
  height: auto;
  top: 100%;
  left: 0;
  margin: 0;
  padding: 10px 0;
  background-color: #222;
  list-style: none;
  -webkit-transition: all .25s ease;
  -moz-transition: all .25s ease;
  -ms-transition: all .25s ease;
  -o-transition: all .25s ease;
  transition: all .25s ease;
}
.header-menu .sub-menu .menu-item {
  padding: 0;
  font-size: 14px;
  letter-spacing: 0;
  color: rgba(255, 255, 255, 0.95);
}
.header-menu .sub-menu .menu-item a {
  display: block;
  padding: 12px 20px;
}
.header-menu .sub-menu .menu-item a:hover {
  background-color: #fff54e;
  color: rgba(0, 0, 0, 0.95);
}
.header-menu .sub-menu:before {
  content: '\f0d8';
  position: absolute;
  top: -16px;
  left: 17px;
  font-family: 'FontAwesome';
  color: #222;
}
.header-menu .sub-menu .sub-menu {
  top: -10px;
  left: 100%;
}
.header-menu .sub-menu .sub-menu:before {
  content: none;
}
/*  2.7 Social  */
.header-social {
  text-align: right;
}
.header-social.col-md-12 .social li a {
  padding: 20px 12px;
}
.social {
  margin: 0;
}
.social li {
  padding: 0;
  color: inherit;
}
.social li a {
  display: block;
  padding: 5px 12px;
  color: inherit;
}
.social li a i {
  font-size: 20px;
}
.social li a:hover {
  color: #e4438c;
}
/*  2.8 Menubar layouts  */
.menu-bar.center .header-menu.col-md-12 {
  text-align: center;
}
.menu-bar.center .header-social.col-md-12 {
  text-align: center;
}
.menu-bar.right .row > * {
  float: right;
}
.menu-bar.right .header-menu {
  text-align: right;
}
.menu-bar.right .header-social {
  text-align: left;
}
.menu-bar.light {
  color: #fff;
}
.menu-bar.light .sub-menu {
  background-color: #fff;
}
.menu-bar.light .sub-menu .menu-item {
  color: rgba(0, 0, 0, 0.95);
}
.menu-bar.light .sub-menu:before {
  color: #fff;
}
/*  2.9 Home Slider  */
.ms-skin-fahrenheit-pryanik .ms-nav-next,
.ms-skin-fahrenheit-pryanik .ms-nav-prev {
  position: absolute;
  z-index: 110;
  width: 40px;
  height: 37px;
  padding-top: 3px;
  top: 50%;
  left: 30px;
  margin-top: -20px;
  background-color: #fff;
  background-image: none;
  text-align: center;
  cursor: pointer;
}
.ms-skin-fahrenheit-pryanik .ms-nav-next:hover,
.ms-skin-fahrenheit-pryanik .ms-nav-prev:hover {
  background-color: #fff54e;
}
.ms-skin-fahrenheit-pryanik .ms-nav-next {
  right: 30px;
  left: auto;
}
.ms-skin-fahrenheit-pryanik .ms-nav-prev:before {
  content: '\f361';
  font-family: 'Ionicons';
  font-size: 24px;
}
.ms-skin-fahrenheit-pryanik .ms-nav-next:before {
  content: '\f363';
  font-family: 'Ionicons';
  font-size: 24px;
}
/*--------------------------*/
/*
/*       3. Blog
/*
/*--------------------------*/
.main > .container {
  background-color: #fff;
  padding-top: 30px;
  padding-bottom: 30px;
}
.post {
  margin-bottom: 30px;
}
.post header {
  margin-bottom: 22px;
}
.post header h1,
.post header h2,
.post header h3 {
  -ms-word-wrap: break-word;
  word-wrap: break-word;
}
.post header *:last-child {
  margin-bottom: 0;
}
.post .sticky-label {
  display: none;
  width: 100%;
  margin-bottom: 10px;
}
.post .sticky-label p {
  margin: 0;
  padding-left: 5px;
  font-size: 11px;
  text-transform: uppercase;
}
.post.sticky .sticky-label {
  display: block;
}
.post.color-post .sticky-label {
  margin-bottom: 0;
}
.post .post-categories {
  padding-bottom: 6px;
  margin-bottom: 8px;
  border-bottom: 1px solid;
  border-color: rgba(0, 0, 0, 0.12);
  color: rgba(0, 0, 0, 0.6);
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 11px;
  text-transform: uppercase;
}
.post .post-categories a {
  display: inline-block;
  padding-top: 4px;
  vertical-align: top;
  color: inherit;
}
.post .post-categories a:hover,
.post .post-categories a:focus {
  text-decoration: none;
  color: #e4438c;
}
.post .post-categories a:after {
  content: ',';
}
.post .post-categories a:last-child:after {
  content: '';
}
.post.format-standard .post-categories a {
  vertical-align: bottom;
}
.post .post-format {
  display: inline-block;
  margin-right: 10px;
  font-size: 16px;
}
.post .post-date-by {
  margin-top: -3px;
}
.post .post-date,
.post .post-by,
.post .post-tags {
  display: inline-block;
  margin-bottom: 0;
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 11px;
}
.post .post-date a,
.post .post-by a,
.post .post-tags a {
  color: inherit;
}
.post .post-date a:hover,
.post .post-by a:hover,
.post .post-tags a:hover,
.post .post-date a:focus,
.post .post-by a:focus,
.post .post-tags a:focus {
  text-decoration: none;
  color: #e4438c;
}
.post .post-date {
  margin-right: 5px;
}
.post .post-thumbnail,
.post .post-format-quote {
  display: block;
  margin-bottom: 20px;
}
.post .post-thumbnail:nth-last-child(2),
.post .post-format-quote:nth-last-child(2) {
  margin-bottom: 0;
}
.post .post-thumbnail:nth-last-child(2) + .article-border,
.post .post-format-quote:nth-last-child(2) + .article-border {
  display: none;
}
.post .post-thumbnail {
  position: relative;
}
.post .post-thumbnail:after {
  content: '';
  position: absolute;
  z-index: 1;
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: #000;
  opacity: 0;
  -webkit-transition: all .2s;
  -moz-transition: all .2s;
  -ms-transition: all .2s;
  -o-transition: all .2s;
  transition: all .2s;
}
.post .post-thumbnail:hover:after {
  opacity: 0.1;
}
.post .post-by a {
  text-transform: uppercase;
}
.post .post-by:before {
  content: '|';
  padding-right: 5px;
}
.post .post-content,
.post .post-excerpt {
  margin-bottom: 10px;
}
.post .post-content > *:last-child,
.post .post-excerpt > *:last-child {
  margin-bottom: 0;
}
.post .read-more {
  position: relative;
  z-index: 1;
  padding-left: 0;
  padding-right: 16px;
  margin-right: 12px;
  background-color: transparent;
  -webkit-transition: all 0.3s cubic-bezier(0.8, 0, 0.2, 1);
  -moz-transition: all 0.3s cubic-bezier(0.8, 0, 0.2, 1);
  -ms-transition: all 0.3s cubic-bezier(0.8, 0, 0.2, 1);
  -o-transition: all 0.3s cubic-bezier(0.8, 0, 0.2, 1);
  transition: all 0.3s cubic-bezier(0.8, 0, 0.2, 1);
}
.post .read-more:before {
  content: '';
  position: absolute;
  display: block;
  z-index: -1;
  width: 0;
  height: 100%;
  top: 0;
  left: 0;
  background-color: #fff54e;
  -webkit-transition: all 0.3s cubic-bezier(0.8, 0, 0.2, 1);
  -moz-transition: all 0.3s cubic-bezier(0.8, 0, 0.2, 1);
  -ms-transition: all 0.3s cubic-bezier(0.8, 0, 0.2, 1);
  -o-transition: all 0.3s cubic-bezier(0.8, 0, 0.2, 1);
  transition: all 0.3s cubic-bezier(0.8, 0, 0.2, 1);
}
.post .read-more:after {
  content: '\f363';
  margin-left: 5px;
  font-family: 'Ionicons';
}
.post .read-more:hover {
  padding-left: 8px;
  padding-right: 8px;
}
.post .read-more:hover:before {
  width: 100%;
}
.post .post-counters {
  display: inline-block;
  vertical-align: middle;
  margin: 0;
  margin-top: 1px;
}
.post .post-counters li {
  padding: 0;
  padding-right: 18px;
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 13px;
}
.post .post-counters li a {
  display: inline-block;
  color: inherit;
}
.post .post-counters li a:hover {
  text-decoration: none;
  color: #e4438c;
}
.post .post-counters li a.liked i {
  color: #e4438c;
}
.post .post-counters li i {
  display: inline-block;
  font-size: 16px;
  margin-right: 10px;
}
.post .post-counters li p {
  display: inline-block;
  margin: 0;
  vertical-align: top;
  padding-top: 1px;
}
.post footer {
  margin-bottom: 15px;
}
.post .post-format-quote {
  padding: 10px 30px;
  border: 2px solid;
  text-align: center;
  -webkit-background-size: 3px 5px;
  -moz-background-size: 5px 5px;
  background-size: 5px 5px;
}
.post .post-format-quote h1 {
  margin-bottom: 0;
}
.post .post-format-quote a {
  display: block;
  margin-top: 5px;
  margin-bottom: 10px;
}
.post .post-format-quote span {
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 11px;
  text-transform: uppercase;
  vertical-align: super;
}
.post .post-format-quote i {
  display: block;
  font-size: 32px;
}
.post .post-format-quote i:last-child {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}
.post .color-post {
  padding: 15px 20px;
}
.post .color-post > *:last-child {
  margin-bottom: 0;
}
.post-grid {
  -webkit-transition: all 0.25s ease-out;
  -moz-transition: all 0.25s ease-out;
  -ms-transition: all 0.25s ease-out;
  -o-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
}
.article-border {
  display: block;
  width: 100%;
  height: 9px;
  -webkit-background-size: 3px 3px;
  -moz-background-size: 3px 3px;
  background-size: 3px 3px;
}
.post-spotlight article .sticky-label {
  position: absolute;
  z-index: 10;
  width: 100%;
  top: 0;
  left: 0;
}
.post-spotlight article .spotlight-content {
  position: relative;
  padding: 30px 30px 20px;
  padding-right: 25%;
  color: #fff;
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
  background-color: #222;
}
.post-spotlight article .spotlight-content > *:last-child,
.post-spotlight article .spotlight-content > *:last-child > *:last-child {
  margin-bottom: 0;
}
.post-spotlight article .spotlight-content .overlay {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: #000;
  opacity: 0.2;
}
.post-spotlight article .spotlight-content header,
.post-spotlight article .spotlight-content footer {
  position: relative;
  z-index: 1;
}
.post-spotlight article .spotlight-content .post-categories {
  border-color: rgba(255, 255, 255, 0.2);
  color: #fff;
}
.post-spotlight article .spotlight-content .post-format {
  color: #fff;
}
.post-spotlight article .spotlight-content .post-date-by {
  margin-bottom: 10px;
}
.post-spotlight article .spotlight-content .post-date,
.post-spotlight article .spotlight-content .post-by {
  color: #fff;
  border-color: rgba(255, 255, 255, 0.6);
}
.post-spotlight article .spotlight-content .read-more {
  color: #fff;
}
.post-spotlight article .spotlight-content .read-more:before {
  background-color: #fff;
}
.post-spotlight article .spotlight-content .read-more:hover {
  color: #222;
}
.post-spotlight article .spotlight-content .post-counters li {
  color: #fff;
}
.post-spotlight article .post-excerpt {
  margin-top: 25px;
}
.blog-grid.col-lg-12 .post-spotlight.col-lg-6 .spotlight-content {
  padding: 30px 30px 20px;
  padding-top: 210px;
}
.blog-grid.col-lg-12 .post-spotlight.col-lg-8 .spotlight-content {
  padding: 30px 30px 20px;
  padding-top: 240px;
}
.blog-grid.col-lg-12 .post-spotlight.col-lg-12 .spotlight-content {
  padding: 30px 30px 20px;
  padding-top: 270px;
}
.blog-grid.col-lg-9 .post-spotlight.col-lg-8 .spotlight-content {
  padding: 30px 30px 20px;
  padding-top: 210px;
}
.blog-grid.col-lg-8 .post-spotlight.col-lg-12 .spotlight-content {
  padding: 30px 30px 20px;
  padding-top: 240px;
}
.blog-list .post-spotlight .spotlight-content {
  padding: 30px 30px 20px;
  padding-top: 210px;
}
.post-list .post-thumbnail {
  margin-bottom: 0;
}
.post-list .col-md-6:nth-child(2) > *:last-child,
.post-list .col-md-6:nth-child(2) > *:last-child > *:last-child {
  margin-bottom: 0;
}
.blog-pagination {
  position: relative;
  padding: 30px 0 0;
  border-top: 2px solid;
}
.blog-pagination:before {
  content: '';
  position: absolute;
  top: 1px;
  width: 100%;
  height: 1px;
}
.blog-pagination-short {
  clear: both;
  overflow: auto;
}
.blog-pagination-short p {
  margin: 0;
}
.blog-pagination-short .prev,
.blog-pagination-short .next {
  display: inline-block;
  position: relative;
  z-index: 1;
  padding: 0 18px;
  font: inherit;
  background-color: #fff54e;
  color: rgba(0, 0, 0, 0.95);
  -webkit-transition: all 0.3s cubic-bezier(0.8, 0, 0.2, 1);
  -moz-transition: all 0.3s cubic-bezier(0.8, 0, 0.2, 1);
  -ms-transition: all 0.3s cubic-bezier(0.8, 0, 0.2, 1);
  -o-transition: all 0.3s cubic-bezier(0.8, 0, 0.2, 1);
  transition: all 0.3s cubic-bezier(0.8, 0, 0.2, 1);
}
.blog-pagination-short .prev {
  float: left;
}
.blog-pagination-short .prev:hover,
.blog-pagination-short .prev:focus {
  padding-left: 12px;
  padding-right: 24px;
  text-decoration: none;
}
.blog-pagination-short .prev:hover:after,
.blog-pagination-short .prev:focus:after {
  width: 100%;
}
.blog-pagination-short .prev:after {
  content: '';
  position: absolute;
  display: block;
  z-index: -1;
  width: 0;
  height: 100%;
  top: 0;
  right: 0;
  left: auto;
  -webkit-transition: all 0.3s cubic-bezier(0.8, 0, 0.2, 1);
  -moz-transition: all 0.3s cubic-bezier(0.8, 0, 0.2, 1);
  -ms-transition: all 0.3s cubic-bezier(0.8, 0, 0.2, 1);
  -o-transition: all 0.3s cubic-bezier(0.8, 0, 0.2, 1);
  transition: all 0.3s cubic-bezier(0.8, 0, 0.2, 1);
}
.blog-pagination-short .prev:before {
  content: '\f361';
  margin-right: 10px;
  font-family: 'Ionicons';
  font-size: 18px;
  line-height: 1.3;
  vertical-align: top;
  -webkit-transition: margin 0.3s cubic-bezier(0.8, 0, 0.2, 1);
  -moz-transition: margin 0.3s cubic-bezier(0.8, 0, 0.2, 1);
  -ms-transition: margin 0.3s cubic-bezier(0.8, 0, 0.2, 1);
  -o-transition: margin 0.3s cubic-bezier(0.8, 0, 0.2, 1);
  transition: margin 0.3s cubic-bezier(0.8, 0, 0.2, 1);
}
.blog-pagination-short .next {
  float: right;
}
.blog-pagination-short .next:hover,
.blog-pagination-short .next:focus {
  padding-right: 12px;
  padding-left: 24px;
  text-decoration: none;
}
.blog-pagination-short .next:hover:before,
.blog-pagination-short .next:focus:before {
  width: 100%;
}
.blog-pagination-short .next:before {
  content: '';
  position: absolute;
  display: block;
  z-index: -1;
  width: 0;
  height: 100%;
  top: 0;
  left: 0;
  -webkit-transition: all 0.3s cubic-bezier(0.8, 0, 0.2, 1);
  -moz-transition: all 0.3s cubic-bezier(0.8, 0, 0.2, 1);
  -ms-transition: all 0.3s cubic-bezier(0.8, 0, 0.2, 1);
  -o-transition: all 0.3s cubic-bezier(0.8, 0, 0.2, 1);
  transition: all 0.3s cubic-bezier(0.8, 0, 0.2, 1);
}
.blog-pagination-short .next:after {
  content: '\f363';
  margin-left: 10px;
  font-family: 'Ionicons';
  font-size: 18px;
  line-height: 1.3;
  vertical-align: top;
  -webkit-transition: margin 0.3s cubic-bezier(0.8, 0, 0.2, 1);
  -moz-transition: margin 0.3s cubic-bezier(0.8, 0, 0.2, 1);
  -ms-transition: margin 0.3s cubic-bezier(0.8, 0, 0.2, 1);
  -o-transition: margin 0.3s cubic-bezier(0.8, 0, 0.2, 1);
  transition: margin 0.3s cubic-bezier(0.8, 0, 0.2, 1);
}
.blog-pagination-default p {
  margin: 0;
}
.page-numbers {
  display: inline-block;
  width: 40px;
  height: 40px;
  padding-top: 9px;
  margin-right: 2px;
  text-align: center;
}
.page-numbers:hover,
.page-numbers:focus {
  text-decoration: none;
  background-color: #fff54e;
  color: #222;
}
.page-numbers.prev,
.page-numbers.next {
  font-family: 'Ionicons';
}
/*--------------------------*/
/*
/*       4. Post Page
/*
/*--------------------------*/
.single-post .main > .container {
  padding-top: 0;
  padding-bottom: 0;
}
.single-post .main > .container:nth-child(1) {
  padding-top: 30px;
}
.single-post .main .post-fullwidth {
  margin-bottom: 0;
}
.single-post .main .post-fullwidth > .row > div[class*='col'] > *:last-child .article-border {
  display: none;
}
.single-post .main .post-fullwidth > .row > div[class*='col'] > .article-border:last-child {
  display: none;
}
.single-post .author-block,
.single-attachment .author-block,
body.page .author-block {
  margin-bottom: 20px;
}
.single-post .author-block img,
.single-attachment .author-block img,
body.page .author-block img {
  float: left;
  margin-right: 25px;
  margin-bottom: 20px;
}
.single-post .author-block .about-author,
.single-attachment .author-block .about-author,
body.page .author-block .about-author {
  margin-bottom: 30px;
  min-height: 140px;
}
.single-post .author-block .post-share,
.single-attachment .author-block .post-share,
body.page .author-block .post-share {
  float: none;
  margin: 0;
  margin-top: 5px;
}
.single-post .author-block .post-share li,
.single-attachment .author-block .post-share li,
body.page .author-block .post-share li {
  padding-left: 0;
  padding-right: 10px;
}
.single-post .post-nav .post-nav-prev,
.single-attachment .post-nav .post-nav-prev,
body.page .post-nav .post-nav-prev,
.single-post .post-nav .post-nav-next,
.single-attachment .post-nav .post-nav-next,
body.page .post-nav .post-nav-next {
  display: inline-block;
  width: 49%;
  vertical-align: top;
}
.single-post .post-nav .post-nav-prev .post-nav-link,
.single-attachment .post-nav .post-nav-prev .post-nav-link,
body.page .post-nav .post-nav-prev .post-nav-link,
.single-post .post-nav .post-nav-next .post-nav-link,
.single-attachment .post-nav .post-nav-next .post-nav-link,
body.page .post-nav .post-nav-next .post-nav-link {
  color: inherit;
}
.single-post .post-nav .post-nav-prev .post-nav-link:hover,
.single-attachment .post-nav .post-nav-prev .post-nav-link:hover,
body.page .post-nav .post-nav-prev .post-nav-link:hover,
.single-post .post-nav .post-nav-next .post-nav-link:hover,
.single-attachment .post-nav .post-nav-next .post-nav-link:hover,
body.page .post-nav .post-nav-next .post-nav-link:hover {
  text-decoration: none;
}
.single-post .post-nav .post-nav-prev .post-nav-link:hover h3,
.single-attachment .post-nav .post-nav-prev .post-nav-link:hover h3,
body.page .post-nav .post-nav-prev .post-nav-link:hover h3,
.single-post .post-nav .post-nav-next .post-nav-link:hover h3,
.single-attachment .post-nav .post-nav-next .post-nav-link:hover h3,
body.page .post-nav .post-nav-next .post-nav-link:hover h3 {
  color: #e4438c;
}
.single-post .post-nav .post-nav-prev p,
.single-attachment .post-nav .post-nav-prev p,
body.page .post-nav .post-nav-prev p,
.single-post .post-nav .post-nav-next p,
.single-attachment .post-nav .post-nav-next p,
body.page .post-nav .post-nav-next p {
  display: inline-block;
  position: relative;
  z-index: 1;
  padding: 0 18px;
  background-color: #fff54e;
  color: rgba(0, 0, 0, 0.95);
  -webkit-transition: all 0.3s cubic-bezier(0.8, 0, 0.2, 1);
  -moz-transition: all 0.3s cubic-bezier(0.8, 0, 0.2, 1);
  -ms-transition: all 0.3s cubic-bezier(0.8, 0, 0.2, 1);
  -o-transition: all 0.3s cubic-bezier(0.8, 0, 0.2, 1);
  transition: all 0.3s cubic-bezier(0.8, 0, 0.2, 1);
}
.single-post .post-nav .post-nav-prev p a,
.single-attachment .post-nav .post-nav-prev p a,
body.page .post-nav .post-nav-prev p a,
.single-post .post-nav .post-nav-next p a,
.single-attachment .post-nav .post-nav-next p a,
body.page .post-nav .post-nav-next p a {
  color: inherit;
  text-decoration: none;
}
.single-post .post-nav .post-nav-prev .post-nav-link:hover p,
.single-attachment .post-nav .post-nav-prev .post-nav-link:hover p,
body.page .post-nav .post-nav-prev .post-nav-link:hover p {
  color: #fff;
  padding-left: 12px;
  padding-right: 24px;
}
.single-post .post-nav .post-nav-prev .post-nav-link:hover p:after,
.single-attachment .post-nav .post-nav-prev .post-nav-link:hover p:after,
body.page .post-nav .post-nav-prev .post-nav-link:hover p:after {
  width: 100%;
}
.single-post .post-nav .post-nav-prev p:after,
.single-attachment .post-nav .post-nav-prev p:after,
body.page .post-nav .post-nav-prev p:after {
  content: '';
  position: absolute;
  display: block;
  z-index: -1;
  width: 0;
  height: 100%;
  top: 0;
  right: 0;
  left: auto;
  background-color: #222;
  -webkit-transition: all 0.3s cubic-bezier(0.8, 0, 0.2, 1);
  -moz-transition: all 0.3s cubic-bezier(0.8, 0, 0.2, 1);
  -ms-transition: all 0.3s cubic-bezier(0.8, 0, 0.2, 1);
  -o-transition: all 0.3s cubic-bezier(0.8, 0, 0.2, 1);
  transition: all 0.3s cubic-bezier(0.8, 0, 0.2, 1);
}
.single-post .post-nav .post-nav-prev p:before,
.single-attachment .post-nav .post-nav-prev p:before,
body.page .post-nav .post-nav-prev p:before {
  content: '\f361';
  margin-right: 10px;
  font-family: 'Ionicons';
  font-size: 18px;
  line-height: 1.3;
  vertical-align: top;
  -webkit-transition: margin 0.3s cubic-bezier(0.8, 0, 0.2, 1);
  -moz-transition: margin 0.3s cubic-bezier(0.8, 0, 0.2, 1);
  -ms-transition: margin 0.3s cubic-bezier(0.8, 0, 0.2, 1);
  -o-transition: margin 0.3s cubic-bezier(0.8, 0, 0.2, 1);
  transition: margin 0.3s cubic-bezier(0.8, 0, 0.2, 1);
}
.single-post .post-nav .post-nav-next,
.single-attachment .post-nav .post-nav-next,
body.page .post-nav .post-nav-next {
  text-align: right;
}
.single-post .post-nav .post-nav-next .post-nav-link:hover p,
.single-attachment .post-nav .post-nav-next .post-nav-link:hover p,
body.page .post-nav .post-nav-next .post-nav-link:hover p {
  color: #fff;
  padding-right: 12px;
  padding-left: 24px;
}
.single-post .post-nav .post-nav-next .post-nav-link:hover p:before,
.single-attachment .post-nav .post-nav-next .post-nav-link:hover p:before,
body.page .post-nav .post-nav-next .post-nav-link:hover p:before {
  width: 100%;
}
.single-post .post-nav .post-nav-next p:before,
.single-attachment .post-nav .post-nav-next p:before,
body.page .post-nav .post-nav-next p:before {
  content: '';
  position: absolute;
  display: block;
  z-index: -1;
  width: 0;
  height: 100%;
  top: 0;
  left: 0;
  background-color: #222;
  -webkit-transition: all 0.3s cubic-bezier(0.8, 0, 0.2, 1);
  -moz-transition: all 0.3s cubic-bezier(0.8, 0, 0.2, 1);
  -ms-transition: all 0.3s cubic-bezier(0.8, 0, 0.2, 1);
  -o-transition: all 0.3s cubic-bezier(0.8, 0, 0.2, 1);
  transition: all 0.3s cubic-bezier(0.8, 0, 0.2, 1);
}
.single-post .post-nav .post-nav-next p:after,
.single-attachment .post-nav .post-nav-next p:after,
body.page .post-nav .post-nav-next p:after {
  content: '\f363';
  margin-left: 10px;
  font-family: 'Ionicons';
  font-size: 18px;
  line-height: 1.3;
  vertical-align: top;
  -webkit-transition: margin 0.3s cubic-bezier(0.8, 0, 0.2, 1);
  -moz-transition: margin 0.3s cubic-bezier(0.8, 0, 0.2, 1);
  -ms-transition: margin 0.3s cubic-bezier(0.8, 0, 0.2, 1);
  -o-transition: margin 0.3s cubic-bezier(0.8, 0, 0.2, 1);
  transition: margin 0.3s cubic-bezier(0.8, 0, 0.2, 1);
}
.single-post .related h2,
.single-attachment .related h2,
body.page .related h2,
.single-post .comments h2,
.single-attachment .comments h2,
body.page .comments h2,
.single-post .comment-respond h2,
.single-attachment .comment-respond h2,
body.page .comment-respond h2 {
  margin-bottom: 15px;
}
.single-post .comments,
.single-attachment .comments,
body.page .comments {
  margin-bottom: 20px;
}
.single-post .comments > ul,
.single-attachment .comments > ul,
body.page .comments > ul {
  list-style: none;
  margin: 0;
  padding: 0;
  margin-bottom: 30px;
}
.single-post .comments ul.children,
.single-attachment .comments ul.children,
body.page .comments ul.children {
  list-style: none;
  clear: both;
  padding-top: 30px;
  padding-left: 30px;
}
.single-post .comments .comment,
.single-attachment .comments .comment,
body.page .comments .comment,
.single-post .comments .pingback,
.single-attachment .comments .pingback,
body.page .comments .pingback {
  border-top: 1px solid;
  padding-top: 30px;
  margin-bottom: 30px;
  clear: both;
  overflow: auto;
}
.single-post .comments .comment img,
.single-attachment .comments .comment img,
body.page .comments .comment img,
.single-post .comments .pingback img,
.single-attachment .comments .pingback img,
body.page .comments .pingback img {
  display: inline-block;
  width: 15%;
  float: left;
  padding-right: 30px;
}
.single-post .comments .comment .comment-meta,
.single-attachment .comments .comment .comment-meta,
body.page .comments .comment .comment-meta,
.single-post .comments .pingback .comment-meta,
.single-attachment .comments .pingback .comment-meta,
body.page .comments .pingback .comment-meta {
  display: inline-block;
  width: 85%;
  float: left;
}
.single-post .comments .comment .comment-post-author,
.single-attachment .comments .comment .comment-post-author,
body.page .comments .comment .comment-post-author,
.single-post .comments .pingback .comment-post-author,
.single-attachment .comments .pingback .comment-post-author,
body.page .comments .pingback .comment-post-author {
  padding: 1px 7px 2px;
  margin-right: 10px;
  background-color: #fff54e;
  color: rgba(0, 0, 0, 0.95);
  font-size: 11px;
  text-transform: uppercase;
}
.single-post .comments .comment .comment-author,
.single-attachment .comments .comment .comment-author,
body.page .comments .comment .comment-author,
.single-post .comments .pingback .comment-author,
.single-attachment .comments .pingback .comment-author,
body.page .comments .pingback .comment-author {
  display: inline-block;
  font-size: 16px;
  margin-right: 10px;
}
.single-post .comments .comment .comment-author a,
.single-attachment .comments .comment .comment-author a,
body.page .comments .comment .comment-author a,
.single-post .comments .pingback .comment-author a,
.single-attachment .comments .pingback .comment-author a,
body.page .comments .pingback .comment-author a {
  color: inherit;
}
.single-post .comments .comment .comment-author a:hover,
.single-attachment .comments .comment .comment-author a:hover,
body.page .comments .comment .comment-author a:hover,
.single-post .comments .pingback .comment-author a:hover,
.single-attachment .comments .pingback .comment-author a:hover,
body.page .comments .pingback .comment-author a:hover,
.single-post .comments .comment .comment-author a:focus,
.single-attachment .comments .comment .comment-author a:focus,
body.page .comments .comment .comment-author a:focus,
.single-post .comments .pingback .comment-author a:focus,
.single-attachment .comments .pingback .comment-author a:focus,
body.page .comments .pingback .comment-author a:focus {
  color: #e4438c;
  text-decoration: none;
}
.single-post .comments .comment .comment-date,
.single-attachment .comments .comment .comment-date,
body.page .comments .comment .comment-date,
.single-post .comments .pingback .comment-date,
.single-attachment .comments .pingback .comment-date,
body.page .comments .pingback .comment-date {
  display: inline-block;
}
.single-post .comments .comment .comment-date:before,
.single-attachment .comments .comment .comment-date:before,
body.page .comments .comment .comment-date:before,
.single-post .comments .pingback .comment-date:before,
.single-attachment .comments .pingback .comment-date:before,
body.page .comments .pingback .comment-date:before {
  content: '|';
  margin-right: 10px;
}
.single-post .comments .comment .comment-reply-link,
.single-attachment .comments .comment .comment-reply-link,
body.page .comments .comment .comment-reply-link,
.single-post .comments .pingback .comment-reply-link,
.single-attachment .comments .pingback .comment-reply-link,
body.page .comments .pingback .comment-reply-link {
  display: inline-block;
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 11px;
  text-transform: uppercase;
}
.single-post .comments .comment .comment-reply-link:hover,
.single-attachment .comments .comment .comment-reply-link:hover,
body.page .comments .comment .comment-reply-link:hover,
.single-post .comments .pingback .comment-reply-link:hover,
.single-attachment .comments .pingback .comment-reply-link:hover,
body.page .comments .pingback .comment-reply-link:hover,
.single-post .comments .comment .comment-reply-link:focus,
.single-attachment .comments .comment .comment-reply-link:focus,
body.page .comments .comment .comment-reply-link:focus,
.single-post .comments .pingback .comment-reply-link:focus,
.single-attachment .comments .pingback .comment-reply-link:focus,
body.page .comments .pingback .comment-reply-link:focus {
  text-decoration: none;
  color: #e4438c;
}
.single-post .comments .comment .comment-reply-link:before,
.single-attachment .comments .comment .comment-reply-link:before,
body.page .comments .comment .comment-reply-link:before,
.single-post .comments .pingback .comment-reply-link:before,
.single-attachment .comments .pingback .comment-reply-link:before,
body.page .comments .pingback .comment-reply-link:before {
  content: '\f112';
  font-family: 'FontAwesome';
  margin-right: 10px;
}
.single-post .comments .comment:last-child,
.single-attachment .comments .comment:last-child,
body.page .comments .comment:last-child,
.single-post .comments .pingback:last-child,
.single-attachment .comments .pingback:last-child,
body.page .comments .pingback:last-child {
  margin-bottom: 0;
}
.single-post .comments .comment.depth-1:first-child,
.single-attachment .comments .comment.depth-1:first-child,
body.page .comments .comment.depth-1:first-child {
  border-top: none;
  padding-top: 0;
}
.single-post .comment-respond,
.single-attachment .comment-respond,
body.page .comment-respond {
  margin-bottom: 20px;
}
.single-post .comment-respond + .article-border,
.single-attachment .comment-respond + .article-border,
body.page .comment-respond + .article-border {
  margin-bottom: 20px;
}
.single-post .comment-form .comment-notes,
.single-attachment .comment-form .comment-notes,
body.page .comment-form .comment-notes {
  display: none;
}
.single-post .comment-form .form-submit,
.single-attachment .comment-form .form-submit,
body.page .comment-form .form-submit {
  display: none;
}
.single-post .comment-form .row,
.single-attachment .comment-form .row,
body.page .comment-form .row,
.single-post .comment-form textarea,
.single-attachment .comment-form textarea,
body.page .comment-form textarea {
  margin-bottom: 10px;
}
.single-post .comment-form .col-md-6:first-child,
.single-attachment .comment-form .col-md-6:first-child,
body.page .comment-form .col-md-6:first-child {
  padding-right: 5px;
}
.single-post .comment-form .col-md-6:last-child,
.single-attachment .comment-form .col-md-6:last-child,
body.page .comment-form .col-md-6:last-child {
  padding-left: 5px;
}
.single-post .comment-form .btn,
.single-attachment .comment-form .btn,
body.page .comment-form .btn {
  margin-top: 10px;
  background-color: transparent;
}
.page-title.custom-title.custom-post-title {
  display: block;
  height: 450px;
  margin: 0;
  padding: 0;
  background-color: transparent;
  background-position: center top;
  background-image: -webkit-linear-gradient(rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 40%, #ffffff 100%);
  background-image: -o-linear-gradient(rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 40%, #ffffff 100%);
  background-image: linear-gradient(rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 40%, #ffffff 100%);
}
.page-title.custom-title.custom-post-title.no-parallax {
  position: relative;
}
.page-title.custom-title.custom-post-title.no-parallax:after {
  content: '';
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-image: -webkit-linear-gradient(rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 40%, #ffffff 100%);
  background-image: -o-linear-gradient(rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 40%, #ffffff 100%);
  background-image: linear-gradient(rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 40%, #ffffff 100%);
}
.main-post header h1 {
  font-size: 40px;
  margin-bottom: 15px;
}
.main-post .post-content {
  font-size: 16px;
}
.main-post .post-categories {
  display: inline-block;
  border-bottom: none;
  padding-bottom: 0;
  margin-bottom: 0;
  margin-right: 5px;
}
.main-post .post-date:nth-child(2) {
  vertical-align: top;
  padding-top: 1px;
}
.main-post .post-date:nth-child(2):before {
  content: '|';
  padding-right: 5px;
}
.main-post .post-by:nth-child(3) {
  vertical-align: top;
  padding-top: 1px;
}
.main-post .post-thumbnail:nth-last-child(2),
.main-post .post-format-quote:nth-last-child(2) {
  margin-bottom: 20px;
}
.main-post .post-thumbnail:nth-last-child(2) + .article-border,
.main-post .post-format-quote:nth-last-child(2) + .article-border {
  display: block;
}
.main-post .post-thumbnail:after,
.main-post .post-format-quote:after {
  content: none;
}
.main-post .post-content {
  margin-bottom: 15px;
}
.main-post .counters-share {
  overflow: auto;
  margin-bottom: 20px;
}
.main-post .article-border {
  margin-bottom: 10px;
}
.main-post .article-border:last-child {
  margin-bottom: 20px;
}
.main-post .post-tags {
  margin-bottom: 20px;
}
.main-post .post-tags a {
  margin-right: 10px;
}
.main-post .post-tags a:before {
  content: '#';
}
.post-share {
  display: inline-block;
  float: right;
}
.post-share ul {
  margin: 0;
}
.post-share li {
  padding: 0;
  padding-left: 10px;
}
.post-share li a {
  display: inline-block;
  padding: 0 10px;
  color: inherit;
}
.post-share li a:hover,
.post-share li a:focus {
  color: #e4438c;
}
.post-content iframe,
.post-excerpt iframe,
.textwidget iframe {
  width: 100% !important;
}
.post-content img,
.post-excerpt img,
.textwidget img {
  max-width: 100%;
  height: auto;
  margin-bottom: 30px;
}
.post-content .row,
.post-excerpt .row,
.textwidget .row {
  margin-bottom: 30px;
}
.wp-caption {
  position: relative;
  display: block;
  max-width: 100%;
  margin-bottom: 20px;
}
.wp-caption img {
  margin-bottom: 0;
}
.wp-caption:after {
  content: '';
  position: absolute;
  display: block;
  width: 100%;
  height: 40%;
  left: 0;
  bottom: 0;
  background-image: -webkit-linear-gradient(rgba(255, 255, 255, 0) 0%, #ffffff 100%);
  background-image: -o-linear-gradient(rgba(255, 255, 255, 0) 0%, #ffffff 100%);
  background-image: linear-gradient(rgba(255, 255, 255, 0) 0%, #ffffff 100%);
}
.wp-caption-text,
.wp-caption-dd,
.gallery-caption {
  position: absolute;
  z-index: 1;
  display: block;
  width: 100%;
  bottom: 0;
  left: 0;
  padding: 0 20px;
  margin-bottom: 0;
  font-family: 'Oswald', sans-serif;
  font-size: 14px;
}
.post-grid .gallery-caption {
  display: none;
}
.gallery {
  margin: 0 -15px 0 !important;
}
.gallery .gallery-item {
  position: relative;
  margin-top: 0 !important;
  margin-bottom: 20px !important;
  border-left: 15px solid transparent;
  border-right: 15px solid transparent;
  text-align: left !important;
}
.gallery .gallery-item img {
  margin-bottom: 0;
  border: none !important;
}
.gallery .gallery-icon {
  position: relative;
  text-align: center;
}
.gallery .gallery-icon:after {
  content: '';
  position: absolute;
  display: block;
  width: 100%;
  height: 40%;
  left: 0;
  bottom: 0;
  background-image: -webkit-linear-gradient(rgba(255, 255, 255, 0) 0%, #ffffff 100%);
  background-image: -o-linear-gradient(rgba(255, 255, 255, 0) 0%, #ffffff 100%);
  background-image: linear-gradient(rgba(255, 255, 255, 0) 0%, #ffffff 100%);
}
.gallery.gallery-columns-6,
.gallery.gallery-columns-7,
.gallery.gallery-columns-8,
.gallery.gallery-columns-9 {
  margin-bottom: 0;
}
.gallery.gallery-columns-6 .wp-caption-text,
.gallery.gallery-columns-7 .wp-caption-text,
.gallery.gallery-columns-8 .wp-caption-text,
.gallery.gallery-columns-9 .wp-caption-text,
.gallery.gallery-columns-6 .wp-caption-dd,
.gallery.gallery-columns-7 .wp-caption-dd,
.gallery.gallery-columns-8 .wp-caption-dd,
.gallery.gallery-columns-9 .wp-caption-dd,
.gallery.gallery-columns-6 .gallery-caption,
.gallery.gallery-columns-7 .gallery-caption,
.gallery.gallery-columns-8 .gallery-caption,
.gallery.gallery-columns-9 .gallery-caption {
  display: none;
}
.gallery.gallery-columns-6 .gallery-icon,
.gallery.gallery-columns-7 .gallery-icon,
.gallery.gallery-columns-8 .gallery-icon,
.gallery.gallery-columns-9 .gallery-icon {
  margin-bottom: 20px;
}
.gallery.gallery-size-thumbnail .wp-caption-text,
.gallery.gallery-size-thumbnail .wp-caption-dd,
.gallery.gallery-size-thumbnail .gallery-caption {
  position: relative;
  text-align: center;
}
.gallery.gallery-size-thumbnail .gallery-icon {
  margin-bottom: 5px;
}
.gallery.gallery-size-thumbnail .gallery-icon:after {
  content: none;
}
.gallery.gallery-size-medium.gallery-columns-1 .wp-caption-text,
.gallery.gallery-size-medium.gallery-columns-2 .wp-caption-text,
.gallery.gallery-size-medium.gallery-columns-4 .wp-caption-text,
.gallery.gallery-size-medium.gallery-columns-1 .wp-caption-dd,
.gallery.gallery-size-medium.gallery-columns-2 .wp-caption-dd,
.gallery.gallery-size-medium.gallery-columns-4 .wp-caption-dd,
.gallery.gallery-size-medium.gallery-columns-1 .gallery-caption,
.gallery.gallery-size-medium.gallery-columns-2 .gallery-caption,
.gallery.gallery-size-medium.gallery-columns-4 .gallery-caption {
  position: relative;
  text-align: center;
}
.gallery.gallery-size-medium.gallery-columns-1 .gallery-icon,
.gallery.gallery-size-medium.gallery-columns-2 .gallery-icon,
.gallery.gallery-size-medium.gallery-columns-4 .gallery-icon {
  margin-bottom: 5px;
}
.gallery.gallery-size-medium.gallery-columns-1 .gallery-icon:after,
.gallery.gallery-size-medium.gallery-columns-2 .gallery-icon:after,
.gallery.gallery-size-medium.gallery-columns-4 .gallery-icon:after {
  content: none;
}
.gallery.gallery-size-medium.gallery-columns-5 {
  margin-bottom: 0;
}
.gallery.gallery-size-medium.gallery-columns-5 .wp-caption-text,
.gallery.gallery-size-medium.gallery-columns-5 .wp-caption-dd,
.gallery.gallery-size-medium.gallery-columns-5 .gallery-caption {
  display: none;
}
.gallery.gallery-size-medium.gallery-columns-5 .gallery-icon {
  margin-bottom: 20px;
}
.gallery.gallery-size-medium.gallery-columns-5 .gallery-icon:after {
  content: none;
}
.gallery.gallery-size-large.gallery-columns-1 .wp-caption-text,
.gallery.gallery-size-large.gallery-columns-4 .wp-caption-text,
.gallery.gallery-size-large.gallery-columns-1 .wp-caption-dd,
.gallery.gallery-size-large.gallery-columns-4 .wp-caption-dd,
.gallery.gallery-size-large.gallery-columns-1 .gallery-caption,
.gallery.gallery-size-large.gallery-columns-4 .gallery-caption {
  position: relative;
  text-align: center;
}
.gallery.gallery-size-large.gallery-columns-1 .gallery-icon,
.gallery.gallery-size-large.gallery-columns-4 .gallery-icon {
  margin-bottom: 5px;
}
.gallery.gallery-size-large.gallery-columns-1 .gallery-icon:after,
.gallery.gallery-size-large.gallery-columns-4 .gallery-icon:after {
  content: none;
}
.gallery.gallery-size-large.gallery-columns-5 {
  margin-bottom: 0;
}
.gallery.gallery-size-large.gallery-columns-5 .wp-caption-text,
.gallery.gallery-size-large.gallery-columns-5 .wp-caption-dd,
.gallery.gallery-size-large.gallery-columns-5 .gallery-caption {
  display: none;
}
.gallery.gallery-size-large.gallery-columns-5 .gallery-icon {
  margin-bottom: 20px;
}
.gallery.gallery-size-large.gallery-columns-5 .gallery-icon:after {
  content: none;
}
.gallery.gallery-size-full.gallery-columns-4 .wp-caption-text,
.gallery.gallery-size-full.gallery-columns-4 .wp-caption-dd,
.gallery.gallery-size-full.gallery-columns-4 .gallery-caption {
  position: relative;
  text-align: center;
}
.gallery.gallery-size-full.gallery-columns-4 .gallery-icon {
  margin-bottom: 5px;
}
.gallery.gallery-size-full.gallery-columns-4 .gallery-icon:after {
  content: none;
}
.gallery.gallery-size-full.gallery-columns-5 {
  margin-bottom: 0;
}
.gallery.gallery-size-full.gallery-columns-5 .wp-caption-text,
.gallery.gallery-size-full.gallery-columns-5 .wp-caption-dd,
.gallery.gallery-size-full.gallery-columns-5 .gallery-caption {
  display: none;
}
.gallery.gallery-size-full.gallery-columns-5 .gallery-icon {
  margin-bottom: 20px;
}
.gallery.gallery-size-full.gallery-columns-5 .gallery-icon:after {
  content: none;
}
.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;
}
blockquote {
  position: relative;
  border-left: none;
  padding: 20px 0 30px 70px;
  margin: 0;
  font-size: inherit;
  font-style: italic;
}
blockquote:before {
  content: '\f347';
  position: absolute;
  top: 13px;
  left: 0;
  font-family: 'Ionicons';
  font-size: 48px;
}
.comment-text blockquote:before {
  top: 0;
}
/*--------------------------*/
/*
/*       5. Page
/*
/*--------------------------*/
.page-title {
  position: relative;
  padding-left: 35px;
  margin-bottom: 30px;
}
.page-title .title-border {
  position: absolute;
  display: block;
  width: 9px;
  height: 100%;
  top: 0;
  left: 0;
  background-image: -webkit-repeating-radial-gradient(center center, rgba(0, 0, 0, 0.2), transparent 1px, transparent 1px, transparent 100%);
  background-image: -moz-repeating-radial-gradient(center center, rgba(0, 0, 0, 0.2), transparent 1px, transparent 1px, transparent 100%);
  background-image: -ms-repeating-radial-gradient(center center, rgba(0, 0, 0, 0.2), transparent 1px, transparent 1px, transparent 100%);
  background-image: repeating-radial-gradient(center center, rgba(0, 0, 0, 0.2), transparent 1px, transparent 1px, transparent 100%);
  -webkit-background-size: 3px 3px;
  -moz-background-size: 3px 3px;
  background-size: 3px 3px;
}
.page-title h1 {
  font-size: 60px;
  line-height: 1;
  text-transform: uppercase;
  margin-bottom: 0;
}
.page-title h3 {
  margin-bottom: 0;
}
.page-title.custom-title {
  position: relative;
  margin-bottom: 0;
  padding-top: 250px;
  padding-left: 0;
  color: #fff;
  background-color: #777;
  background-size: cover;
  background-position: center top;
  background-repeat: no-repeat;
}
.page-title.custom-title .overlay {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-image: -webkit-linear-gradient(left, #000000 0%, rgba(0, 0, 0, 0) 100%);
  background-image: -o-linear-gradient(left, #000000 0%, rgba(0, 0, 0, 0) 100%);
  background-image: linear-gradient(to right, #000000 0%, rgba(0, 0, 0, 0) 100%);
  /* FF3.6-15 */
  /* Chrome10-25,Safari5.1-6 */
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#000000', endColorstr='#00000000', GradientType=1);
  /* IE6-9 */
}
.page-title.custom-title .container {
  position: relative;
  z-index: 1;
}
.page-title.custom-title h1 {
  line-height: 0.9;
}
.map-container {
  margin-bottom: 30px;
}
.embed-map {
  position: relative;
}
.embed-map .map-overlay {
  background: transparent;
  position: absolute;
  width: 100%;
  height: 100%;
}
.embed-map iframe {
  width: 100%;
}
body.page.page-slider header *:last-child .container > .col-md-12 {
  border-bottom: none;
}
body.page .main > .container > .row > *:last-child {
  margin-bottom: 0;
}
body.page .main .post-fullwidth > .row > div[class*='col'] > *:last-child {
  margin-bottom: 0;
}
body.page .main .post-fullwidth > .row > div[class*='col'] > *:last-child .post-content {
  margin-bottom: 0;
}
body.page .main .post-fullwidth > .row > div[class*='col'] > *:last-child .article-border {
  display: none;
}
body.page .main .post-fullwidth > .row > div[class*='col'] > .article-border:last-child {
  display: none;
}
body.page article {
  margin-bottom: 20px;
}
body.page .post-content {
  margin-bottom: 25px;
}
body.page .master-slider-parent {
  margin-bottom: 0;
}
body.page .comment-respond {
  margin-bottom: 0;
}
.wpcf7-form .row {
  margin-bottom: 10px;
}
.wpcf7-form div[class*='col-'] {
  padding-left: 5px;
  padding-right: 5px;
}
.wpcf7-form div[class*='col-']:first-child {
  padding-left: 15px;
}
.wpcf7-form div[class*='col-']:last-child {
  padding-right: 15px;
}
/*--------------------------*/
/*
/*       6. Widgets
/*
/*--------------------------*/
aside .widgets {
  list-style: none;
  padding: 0;
  margin-bottom: 0;
}
aside .widgets .widget:last-child {
  margin-bottom: 0;
}
.widget .widget-body {
  position: relative;
  padding-top: 15px;
  margin-bottom: 30px;
  border-top: 2px solid;
}
.widget .widget-body:before {
  content: '';
  position: absolute;
  top: 1px;
  left: 0;
  width: 100%;
  height: 1px;
}
.widget:last-child .widget-body {
  margin-bottom: 0;
}
.widget .widget-title {
  margin-bottom: 15px;
}
.widget .widget-title h3 {
  margin-bottom: 0;
}
.widget ul {
  list-style: none;
  padding: 0;
}
.widget ul.sub-menu {
  padding-left: 10px;
}
.widget ul li {
  position: relative;
  z-index: 1;
  padding-left: 0;
  padding-right: 16px;
  padding-top: 5px;
  padding-bottom: 5px;
  background-color: transparent;
  -webkit-transition: all 0.3s cubic-bezier(0.8, 0, 0.2, 1);
  -moz-transition: all 0.3s cubic-bezier(0.8, 0, 0.2, 1);
  -ms-transition: all 0.3s cubic-bezier(0.8, 0, 0.2, 1);
  -o-transition: all 0.3s cubic-bezier(0.8, 0, 0.2, 1);
  transition: all 0.3s cubic-bezier(0.8, 0, 0.2, 1);
}
.widget ul li:after {
  content: '';
  position: absolute;
  display: block;
  z-index: -1;
  width: 0;
  height: 100%;
  top: 0;
  left: 0;
  -webkit-transition: all 0.3s cubic-bezier(0.8, 0, 0.2, 1);
  -moz-transition: all 0.3s cubic-bezier(0.8, 0, 0.2, 1);
  -ms-transition: all 0.3s cubic-bezier(0.8, 0, 0.2, 1);
  -o-transition: all 0.3s cubic-bezier(0.8, 0, 0.2, 1);
  transition: all 0.3s cubic-bezier(0.8, 0, 0.2, 1);
}
.widget ul li:before {
  content: '\f3d1';
  font-family: 'Ionicons';
  padding-right: 10px;
}
.widget ul li:hover {
  padding-left: 8px;
  padding-right: 8px;
}
.widget ul li:hover:after {
  width: 100%;
}
.widget ul li a {
  color: inherit;
}
.widget ul li a:hover,
.widget ul li a:focus {
  text-decoration: none;
}
.widget .screen-reader-text {
  padding-right: 10px;
}
.widget select {
  width: 100%;
  height: 38px;
  padding: 6px 15px;
  line-height: 1.2;
  border: none;
  border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.widget select:focus {
  outline: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.widget .calendar_wrap table {
  position: relative;
  width: 100%;
}
.widget .calendar_wrap table caption {
  text-transform: uppercase;
  font-weight: bold;
  padding-top: 5px;
  padding-bottom: 5px;
  margin-bottom: 10px;
  text-align: center;
}
.widget .calendar_wrap table th,
.widget .calendar_wrap table td {
  text-align: center;
}
.widget .calendar_wrap table tfoot {
  position: absolute;
  width: 100%;
  top: 0;
  padding: 4px 10px;
}
.widget .calendar_wrap table tfoot tr td:first-child,
.widget .calendar_wrap table tfoot tr td:last-child {
  width: 50%;
  text-align: left;
}
.widget .calendar_wrap table tfoot tr td:last-child {
  text-align: right;
}
.widget li.recentcomments {
  border-bottom: 1px solid;
  padding: 0 0 20px;
  margin-bottom: 20px;
  font-size: 0;
}
.widget li.recentcomments:last-child {
  border-bottom: none;
  padding: 0;
}
.widget li.recentcomments:last-child:hover {
  padding: 0;
}
.widget li.recentcomments:before,
.widget li.recentcomments:after {
  content: none;
}
.widget li.recentcomments:hover {
  padding: 0 0 20px;
}
.widget li.recentcomments a {
  display: block !important;
  font-size: 14px;
  padding-top: 4px !important;
}
.widget li.recentcomments .comment-author-link {
  display: inline !important;
  margin-bottom: 5px;
  font-size: 11px;
  text-transform: uppercase;
}
.widget li.recentcomments .comment-author-link:before {
  content: '\f3fc';
  font-family: 'Ionicons';
  margin-right: 10px;
}
.widget li.recentcomments .comment-author-link a {
  display: inline !important;
  color: inherit;
  font: inherit;
  background-color: transparent;
}
.widget li.recentcomments .comment-author-link a:hover {
  color: #e4438c;
}
.widget.widget_instagram .row {
  margin-right: -3px;
  margin-left: -3px;
  margin-bottom: -6px;
}
.widget.widget_instagram .instagram-feed {
  margin-top: 0px;
  margin-bottom: 0px;
  overflow: auto;
  clear: both;
}
.widget.widget_instagram .instagram-feed li {
  list-style: none;
  padding-top: 0;
  padding-right: 3px;
  padding-left: 3px;
  padding-bottom: 6px;
}
.widget.widget_instagram .instagram-feed li:before,
.widget.widget_instagram .instagram-feed li:after {
  content: none;
}
.widget.widget_instagram .instagram-feed li a {
  display: block;
  width: 100%;
  height: 100%;
  background-size: cover;
}
.widget.widget_instagram .instagram-feed li a:hover {
  background-color: transparent;
  padding-left: 0;
}
.widget.widget_instagram.carousel .row {
  margin-left: 0;
  margin-right: 0;
  margin-bottom: 0;
}
.widget.widget_instagram.carousel li {
  padding: 0;
}
.widget.widget_instagram.carousel .bx-pager {
  text-align: center;
  padding-bottom: 10px;
}
.widget.widget_instagram.carousel .bx-pager-item {
  display: inline-block;
}
.widget.widget_instagram.carousel .bx-pager-item a {
  display: block;
  position: relative;
  font-size: 0;
  width: 8px;
  height: 8px;
  margin-left: 5px;
  margin-right: 5px;
  border-radius: 50%;
  border: 1px solid;
  background-color: transparent;
  -webkit-transition: all .25s;
  -moz-transition: all .25s;
  -ms-transition: all .25s;
  -o-transition: all .25s;
  transition: all .25s;
}
.widget.widget_instagram.carousel a {
  display: block;
  font-size: 11px;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 3px;
  -webkit-transition: all .2s;
  -moz-transition: all .2s;
  -ms-transition: all .2s;
  -o-transition: all .2s;
  transition: all .2s;
}
.widget.widget_instagram.carousel a:hover {
  color: #e4438c;
  text-decoration: none;
}
.widget .flickr .row {
  margin-right: -3px;
  margin-left: -3px;
  margin-bottom: -6px;
}
.widget .flickr *[class*='col'] {
  padding-right: 3px;
  padding-left: 3px;
  padding-bottom: 6px;
}
.widget .flickr a div {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top center;
}
.widget.widget_facebook .fb_iframe_widget {
  max-width: 100%;
}
.widget.widget_facebook .fb_iframe_widget span,
.widget.widget_facebook .fb_iframe_widget iframe {
  max-width: 100%;
}
.widget.widget_rss li {
  border-bottom: 1px solid;
  padding: 0 0 20px;
  margin-bottom: 20px;
}
.widget.widget_rss li:last-child {
  border-bottom: none;
  padding: 0;
}
.widget.widget_rss li:last-child:hover {
  padding: 0;
}
.widget.widget_rss li:before,
.widget.widget_rss li:after {
  content: none;
}
.widget.widget_rss li:hover {
  padding: 0 0 20px;
}
.widget.widget_rss li > * {
  display: block;
  padding-bottom: 10px;
}
.widget.widget_rss li > *:last-child {
  padding-bottom: 0;
}
.widget.widget_rss li .rsswidget {
  font-weight: bold;
}
.widget.widget_rss li .rss-date {
  font-size: 11px;
}
.widget .tagcloud a {
  position: relative;
  z-index: 1;
  display: inline-block;
  padding: 3px 6px;
  margin-right: 2px;
  margin-bottom: 5px;
  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);
}
.widget .tagcloud a:hover {
  background-color: #fff54e;
  text-decoration: none;
  -webkit-transition: all 0.3s cubic-bezier(0.8, 0, 0.2, 1);
  -moz-transition: all 0.3s cubic-bezier(0.8, 0, 0.2, 1);
  -ms-transition: all 0.3s cubic-bezier(0.8, 0, 0.2, 1);
  -o-transition: all 0.3s cubic-bezier(0.8, 0, 0.2, 1);
  transition: all 0.3s cubic-bezier(0.8, 0, 0.2, 1);
}
.widget .social li {
  display: inline-block;
  width: 50px;
  height: 40px;
  padding: 0;
  padding-top: 5px;
  text-align: center;
}
.widget .social li:before,
.widget .social li:after {
  content: none;
}
.widget .social li:hover {
  padding: 0;
  padding-top: 5px;
}
.widget .recent article {
  margin-bottom: 20px;
  border-bottom: 1px solid;
}
.widget .recent article:last-child {
  border-bottom: none;
}
.widget .recent article .row {
  margin-right: -10px;
  margin-left: -10px;
}
.widget .recent article:last-child {
  margin-bottom: 0;
}
.widget .recent article:last-child *[class*='col'] {
  margin-bottom: 0;
}
.widget .recent article *[class*='col'] {
  padding-left: 10px;
  padding-right: 10px;
  margin-bottom: 20px;
}
.widget .recent article .img i,
.widget .recent article .img span {
  display: block;
  background-color: #fff54e;
  text-align: center;
  width: 100%;
  padding: 5px 0;
}
.widget .recent article .img i:before,
.widget .recent article .img span:before {
  color: rgba(0, 0, 0, 0.95);
}
.widget .recent article .img span {
  color: rgba(0, 0, 0, 0.95);
}
.widget .recent article .post-date {
  display: block;
}
/*--------------------------*/
/*
/*      7. Shortcodes
/*
/*--------------------------*/
.divider {
  position: relative;
  z-index: 1;
  margin-bottom: 20px;
  margin-top: 20px;
}
.divider h3 {
  margin-bottom: 5px;
}
.divider.style1 {
  padding-top: 20px;
}
.divider.style1:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 9px;
  -webkit-background-size: 3px 3px;
  -moz-background-size: 3px 3px;
  background-size: 3px 3px;
}
.divider.style2 {
  padding-bottom: 15px;
}
.divider.style2:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 9px;
  background-image: -webkit-repeating-radial-gradient(center center, rgba(0, 0, 0, 0.2), transparent 1px, transparent 1px, transparent 100%);
  background-image: -moz-repeating-radial-gradient(center center, rgba(0, 0, 0, 0.2), transparent 1px, transparent 1px, transparent 100%);
  background-image: -ms-repeating-radial-gradient(center center, rgba(0, 0, 0, 0.2), transparent 1px, transparent 1px, transparent 100%);
  background-image: repeating-radial-gradient(center center, rgba(0, 0, 0, 0.2), transparent 1px, transparent 1px, transparent 100%);
  -webkit-background-size: 3px 3px;
  -moz-background-size: 3px 3px;
  background-size: 3px 3px;
}
.divider.style3 h3 {
  display: inline-block;
  padding-right: 20px;
  padding-left: 20px;
  margin-bottom: 0;
  background-color: #fff;
}
.divider.style3.left h3 {
  padding-left: 0px;
}
.divider.style3.left:before {
  display: none;
}
.divider.style3.right h3 {
  padding-right: 0px;
}
.divider.style3.right:after {
  display: none;
}
.divider.style3:before,
.divider.style3:after {
  content: '';
  position: absolute;
  display: inline-block;
  top: 50%;
  left: 0;
  z-index: -5;
  margin-top: -5px;
  height: 4px;
  width: 100%;
  height: 9px;
  background-image: -webkit-repeating-radial-gradient(center center, rgba(0, 0, 0, 0.2), transparent 1px, transparent 1px, transparent 100%);
  background-image: -moz-repeating-radial-gradient(center center, rgba(0, 0, 0, 0.2), transparent 1px, transparent 1px, transparent 100%);
  background-image: -ms-repeating-radial-gradient(center center, rgba(0, 0, 0, 0.2), transparent 1px, transparent 1px, transparent 100%);
  background-image: repeating-radial-gradient(center center, rgba(0, 0, 0, 0.2), transparent 1px, transparent 1px, transparent 100%);
  -webkit-background-size: 3px 3px;
  -moz-background-size: 3px 3px;
  background-size: 3px 3px;
}
.divider.style3:before {
  left: 0%;
}
.divider.style3:after {
  right: 0%;
}
.service-box {
  text-align: center;
  margin-bottom: 28px;
  padding-top: 28px;
}
.service-box h4 {
  display: block;
}
.service-box i {
  display: inline-block;
  margin-bottom: 30px;
  -webkit-transition: all .25s;
  -moz-transition: all .25s;
  -ms-transition: all .25s;
  -o-transition: all .25s;
  transition: all .25s;
}
.service-box.round i {
  border-radius: 50%;
}
.service-box.box-1x.round i,
.service-box.box-1x.square i {
  width: 56px;
  height: 56px;
  text-align: center;
  padding-top: 20px;
}
.service-box.box-2x.round i,
.service-box.box-2x.square i {
  width: 66px;
  height: 66px;
  text-align: center;
  padding-top: 19px;
}
.service-box.box-3x.round i,
.service-box.box-3x.square i {
  width: 86px;
  height: 86px;
  text-align: center;
  padding-top: 21px;
}
.service-box.box-4x.round i,
.service-box.box-4x.square i {
  width: 106px;
  height: 106px;
  text-align: center;
  padding-top: 26px;
}
.service-box.box-5x.round i,
.service-box.box-5x.square i {
  width: 126px;
  height: 126px;
  text-align: center;
  padding-top: 30px;
}
.dropcap > p:first-child {
  display: inline-block;
}
.dropcap > p:first-child:first-letter,
.dropcap > p:first-child::first-letter {
  float: left;
  color: #e4438c;
  font-size: 120px;
  line-height: 90px;
  margin-right: 20px;
  margin-bottom: 15px;
}
/*--------------------------*/
/*
/*          8. 404
/*
/*--------------------------*/
body.error404 .error-404 {
  padding-top: 130px;
  padding-bottom: 130px;
  text-align: center;
  background-position: top center;
  background-size: cover;
  background-repeat: no-repeat;
}
body.error404 .message {
  display: block;
  margin-bottom: 30px;
  overflow: auto;
}
body.error404 .message .wrap {
  display: inline-block;
}
body.error404 .message .wrap img {
  float: left;
}
body.error404 .message .wrap div {
  float: left;
  margin-top: 11px;
  margin-left: 3px;
  text-align: left;
}
body.error404 .message .wrap h1 {
  font-size: 36px;
  margin-bottom: 0;
  text-transform: uppercase;
}
/*--------------------------*/
/*
/*          9. Footer
/*
/*--------------------------*/
footer.footer {
  padding-top: 30px;
  background-color: #fff;
}
footer.footer.light {
  color: rgba(255, 255, 255, 0.95);
}
footer.footer.dark {
  color: rgba(0, 0, 0, 0.95);
}
footer.footer .widgets {
  list-style: none;
  padding: 0;
  margin-bottom: 0;
}
footer.footer.col2 .widget.col-md-12 {
  width: 50%;
}
footer.footer.col3 .widget.col-md-12 {
  width: 33.33333333%;
}
footer.footer.col4 .widget.col-md-12 {
  width: 25%;
}
footer.footer .footer-bottom {
  padding: 30px 0;
}
footer.footer .footer-bottom.center {
  text-align: center;
}
footer.footer .footer-bottom.center .footer-logo {
  display: block;
  margin-bottom: 0;
}
footer.footer .footer-bottom.center .copyright {
  display: block;
  margin-bottom: 20px;
}
footer.footer .footer-bottom.left,
footer.footer .footer-bottom.right {
  overflow: auto;
  clear: both;
}
footer.footer .footer-bottom.left .footer-logo,
footer.footer .footer-bottom.right .footer-logo,
footer.footer .footer-bottom.left .copyright,
footer.footer .footer-bottom.right .copyright {
  width: 50%;
}
footer.footer .footer-bottom.left .copyright,
footer.footer .footer-bottom.right .copyright {
  margin-bottom: 0;
}
footer.footer .footer-bottom.left .footer-logo {
  float: left;
  text-align: left;
}
footer.footer .footer-bottom.left .copyright {
  float: right;
  text-align: right;
}
footer.footer .footer-bottom.right .footer-logo {
  float: right;
  text-align: right;
}
footer.footer .footer-bottom.right .copyright {
  float: left;
  text-align: left;
}
.fullwidth-instagram ul {
  padding-left: 0;
  list-style: none;
  margin-bottom: 0;
}
.fullwidth-instagram ul li {
  display: inline-block;
  position: relative;
  font-size: 0;
  background-size: cover;
  margin-bottom: -5px;
}
.fullwidth-instagram ul li img {
  width: 100%;
  height: auto;
}
.fullwidth-instagram ul li .overlay {
  width: 100%;
  height: 100%;
  position: absolute;
  background-color: rgba(0, 0, 0, 0.5);
  opacity: 0;
  text-align: center;
  -webkit-transition: all .25s;
  -moz-transition: all .25s;
  -ms-transition: all .25s;
  -o-transition: all .25s;
  transition: all .25s;
}
.fullwidth-instagram ul li .overlay span {
  display: block;
  position: relative;
  text-align: center;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.fullwidth-instagram ul li .overlay span p {
  color: #fff;
  display: inline-block;
  margin-right: 20px;
  font-size: 14px;
}
.fullwidth-instagram ul li .overlay span p:last-child {
  margin-right: 0;
}
.fullwidth-instagram ul li .overlay span p i {
  margin-right: 10px;
}
.fullwidth-instagram ul li:hover .overlay {
  opacity: 1;
}
.fullwidth-instagram.col-4 ul li {
  width: 25%;
}
.fullwidth-instagram.col-5 ul li {
  width: 20%;
}
.fullwidth-instagram.col-6 ul li {
  width: 16.6667%;
}
.fullwidth-instagram.col-7 ul li {
  width: 14.2857%;
}
.fullwidth-instagram.col-8 ul li {
  width: 12.5%;
}
.fullwidth-instagram.col-9 ul li {
  width: 11.1111%;
}
.fullwidth-instagram.col-10 ul li {
  width: 10%;
}
.fullwidth-instagram.col-11 ul li {
  width: 9.0909%;
}
.fullwidth-instagram.col-12 ul li {
  width: 8.3333%;
}
/*--------------------------*/
/*
/*       10. Toggle Sidebar
/*
/*--------------------------*/
.toggle-sidebar {
  position: fixed;
  width: 500px;
  height: 100%;
  overflow-y: auto;
  background-color: #333;
  z-index: 200;
  padding: 30px;
  opacity: 0;
  -webkit-transition: 0.25s ease-in;
  -moz-transition: 0.25s ease-in;
  -ms-transition: 0.25s ease-in;
  -o-transition: 0.25s ease-in;
  transition: 0.25s ease-in;
}
.toggle-sidebar.toggle-left.toggle-in,
.toggle-sidebar.toggle-right.toggle-in {
  opacity: 1;
  -webkit-transform: translateX(0%);
  -moz-transform: translateX(0%);
  -ms-transform: translateX(0%);
  -o-transform: translateX(0%);
  transform: translateX(0%);
}
.toggle-sidebar.toggle-left {
  left: 0;
  -webkit-transform: translateX(-100%);
  -moz-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  -o-transform: translateX(-100%);
  transform: translateX(-100%);
}
.toggle-sidebar.toggle-right {
  right: 0;
  left: auto;
  -webkit-transform: translateX(100%);
  -moz-transform: translateX(100%);
  -ms-transform: translateX(100%);
  -o-transform: translateX(100%);
  transform: translateX(100%);
}
.toggle-sidebar .widget:last-child {
  margin-bottom: 30px;
}
.toggle-sidebar::-webkit-scrollbar {
  width: 8px;
}
.toggle-sidebar.dark::-webkit-scrollbar-track {
  background-color: #555;
  border-left: 1px solid #444;
}
.toggle-sidebar.dark::-webkit-scrollbar-thumb {
  background-color: #444;
}
.toggle-sidebar.dark::-webkit-scrollbar-thumb:hover {
  background-color: #333;
}
.toggle-sidebar.light::-webkit-scrollbar-track {
  background-color: #eaeaea;
  border-left: 1px solid #ccc;
}
.toggle-sidebar.light::-webkit-scrollbar-thumb {
  background-color: #ccc;
}
.toggle-sidebar.light::-webkit-scrollbar-thumb:hover {
  background-color: #aaa;
}
.toggle-overlay {
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: 199;
  left: 0;
  background-color: #000;
  opacity: 0.4;
  display: none;
  cursor: url(../img/close.png), crosshair;
  -webkit-transition: all .25s;
  -moz-transition: all .25s;
  -ms-transition: all .25s;
  -o-transition: all .25s;
  transition: all .25s;
}
.toggle-overlay.toggle-in {
  display: block;
}
/*--------------------------*/
/*
/*       11. Media Queries
/*
/*--------------------------*/
@media (max-width: 767px) {
  body.fullwidth .container {
    padding-left: 30px;
    padding-right: 30px;
  }
  .container .container {
    padding-left: 30px;
    padding-right: 30px;
  }
  .mobile-menu,
  #toggle-btn,
  .menu-bar,
  .logo-bar .searchform {
    display: none;
  }
  #mobile-menu-btn {
    display: inline-block;
  }
  body.boxed #mobile-toggle-panel {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .no-border header *:first-child .container > .col-md-12,
  body.page.page-slider header *:first-child .container > .col-md-12 {
    border-bottom: none;
  }
  aside {
    margin-top: 30px;
  }
  footer.footer.col2 .widget.col-md-12,
  footer.footer.col3 .widget.col-md-12,
  footer.footer.col4 .widget.col-md-12 {
    width: 100%;
  }
  footer.footer .footer-bottom {
    padding: 30px 0;
  }
  footer.footer .footer-bottom.center .footer-logo,
  footer.footer .footer-bottom.left .footer-logo,
  footer.footer .footer-bottom.right .footer-logo,
  footer.footer .footer-bottom.center .copyright,
  footer.footer .footer-bottom.left .copyright,
  footer.footer .footer-bottom.right .copyright {
    width: 100%;
    display: block;
    float: none;
    text-align: center;
  }
  footer.footer .footer-bottom.center .footer-logo,
  footer.footer .footer-bottom.left .footer-logo,
  footer.footer .footer-bottom.right .footer-logo {
    margin-bottom: 0;
  }
  footer.footer .footer-bottom.center .copyright,
  footer.footer .footer-bottom.left .copyright,
  footer.footer .footer-bottom.right .copyright {
    padding-top: 0 !important;
    margin-bottom: 20px;
  }
  .slideout-open .admin-bar #mobile-toggle-panel {
    padding-top: 46px !important;
  }
  .slideout-open #mobile-toggle-panel > .container {
    margin-right: 0;
    margin-left: auto;
  }
  .page-title.custom-title {
    padding-top: 100px !important;
  }
  .page-title.custom-title.custom-post-title {
    height: 300px !important;
  }
  .single-post .comments .pingback img,
  body.page .comments .pingback img,
  .single-post .comments .comment img,
  body.page .comments .comment img {
    width: 30%;
  }
  .single-post .comments .pingback .comment-meta,
  body.page .comments .pingback .comment-meta,
  .single-post .comments .comment .comment-meta,
  body.page .comments .comment .comment-meta {
    width: 70%;
  }
  .wpcf7-form div[class*='col-'] {
    padding-left: 15px;
    padding-right: 15px;
    margin-bottom: 10px;
  }
  .wpcf7-form .row {
    margin-bottom: 0px;
  }
  .post-share {
    float: left;
    margin-top: 10px;
  }
  .post-share li {
    padding-left: 0;
    padding-right: 10px;
  }
  .gallery.gallery-size-thumbnail.gallery-columns-1 .gallery-item,
  .gallery.gallery-size-medium.gallery-columns-1 .gallery-item,
  .gallery.gallery-size-large.gallery-columns-1 .gallery-item,
  .gallery.gallery-size-full.gallery-columns-1 .gallery-item,
  .gallery.gallery-size-thumbnail.gallery-columns-2 .gallery-item,
  .gallery.gallery-size-medium.gallery-columns-2 .gallery-item,
  .gallery.gallery-size-large.gallery-columns-2 .gallery-item,
  .gallery.gallery-size-full.gallery-columns-2 .gallery-item,
  .gallery.gallery-size-thumbnail.gallery-columns-3 .gallery-item,
  .gallery.gallery-size-medium.gallery-columns-3 .gallery-item,
  .gallery.gallery-size-large.gallery-columns-3 .gallery-item,
  .gallery.gallery-size-full.gallery-columns-3 .gallery-item,
  .gallery.gallery-size-thumbnail.gallery-columns-4 .gallery-item,
  .gallery.gallery-size-medium.gallery-columns-4 .gallery-item,
  .gallery.gallery-size-large.gallery-columns-4 .gallery-item,
  .gallery.gallery-size-full.gallery-columns-4 .gallery-item,
  .gallery.gallery-size-thumbnail.gallery-columns-5 .gallery-item,
  .gallery.gallery-size-medium.gallery-columns-5 .gallery-item,
  .gallery.gallery-size-large.gallery-columns-5 .gallery-item,
  .gallery.gallery-size-full.gallery-columns-5 .gallery-item,
  .gallery.gallery-size-thumbnail.gallery-columns-6 .gallery-item,
  .gallery.gallery-size-medium.gallery-columns-6 .gallery-item,
  .gallery.gallery-size-large.gallery-columns-6 .gallery-item,
  .gallery.gallery-size-full.gallery-columns-6 .gallery-item,
  .gallery.gallery-size-thumbnail.gallery-columns-7 .gallery-item,
  .gallery.gallery-size-medium.gallery-columns-7 .gallery-item,
  .gallery.gallery-size-large.gallery-columns-7 .gallery-item,
  .gallery.gallery-size-full.gallery-columns-7 .gallery-item,
  .gallery.gallery-size-thumbnail.gallery-columns-8 .gallery-item,
  .gallery.gallery-size-medium.gallery-columns-8 .gallery-item,
  .gallery.gallery-size-large.gallery-columns-8 .gallery-item,
  .gallery.gallery-size-full.gallery-columns-8 .gallery-item,
  .gallery.gallery-size-thumbnail.gallery-columns-9 .gallery-item,
  .gallery.gallery-size-medium.gallery-columns-9 .gallery-item,
  .gallery.gallery-size-large.gallery-columns-9 .gallery-item,
  .gallery.gallery-size-full.gallery-columns-9 .gallery-item {
    width: 100% !important;
  }
  .gallery.gallery-size-thumbnail.gallery-columns-1 .wp-caption-text,
  .gallery.gallery-size-medium.gallery-columns-1 .wp-caption-text,
  .gallery.gallery-size-large.gallery-columns-1 .wp-caption-text,
  .gallery.gallery-size-full.gallery-columns-1 .wp-caption-text,
  .gallery.gallery-size-thumbnail.gallery-columns-2 .wp-caption-text,
  .gallery.gallery-size-medium.gallery-columns-2 .wp-caption-text,
  .gallery.gallery-size-large.gallery-columns-2 .wp-caption-text,
  .gallery.gallery-size-full.gallery-columns-2 .wp-caption-text,
  .gallery.gallery-size-thumbnail.gallery-columns-3 .wp-caption-text,
  .gallery.gallery-size-medium.gallery-columns-3 .wp-caption-text,
  .gallery.gallery-size-large.gallery-columns-3 .wp-caption-text,
  .gallery.gallery-size-full.gallery-columns-3 .wp-caption-text,
  .gallery.gallery-size-thumbnail.gallery-columns-4 .wp-caption-text,
  .gallery.gallery-size-medium.gallery-columns-4 .wp-caption-text,
  .gallery.gallery-size-large.gallery-columns-4 .wp-caption-text,
  .gallery.gallery-size-full.gallery-columns-4 .wp-caption-text,
  .gallery.gallery-size-thumbnail.gallery-columns-5 .wp-caption-text,
  .gallery.gallery-size-medium.gallery-columns-5 .wp-caption-text,
  .gallery.gallery-size-large.gallery-columns-5 .wp-caption-text,
  .gallery.gallery-size-full.gallery-columns-5 .wp-caption-text,
  .gallery.gallery-size-thumbnail.gallery-columns-6 .wp-caption-text,
  .gallery.gallery-size-medium.gallery-columns-6 .wp-caption-text,
  .gallery.gallery-size-large.gallery-columns-6 .wp-caption-text,
  .gallery.gallery-size-full.gallery-columns-6 .wp-caption-text,
  .gallery.gallery-size-thumbnail.gallery-columns-7 .wp-caption-text,
  .gallery.gallery-size-medium.gallery-columns-7 .wp-caption-text,
  .gallery.gallery-size-large.gallery-columns-7 .wp-caption-text,
  .gallery.gallery-size-full.gallery-columns-7 .wp-caption-text,
  .gallery.gallery-size-thumbnail.gallery-columns-8 .wp-caption-text,
  .gallery.gallery-size-medium.gallery-columns-8 .wp-caption-text,
  .gallery.gallery-size-large.gallery-columns-8 .wp-caption-text,
  .gallery.gallery-size-full.gallery-columns-8 .wp-caption-text,
  .gallery.gallery-size-thumbnail.gallery-columns-9 .wp-caption-text,
  .gallery.gallery-size-medium.gallery-columns-9 .wp-caption-text,
  .gallery.gallery-size-large.gallery-columns-9 .wp-caption-text,
  .gallery.gallery-size-full.gallery-columns-9 .wp-caption-text,
  .gallery.gallery-size-thumbnail.gallery-columns-1 .wp-caption-dd,
  .gallery.gallery-size-medium.gallery-columns-1 .wp-caption-dd,
  .gallery.gallery-size-large.gallery-columns-1 .wp-caption-dd,
  .gallery.gallery-size-full.gallery-columns-1 .wp-caption-dd,
  .gallery.gallery-size-thumbnail.gallery-columns-2 .wp-caption-dd,
  .gallery.gallery-size-medium.gallery-columns-2 .wp-caption-dd,
  .gallery.gallery-size-large.gallery-columns-2 .wp-caption-dd,
  .gallery.gallery-size-full.gallery-columns-2 .wp-caption-dd,
  .gallery.gallery-size-thumbnail.gallery-columns-3 .wp-caption-dd,
  .gallery.gallery-size-medium.gallery-columns-3 .wp-caption-dd,
  .gallery.gallery-size-large.gallery-columns-3 .wp-caption-dd,
  .gallery.gallery-size-full.gallery-columns-3 .wp-caption-dd,
  .gallery.gallery-size-thumbnail.gallery-columns-4 .wp-caption-dd,
  .gallery.gallery-size-medium.gallery-columns-4 .wp-caption-dd,
  .gallery.gallery-size-large.gallery-columns-4 .wp-caption-dd,
  .gallery.gallery-size-full.gallery-columns-4 .wp-caption-dd,
  .gallery.gallery-size-thumbnail.gallery-columns-5 .wp-caption-dd,
  .gallery.gallery-size-medium.gallery-columns-5 .wp-caption-dd,
  .gallery.gallery-size-large.gallery-columns-5 .wp-caption-dd,
  .gallery.gallery-size-full.gallery-columns-5 .wp-caption-dd,
  .gallery.gallery-size-thumbnail.gallery-columns-6 .wp-caption-dd,
  .gallery.gallery-size-medium.gallery-columns-6 .wp-caption-dd,
  .gallery.gallery-size-large.gallery-columns-6 .wp-caption-dd,
  .gallery.gallery-size-full.gallery-columns-6 .wp-caption-dd,
  .gallery.gallery-size-thumbnail.gallery-columns-7 .wp-caption-dd,
  .gallery.gallery-size-medium.gallery-columns-7 .wp-caption-dd,
  .gallery.gallery-size-large.gallery-columns-7 .wp-caption-dd,
  .gallery.gallery-size-full.gallery-columns-7 .wp-caption-dd,
  .gallery.gallery-size-thumbnail.gallery-columns-8 .wp-caption-dd,
  .gallery.gallery-size-medium.gallery-columns-8 .wp-caption-dd,
  .gallery.gallery-size-large.gallery-columns-8 .wp-caption-dd,
  .gallery.gallery-size-full.gallery-columns-8 .wp-caption-dd,
  .gallery.gallery-size-thumbnail.gallery-columns-9 .wp-caption-dd,
  .gallery.gallery-size-medium.gallery-columns-9 .wp-caption-dd,
  .gallery.gallery-size-large.gallery-columns-9 .wp-caption-dd,
  .gallery.gallery-size-full.gallery-columns-9 .wp-caption-dd,
  .gallery.gallery-size-thumbnail.gallery-columns-1 .gallery-caption,
  .gallery.gallery-size-medium.gallery-columns-1 .gallery-caption,
  .gallery.gallery-size-large.gallery-columns-1 .gallery-caption,
  .gallery.gallery-size-full.gallery-columns-1 .gallery-caption,
  .gallery.gallery-size-thumbnail.gallery-columns-2 .gallery-caption,
  .gallery.gallery-size-medium.gallery-columns-2 .gallery-caption,
  .gallery.gallery-size-large.gallery-columns-2 .gallery-caption,
  .gallery.gallery-size-full.gallery-columns-2 .gallery-caption,
  .gallery.gallery-size-thumbnail.gallery-columns-3 .gallery-caption,
  .gallery.gallery-size-medium.gallery-columns-3 .gallery-caption,
  .gallery.gallery-size-large.gallery-columns-3 .gallery-caption,
  .gallery.gallery-size-full.gallery-columns-3 .gallery-caption,
  .gallery.gallery-size-thumbnail.gallery-columns-4 .gallery-caption,
  .gallery.gallery-size-medium.gallery-columns-4 .gallery-caption,
  .gallery.gallery-size-large.gallery-columns-4 .gallery-caption,
  .gallery.gallery-size-full.gallery-columns-4 .gallery-caption,
  .gallery.gallery-size-thumbnail.gallery-columns-5 .gallery-caption,
  .gallery.gallery-size-medium.gallery-columns-5 .gallery-caption,
  .gallery.gallery-size-large.gallery-columns-5 .gallery-caption,
  .gallery.gallery-size-full.gallery-columns-5 .gallery-caption,
  .gallery.gallery-size-thumbnail.gallery-columns-6 .gallery-caption,
  .gallery.gallery-size-medium.gallery-columns-6 .gallery-caption,
  .gallery.gallery-size-large.gallery-columns-6 .gallery-caption,
  .gallery.gallery-size-full.gallery-columns-6 .gallery-caption,
  .gallery.gallery-size-thumbnail.gallery-columns-7 .gallery-caption,
  .gallery.gallery-size-medium.gallery-columns-7 .gallery-caption,
  .gallery.gallery-size-large.gallery-columns-7 .gallery-caption,
  .gallery.gallery-size-full.gallery-columns-7 .gallery-caption,
  .gallery.gallery-size-thumbnail.gallery-columns-8 .gallery-caption,
  .gallery.gallery-size-medium.gallery-columns-8 .gallery-caption,
  .gallery.gallery-size-large.gallery-columns-8 .gallery-caption,
  .gallery.gallery-size-full.gallery-columns-8 .gallery-caption,
  .gallery.gallery-size-thumbnail.gallery-columns-9 .gallery-caption,
  .gallery.gallery-size-medium.gallery-columns-9 .gallery-caption,
  .gallery.gallery-size-large.gallery-columns-9 .gallery-caption,
  .gallery.gallery-size-full.gallery-columns-9 .gallery-caption {
    display: block;
    position: absolute;
    text-align: left;
  }
  .gallery.gallery-size-thumbnail.gallery-columns-1 .gallery-icon,
  .gallery.gallery-size-medium.gallery-columns-1 .gallery-icon,
  .gallery.gallery-size-large.gallery-columns-1 .gallery-icon,
  .gallery.gallery-size-full.gallery-columns-1 .gallery-icon,
  .gallery.gallery-size-thumbnail.gallery-columns-2 .gallery-icon,
  .gallery.gallery-size-medium.gallery-columns-2 .gallery-icon,
  .gallery.gallery-size-large.gallery-columns-2 .gallery-icon,
  .gallery.gallery-size-full.gallery-columns-2 .gallery-icon,
  .gallery.gallery-size-thumbnail.gallery-columns-3 .gallery-icon,
  .gallery.gallery-size-medium.gallery-columns-3 .gallery-icon,
  .gallery.gallery-size-large.gallery-columns-3 .gallery-icon,
  .gallery.gallery-size-full.gallery-columns-3 .gallery-icon,
  .gallery.gallery-size-thumbnail.gallery-columns-4 .gallery-icon,
  .gallery.gallery-size-medium.gallery-columns-4 .gallery-icon,
  .gallery.gallery-size-large.gallery-columns-4 .gallery-icon,
  .gallery.gallery-size-full.gallery-columns-4 .gallery-icon,
  .gallery.gallery-size-thumbnail.gallery-columns-5 .gallery-icon,
  .gallery.gallery-size-medium.gallery-columns-5 .gallery-icon,
  .gallery.gallery-size-large.gallery-columns-5 .gallery-icon,
  .gallery.gallery-size-full.gallery-columns-5 .gallery-icon,
  .gallery.gallery-size-thumbnail.gallery-columns-6 .gallery-icon,
  .gallery.gallery-size-medium.gallery-columns-6 .gallery-icon,
  .gallery.gallery-size-large.gallery-columns-6 .gallery-icon,
  .gallery.gallery-size-full.gallery-columns-6 .gallery-icon,
  .gallery.gallery-size-thumbnail.gallery-columns-7 .gallery-icon,
  .gallery.gallery-size-medium.gallery-columns-7 .gallery-icon,
  .gallery.gallery-size-large.gallery-columns-7 .gallery-icon,
  .gallery.gallery-size-full.gallery-columns-7 .gallery-icon,
  .gallery.gallery-size-thumbnail.gallery-columns-8 .gallery-icon,
  .gallery.gallery-size-medium.gallery-columns-8 .gallery-icon,
  .gallery.gallery-size-large.gallery-columns-8 .gallery-icon,
  .gallery.gallery-size-full.gallery-columns-8 .gallery-icon,
  .gallery.gallery-size-thumbnail.gallery-columns-9 .gallery-icon,
  .gallery.gallery-size-medium.gallery-columns-9 .gallery-icon,
  .gallery.gallery-size-large.gallery-columns-9 .gallery-icon,
  .gallery.gallery-size-full.gallery-columns-9 .gallery-icon {
    margin-bottom: 0;
  }
  .gallery.gallery-size-thumbnail.gallery-columns-1 .gallery-icon:after,
  .gallery.gallery-size-medium.gallery-columns-1 .gallery-icon:after,
  .gallery.gallery-size-large.gallery-columns-1 .gallery-icon:after,
  .gallery.gallery-size-full.gallery-columns-1 .gallery-icon:after,
  .gallery.gallery-size-thumbnail.gallery-columns-2 .gallery-icon:after,
  .gallery.gallery-size-medium.gallery-columns-2 .gallery-icon:after,
  .gallery.gallery-size-large.gallery-columns-2 .gallery-icon:after,
  .gallery.gallery-size-full.gallery-columns-2 .gallery-icon:after,
  .gallery.gallery-size-thumbnail.gallery-columns-3 .gallery-icon:after,
  .gallery.gallery-size-medium.gallery-columns-3 .gallery-icon:after,
  .gallery.gallery-size-large.gallery-columns-3 .gallery-icon:after,
  .gallery.gallery-size-full.gallery-columns-3 .gallery-icon:after,
  .gallery.gallery-size-thumbnail.gallery-columns-4 .gallery-icon:after,
  .gallery.gallery-size-medium.gallery-columns-4 .gallery-icon:after,
  .gallery.gallery-size-large.gallery-columns-4 .gallery-icon:after,
  .gallery.gallery-size-full.gallery-columns-4 .gallery-icon:after,
  .gallery.gallery-size-thumbnail.gallery-columns-5 .gallery-icon:after,
  .gallery.gallery-size-medium.gallery-columns-5 .gallery-icon:after,
  .gallery.gallery-size-large.gallery-columns-5 .gallery-icon:after,
  .gallery.gallery-size-full.gallery-columns-5 .gallery-icon:after,
  .gallery.gallery-size-thumbnail.gallery-columns-6 .gallery-icon:after,
  .gallery.gallery-size-medium.gallery-columns-6 .gallery-icon:after,
  .gallery.gallery-size-large.gallery-columns-6 .gallery-icon:after,
  .gallery.gallery-size-full.gallery-columns-6 .gallery-icon:after,
  .gallery.gallery-size-thumbnail.gallery-columns-7 .gallery-icon:after,
  .gallery.gallery-size-medium.gallery-columns-7 .gallery-icon:after,
  .gallery.gallery-size-large.gallery-columns-7 .gallery-icon:after,
  .gallery.gallery-size-full.gallery-columns-7 .gallery-icon:after,
  .gallery.gallery-size-thumbnail.gallery-columns-8 .gallery-icon:after,
  .gallery.gallery-size-medium.gallery-columns-8 .gallery-icon:after,
  .gallery.gallery-size-large.gallery-columns-8 .gallery-icon:after,
  .gallery.gallery-size-full.gallery-columns-8 .gallery-icon:after,
  .gallery.gallery-size-thumbnail.gallery-columns-9 .gallery-icon:after,
  .gallery.gallery-size-medium.gallery-columns-9 .gallery-icon:after,
  .gallery.gallery-size-large.gallery-columns-9 .gallery-icon:after,
  .gallery.gallery-size-full.gallery-columns-9 .gallery-icon:after {
    content: '';
  }
  .alignnone,
  .aligncenter,
  .alignright,
  img.alignright,
  .alignleft,
  img.alignleft {
    display: block;
    float: none;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 20px;
  }
  .post-content div[class*='col-'] {
    margin-bottom: 30px;
  }
  .post-content div[class*='col-']:last-child {
    margin-bottom: 0;
  }
  .main-post header h1 {
    font-size: 25px !important;
  }
  .main-post .counters-share {
    text-align: center;
  }
  .main-post .post-counters {
    float: none;
  }
  .main-post .post-counters li:last-child {
    padding-right: 0;
  }
  .main-post .post-share {
    float: none;
  }
  .page-title h1 {
    font-size: 35px !important;
  }
  .single-post .comments ul.children,
  .single-attachment .comments ul.children,
  body.page .comments ul.children {
    padding-left: 10px;
  }
  .single-post .comment-form .col-md-6:first-child,
  .single-attachment .comment-form .col-md-6:first-child,
  body.page .comment-form .col-md-6:first-child {
    padding-right: 15px;
    margin-bottom: 10px;
  }
  .single-post .comment-form .col-md-6:last-child,
  .single-attachment .comment-form .col-md-6:last-child,
  body.page .comment-form .col-md-6:last-child {
    padding-left: 15px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  body.fullwidth .container {
    padding-left: 30px;
    padding-right: 30px;
  }
  .container .container {
    padding-left: 30px;
    padding-right: 30px;
  }
  .mobile-menu,
  #toggle-btn,
  .menu-bar,
  .logo-bar .searchform {
    display: none;
  }
  #mobile-menu-btn {
    display: inline-block;
  }
  body.boxed #mobile-toggle-panel {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .no-border header *:first-child .container > .col-md-12,
  body.page.page-slider header *:first-child .container > .col-md-12 {
    border-bottom: none;
  }
  aside {
    margin-top: 30px;
  }
  footer.footer.col2 .widget.col-md-12,
  footer.footer.col3 .widget.col-md-12,
  footer.footer.col4 .widget.col-md-12 {
    width: 100%;
  }
  footer.footer .footer-bottom {
    padding: 30px 0;
  }
  footer.footer .footer-bottom.center .footer-logo,
  footer.footer .footer-bottom.left .footer-logo,
  footer.footer .footer-bottom.right .footer-logo,
  footer.footer .footer-bottom.center .copyright,
  footer.footer .footer-bottom.left .copyright,
  footer.footer .footer-bottom.right .copyright {
    width: 100%;
    display: block;
    float: none;
    text-align: center;
  }
  footer.footer .footer-bottom.center .footer-logo,
  footer.footer .footer-bottom.left .footer-logo,
  footer.footer .footer-bottom.right .footer-logo {
    margin-bottom: 0;
  }
  footer.footer .footer-bottom.center .copyright,
  footer.footer .footer-bottom.left .copyright,
  footer.footer .footer-bottom.right .copyright {
    padding-top: 0 !important;
    margin-bottom: 20px;
  }
  .slideout-open .admin-bar #mobile-toggle-panel {
    padding-top: 46px !important;
  }
  .slideout-open #mobile-toggle-panel > .container {
    margin-right: 0;
    margin-left: auto;
  }
  .gallery.gallery-size-thumbnail.gallery-columns-3 .wp-caption-text,
  .gallery.gallery-size-medium.gallery-columns-3 .wp-caption-text,
  .gallery.gallery-size-large.gallery-columns-3 .wp-caption-text,
  .gallery.gallery-size-full.gallery-columns-3 .wp-caption-text,
  .gallery.gallery-size-thumbnail.gallery-columns-3 .wp-caption-dd,
  .gallery.gallery-size-medium.gallery-columns-3 .wp-caption-dd,
  .gallery.gallery-size-large.gallery-columns-3 .wp-caption-dd,
  .gallery.gallery-size-full.gallery-columns-3 .wp-caption-dd,
  .gallery.gallery-size-thumbnail.gallery-columns-3 .gallery-caption,
  .gallery.gallery-size-medium.gallery-columns-3 .gallery-caption,
  .gallery.gallery-size-large.gallery-columns-3 .gallery-caption,
  .gallery.gallery-size-full.gallery-columns-3 .gallery-caption {
    position: relative;
    text-align: center;
  }
  .gallery.gallery-size-thumbnail.gallery-columns-3 .gallery-icon,
  .gallery.gallery-size-medium.gallery-columns-3 .gallery-icon,
  .gallery.gallery-size-large.gallery-columns-3 .gallery-icon,
  .gallery.gallery-size-full.gallery-columns-3 .gallery-icon {
    margin-bottom: 5px;
  }
  .gallery.gallery-size-thumbnail.gallery-columns-3 .gallery-icon:after,
  .gallery.gallery-size-medium.gallery-columns-3 .gallery-icon:after,
  .gallery.gallery-size-large.gallery-columns-3 .gallery-icon:after,
  .gallery.gallery-size-full.gallery-columns-3 .gallery-icon:after {
    content: none;
  }
}
@media (min-width: 992px) and (max-width: 1329px) {
  body.fullwidth .container {
    padding-left: 30px;
    padding-right: 30px;
  }
  .container .container {
    padding-left: 30px;
    padding-right: 30px;
  }
  .mobile-menu {
    display: none;
  }
  #mobile-menu-btn {
    display: none;
  }
  body.boxed #mobile-toggle-panel {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .gallery.gallery-size-thumbnail.gallery-columns-3 .wp-caption-text,
  .gallery.gallery-size-medium.gallery-columns-3 .wp-caption-text,
  .gallery.gallery-size-large.gallery-columns-3 .wp-caption-text,
  .gallery.gallery-size-full.gallery-columns-3 .wp-caption-text,
  .gallery.gallery-size-thumbnail.gallery-columns-3 .wp-caption-dd,
  .gallery.gallery-size-medium.gallery-columns-3 .wp-caption-dd,
  .gallery.gallery-size-large.gallery-columns-3 .wp-caption-dd,
  .gallery.gallery-size-full.gallery-columns-3 .wp-caption-dd,
  .gallery.gallery-size-thumbnail.gallery-columns-3 .gallery-caption,
  .gallery.gallery-size-medium.gallery-columns-3 .gallery-caption,
  .gallery.gallery-size-large.gallery-columns-3 .gallery-caption,
  .gallery.gallery-size-full.gallery-columns-3 .gallery-caption {
    position: relative;
    text-align: center;
  }
  .gallery.gallery-size-thumbnail.gallery-columns-3 .gallery-icon,
  .gallery.gallery-size-medium.gallery-columns-3 .gallery-icon,
  .gallery.gallery-size-large.gallery-columns-3 .gallery-icon,
  .gallery.gallery-size-full.gallery-columns-3 .gallery-icon {
    margin-bottom: 5px;
  }
  .gallery.gallery-size-thumbnail.gallery-columns-3 .gallery-icon:after,
  .gallery.gallery-size-medium.gallery-columns-3 .gallery-icon:after,
  .gallery.gallery-size-large.gallery-columns-3 .gallery-icon:after,
  .gallery.gallery-size-full.gallery-columns-3 .gallery-icon:after {
    content: none;
  }
}
@media (min-width: 1330px) {
  body.fullwidth .container {
    padding-left: 60px;
    padding-right: 60px;
  }
  .container {
    width: 1290px;
  }
  .container .container {
    padding-left: 60px;
    padding-right: 60px;
  }
  .mobile-menu {
    display: none;
  }
  #mobile-menu-btn {
    display: none;
  }
}
