/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Typography
# Elements
# Forms
# Accessibility
# Alignments
# Blockquote
# Clearings
# Content
    ## Header
    ## Footer
    ## Navigation
	## Menus
	## Layout
    ## Blog/Domain/Misc
	## Comments
	## Widgets
# Media
	## Captions
	## Galleries
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
body,
button,
input,
select,
textarea {
  color: #424242;
  font-family: sans-serif;
  font-size: 1em;
  font-weight: 400;
  line-height: 1.64;
}

h1, .h1,
h2, .h2,
h3, .h3,
h4, .h4,
h5, .h5,
h6, .h6 {
  color: #212121;
  font-family: "Oswald", sans-serif;
  font-weight: normal;
  margin: 0 0 15px;
  line-height: 1.2;
}

h1, .h1 {
  font-size: 1.5em;
}

h2, .h2 {
  font-size: 1.4em;
}

h3, .h3 {
  font-size: 1.3em;
}

h4, .h4 {
  font-size: 1.2em;
}

h5, .h5 {
  font-size: 1.1em;
}

h6, .h6 {
  font-size: 1em;
}

p {
  margin-bottom: 20px;
}

a:link, a:visited{ outline: none !important; }
:focus { -moz-outline-style: none !important; }

dfn, cite, em, i, q {
  font-style: italic;
}

address {
  font-style: normal;
  margin: 0 0 20px;
}

code, kbd, tt, var {
  background-color: rgba(66, 66, 66, 0.1);
  color: inherit;
  font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
  font-size: 15px;
  font-size: 0.9375rem;
  padding-left: 3px;
  padding-right: 3px;
}

code br {
  display: none;
}
code p {
  margin-bottom: 15px;
}

abbr[title], dfn[title], acronym {
  border-bottom-width: 0;
  cursor: help;
}

mark, ins:not(.adsbygoogle) { 
  background-color: #67bd3c;
  color: #ffffff;
  padding-left: 3px;
  padding-right: 3px;
  text-decoration: none;
}

big {
  font-size: 125%;
}

pre {
  border-color: rgba(66, 66, 66, 0.1);
  border-style: solid;
  border-width: 2px;
  color: #616161;
  font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
  font-size: 15px;
  font-size: 0.9375rem;
  line-height: 1.42857;
  margin-bottom: 20px;
  max-width: 100%;
  overflow: auto;
  padding: 1em;
  white-space: pre-wrap;
  word-break: break-all;
  word-wrap: break-word;
}
pre code {
  background-color: transparent;
  padding: 0;
}

/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
*:before,
*:after {
  -webkit-box-sizing: inherit;
  -moz-box-sizing: inherit;
  box-sizing: inherit;
}

*,
html,
body {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

html {
  font-family: sans-serif;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  font-size: 14px;
}

body {
  background-color: #f8f8f8;
  background-position: left;
  overflow-x: hidden !important;
  word-wrap: break-word;
}

a {
  color: #4169E1;;
}
a:hover, a:focus {
  color: rgba(65, 105, 225, 0.85);
}

q {
  quotes: none;
}

hr {
  background-color: rgba(66, 66, 66, 0.1);
  border: 0 none;
  height: 1px;
  margin-bottom: 20px;
  margin-top: 20px;
}

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

ul,
ol {
  padding: 0;
  margin: 0;
  list-style: none;
}

dl {
  margin-bottom: 30px;
}

dt {
  font-weight: bold;
  line-height: inherit;
}

dd {
  line-height: inherit;
  margin: 0 0 15px;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
  margin-bottom: 30px;
  max-width: 100%;
  width: 100%;
}

table th {
  text-align: left;
}

table tr {
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-bottom-color: rgba(66, 66, 66, 0.1);
}

table > thead > tr > th,
table > tbody > tr > th,
table > tfoot > tr > th,
table > thead > tr > td,
table > tbody > tr > td,
table > tfoot > tr > td {
  vertical-align: top;
  padding: 8px;
}

table > thead > tr > th {
  border-top: 1px solid rgba(66, 66, 66, 0.1);
  border-bottom: 2px solid rgba(66, 66, 66, 0.1);
  color: #4169E1;
  font-family: "Oswald", sans-serif;
  font-size: 16px;
  font-weight: 400;
  vertical-align: bottom;
}

table col[class*="col-"] {
  float: none;
  display: table-column;
}

table td[class*="col-"],
table th[class*="col-"] {
  display: table-cell;
  float: none;
}

.table {
  margin-bottom: 30px;
}
.table a {
  color: #333;
  text-decoration: none;
}
.table a:hover, .table a:focus {
  color: #4169E1;
}

.table-bordered {
  border: 1px solid rgba(66, 66, 66, 0.1);
}

.table-bordered th,
.table-bordered td {
  border-top: 1px solid rgba(66, 66, 66, 0.1) !important;
  border-bottom: 0 none !important;
  border-left: 0 none !important;
  border-right: 1px solid rgba(66, 66, 66, 0.1) !important;
}

.table-hover > tbody > tr:hover > td,
.table-hover > tbody > tr:hover > th {
  background-color: #f5efe2;
}

.table > tbody + tbody {
  border-top: 1px solid rgba(66, 66, 66, 0.1);
}

.table-bordered > thead > tr > th,
.table-bordered > thead > tr > td {
  border-bottom-width: 0 !important;
}

.table > tfoot {
  background-color: rgba(66, 66, 66, 0.1);
}

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
button,
input[type="button"],
input[type="reset"],
input[type="submit"],
.xf__button {
  -moz-user-select: none;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  background-image: none;
  border: 0 none;
  -webkit-border-radius: 0;
  border-radius: 0;
  cursor: pointer;
  display: inline-block;
  font-size: 0.85em;
  font-weight: 400;
  line-height: 1;
  margin-bottom: 0;
  padding: 13px 15px;
  text-align: center;
  vertical-align: middle;
  white-space: nowrap;
  font-family: sans-serif;
  text-transform: uppercase;
}
button:focus,
input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus,
.xf__button:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
}

input[type="submit"],
.xf__button {
  background-color: #4169E1;
  color: #ffffff;
}
input[type="submit"]:hover, input[type="submit"]:focus,
.xf__button:hover,
.xf__button:focus {
  background-color: #333;
  border-color: #fff;
  color: #ffffff;
  text-decoration: none;
}

fieldset {
  margin: 0;
  padding: 0;
  border-style: none;
  border-width: 0;
}

legend {
  display: block;
  margin-bottom: 20px;
  padding: 0;
  width: 100%;
  line-height: inherit;
}

label {
  cursor: pointer;
  display: inline-block;
  font-size: 90%;
  margin-bottom: 5px;
}

input[type="text"],
input[type="email"],
input[type="number"],
input[type="url"],
input[type="password"],
input[type="search"],
select,
textarea, .form-control {
  -webkit-border-radius: 0 !important;
  border-radius: 0 !important;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  border-color: rgba(66, 66, 66, 0.1);
  border-style: solid;
  border-width: 1px;
  -webkit-box-shadow: none;
  box-shadow: none;
  color: #424242;
  height: auto;
  line-height: 1.42857;
  margin-bottom: 8px;
  padding: 13px 10px;
  width: 100%;
}
input[type="text"]:focus,
input[type="email"]:focus,
input[type="number"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
select:focus,
textarea:focus {
  border-color: #616161;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.form-control:focus {
  border-color: #616161;
  -webkit-box-shadow: none;
  box-shadow: none;
}

select {
  max-width: 100%;
  padding: 7px 15px;
  width: 95%;
}
select optgroup {
  font-family: inherit;
  font-size: inherit;
  font-style: inherit;
}
select option {
  cursor: pointer;
  display: block;
  line-height: 1;
  padding: 7px 15px;
  vertical-align: middle;
}

select[multiple],
select[size] {
  height: auto;
}

input[type="radio"][disabled],
input[type="checkbox"][disabled],
fieldset[disabled] input[type="radio"],
fieldset[disabled] input[type="checkbox"] {
  cursor: not-allowed;
}

textarea {
  line-height: 1.64;
}

form p {
  margin-bottom: 10px;
}
form .form-half-left,
form .form-author {
  float: left;
  width: 48.6%;
}
form .form-half-right,
form .form-email {
  float: right;
  width: 48.6%;
}
form .form-full,
form .form-url {
  clear: both;
  width: 100%;
}
form .form-submit {
  margin-bottom: 30px;
}


.sorry-msg {border-top: 1px solid #dedede; padding-top: 30px; min-height: 500px;}
.sorry-title {color: #67bd3c; font: 30px Oswald;}
.err-empty > h1 {color: #ff7d7b !important; font-size: 200px !important; margin-top: 0px;}
.err-404 > h2 {color: #ff8a15 !important; font: 150px Oswald !important; font-style: normal; margin-top: 0px;}
.text-404 { padding-top: 10px;}
.text-404 ul { margin-left: 30px;}
.text-404 ul li { list-style-type: circle;}

/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
}
.screen-reader-text:hover, .screen-reader-text:active, .screen-reader-text:focus {
  background-color: #f8f8f8;
  color: #424242;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  -webkit-box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.3);
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.3);
  clip: auto !important;
  display: block;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: bold;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
  /* Above WP toolbar. */
}

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft {
  display: inline;
  float: left;
  margin-bottom: 15px;
  margin-right: 30px;
  text-align: left;
}

.alignright {
  display: inline;
  float: right;
  margin-bottom: 15px;
  margin-left: 30px;
  text-align: right;
}

.aligncenter {
  margin-bottom: 15px;
  display: block;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

/*--------------------------------------------------------------
# Blockquote
--------------------------------------------------------------*/
blockquote {
  color: #616161;
  font-size: 1em;
  font-style: normal;
  margin-top: 20px;
  margin-bottom: 20px;
  padding-left: 15px;
  position: relative;
}
blockquote:first-child {
  margin-top: 0;
}
blockquote cite {
  display: block;
  margin-top: 15px;
}
blockquote cite:before {
  content: ' ~ ';
}
blockquote a {
  font-style: italic;
}
blockquote > p:last-child {
  margin-bottom: 0;
}

/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-footer:before,
.site-footer:after,
.comments_list_widget li:before,
.comments_list_widget li:after,
.row:before,
.row:after,
.gallery:before,
.gallery:after,
.navigation:before,
.navigation:after,
.widget:before,
.widget:after,
.widget_tag_cloud .tagcloud:before,
.widget_tag_cloud .tagcloud:after {
  content: "";
  display: table;
}

.clear:after,
.entry-content:after,
.comment-content:after,
.site-footer:after,
.comments_list_widget li:after,
.row:after,
.gallery:after,
.navigation:after,
.widget:after,
.widget_tag_cloud .tagcloud:after {
  clear: both;
}

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Header
--------------------------------------------------------------*/
.header {
  margin: 15px 0 0 0;
}

.site-title,
.custom-logo-link {
  display: inline-block;
  font: 36px Oswald;
  font-style: normal;
  margin: 20px 0 10px 10px !important;
}
.site-title img,
.custom-logo-link img {
  width: auto;
  max-height: 70px;
  height: auto;
}

.site-title a {
  color: #333;
  text-decoration: none;
  text-shadow: 1px 1px 0 #fff;
}

.site-title a:hover {
  color: #4169E1;
  text-decoration: none;
}

.site-description {
  font-size: 12px;
  color: #fa8564;
  margin: 0 !important;
}

@media screen and (max-width: 980px) {
  .find-box {
    -webkit-box-shadow: 0 0 1px rgba(0, 0, 0, 0.2);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0.2);
    margin-top: 15px;
  }
  .find-box input[type="search"] {
    font-size: 15px;
    padding: 13px 20px;
  }

  .site-header-menu {
    -webkit-box-shadow: 0 0 1px rgba(0, 0, 0, 0.2);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0.2);
  }

  .header {
    margin: 30px -15px 20px -15px !important;
    vertical-align: central;
  }

  .header .col-md-3,
  .header .col-md-9 {
    width: 100% !important;
    float: none;
  }

  .site-title,
  .custom-logo-link {
    font-size: 26px;
    margin: 0 !important;
  }
  .site-title img,
  .custom-logo-link img {
    width: auto;
    max-height: 45px !important;
    height: auto;
  }

  .navbar-toggle {
    display: block;
  }

  .navbar-collapse.collapse {
    display: none !important;
  }

  .navbar-collapse.collapse.in {
    display: block !important;
  }

  .navbar-collapse {
    width: 100% !important;
    max-height: none;
    margin: 0 !important;
    padding: 0 !important;
  }

  .navbar-collapse.in {
    overflow: visible;
    margin: 0 !important;
    padding: 0 !important;
  }

  .navbar-collapse:before,
  .navbar-collapse:after {
    display: inline !important;
  }

  .menu-toggle,
  .find-toggle {
    border: 0 none transparent;
    background-color: #4169E1 !important;
    display: block;
    color: #fff !important;
    float: right;
    font-size: 20px !important;
    position: relative;
    margin: 0;
    padding: 9px 12px;
  }

  .find-toggle {
    margin-left: 5px;
  }
}
@media screen and (min-width: 981px) {
  .find-box.collapse.in {
    display: none;
  }
}
/*--------------------------------------------------------------
## Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Paginate Navigation
--------------------------------------------------------------*/
.pagenav {
  font: 16px Oswald;
  font-style: normal;
  color: #333;
  margin: 0;
  padding: 10px 0 10px 0;
}

.pagenav .pagination {
  margin: 0;
}

.pagenav a {
  border: 1px solid #ddd;
  background: #fff;
  color: #333;
  padding: 5px 10px 5px 10px;
  margin: 0 5px 0 0;
}

.pagenav a:hover {
  border: 1px solid #e5ddc9;
  background: #fcfced;
  color: #67BD3C;
  padding: 5px 10px 5px 10px;
  text-decoration: none;
  margin: 0 5px 0 0;
}

.pagenav .on {
  border: 1px solid #d7ceb7;
  background: #fcfced;
  color: #67BD3C;
  padding: 5px 10px 5px 10px;
  margin: 0 5px 0 0;
}

.pagenav span {
  border: 1px solid #ddd;
  background: #fff;
  padding: 5px 10px 5px 10px;
  margin: 0 5px 0 0;
}

.pagenav .page-numbers.current {
  color: #67BD3C !important;
}

.post-navigation {
  margin: 30px 0;
}

.navigation.post-navigation {
  margin: 40px 0;
}

.paging-navigation .nav-previous,
.post-navigation .nav-previous {
  float: left;
  max-width: 48%;
}

.paging-navigation .nav-next,
.post-navigation .nav-next {
  float: right;
  max-width: 48%;
  text-align: right;
}

.nav-previous a {
  padding: 9px 15px;
  background: #4169E1;
  color: #fff;
  text-decoration: none;
  display: block;
  font-family: "Oswald", sans-serif;
  font-size: 1.125em;
  font-weight: 400;
}
.nav-previous a::before {
  content: "\f053";
  font-family: "FontAwesome";
  margin-right: 6px;
  vertical-align: baseline;
}
.nav-previous a:hover {
  background: #333;
  color: #fff;
}

.nav-next a {
  padding: 9px 15px;
  background: #4169E1;
  color: #fff;
  text-decoration: none;
  display: block;
  font-family: "Oswald", sans-serif;
  font-size: 1.125em;
  font-weight: 400;
}
.nav-next a::after {
  content: "\f054";
  font-family: "FontAwesome";
  margin-left: 6px;
  vertical-align: baseline;
}
.nav-next a:hover {
  background: #333;
  color: #fff;
}

@media (max-width: 649px) {
  .paging-navigation .nav-previous,
  .post-navigation .nav-previous,
  .paging-navigation .nav-next,
  .post-navigation .nav-next {
    float: none;
    max-width: 100%;
  }

  .nav-previous a {
    width: 100%;
    margin-bottom: 15px;
  }

  .nav-next a {
    width: 100%;
  }
}
/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
.menu-item-has-children a:after,
.social-navigation a:before,
.dropdown-toggle:after,
.bypostauthor > article .fn:after,
.comment-reply-title small a:before,
.pagination .prev:before,
.pagination .next:before,
.pagination .nav-links:before,
.pagination .nav-links:after,
.search-submit:before {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-family: "FontAwesome";
  font-size: 16px;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  speak: none;
  text-align: center;
  text-decoration: inherit;
  text-transform: none;
  vertical-align: top;
}

/**
 *  Menus
 */
.site-header-menu {
  position: relative;
  font-size: 15px;
  width: 100%;
  z-index: 2;
  -webkit-flex: 0 1 100%;
  -ms-flex: 0 1 100%;
  -webkit-box-flex: 0;
  -moz-box-flex: 0;
  flex: 0 1 100%;
}

.main-navigation {
  background-color: #fff;
  border: 1px solid #b6a88b;
  margin: 15px 0 0;
}

.site-footer .main-navigation {
  margin-bottom: 1.75em;
}

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

.main-navigation li {
  border-top: 1px solid rgba(66, 66, 66, 0.1);
  position: relative;
}

.main-navigation .primary-menu > li:first-child {
  border-top: none;
}

.main-navigation a {
  color: #424242;
  background-color: transparent;
  display: block;
  line-height: 1.4;
  outline-offset: -1px;
  padding: 15px 20px;
}

.main-navigation a:hover,
.main-navigation a:focus {
  color: #424242;
  outline: none;
  text-decoration: underline;
}

.main-navigation .current-menu-item > a,
.main-navigation .current-menu-ancestor > a {
  font-weight: bold;
}

.main-navigation ul ul {
  display: none;
  margin-left: 0.875em;
}

.main-navigation ul ul .current-menu-item > a,
.main-navigation ul ul .current-menu-ancestor > a {
  font-weight: bold;
}

.no-js .main-navigation ul ul {
  display: block;
}

.main-navigation ul .toggled-on {
  display: block;
}

.main-navigation .menu-item-has-children > a {
  margin-right: 56px;
}

.dropdown-toggle {
  background-color: transparent;
  border: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
  color: #424242;
  content: "";
  height: 50px;
  padding: 0;
  position: absolute;
  right: 0;
  text-transform: none;
  top: 0;
  width: 46px;
}

.dropdown-toggle:after {
  border: 0 solid rgba(66, 66, 66, 0.1);
  border-left-width: 1px;
  content: "\f107";
  left: 1px;
  position: relative;
  width: 46px;
}

.dropdown-toggle:hover,
.dropdown-toggle:focus {
  color: #424242;
  background-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.dropdown-toggle.toggled-on:after {
  content: "\f106";
}

/**
 *  >= 981px
 */
@media screen and (min-width: 981px) {
  .site-header-menu {
    -webkit-flex: 0 1 auto;
    -ms-flex: 0 1 auto;
    -webkit-box-flex: 0;
    -moz-box-flex: 0;
    flex: 0 1 auto;
  }

  .main-navigation {
    background-color: transparent;
    border: 0 none;
    float: right;
    margin: 56px 0 -1px 0;
  }

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

  .main-navigation .primary-menu,
  .main-navigation .primary-menu > li {
    border: 0;
  }

  .main-navigation .primary-menu > li {
    float: left;
    margin-left: 3px;
  }

  .main-navigation .primary-menu > li:last-child {
    border-right: none;
  }

  .main-navigation a {
    outline-offset: -8px;
    padding: 12px 18px;
    white-space: nowrap;
  }

  .main-navigation a {
    color: #fff;
    background-color: #4169E1;
  }

  .main-navigation a:hover,
  .main-navigation a:focus {
    color: #519630;
    background-color: #fff;
    text-decoration: none;
  }

  .main-navigation .current-menu-item > a,
  .main-navigation .current-menu-ancestor > a {
    color: #4169E1;
    background-color: #fff;
  }

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

  .main-navigation ul ul {
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    display: block;
    left: -999em;
    margin: 0;
    position: absolute;
    z-index: 99999;
  }

  .main-navigation ul ul .current-menu-item > a,
  .main-navigation ul ul .current-menu-ancestor > a {
    color: #519630;
    background-color: #cdebbe;
  }

  .main-navigation ul ul ul {
    top: -1px;
  }

  .main-navigation ul ul ul:before,
  .main-navigation ul ul ul:after {
    border: 0;
  }

  .main-navigation ul ul li {
    background-color: #cdebbe;
    border: 1px solid rgba(0, 0, 0, 0.1);
    border-bottom-width: 0;
  }

  .main-navigation ul ul a {
    color: #559c32;
    background-color: #cdebbe;
    white-space: normal;
    width: 12.6875em;
  }

  .main-navigation ul ul:before,
  .main-navigation ul ul:after {
    border-style: solid;
    content: "";
    position: absolute;
  }

  .main-navigation ul ul:before {
    border-color: rgba(0, 0, 0, 0.1) transparent;
    border-width: 0 10px 10px;
    right: 9px;
    top: -9px;
  }

  .main-navigation ul ul:after {
    border-color: #cdebbe transparent;
    border-width: 0 8px 8px;
    right: 11px;
    top: -7px;
  }

  .main-navigation li:hover > a,
  .main-navigation li.focus > a {
    color: #4169E1;
    background-color: #fff;
  }

  .main-navigation li:hover > ul,
  .main-navigation li.focus > ul {
    right: 0;
    left: auto;
  }

  .main-navigation ul ul li:hover > ul,
  .main-navigation ul ul li.focus > ul {
    right: 100%;
    left: auto;
  }

  .main-navigation .menu-item-has-children > a {
    margin: 0;
  }

  .main-navigation .menu-item-has-children > a:after {
    content: "\f107";
    padding-left: 6px;
    padding-top: 1px;
  }

  .main-navigation ul ul .menu-item-has-children > a {
    padding-right: 2.0625em;
  }

  .main-navigation ul ul .menu-item-has-children > a:after {
    position: absolute;
    right: 0.5625em;
    top: 0.775em;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
  }

  .find-toggle,
  .menu-toggle,
  .dropdown-toggle,
  .main-navigation ul .dropdown-toggle.toggled-on {
    display: none;
  }
}
/*--------------------------------------------------------------
## Layout
--------------------------------------------------------------*/
.site-content {
  background: #fff;
  margin-bottom: 15px;
  -webkit-box-shadow: 0 0 8px rgba(50, 50, 50, 0.3);
  box-shadow: 0 0 8px rgba(50, 50, 50, 0.3);
  padding: 15px;
  border: 1px solid #b6a88b;
}

.page-header {
  border: 0 none;
  margin: 0;
  padding-bottom: 10px;
}
.page-header h1,
.page-header h2 {
  margin-bottom: 8px;
}

.single-caption {
  width: 200px;
}

@media screen and (min-width: 1200px) {
  .container {
    max-width: 1400px;
    padding: 0 25px 25px 25px !important;
    width: 95% !important;
  }
}
@media screen and (max-width: 1199px) {
  .container {
    padding: 0 25px 25px 25px !important;
    width: 98% !important;
  }
}
.content-area {
  padding-top: 20px;
  padding-bottom: 15px;
}
.content-area .row {
  margin-bottom: 30px;
}

.sidebar {
  padding-top: 20px;
}

.sidebar-left .content-area {
  float: right;
}
.sidebar-left .sidebar {
  float: left;
}

@media screen and (min-width: 981px) {
  .sidebar-left .content-area {
    padding-right: 20px;
    padding-left: 50px;
  }
  .sidebar-left .sidebar {
    padding-right: 0;
  }

  .sidebar-right .content-area {
    padding-right: 50px;
    padding-left: 20px;
  }
  .sidebar-right .sidebar {
    padding-left: 0;
  }
}
/*--------------------------------------------------------------
## Blog/Domain/Misc
--------------------------------------------------------------*/
figure {
  margin-bottom: 20px;
}

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

.type-attachment .entry-footer,
.type-page .entry-footer {
  margin-top: 25px;
}
.type-attachment .entry-footer > span,
.type-page .entry-footer > span {
  display: inline-block;
  margin-right: 10px;
}

.type-post,
.search-results .type-page {
  border: 1px solid rgba(66, 66, 66, 0.1);
  margin-bottom: 25px;
}
.type-post:last-child,
.search-results .type-page:last-child {
  margin-bottom: 0;
}
.type-post > figure,
.search-results .type-page > figure {
  margin-bottom: 0;
}
.type-post .entry-wrapper,
.search-results .type-page .entry-wrapper {
  padding: 25px;
}
.type-post .entry-header,
.search-results .type-page .entry-header {
  margin-bottom: 15px;
}
.type-post .entry-header h1,
.type-post .entry-header h2,
.search-results .type-page .entry-header h1,
.search-results .type-page .entry-header h2 {
  margin-bottom: 15px;
}
.type-post .entry-title,
.search-results .type-page .entry-title {
  color: #212121;
  font-size: 2em;
}
.type-post .entry-title a,
.search-results .type-page .entry-title a {
  color: #212121;
}
.type-post .entry-title a:hover, .type-post .entry-title a:focus,
.search-results .type-page .entry-title a:hover,
.search-results .type-page .entry-title a:focus {
  color: rgba(103, 189, 60, 0.85);
  text-decoration: none;
}
.type-post .entry-meta > span,
.search-results .type-page .entry-meta > span {
  display: inline-block;
  margin-right: 6px;
}
.type-post .entry-content:empty,
.search-results .type-page .entry-content:empty {
  display: none;
}
.type-post .entry-footer,
.search-results .type-page .entry-footer {
  margin-top: 25px;
}
.type-post .entry-footer > span,
.search-results .type-page .entry-footer > span {
  display: inline-block;
  margin-right: 10px;
}

.entry-header {
  margin-bottom: 20px;
}

.entry-title {
  font-family: "Oswald", sans-serif;
  font-weight: 400;
  margin-bottom: 15px;
  margin-top: 0;
  color: #4169E1;
}

.page-title {
  font-family: "Oswald", sans-serif;
  font-size: 18px;
  font-weight: 400;
  margin-bottom: 10px;
}

.page-title span {
  color: #fa8564;
}

.box {
  margin-bottom: 15px;
  padding: 10px;
  border: 1px solid #f2ebda;
}

.single-caption {
  width: 200px;
}

.age-col {
  width: 130px;
}

.data-domain {
  width: 200px;
}

@media screen and (max-width: 625px) {
  .data-age,
  .data-reg-date,
  .data-registrar,
  .data-price {
    display: none;
  }
}
@media screen and (min-width: 626px) and (max-width: 1024px) {
  .data-reg-date,
  .data-registrar,
  .data-price {
    display: none;
  }
}
.btn-buy {
  background: #b3e8ff url("../images/paypal.png") no-repeat left;
  padding: 8px 14px 8px 50px;
  color: #009cde;
  font-family: "Oswald", sans-serif;
  font-size: 1em;
  font-weight: 400;
}

.btn-buy:hover {
  background: #93deff url("../images/paypal.png") no-repeat left;
  color: #333;
}

.contact-area {
  margin: 20px 0;
}

.offer-area,
.comment-respond {
  margin: 20px 0 0 0;
  padding: 15px;
  border: 1px solid rgba(66, 66, 66, 0.1);
}

.offer-title,
.comment-reply-title {
  font-family: "Oswald", sans-serif;
  font-size: 1.4em;
  font-weight: 400;
  margin-bottom: 10px;
  color: #4169E1;
}

.btn-offer {
  background: #67BD3C;
  color: #fff;
}

.btn.offer {
  color: white;
  padding: 9px 30px 9px 30px;
  text-shadow: none;
  background-color: #fc754e;
  border: 0px none;
  outline: none !important;
  font: 18px Oswald;
  font-style: normal;
}

.btn.offer:hover,
.btn.offer:focus,
.btn.offer:active,
.btn.offer.active {
  background-color: #fc5727 !important;
  color: #fff !important;
  outline: none !important;
}

.edit-link i {
  vertical-align: middle;
}
.edit-link a {
  color: #519630;
  text-decoration: none;
}
.edit-link a:hover {
  color: #424242;
}

.type-post .edit-link i,
.type-page .edit-link i {
  color: #424242;
}

.type-domain .edit-link i {
  font-size: 22px;
}

.badge {
  padding: 4px 8px;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  -webkit-border-radius: 0 !important;
  border-radius: 0 !important;
  text-shadow: none;
  float: none;
}

.badge-sold {
  background-color: #fc835f;
}

.badge-not-for-sale {
  background-color: #838383;
}

.badge-offer {
  background-color: #40a925;
}

.badge-buy {
  background-color: #67BD3C;
}

.alert {
  padding: 5px 10px 5px 10px !important;
  margin-bottom: 10px;
}

.success {
  margin: 0 0 10px 0;
}

.success h3 {
  font-family: "Oswald", sans-serif;
  font-size: 18px;
  font-weight: 400;
  color: #67BD3C;
  margin-bottom: 15px;
}

.sticky {
  /**/
}

.bypostauthor {
  /**/
}

.entry-content::before, .entry-content::after {
  content: '';
  display: table;
  visibility: hidden;
}
.entry-content::after {
  clear: both;
}
.entry-content embed,
.entry-content iframe,
.entry-content object,
.entry-content .embed-wrappar,
.entry-content .mejs-container {
  margin-bottom: 20px;
}
.entry-content .embed-wrappar embed,
.entry-content .embed-wrappar iframe,
.entry-content .embed-wrappar object {
  margin-bottom: 0;
}
.entry-content p {
  margin-bottom: 20px;
}
.entry-content p:last-child {
  margin-bottom: 0;
}
.entry-content form p {
  margin-bottom: 10px;
}
.entry-content h1, .entry-content .h1,
.entry-content h2, .entry-content .h2,
.entry-content h3, .entry-content .h3,
.entry-content h4, .entry-content .h4,
.entry-content h5, .entry-content .h5,
.entry-content h6, .entry-content .h6 {
  text-transform: none;
}
.entry-content h1, .entry-content .h1,
.entry-content h2, .entry-content .h2,
.entry-content h3, .entry-content .h3 {
  margin-top: 30px;
  margin-bottom: 15px;
}
.entry-content h4, .entry-content .h4,
.entry-content h5, .entry-content .h5,
.entry-content h6, .entry-content .h6 {
  margin-top: 20px;
  margin-bottom: 15px;
}
.entry-content h1:first-child, .entry-content .h1:first-child,
.entry-content h2:first-child, .entry-content .h2:first-child,
.entry-content h3:first-child, .entry-content .h3:first-child,
.entry-content h4:first-child, .entry-content .h4:first-child,
.entry-content h5:first-child, .entry-content .h5:first-child,
.entry-content h6:first-child, .entry-content .h6:first-child {
  margin-top: 0;
}
.entry-content ul,
.entry-content ol {
  line-height: 1.8;
  margin-bottom: 20px;
}
.entry-content ul li,
.entry-content ol li {
  margin-bottom: 0.15em;
  margin-left: 1.5em;
  margin-top: 0.15em;
}
.entry-content li > ul,
.entry-content li > ol {
  margin-bottom: 0;
  margin-left: .5em;
}
.entry-content ul {
  list-style: disc;
}
.entry-content ul > li > ul, .entry-content ol > li > ul {
  list-style: circle;
}
.entry-content ul > li > ul > li > ul {
  list-style: square;
}
.entry-content ol {
  list-style: decimal;
}
.entry-content ol > li > ol {
  list-style: lower-alpha;
}
.entry-content ol > li > ol > li > ol {
  list-style: decimal;
}
.entry-content > *:last-child {
  margin-bottom: 0;
}
.entry-content .xf__social li {
  margin: 0;
}

/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/
.comments-area .comments-title {
  margin-bottom: 20px;
}
.comments-area .no-comments {
  font-size: 0.95em;
  margin-top: 30px;
}

.comment > .xf__wrap,
.pingback > .xf__wrap {
  border-color: rgba(66, 66, 66, 0.1);
  border-style: solid;
  border-width: 1px;
  margin-top: 15px;
  padding: 15px;
}
.comment > .xf__wrap::after,
.pingback > .xf__wrap::after {
  content: '';
  display: table;
  clear: both;
  visibility: hidden;
}
.comment .xf__meta,
.pingback .xf__meta {
  font-family: sans-serif;
  text-transform: capitalize;
  font-size: .8em;
  color: #616161;
}
.comment .children,
.pingback .children {
  padding-left: 30px;
}
.comment .gravatar,
.pingback .gravatar {
  width: 60px;
  float: left;
  margin-right: 20px;
}
.comment .comment-header::after,
.pingback .comment-header::after {
  content: '';
  display: table;
  clear: both;
  visibility: hidden;
}
.comment .comment-author-name,
.pingback .comment-author-name {
  color: #212121;
  float: left;
  font-weight: 400;
  text-transform: capitalize;
}
.comment .comment-author-name cite,
.pingback .comment-author-name cite {
  font-style: normal;
}
.comment .comment-author-name a,
.pingback .comment-author-name a {
  color: #212121;
}
.comment .comment-author-name a:hover, .comment .comment-author-name a:focus,
.pingback .comment-author-name a:hover,
.pingback .comment-author-name a:focus {
  color: #67bd3c;
}
.comment .comment-date,
.pingback .comment-date {
  text-transform: capitalize;
  float: right;
}
.comment .comment-content,
.pingback .comment-content {
  display: block;
  overflow: hidden;
}
.comment .comment-content p,
.pingback .comment-content p {
  margin-bottom: 20px;
}
.comment .comment-reply-link,
.pingback .comment-reply-link {
  background-color: #37474f;
  color: #ffffff;
  font-size: 0.7em;
  line-height: 1;
  text-transform: uppercase;
  display: inline-block;
  padding: 9px 15px;
}
.comment .comment-reply-link:hover, .comment .comment-reply-link:focus,
.pingback .comment-reply-link:hover,
.pingback .comment-reply-link:focus {
  background-color: #67bd3c;
}

.comment-list > .comment:first-child > .xf__wrap {
  margin-top: 0;
}

.pingback .comment-author-name {
  float: none;
  margin-bottom: 10px;
}
.pingback .comment-date {
  float: none;
}

@media screen and (max-width: 667px) {
  .comment .gravatar {
    width: 40px;
    float: left;
    margin-right: 20px;
  }
  .comment .children {
    padding-left: 20px;
  }
}
@media screen and (max-width: 480px) {
  .comment .comment-author-name {
    float: none;
    margin-bottom: 10px;
  }
  .comment .comment-date {
    float: none;
  }
}
.comment-reply-title {
  margin-bottom: 20px;
}
.comment-reply-title span {
  display: inline-block;
}
.comment-reply-title small {
  font-size: 0.7em;
  margin-left: 10px;
}

.comment-form input[type="text"],
.comment-form input[type="email"],
.comment-form input[type="url"],
.comment-form input[type="password"],
.comment-form input[type="search"],
.comment-form textarea {
  margin-top: 0;
  margin-bottom: 0;
  width: 100%;
}
.comment-form textarea {
  height: 228px;
}

/*--------------------------------------------------------------
## Widgets
--------------------------------------------------------------*/
.widget-title {
  color: #212121;
  font-size: 18px;
}
.widget-title a {
  color: #212121;
}
.widget-title a:hover, .widget-title a:focus {
  color: rgba(103, 189, 60, 0.85);
}

.widget-area {
  padding: 0 20px 20px;
}

.widget {
  color: #616161;
  margin-bottom: 25px;
  text-align: left;
  /*
  a {
    color: $color__content_text;

    &:hover,
    &:focus {
      color: $color__content_accent_rgba;
      text-decoration: none;
    }
  }
  */
}
.widget p {
  color: #424242;
}
.widget ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.widget ul li {
  border-top: 1px solid rgba(66, 66, 66, 0.1);
  position: relative;
  padding: 8px 5px 8px 12px;
}
.widget ul li:first-child {
  border-top: none;
}
.widget > ul, .widget > div, .widget > form {
  border: 1px solid rgba(66, 66, 66, 0.1);
  position: relative;
}
.widget > div, .widget > form {
  padding: 12px 12px 12px 12px;
}
.widget table tr {
  border-color: rgba(66, 66, 66, 0.1);
}

.widget_search > form {
  border: none;
  padding: 0;
}
.widget_search label {
  display: block;
}
.widget_search .search-submit {
  display: none;
}

.widget_tag_cloud .tagcloud {
  border: none;
  padding: 0;
}
.widget_tag_cloud .tagcloud a {
  border: 1px solid rgba(66, 66, 66, 0.1);
  color: #424242;
  display: block;
  float: left;
  font-size: 1em !important;
  margin: 0 4px 8px 0 !important;
  padding: 5px 8px;
  text-align: center;
  text-decoration: none;
}
.widget_tag_cloud .tagcloud a:hover, .widget_tag_cloud .tagcloud a:focus {
  color: rgba(65, 105, 225, 0.85);
}

.widget_archive > ul > li > ul.children,
.widget_categories > ul > li > ul.children,
.widget_meta > ul > li > ul.children,
.widget_pages > ul > li > ul.children,
.widget_nav_menu > ul > li > ul.children {
  margin-bottom: -8px;
}
.widget_archive > ul > li > ul.children > li > ul.children,
.widget_categories > ul > li > ul.children > li > ul.children,
.widget_meta > ul > li > ul.children > li > ul.children,
.widget_pages > ul > li > ul.children > li > ul.children,
.widget_nav_menu > ul > li > ul.children > li > ul.children {
  margin-bottom: -8px;
}
.widget_archive ul ul,
.widget_categories ul ul,
.widget_meta ul ul,
.widget_pages ul ul,
.widget_nav_menu ul ul {
  border-top: 1px solid rgba(66, 66, 66, 0.1);
  margin-top: 10px;
}

.widget_nav_menu > div {
  padding: 0;
}

.widget_recent_comments .comment-author-link {
  color: #212121;
  font-style: italic;
  font-weight: 600;
}
.widget_recent_comments .comment-author-link a {
  color: #212121;
}
.widget_recent_comments .comment-author-link a:hover, .widget_recent_comments .comment-author-link a:focus {
  color: rgba(103, 189, 60, 0.85);
}
.widget_recent_comments a:not(.url) {
  display: block;
}

.widget_recent_entries .post-date {
  color: #616161;
  display: block;
  font-style: italic;
}

.widget_calendar table {
  margin-bottom: 0;
  text-align: center;
}
.widget_calendar table caption {
  padding: 3px 6px 8px;
  font-weight: bold;
  background: transparent;
  border: 1px solid transparent !important;
  border-bottom-style: none;
  border-bottom-width: 0;
}
.widget_calendar thead > tr > th {
  border-style: solid;
  border-width: 0;
  text-align: center;
}
.widget_calendar tbody > tr > td {
  color: #616161;
  border-style: solid;
  border-width: 0;
  padding: 4px 6px;
  text-align: center;
  font-style: italic;
}
.widget_calendar tbody a {
  background: rgba(66, 66, 66, 0.1);
  display: block;
  font-style: normal;
  text-decoration: none;
}
.widget_calendar tbody a:hover,
.widget_calendar tbody a:focus {
  text-decoration: underline;
}
.widget_calendar tfoot > tr,
.widget_calendar tfoot > tr > td {
  border-style: none;
  border-width: 0;
  padding-bottom: 0;
}
.widget_calendar > div {
  padding: 8px 12px;
}
.widget_calendar #prev {
  text-align: left;
}
.widget_calendar #next {
  text-align: right;
}

.widget_rss {
  line-height: 1.6;
}
.widget_rss .widget-title .rsswidget > img,
.widget_rss .widget-title > a:first-child {
  display: none;
}
.widget_rss .rss-date {
  display: block;
  font-style: italic;
}
.widget_rss .rssSummary {
  color: #616161;
}
.widget_rss .rssSummary,
.widget_rss cite {
  font-size: .85em;
  margin-top: 6px;
}
.widget_rss cite:before {
  content: "\2014  ";
}

.widget_text ul, .widget_text ol {
  margin-bottom: 20px;
  margin-top: 20px;
  padding: 0;
}
.widget_text ul li, .widget_text ol li {
  list-style: square;
  margin-bottom: 12px;
  margin-left: 20px;
  margin-top: 12px;
}
.widget_text > div {
  position: relative;
  padding: 0;
  border-style: none;
  border-width: 0;
}

/*--------------------------------------------------------------
## Footer
--------------------------------------------------------------*/
.site-footer {
  margin: 15px -10px 15px -15px;
}

.site-footer a {
  color: #333;
  text-decoration: none;
}

/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
  border: none;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0;
}

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

.xf__feaured-image:not(.alignnone) img {
  margin-left: auto;
  margin-right: auto;
}

.xf__thumbnail img,
.xf__feaured-image img {
  display: block;
  height: auto;
  width: 100%;
}

/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.wp-caption {
  color: #616161;
  font-size: .85em;
  line-height: 1.5;
  margin-bottom: 20px;
  max-width: 100%;
  overflow: hidden;
}
.wp-caption img[class*="wp-image-"] {
  display: block;
}
.wp-caption .wp-caption-text,
.wp-caption .wp-caption-dd {
  margin: 0.8075em 0;
}
.wp-caption.alignleft .wp-caption-text,
.wp-caption.alignleft .wp-caption-dd, .wp-caption.alignright .wp-caption-text,
.wp-caption.alignright .wp-caption-dd, .wp-caption.caption-big .wp-caption-text,
.wp-caption.caption-big .wp-caption-dd, .wp-caption.full-width .wp-caption-text,
.wp-caption.full-width .wp-caption-dd {
  padding-left: 15px;
  padding-right: 15px;
  text-align: center;
}
.wp-caption.aligncenter img[class*="wp-image-"] {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

body.page .wp-caption.alignnone.full-width, body.page .wp-caption.aligncenter.full-width,
body.single .wp-caption.alignnone.full-width,
body.single .wp-caption.aligncenter.full-width {
  clear: both;
  left: 50%;
  margin-left: -100vw;
  margin-right: -100vw;
  margin-top: 60px;
  max-width: 100vw;
  position: relative;
  -webkit-transform: translateX(50%);
  -moz-transform: translateX(50%);
  -ms-transform: translateX(50%);
  -o-transform: translateX(50%);
}
body.page .wp-caption.alignnone.full-width img[class*="wp-image-"], body.page .wp-caption.aligncenter.full-width img[class*="wp-image-"],
body.single .wp-caption.alignnone.full-width img[class*="wp-image-"],
body.single .wp-caption.aligncenter.full-width img[class*="wp-image-"] {
  width: 100vw;
}

/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
.gallery {
  margin-right: -4px;
  margin-bottom: 30px;
  padding: 0;
}
.gallery.superpack__thumbnail {
  margin-right: 0;
}
.gallery .gallery-item {
  float: left;
  margin: 0 4px 4px 0;
  overflow: hidden;
  padding: 0;
  position: relative;
}
.gallery .gallery-item img {
  display: block;
}

.gallery-columns-1 .gallery-item {
  max-width: 100%;
}

.gallery-columns-2 .gallery-item {
  max-width: 48%;
  max-width: -webkit-calc(50% - 4px);
  max-width: calc(50% - 4px);
}

.gallery-columns-3 .gallery-item {
  max-width: 32%;
  max-width: -webkit-calc(33.3% - 4px);
  max-width: calc(33.3% - 4px);
}

.gallery-columns-4 .gallery-item {
  max-width: 23%;
  max-width: -webkit-calc(25% - 4px);
  max-width: calc(25% - 4px);
}

.gallery-columns-5 .gallery-item {
  max-width: 19%;
  max-width: -webkit-calc(20% - 4px);
  max-width: calc(20% - 4px);
}

.gallery-columns-6 .gallery-item {
  max-width: 15%;
  max-width: -webkit-calc(16.7% - 4px);
  max-width: calc(16.7% - 4px);
}

.gallery-columns-7 .gallery-item {
  max-width: 13%;
  max-width: -webkit-calc(14.28% - 4px);
  max-width: calc(14.28% - 4px);
}

.gallery-columns-8 .gallery-item {
  max-width: 11%;
  max-width: -webkit-calc(12.5% - 4px);
  max-width: calc(12.5% - 4px);
}

.gallery-columns-9 .gallery-item {
  max-width: 9%;
  max-width: -webkit-calc(11.1% - 4px);
  max-width: calc(11.1% - 4px);
}

.gallery-columns-1 .gallery-item:nth-of-type(1n),
.gallery-columns-2 .gallery-item:nth-of-type(2n),
.gallery-columns-3 .gallery-item:nth-of-type(3n),
.gallery-columns-4 .gallery-item:nth-of-type(4n),
.gallery-columns-5 .gallery-item:nth-of-type(5n),
.gallery-columns-6 .gallery-item:nth-of-type(6n),
.gallery-columns-7 .gallery-item:nth-of-type(7n),
.gallery-columns-8 .gallery-item:nth-of-type(8n),
.gallery-columns-9 .gallery-item:nth-of-type(9n) {
  margin-right: 0;
}

.gallery-columns-1 .gallery-item:nth-of-type(1n+1),
.gallery-columns-2 .gallery-item:nth-of-type(2n+1),
.gallery-columns-3 .gallery-item:nth-of-type(3n+1),
.gallery-columns-4 .gallery-item:nth-of-type(4n+1),
.gallery-columns-5 .gallery-item:nth-of-type(5n+1),
.gallery-columns-6 .gallery-item:nth-of-type(6n+1),
.gallery-columns-7 .gallery-item:nth-of-type(7n+1),
.gallery-columns-8 .gallery-item:nth-of-type(8n+1),
.gallery-columns-9 .gallery-item:nth-of-type(9n+1) {
  clear: left;
}

.gallery-caption {
  color: #fff;
  background-color: rgba(0, 0, 0, 0.8);
  font-size: 12px;
  line-height: 1.5;
  text-align: left;
  bottom: 0;
  left: 0;
  margin: 0;
  max-height: 50%;
  opacity: 0;
  padding: 6px 8px;
  position: absolute;
  width: 100%;
  -webkit-transition: opacity 0.3s linear 0s;
  -moz-transition: opacity 0.3s linear 0s;
  -ms-transition: opacity 0.3s linear 0s;
  -o-transition: opacity 0.3s linear 0s;
}
.gallery-caption:before {
  content: "";
  height: 100%;
  left: 0;
  min-height: 50px;
  position: absolute;
  top: 0;
  width: 100%;
}
.gallery-item:hover .gallery-caption, .gallery-item:focus .gallery-caption {
  opacity: 1;
}

.gallery-columns-6 .gallery-caption,
.gallery-columns-7 .gallery-caption,
.gallery-columns-8 .gallery-caption,
.gallery-columns-9 .gallery-caption {
  display: none;
}
