/*
Theme Name: BG6
Theme URI: http://www.biblegateway.com
Description: Winner of multiple design awards, including "best theme" and "most appropriate theme."
Version: 1.0
Author: Christopher R. VandenHeuvel, based on Pilcrow by Automattic
Author URI: http://www.harpercollinschristian.com
*/

/* GLOBAL */
.layout-container {
}
@media (min-width: 1205px) {
  .layout-container {
    margin-right: auto;
    margin-left: auto;
    max-width: 1190px;
    width: 100%;
  }
}
.layout-group:after {
  content: "";
  display: table;
  clear: both;
}
@media (min-width: 768px) {
  .layout-columns {
    display: table;
  }
  .layout-column {
    display: table-cell;
    vertical-align: top;
  }
}
a {
  color: #631e16;
  /* text-decoration: none; */
}
a:visited {
    /* color: #b34b2c; */
}
a:hover {
  color: #621e16;
  text-decoration: underline;
}
.bg-button,
.widget input[type=button],
.widget input[type=submit],
.wp-polls-ans p:last-child a
{
  background-color: #902c1f;
  background-image: none;
  color: white;
  cursor: pointer;
  border: none;
  border: 0 solid transparent;
  border-radius: 4px;
  display: inline-block;
  font-weight: bold;
  letter-spacing: 1px;
  line-height: 1.5;
  margin-bottom: 0;
  padding: 13px 20px;
  text-align: center;
  text-transform: uppercase;
  vertical-align: middle;
  white-space: nowrap;
  box-sizing: border-box;
  user-select: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
}
.widget input[type=button],
.widget input[type=submit],
.wp-polls-ans p:last-child a
{
  margin-top: 10px;
  padding: 13px 20px;
  display: block;
  width: 100%;
}
.wp-polls-ans p:last-child a {
  background-color: #d6d2cb;
  text-decoration: none;
  box-sizing: border-box;
}
input[type=text], input[type=password] {
  padding: 0 10px;
  border: 1px solid #93928e;
  border-radius: 4px;
}
.widget input[type=text], .widget input[type=password] {
  display: block;
  padding: 5px 20px;
  line-height: 1.5;
  box-sizing: border-box;
  width: 100%;
}
.widget input.search-input {
  background-image: url(images/icon-search.png);
  background-repeat: no-repeat;
  background-position: 8px center;
  background-size: 12px 12px;
  padding-left: 25px;
}
.entry_author_image img {
  display: block;
}
/* /GLOBAL */
/* MISC */
.blogger-grid-index {
  font-size: 16px;
  font-size: 1.6rem;
  margin-top: 15px;
  margin-bottom: -15px;
}
.blogger-grid-index a {
  display: inline-block;
  margin-right: .6em;
}
table.blogger-grid-table {
  width: 100%;
  margin-top: -15px;
  border-collapse: collapse;
}
.blogger-grid-table th, .blogger-grid-table td {
  vertical-align: top;
  padding: 15px;
  border: 1px solid #e8e5e3;
}
.blogger-grid-table th:first-child, .blogger-grid-table td:first-child {
  border-left: 0;
}
.blogger-grid-table th:last-child, .blogger-grid-table td:last-child {
  border-right: 0;
}
.blogger-grid-table th {
  background-color: #d6d2cb;
  color: #93928e;
  font-weight: bold;
  text-transform: uppercase;
}
.about-author {
  display: table;
  margin: 35px 0;
  padding-bottom: 35px;
  border-bottom: 1px solid #d6d2cb;
}
.about-author:last-child {
  border-bottom: none;
}
.about-author-image {
  display: table-cell;
  vertical-align: top;
  padding-right: 35px;
}
.about-author-text {
  display: table-cell;
  vertical-align: top;
}
.about-author-name {
  font-size: 20px;
  font-size: 2.0rem;
  line-height: .8;
  color: #363737;
  font-weight: bold;
  margin-bottom: .2em;
}
.bg-button-twitter {
  background-color: #5b90cc;
  width: 100%;
  font-weight: normal;
  padding: 13px 10px;
}
.bg-button-rss {
  font-weight: normal;
  margin-top: 10px;
}
.bg-button-twitter span.icon-twitter {
  display: inline-block;
  margin-right: 10px;
  font-size: 18px;
  font-size: 1.8rem;
  position: relative;
  top: 4px;
}
/* /MISC */
html {
  background-color: #f5f3f1;
  margin: 0;
  padding: 0;
}
body {
  margin: 0;
  padding: 0;
}
header {
  background-color: #711f14;
  padding: 11px 15px;
}
@media (min-width: 768px) {
  header {
    padding: 30px 35px;
  }
}
.header-logo {
  float: left;
  background-image: url('images/bg-blog-logo-med.png');
  background-color: #711f14;
  background-position: left;
  background-repeat: no-repeat;
  text-indent: -9999em;
  width: 209px;
  line-height: 31px;
  background-size: 209px 31px;
}
only screen and (-webkit-min-device-pixel-ratio: 2),
only screen and (min--moz-device-pixel-ratio: 2),
only screen and (-o-min-device-pixel-ratio: 2/1),
only screen and (min-device-pixel-ratio: 2),
only screen and (min-resolution: 192dpi),
only screen and (min-resolution: 2dppx) {
  .header-logo {
    background-image: url('images/bg-blog-logo-med@2x.png');
  }
}
@media (min-width: 768px) {
  .header-logo {
    float: left;
    background-image: url('images/bg-blog-logo-large.png');
    background-position: left;
    background-repeat: no-repeat;
    text-indent: -9999em;
    width: 223px;
    line-height: 33px;
    background-size: 223px 33px;
  }
}
@media
only screen and (-webkit-min-device-pixel-ratio: 2) and (min-width: 768px),
only screen and (min--moz-device-pixel-ratio: 2) and (min-width: 768px),
only screen and (-o-min-device-pixel-ratio: 2/1) and (min-width: 768px),
only screen and (min-device-pixel-ratio: 2) and (min-width: 768px),
only screen and (min-resolution: 192dpi) and (min-width: 768px),
only screen and (min-resolution: 2dppx) and (min-width: 768px) {
  .header-logo {
    background-image: url('images/bg-blog-logo-large@2x.png');
  }
}
.header-logo h1 {
  margin: 0;
  line-height: 40px;
}
@media (min-width: 768px) {
  .header-logo h1 {
    line-height: 33px;
  }
}
.social-icons {
  display: none;
  float: right;
  margin: 0;
  padding: 0;
  line-height: 31px;
}
@media (min-width: 768px) {
  .social-icons {
    display: block;
  }
}
.social-icons li {
  margin: 0 0 0 10px;
  padding: 0;
  font-size: 18px;
  font-size: 1.8rem;
  display: inline-block;
  position: relative;
  top: 3px;
}
.social-icons a {
  text-decoration: none;
  color: #f5f3f1;
}
.toggle-nav {
  float: right;
  cursor: pointer;
  font-size: 20px;
  font-size: 2.0rem;
  color: #f5f3f1;
  line-height: 40px;
  position: relative;
  top: 4px;
  width: 40px;
  text-align: center;
}
@media (min-width: 768px) {
  .toggle-nav {
    display: none;
  }
}
.header-skip {
  display: none;
}
/* NAVIGATION */
nav {
  background-image: -webkit-gradient(linear, left top 0%, right top 100%, from(#231f20), to(#2e2c2d));
  background-image: -webkit-linear-gradient(left, #231f20, 0%, #2e2c2d, 100%);
  background-image: -moz-linear-gradient(left, #231f20 0%, #2e2c2d 100%);
  background-image: linear-gradient(to right, #231f20 0%, #2e2c2d 100%);
  background-repeat: repeat-y;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#231f20', endColorstr='#2e2c2d', GradientType=1);
}
@media (min-width: 768px) {
  nav {
    display: block;
    background-image: -webkit-gradient(linear, left 0%, left 100%, from(#221f1f), to(#2f2c2e));
    background-image: -webkit-linear-gradient(top, #221f1f, 0%, #2f2c2e, 100%);
    background-image: -moz-linear-gradient(top, #221f1f 0%, #2f2c2e 100%);
    background-image: linear-gradient(to bottom, #221f1f 0%, #2f2c2e 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff221f1f', endColorstr='#ff2f2c2e', GradientType=0);
  }
}
nav .layout-container {
  display: none;
}
nav .layout-container.open {
  display: block;
}
@media (min-width: 768px) {
  nav .layout-container {
    display: block;
  }
}
nav ul {
  margin: 0;
  padding: 0;
  text-align: left;
}
@media (min-width: 768px) {
  nav ul {
    float: left;
  }
}
@media (min-width: 768px) {
  nav ul:last-child {
    float: right;
  }
}
nav li {
  margin: 0 0 2px;
  padding: 0;
  border: 0px solid #676767;
  list-style: none;
  background-image: -webkit-gradient(linear, left top 0%, right top 100%, from(#302d2d), to(#1f1c1d));
  background-image: -webkit-linear-gradient(left, #302d2d, 0%, #1f1c1d, 100%);
  background-image: -moz-linear-gradient(left, #302d2d 0%, #1f1c1d 100%);
  background-image: linear-gradient(to right, #302d2d 0%, #1f1c1d 100%);
  background-repeat: repeat-y;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#302d2d', endColorstr='#1f1c1d', GradientType=1);
}
@media (min-width: 768px) {
  nav li {
    display: inline-block;
    background: none;
    border-right-width: 1px;
    margin: 0;
  }
}
@media (min-width: 768px) {
  nav li:first-child {
    border-left-width: 1px;
  }
}
nav a {
  display: block;
  padding: 10px 18px;
  line-height: 25px;
  color: #f5f3f1;
  text-decoration: none;
  text-transform: uppercase;
}
@media (min-width: 768px) {
  nav a {
    min-width: 100px;
    display: inline-block;
  }
}
nav a:hover {
  text-decoration: none;
  color: #f5f3f1;
  background-color: #363737;
}
@media (min-width: 768px) {
  nav li.bg-link {
    border-left: 1px solid #676767;
  }
}
nav li.bg-link a {
  width: auto;
  font-family: Georgia;
  font-style: italic;
  text-transform: lowercase;
}
.bg-link span.bg-link-logo {
  display: inline-block;
  background-image: url('images/bg-logo.png');
  background-position: left;
  background-repeat: no-repeat;
  background-size: 102px 19px;
  text-indent: -9999em;
  text-align: left;
  width: 102px;
  height: 19px;
  margin-left: .5em;
  position: relative;
  top: 3px;
}
@media
only screen and (-webkit-min-device-pixel-ratio: 2),
only screen and (min--moz-device-pixel-ratio: 2),
only screen and (-o-min-device-pixel-ratio: 2/1),
only screen and (min-device-pixel-ratio: 2),
only screen and (min-resolution: 192dpi),
only screen and (min-resolution: 2dppx) {
  .bg-link span.bg-link-logo {
    background-image: url('images/bg-logo@2x.png');
  }
}
/* /NAVIGATION */
/* CONTENT */
.content-section {
  margin: 25px 0 0;
}
.content-column {
  border: 1px solid #e8e5e3;
  background-color: white;
  margin: 15px;
}
@media (min-width: 768px) {
  .content-column {
    margin: 0;
  }
}
h2.content-heading {
  margin: 0 0 15px 0;
  padding: 10px 15px;
  background-color: #e8e5e3;
  color: #676767;
  text-transform: uppercase;
  font-size: 14px;
  font-size: 1.4rem;
}
span.content-heading-crumb {
  font-weight: normal;
}
span.crumb-spacer {
  font-weight: normal;
  margin: 0 .4em;
}
.post, .content-page {
  font-size: 16px;
  font-size: 1.6rem;
}
.post {
  clear: both;
  padding: 0 50px;
}
.content-page {
  padding: 0 35px;
  margin-top: 35px;
}
.entry-top-content {
  display: table;
}
.entry-top-single {
  border-left: 5px solid #b34b2b;
  background-color: #f5f3f1;
  margin: -15px 0 15px;
  padding: 25px 30px;
}
.post .entry-top-single {
  margin: -15px -50px 0;
}
.entry-top-image {
  display: table-cell;
  vertical-align: top;
  text-align: left;
  padding-top: 4px;
}
.entry-top-image img {
  margin-right: 15px;
}
.entry-top-image img[src=''] {
  display: none;
}
.entry-top-text {
  display: table-cell;
  vertical-align: top;
}
.entry-top-content-img {
  float: left;
  margin: 0 15px 15px 0;
}
.entry-meta {
  color: #93928e;
  font-weight: bold;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.3;
}
.entry-meta a {
  color: #93928e;
  text-decoration: none;
}
.entry-title {
  color: #363737;
  font-weight: bold;
  font-size: 20px;
  font-size: 2.0rem;
  margin: 0;
  line-height: 1.3;
}
.entry-title a {
  color: #363737;
  text-decoration: none;
}
.entry-author {
  color: #902c1f;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.3;
}
.entry-author-bio {
  color: #676767;
}
.entry-rule {
  clear: both;
  height: 1px;
  border-top: 1px solid #d6d2cb;
  margin: 30px 35px;
}
.pager-bottom {
  background-color: #e8e5e3;
  border: 1px solid #d6d2cb;
  margin: 0 -1px -1px -1px;
  padding: 9px 0 10px;
  color: #676767;
  text-transform: uppercase;
}
.pager-bottom a {
  color: #676767;
  text-decoration: none;
}
.pager-prev {
  float: left;
  margin: 0 0 0 0;
}
.pager-next {
  float: right;
  margin: 0 0 0 -200px;
  text-align: right;
  width: 200px;
}
.pager-bottom a:hover span.pager-text {
  text-decoration: underline;
}
.icon-passage-previous, .icon-passage-next {
  position: relative;
  padding: 13px 10px 11px;
  top: 2px;
}
.icon-passage-previous {
  border-right: 1px solid #d6d2cb;
  margin-right: 10px;
}
.icon-passage-next {
  border-left: 1px solid #d6d2cb;
  margin-left: 10px;
}
/* /CONTENT */
/* SIDEBAR */
.info-column {
  margin: 15px;
}
@media (min-width: 768px) {
  .info-column {
    width: 300px;
    padding-left: 15px;
    margin: 0;
  }
}
.sidebar-list {
  margin: 0;
  padding: 0;
}
.sidebar-list li.widget {
  background-color: white;
  margin: 0 0 30px;
  padding: 10px 15px;
  border: 1px solid #deddd9;
  list-style: none;
}

.sidebar-list li.widget div.textwidget {
  width: 275px;
}

.sidebar-list li.widget-blank {
  background-color: transparent;
  border: none;
  padding: 0;
}
.widget-title {
  margin: -10px -15px 15px -15px;
  padding: 10px 15px;
  background-color: #b4bab1;
  color: #f5f3f1;
  font-weight: normal;
  text-transform: uppercase;
  font-size: 14px;
  font-size: 1.4rem;
}
.widget-title a {
  color: #f5f3f1;
}
.widget ul, .widget ol {
  margin-left: 0;
  padding: 0;
}
.widget li {
  list-style: none;
  margin-bottom: .4em;
}
.widget-full {
  margin: -10px -15px;
}
.widget_twitter li, .widget_rss li {
  margin-top: .8em;
  padding-top: .8em;
  border-top: 1px solid #d6d2cb;
}
.widget_twitter li:first-child, .widget_rss li:first-child {
  border-top: none;
}
.widget_rss .widget-title img {
  display: none;
}
/* /SIDEBAR */
/* MERCH */
.recommendations-section .row {
  clear: both;
}
.recommendations-header-column h4 {
  text-transform: uppercase;
  color: #676767;
  font-weight: normal;
  font-size: 15px;
  font-size: 1.5rem;
}
@media (min-width: 768px) {
  .recommendations-column {
    width: 33.3333%;
    float: left;
  }
}
.product {
  display: table;
}
.product-img {
  display: table-cell;
  vertical-align: top;
}
.product-info {
  display: table-cell;
  vertical-align: top;
  padding-left: 15px;
  line-height: 1.42857;
}
.product-info span, .product-info strong {
  display: block;
}
a.product-title {
  color: #2e2b2c;
  font-weight: bold;
}
.product-retail-price {
  text-decoration: line-through;
}
a.product-btn-buy {
  margin-top: 15px;
  padding: 7px 10px;
}
.recommendations-view-more {
  margin-top: 5px;
  text-transform: uppercase;
}
/* /MERCH */
/* FOOTER */
footer {
  background-color: #711f14;
  padding: 35px 15px;
  color: #f5f3f1;
  margin-top: 30px;
}
@media (min-width: 768px) {
  footer {
    padding: 35px 0;
  }
}
footer a {
  color: #f5f3f1;
}
footer a:hover {
  color: #f5f3f1;
}
#site-info {
  display: table-cell;
  vertical-align: top;
  background-image: url(images/bg-blog-logo-small.png);
  background-size: 189px 28px;
  width: 330px;
  text-indent: -9999em;
  background-repeat: no-repeat;
}
only screen and (-webkit-min-device-pixel-ratio: 2),
only screen and (min--moz-device-pixel-ratio: 2),
only screen and (-o-min-device-pixel-ratio: 2/1),
only screen and (min-device-pixel-ratio: 2),
only screen and (min-resolution: 192dpi),
only screen and (min-resolution: 2dppx) {
  #site-info {
    background-image: url(images/bg-blog-logo-small@2x.png);
  }
}
#site-info a {
}
@media (min-width: 768px) {
  #footer-lists {
    display: table-cell;
    vertical-align: top;
  }
  #footer-lists .textwidget {
    display: table;
  }
  div.footer-links-col {
    display: table-cell;
    vertical-align: top;
    padding-right: 50px;
  }
}
.footer-links-col h5 {
  text-transform: uppercase;
  font-weight: 400;
  font-size: 14px;
  font-size: 1.4rem;
  margin-bottom: 1em;
  margin-top: 1em;
}
@media (min-width: 768px) {
  .footer-links-col h5 {
    margin-bottom: 6px;
    margin-top: 0;
  }
}
.footer-links-col .footer-links {
  margin: 0;
  padding: 0;
}
@media (min-width: 768px) {
  .footer-links-col .footer-links {
    max-width: 150px;
  }
}
.footer-links li {
  margin: 0;
  padding: 0;
  list-style: none;
}

/* /FOOTER */
/* STYLE */
ol, ul {
	list-style: none;
}
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	font-weight: normal;
	text-align: left;
}
a img {
	border: 0;
}
.alignleft {
	display: inline;
	float: left;
	margin-right: 7px;
}
.alignright {
	display: inline;
	float: right;
	margin-left: 7px;
}
.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}
html {
  font-size: 10px;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}
body, input, textarea {
	line-height: 1.7;
  font-size: 14px;
  font-size: 1.4rem;
}
#wrapper {
	background: #fff;
}

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

p {
	margin-bottom: 15px;
}
p:empty::before {
  content: none !important;
}
ul, ol {
	margin: 0 0 1.7em 2.5em;
}
ul {
	list-style: square;
}
ol {
	list-style-type: decimal;
}
ul ul, ol ol, ul ol, ol ul {
	margin-bottom: 0;
}
dl {
	margin-bottom: 1.7em;
}
dt {
	font-weight: bold;
}
dd {
	font-style: italic;
	margin: 0 1.7em 0;
}
strong {
	font-weight: bold;
}
cite, em, i {
	font-style: italic;
}
blockquote {
	background: #F5F3F1;
	border: solid #b4aba1;
	border-width: 1px 0;
	color: #676767;
	margin: 0 0 1.7em;
	padding: 5px 10px 0;
}
blockquote p {
	margin-bottom: 7px;
}
blockquote p:empty::before {
  content: none;
}
pre {
	background: #f5f3f1;
	font: 13px "Courier New", Courier, monospace;
	line-height: 1.7;
	margin-bottom: 1.7em;
	overflow-x: auto;
	padding: 0.75em 1.7em;
}
code, kbd {
	color: #009900;
	font: 13px "Courier New", Courier, monospace;
}
abbr, acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}
ins {
	background: #fff9c0;
	text-decoration: none;
}
sup,
sub {
	font-size: 10px;
	height: 0;
	line-height: 1;
	position: relative;
	vertical-align: baseline;
}
sup {
	bottom: 1ex;
}
sub {
	top: .5ex;
}
textarea {
	border: 1px solid #bbb;
	padding-left: 3px;
	width: 98%;
}

.social-share .facebook-share-image, .social-share .twitter-share-image, .social-share .email-share-image {
  background: url(/blog/wp-content/themes/bg6/images/share.png) no-repeat;
  display: inline-block;
  width: 32px;
  height: 32px;
  cursor: pointer;
}

.social-share .email-share-image {
  background-position: 0 0;
}

.social-share .facebook-share-image {
  background-position: 0 -34px ;
}

.social-share .twitter-share-image {
  background-position: 0 -68px ;
}
.email-share {
  background: #fff;
  position: fixed;
  top: 15%;
  left: 50%;
  margin-left: -320px;
  width: 640px;
  z-index: 9010;
  box-shadow: 0 0 8px 4px rgba(0,0,0,0.25);
}
.email-share input, .email-share textarea {
  outline: none;
}
.email-share .widget-body > * {
  display: block;
}
.email-share .header {
  font-size: 16px;
  font-weight: bold;
  float: left;
  margin: 14px 15px;
}
.email-share .close {
  font-size: 21px;
  font-weight: bold;
  line-height: 1;
  float: right;
  padding: 15px;
  border-left: 1px solid #ccc;
  color: #b4aba1;
  opacity: 1
}
.email-share .header-wrapper {
  background-color: #e8e6e4;
  border: solid 1px #ccc;
}
.email-share .form-name {
  color: #666;
  display: inline-block;
  margin-left: 15px;
  width:60px;
}
.email-share .input {
  border:0;
  width:500px;
}
.email-share .widget-body label, .email-share .widget-body .label {
  border-bottom: 1px solid #ccc;
  padding: 10px 0;
  margin: 0;
  font-weight: normal;
}
.email-share .email-body {
  box-sizing: border-box;
  border: 0;
  border-bottom: 1px solid #ccc;
  height: 200px;
  padding: 15px;
  width: 100%;
}
.email-share .send-email {
  float: right;
  margin: 15px 20px;
}
.email-share span.input {
  display: inline-block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  vertical-align: bottom;
}
.email-share hr {
  clear: both;
  border-color: #ccc;
  margin:0;
}
.email-share .privacy {
  display: block;
  margin: 15px;
}
.email-share .captcha, .email-share.show-captcha .widget-body, .email-share .show-captcha-help, .email-share .widget-success, .email-share .widget-error {
  display: none;
}
.email-share .error {
  display: none;
  margin: 15px;
}
.email-share.show-captcha .captcha, .email-share.show-success .widget-success, .email-share.show-error .widget-error {
  display: block;
}
.email-share.show-success .widget-success h2, .email-share.show-error .widget-error h2 {
  margin: 50px 0;
  text-align: center;
}
.email-share.show-success .send-email, .email-share.show-success .widget-body, .email-share.show-error .send-email, .email-share.show-error .widget-body{
  display: none;
}
.email-share .captcha-help {
  margin: 15px;
}
#email-share-widget-captcha > * {
  margin: auto;
}
.standard-btn, .btn {
background-color: #902a1e;
color: #ffffff;
cursor: pointer;
border: none;
border: 0 solid transparent;
border-radius: 4px;
display: inline-block;
font-size: 12px;
font-weight: bold;
letter-spacing: 1px;
line-height: 1.428571429;
margin-bottom: 0;
padding: 13px 20px;
text-align: center;
text-transform: uppercase;
vertical-align: middle;
white-space: nowrap;
-o-user-select: none;
user-select: none;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
-webkit-transition: 0.2s all;
-moz-transition: 0.2s all;
-o-transition: 0.2s all;
-ms-transition: 0.2s all;
transition: 0.2s all;
}
.clear {
  clear: both;
}
.hidden {
  display: none !important;
  visibility: hidden !important;
}
div#close-mask {
  display: none;
  width: 100%;
  height: 100%;
  z-index: 990;
  background-color: black;
  opacity: 0;
  position: fixed;
  visibility: hidden;
}
@media (min-width: 768px) {
  div#close-mask {
    visibility: visible;
  }
}

/* /STYLE */
