/*====================================================
	Importing less files
====================================================*/
/*====================================================
	COLOR VARIABLE FOR THEME
====================================================*/
/*====================================================
	MIXINS
====================================================*/
@font-face {
  font-family: 'BenchNine';
  font-style: normal;
  font-weight: 400;
  src: url(https://fonts.gstatic.com/s/benchnine/v17/ahcbv8612zF4jxrwMosbUMlx.ttf) format('truetype');
}
@font-face {
  font-family: 'BenchNine';
  font-style: normal;
  font-weight: 700;
  src: url(https://fonts.gstatic.com/s/benchnine/v17/ahcev8612zF4jxrwMosT6-xhgmy4.ttf) format('truetype');
}
/*====================================================
	common styles
====================================================*/
html,
body {
  font-family: sans-serif, Arial, Helvetica;
  font-size: 14px;
  color: #505050;
  line-height: 1.75em;
  background-image: url(../jpg/main-bg.jpg);
}
h1,
.h1 {
  font-weight: 400;
  font-size: 3em;
  font-family: 'BenchNine', sans-serif;
  color: #303030;
  letter-spacing: 0.5px;
}
h2,
.h2 {
  font-weight: 400;
  font-size: 2.5em;
  font-family: 'BenchNine', sans-serif;
  color: #303030;
  letter-spacing: 0.5px;
}
h3,
.h3 {
  font-size: 2em;
  color: #303030;
}
h4,
.h4 {
  font-size: 1.5em;
  color: #303030;
}
h5,
.h5 {
  font-size: 1.1em;
  color: #000000;
}
h6,
.h6 {
  font-size: 0.75em;
  color: #000000;
}
a {
  color: #FF5B5B;
  outline: none;
}
a:hover {
  color: #FF5B5B;
}
a:active,
a:focus,
a img {
  outline: none;
}
.btn {
  padding: 7px 14px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
}
.btn-default {
  border: 1px solid #00ada7;
  background: #00ada7;
  color: #FFFFFF;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.btn-default:hover {
  border: 1px solid #303030;
  background: #303030;
  color: #FFFFFF;
}
.btn-default:focus {
  outline: none;
}
.btn-default[disabled] {
  border: 1px solid #303030;
  background: #303030;
  color: #FFFFFF;
}
.form-control-plaintext {
  background-color: transparent !important;
  border: 0 !important;
  box-shadow: none !important;
}
input[type="search"],
input[type="text"],
input[type="url"],
input[type="email"],
textarea {
  padding: 7px 7px;
  border: 1px solid #ebebeb;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -ms-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}
input[type="search"]:focus,
input[type="text"]:focus,
input[type="url"]:focus,
input[type="email"]:focus,
textarea:focus {
  border: 1px solid #00ada7;
  outline: none;
}
blockquote {
  border-left: 4px solid #00ada7;
  font-family: 'Roboto Slab', serif;
  font-style: italic;
}
pre {
  padding: 0;
  background: none;
  border: none;
}
iframe {
  border: none;
}
figure {
  margin-bottom: 16px;
}
figcaption {
  text-align: center;
  font-size: 14px;
}
::-moz-selection {
  color: #FFFFFF;
  background: #00ada7;
  text-shadow: none;
}
::selection {
  color: #FFFFFF;
  background: #00ada7;
  text-shadow: none;
}
/*====================================================
	header
====================================================*/
.main-header:after {
  position: absolute;
  content: "";
  left: 0;
  right: 0;
  top: 0;
  height: 6px;
  background: url(../jpg/page-top-bg.jpg) no-repeat center 0 #ff5b5b;
}
.main-header {
  text-align: center;
  padding: 30px 0 15px 0;
}
.main-header .branding {
  font-size: 3.5em;
  font-family: 'Roboto Slab', serif;
  color: #303030;
}
.main-header .branding:hover {
  text-decoration: none;
}
.main-header .branding img {
  max-width: 100%;
}
.navbar-header {
  text-align: center;
}
.navbar-header i {
  height: 56px;
  line-height: 56px;
  font-size: 2em;
  cursor: pointer;
}
.navbar .navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255, 255, 255, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
}
.main-navigation {
  margin-bottom: 35px;
}
.main-navigation .menu li {
  list-style: none;
}
.main-navigation .menu li a {
  color: #FFFFFF;
}
.main-navigation .menu li a:hover {
  text-decoration: none;
}
/*====================================================
	main post area
====================================================*/
.post {
  padding: 35px;
  background: #FFFFFF;
  margin-bottom: 35px;
  position: relative;
}
.post .featured {
  position: absolute;
  background: #00ada7;
  color: #FFFFFF;
  text-align: center;
  top: -12px;
  right: -32px;
  width: 80px;
  height: 40px;
  line-height: 54px;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
.post .featured i {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.post .post-head .post-title {
  text-align: center;
  margin: 0;
  line-height: 1em;
}
.post .post-head .post-title a {
  color: #303030;
}
.post .post-head .post-title a:hover,
.post .post-head .post-title a:focus {
  text-decoration: none;
}
.post .post-head .post-meta {
  font-style: italic;
  color: #959595;
  margin: 14px 0 0px;
}
.post .post-head .post-meta span {
  margin: 0px 7px;
  white-space: nowrap;
}
.post .featured-media {
  text-align: center;
  margin-top: 30px;
  overflow: hidden;
}
.post .featured-media img {
  width: 100%;
}
.post .post-permalink {
  text-align: center;
}
.post .post-content img {
  max-width: 100%;
  margin-bottom: 14px;
}
.post .post-content .member-access-shadow {
  text-shadow: 0px 0px 16px #000000 !important;
  color: white;
}
.post .post-content .member-access-header {
  font-size: 30px;
}
.post .post-content .member-access-lead {
  font-size: 20px;
}
.post .post-content .kg-embed-card {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 2rem;
}
.post .post-content .kg-width-wide,
.post .post-content .kg-width-full {
  margin-left: -35px;
  margin-right: -35px;
}
.post .post-content .kg-gallery-card {
  margin-top: 28px;
  margin-bottom: 28px;
}
.post .post-content .kg-gallery-container {
  display: flex;
  flex-direction: column;
  margin-bottom: 14px;
}
.post .post-content .kg-gallery-row {
  display: flex;
  flex-direction: row;
  justify-content: center;
}
.post .post-content .kg-gallery-image img {
  display: block;
  margin: 0;
  width: 100%;
  height: 100%;
}
.post .post-content .kg-gallery-row:not(:first-of-type) {
  margin: 0.75em 0 0 0;
}
.post .post-content .kg-gallery-image:not(:first-of-type) {
  margin: 0 0 0 0.75em;
}
.post .post-content .kg-bookmark-card {
  margin-bottom: 2rem;
}
.post .post-content .kg-bookmark-container {
  display: flex;
  flex-wrap: wrap;
  color: var(--text-body);
  text-decoration: none;
  background: transparent;
  border: 2px solid #ebebeb;
  padding: 8px;
  transition: border-color 0.25s;
}
.post .post-content .kg-bookmark-container:hover {
  border-color: #00ada7;
}
.post .post-content .kg-bookmark-content {
  flex-basis: 0;
  flex-grow: 999;
  min-width: 50%;
  padding: 8px 16px 8px 8px;
}
.post .post-content .kg-bookmark-title {
  font-family: 'Roboto Slab', serif;
  font-size: 1.5em;
  line-height: 1.3;
}
.post .post-content .kg-bookmark-description {
  font-size: 1rem;
  line-height: 1.5;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.post .post-content .kg-bookmark-description,
.post .post-content .kg-bookmark-metadata {
  margin-top: 16px;
}
.post .post-content .kg-bookmark-metadata {
  display: flex;
  align-items: center;
}
.post .post-content .kg-bookmark-icon {
  margin-bottom: 0;
}
.post .post-content .kg-bookmark-thumbnail {
  flex-basis: 15rem;
  flex-grow: 1;
  position: relative;
  overflow: hidden;
}
.post .post-content .kg-bookmark-thumbnail img {
  vertical-align: bottom;
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.post .post-content .kg-bookmark-icon {
  width: 24px;
  height: 24px;
  margin-right: 8px;
  vertical-align: bottom;
}
.post .post-content .kg-bookmark-author,
.post .post-content .kg-bookmark-publisher {
  font-size: 0.875rem;
}
.post .post-content .kg-bookmark-author:after {
  content: "•";
  margin: 0 6px;
}
.post .post-footer {
  margin-top: 30px;
  border-top: 1px solid #ebebeb;
  padding: 21px 0 0;
}
.post .post-footer .tag-list {
  color: #959595;
  font-style: italic;
  line-height: 28px;
}
.post .post-footer .tag-list a {
  color: #959595;
  margin-left: 7px;
}
.post .post-footer .tag-list a:hover {
  color: #00ada7;
}
.post .post-footer .share .share-icons {
  padding: 0;
  margin: 0;
}
.post .post-footer .share .share-icons li {
  list-style: none;
  display: inline-block;
}
.post .post-footer .share .share-icons li a {
  color: #959595;
  text-align: center;
}
.post .post-footer .share .share-icons li a i {
  width: 28px;
  height: 28px;
  line-height: 28px;
  border: 1px solid #ebebeb;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
  font-size: 12px;
}
.post .post-footer .share .share-icons li a:hover i {
  color: #FFFFFF;
  background: #00ada7;
  border: 1px solid #00ada7;
}
/*====================================================
	pagination
====================================================*/
#themePagination {
  margin: 0 0 35px;
  text-align: center;
  display: block;
}
#themePagination a {
  text-align: center;
  display: inline-block;
  color: #FFFFFF;
  background: #00ada7;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
}
#themePagination a i {
  width: 36px;
  height: 36px;
  line-height: 36px;
}
#themePagination a:hover {
  background: #505050;
  text-decoration: none;
  color: #FFFFFF;
}
#themePagination .page-number {
  background: #00ada7;
  color: #FFFFFF;
  margin: 0 3px;
  display: inline-block;
  line-height: 36px;
  padding: 0 14px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
}
.pagination > li:first-child > a,
.pagination > li:first-child > span {
  border-top-left-radius: 0 !important;
  border-bottom-left-radius: 0 !important;
}
.pagination > li:last-child > a,
.pagination > li:last-child > span {
  border-top-right-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
}
/*====================================================
	about author and comment and next-prev link
====================================================*/
.about-author {
  background: #FFFFFF;
  padding: 35px;
  margin-bottom: 35px;
}
.about-author .avatar {
  width: 100px;
  height: 100px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}
.about-author .details {
  margin-left: 114px;
}
.about-author .author {
  font-size: 1.5em;
  margin-bottom: 7px;
}
.about-author .author a:hover {
  text-decoration: none;
}
.about-author .meta-info {
  font-style: italic;
  color: #959595;
  margin-bottom: 7px;
}
.about-author .meta-info span {
  margin-right: 14px;
  white-space: nowrap;
}
.about-author .meta-info span i {
  margin-right: 7px;
}
.comment-wrap {
  background: #FFFFFF;
  padding: 35px;
  margin-bottom: 35px;
}
.prev-next-wrap {
  margin-bottom: 35px;
  text-align: center;
}
.prev-next-wrap a {
  margin-bottom: 7px;
}
/*====================================================
	sidebar
====================================================*/
.fb-page,
.fb-page span,
.fb-page span iframe[style] {
  width: 100% !important;
}
.sidebar .widget {
  background: #FFFFFF;
  padding: 21px 15px;
}
.main-footer .widget {
  padding: 0px 30px;
}
.widget {
  margin-bottom: 15px;
  line-height: 1.5em;
}
.widget img {
  margin-bottom: 10px;
}
.widget .title {
  margin-top: 0;
  padding-bottom: 7px;
  position: relative;
  text-align: center;
}
.widget .social {
  padding: 0;
  margin: 0;
}
.widget .social li {
  display: inline-block;
  margin: 0 2px 5px 0;
  text-align: center;
}
.widget .social li a i {
  width: 35px;
  height: 35px;
  line-height: 35px;
  border: 1px solid #ebebeb;
  color: #959595;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -ms-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}
.widget .social li a:hover i {
  color: #FFFFFF;
  background: #00ada7;
  border: 1px solid #00ada7;
}
.widget .tag-cloud a {
  border: 1px solid #ebebeb;
  padding: 2px 7px;
  color: #959595;
  line-height: 1.5em;
  display: inline-block;
  margin: 0 7px 7px 0;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.widget .tag-cloud a:hover {
  color: #FFFFFF;
  background: #00ada7;
  border: 1px solid #00ada7;
  text-decoration: none;
}
.widget .recent-post .recent-single-post {
  border-bottom: 1px dashed #ebebeb;
  padding-bottom: 5px;
  margin-bottom: 5px;
}
.widget .recent-post .recent-single-post .post-title {
  color: #505050;
  font-family: 'Roboto Slab', serif;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.widget .recent-post .recent-single-post .post-title:hover {
  color: #00ada7;
  text-decoration: none;
}
.widget .recent-post .recent-single-post .date {
  font-style: italic;
  color: #959595;
}
.widget .recent-post .recent-single-post:last-child {
  margin-bottom: 0;
}
.widget .newsletter .input-group {
  margin-bottom: 10px;
  display: block;
}
.widget .newsletter .input-group .email {
  width: 100%;
}
.widget .newsletter .input-group .btn {
  width: 100%;
}
.widget .ad {
  text-align: center;
}
.widget .ad img {
  max-width: 100%;
}
.widget .flkr-widget {
  list-style: none;
  padding-left: 0;
}
.widget .flkr-widget li {
  display: inline-block;
  margin: 0 5px 5px 0;
}
.widget .flkr-widget li a img {
  width: 70px;
  height: 70px;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -ms-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}
.widget .flkr-widget li a img:hover {
  -webkit-opacity: 0.8;
  -moz-opacity: 0.8;
  -ms-opacity: 0.8;
  -o-opacity: 0.8;
  opacity: 0.8;
  filter: alpha(opacity=(80));
}
/*====================================================
	Tag page & author page cover
====================================================*/
.cover {
  text-align: center;
  background: #FFFFFF;
  padding: 35px;
  margin-bottom: 35px;
}
.cover .tag-name {
  margin-top: 0;
}
.cover .post-count {
  margin-top: 7px;
  color: #959595;
  font-style: italic;
}
.cover .avatar {
  width: 100px;
  height: 100px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}
.cover .meta-info {
  color: #959595;
  font-style: italic;
}
.cover .meta-info span {
  margin: 0 7px;
}
.cover .meta-info span i {
  margin-right: 7px;
}
.cover .bio {
  margin-top: 7px;
}
/*====================================================
	footer
====================================================*/
.main-footer {
  background: #202020;
  padding: 35px 0 0;
  color: #959595;
}
.main-footer .widget .title {
  color: #FFFFFF;
  border-bottom: 1px solid #303030;
}
.main-footer .widget .tag-cloud a {
  border: 1px solid #303030;
}
.main-footer .widget .tag-cloud a:hover {
  border: 1px solid #00ada7;
}
.main-footer .widget .recent-post .recent-single-post {
  border-bottom: 1px dashed #303030;
}
.main-footer .widget .recent-post .recent-single-post .post-title {
  color: #959595;
}
.main-footer .widget .recent-post .recent-single-post .post-title:hover {
  color: #00ada7;
}
.main-footer .widget .recent-post .recent-single-post .date {
  color: #505050;
}
.copyright {
  background: #111111;
  text-align: center;
  color: #FFFFFF;
  padding-top: 28px;
  padding-bottom: 28px;
  border-top: 1px solid #303030;
}
#back-to-top {
  position: fixed;
  right: 10px;
  bottom: 10px;
  background: rgba(0, 173, 167, 0.6);
  color: #FFFFFF;
  text-align: center;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  z-index: 1;
  display: none;
}
#back-to-top:hover {
  background: #00ada7;
}
#back-to-top i {
  width: 30px;
  height: 30px;
  line-height: 30px;
}
/*====================================================
	tag and author archive
====================================================*/
.archive .featured-media {
  background-size: cover;
  background-position: center;
}
.tag-wrapper {
  padding: 35px;
  background: #FFFFFF;
  margin-bottom: 35px;
}
.tag-wrapper a .bg-wrapper {
  background-size: cover;
  background-position: center;
  text-align: center;
  height: 100%;
}
.tag-wrapper a .bg-wrapper .overlay {
  padding: 35px 14px;
  background: rgba(0, 0, 0, 0.3);
  color: #FFFFFF;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  height: 100%;
}
.tag-wrapper a .bg-wrapper .overlay .tag-title {
  color: #FFFFFF;
}
.tag-wrapper a .bg-wrapper .overlay .meta-info i {
  margin-right: 7px;
}
.tag-wrapper a .bg-wrapper .overlay .description {
  margin-top: 7px;
}
.tag-wrapper a .bg-wrapper.no-image .bg-wrapper .overlay {
  color: #505050;
}
.tag-wrapper a .bg-wrapper.no-image .bg-wrapper .overlay .tag-title {
  color: #303030;
}
.tag-wrapper a:hover {
  text-decoration: none;
}
.tag-wrapper a:hover .bg-wrapper .overlay {
  background: rgba(0, 0, 0, 0.5);
}
/*====================================================
  Custom widgets
====================================================*/
#facebookWidget {
  background: none !important;
}
#crosswordbookWidget .content {
  max-height: 400px;
  overflow-y: scroll;
  overflow-x: hidden;
}
#crosswordhelpWidget h4.title {
  margin-bottom: 0px !important;
  padding-bottom: 10px;
}
#crosswordhelpWidget h5 button {
  padding-bottom: 0px;
  padding-top: 2px;
  color: black;
  font-size: 0.8em;
}
#crosswordhelpWidget ul {
  margin-bottom: 0px;
}
#crosswordhelpWidget ul li a {
  font-size: 0.8em;
  font-weight: bold;
  color: black;
}
/*====================================================
	Crosswordbook result
====================================================*/
.optionBox {
  position: absolute;
  right: 30px;
  top: 5px;
  z-index: 90;
  cursor: pointer;
}
.optionBox:hover {
  color: #ff5b5b;
}
.post-head > h1 > span {
  color: #ff5b5b;
}
.iconrow {
  text-align: center;
  margin-top: 35px;
}
.iconrow :first-child {
  text-align: right;
}
.iconrow :last-child {
  text-align: left;
}
.iconrow a {
  color: black;
  opacity: 0.7;
  filter: alpha(opacity=40);
  cursor: pointer;
  margin-left: 10px;
}
.iconrow a:hover {
  opacity: 1;
  filter: alpha(opacity=100);
}
.topBox a,
.pages-crossword a {
  color: #00ada7;
}
.loadingBorder {
  margin-bottom: 10px;
  color: #000000;
  border-bottom: 1px solid #C0C0C0;
}
.topColCrosswordBook .dropdown-menu {
  border: 1px solid black;
}
.underline {
  text-decoration: underline;
}
ul.pages-crossword li.active a {
  font-weight: bold;
  text-decoration: underline;
}
.popover.bottom {
  border: 1px solid black;
}
.smartSearchCon {
  padding-right: 10px;
}
.smartSearchCon button {
  font-size: 1.2em;
}
.smartSearchCon i {
  cursor: pointer !important;
}
#toTopLink {
  float: right;
}
.popover-body {
  font-size: 1.2em;
  overflow-wrap: break-word;
  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  hyphens: auto;
}
.popover-header,
.popover-body {
  padding: 10px 30px 10px 30px;
}
#wordFact .dropdown-menu p:hover,
#wordFact button:hover {
  cursor: pointer !important;
  background-color: gray;
  color: white;
}
.topColCrosswordBook button {
  white-space: normal !important;
}
.topBox-body,
.topBox-body h4 {
  overflow-wrap: break-word;
  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  hyphens: auto;
}
.topBox-body {
  transition: all linear 100ms;
  opacity: 1;
}
.topBox-body.ng-hide {
  opacity: 0;
}
#wordFact.remove-item,
#wiki.remove-item {
  overflow-y: hidden !important;
  height: 200px;
  border: 0;
}
.remove-item {
  display: none !important;
}
#crossword-book-post-content {
  margin: 20px 0;
}
.topColCrosswordBook .topBox {
  border: 1px dashed black;
}
.dashed-border {
  border: 1px dashed black;
}
.bg-light-blue {
  background-color: #eaf7fc;
}
.bg-light-pink {
  background-color: #faecfb;
}
.topColCrosswordBook .topBox-body {
  padding: 15px 15px 15px 15px;
}
.topColCrosswordBook {
  margin-bottom: 15px;
}
.letterCollumn {
  margin-bottom: 15px;
}
.synWord {
  overflow-wrap: break-word;
  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  hyphens: auto;
  text-transform: uppercase;
  color: black;
  font-size: 1.2em;
}
.letterHeader span {
  display: block;
}
.letterHeader {
  font-weight: bold;
  font-family: sans-serif, Arial, Helvetica;
  font-size: 14px;
  color: #303030;
  line-height: 1.75em;
  font-style: italic;
  margin-bottom: 10px;
  border-bottom: 1px solid #C0C0C0;
}
.helpHeaderBorder {
  padding-top: 5px;
  padding-bottom: 10px;
  margin-top: 15px;
  margin-bottom: 20px;
}
.squareInput {
  height: 40px !important;
  width: 40px !important;
  margin-right: 7px;
  margin-bottom: 7px;
  text-transform: uppercase;
  text-align: center;
  font-size: 16px !important;
  border: 1px solid black !important;
  color: black;
}
#crosswordBookForm .fixed-search {
  margin: 0px !important;
  padding: 20px 30px 20px 30px !important;
  position: static;
  background-color: white;
}
@-webkit-keyframes bounce {
  0%,
  20%,
  50%,
  80%,
  100% {
    -webkit-transform: translateY(0);
  }
  40% {
    -webkit-transform: translateY(30px);
  }
  60% {
    -webkit-transform: translateY(-15px);
  }
}
@keyframes bounce {
  0%,
  20%,
  50%,
  80%,
  100% {
    transform: translateY(0);
  }
  40% {
    transform: translateY(50px);
  }
  60% {
    transform: translateY(-15px);
  }
}
.bounce {
  -webkit-animation-name: bounce;
  animation-name: bounce;
}
#crosswordBookForm input {
  border: 1px solid black;
}
#crosswordBookForm > .input-group {
  -webkit-box-shadow: 0px 24px 29px -16px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 0px 24px 29px -16px rgba(0, 0, 0, 0.75);
  box-shadow: 0px 24px 29px -16px rgba(0, 0, 0, 0.75);
  margin-bottom: 20px;
}
/*====================================================
  Vipps
====================================================*/
.donationBox {
  background-color: white;
  padding: 10px 10px 10px 10px;
  margin-bottom: 30px;
}
.donationBox input[type="radio"] {
  display: none;
}
#optionalSum {
  margin-left: 5px;
  width: 80px;
  height: 25px;
}
.donationBox .btn {
  font-size: 16px;
}
/*====================================================
	Custom-pages
====================================================*/
article .custom-page-content p.large {
  font-size: 1.4em;
}
.tableSort {
  margin: auto;
  color: black;
  font-size: 15px;
}
.tableSort a {
  color: black;
}
/*====================================================
	Digital crosswords
====================================================*/
.tag-kryssord .featured-media img:hover {
  opacity: 0.5;
  filter: alpha(opacity=50);
}
article.tag-kryssord {
  padding-left: 5px;
  padding-right: 5px;
}
article.tag-kryssord .helpText {
  padding: 20px 35px 0 35px;
  margin: 0px;
}
article.tag-kryssord .post-footer {
  padding: 35px;
}
article.tag-kryssord .post-content {
  text-align: center;
}
#fb-share-button {
  background: #3b5998;
  border-radius: 3px;
  font-weight: 600;
  padding: 5px 8px;
  display: inline-block;
  position: static;
}
#fb-share-button:hover {
  cursor: pointer;
  background: #213A6F;
}
#fb-share-button svg {
  width: 18px;
  fill: white;
  vertical-align: middle;
  border-radius: 2px;
}
#fb-share-button span {
  vertical-align: middle;
  color: white;
  font-size: 14px;
  padding: 0 3px;
}
/*====================================================
	Games
====================================================*/
#gameCon {
  min-height: 700px;
  width: 100%;
  overflow: hidden;
}
/*====================================================
	Crossword helper
====================================================*/
/*
[ng\:cloak], [ng-cloak], [data-ng-cloak], [x-ng-cloak], .ng-cloak, .x-ng-cloak {
  display: none !important;
}
*/
.hideTxt span {
  font-size: 15px;
  font-family: sans-serif, Arial, Helvetica;
}
.hideTxt {
  cursor: pointer;
}
.hideTxt:hover {
  font-weight: bold;
  color: black;
}
.dropdownCon button {
  white-space: normal !important;
}
.dropdownCon {
  min-height: 90px;
}
.themeBox {
  margin-right: 10px;
}
.btnSqDiv > a {
  font-size: 1.5em;
  margin: 0px 0px 0px 0px !important;
  padding-left: 0px !important;
  padding-right: 0px !important;
}
#allWordsUl .isActive {
  background-color: #0062cc;
  color: white !important;
}
#allWordsUl li {
  cursor: pointer;
}
#allWordsUl > li:hover {
  background-color: #0062cc;
  color: white !important;
}
.inputLetter > input {
  text-align: center;
  text-transform: uppercase;
  border: 1px solid black;
  margin-bottom: 10px;
}
.dropdownCon .dropdown-menu {
  -webkit-box-shadow: 0px 19px 76px 4px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0px 19px 76px 4px rgba(0, 0, 0, 0.5);
  box-shadow: 0px 19px 76px 4px rgba(0, 0, 0, 0.5);
}
.dropdownCon .dropdown-menu > li > a:hover,
.dropdownCon .dropdown-menu > li > a:focus {
  background-image: none !important;
}
.dropdownCon .dropdown-menu > li > a:hover,
.dropdownCon .dropdown-menu > li > a:focus {
  background-color: #0062cc;
  color: white !important;
}
.resultCol {
  margin-top: 15px;
  margin-bottom: 15px;
}
.searchCol {
  margin-top: 10px;
}
.btn-sq-sm {
  width: 50px !important;
  height: 50px !important;
  margin-bottom: 10px;
}
.searchResCon {
  margin-bottom: 10px;
}
.searchResCon > p {
  font-size: 1.3em;
  overflow-wrap: break-word;
  color: black;
  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto;
}
#searchNav a,
#searchNav li {
  color: black;
}
#searchNav .active a {
  font-weight: bold;
  text-decoration: underline;
}
.loadingCon {
  font-size: 15px;
}
.resultMsgCon {
  margin-bottom: 15px;
}
.addRemoveCon {
  width: 90px;
}
.addRemoveCon .addRemove button {
  width: 30px;
  height: 30px;
  text-align: center;
  color: white;
}
.addRemoveMinus button {
  padding: 0px;
}
.addRemovePlus button {
  padding: 0px;
}
.addRemove {
  margin-right: 8px;
  margin-bottom: 10px;
}
.addRemove button {
  line-height: 0px !important;
}
.inputLetter-label {
  /* Chrome/Opera/Safari */
  position: absolute !important;
  padding-left: 3px;
}
/*====================================================
	Custom NAV
====================================================*/
.nav-julekalender {
  background-color: #f03535 !important;
}
nav.navbar .navbar-nav .dropdown-menu {
  min-width: 200px;
  padding: 0 0 0 20px;
  margin: 0 0 0;
  background-color: #000;
  border: 1px solid rgba(0, 0, 0, 0.7);
  -webkit-box-shadow: 0px 19px 76px 4px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0px 19px 76px 4px rgba(0, 0, 0, 0.5);
  box-shadow: 0px 19px 76px 4px rgba(0, 0, 0, 0.5);
}
nav.navbar .navbar-nav .dropdown-menu .divider {
  border: 1px solid rgba(0, 0, 0, 0.8);
}
nav.navbar .navbar-nav .dropdown-menu > li > a {
  padding: 6px 20px;
  color: #FFFFFF;
}
.dropdown .dropdown-menu a:hover {
  color: #ff5b5b;
}
.dropdown > .nav-current,
.main-navigation > div > ul > li > a:hover,
.main-navigation > div > ul > li.nav-current > a,
.main-navigation > ul > li > a:hover,
.main-navigation > ul > li.nav-current > a,
.main-navigation > ul > li.nav-current > a {
  color: #ffffff;
  outline: 0;
  text-decoration: none;
  border-bottom: 6px solid #ff5b5b;
}
.main-navigation,
#main-menu {
  background: #262626;
  padding-top: 0px;
  padding-bottom: 0px;
}
.main-navigation > div > ul > li,
.main-navigation > ul > li {
  border-left: 2px solid #3a3a3a;
}
.main-navigation > div > ul > li > a,
.main-navigation > ul > li > a {
  color: #fff8ed;
  font-size: 16px;
  line-height: 52px;
  height: 52px;
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  background: none;
  font-weight: bold;
  padding: 0 15px !important;
  font-family: 'BenchNine', sans-serif !important;
  font-weight: 600 !important;
}
#navInput {
  width: 150px;
}
/*====================================================
	Ads
====================================================*/
.adSign {
  margin: 0px;
  color: black;
}
.topheader {
  height: 100px;
  width: 100%;
}
.headerResAd {
  width: 320px;
  height: 100px;
  display: inline-block;
}
@media screen and (min-width: 768px) {
  .topheader {
    height: 280px;
  }
  .headerResAd {
    width: 100%;
    height: 285px;
  }
}
/*====================================================
	Custom sidebar
====================================================*/
#ad-widget {
  padding: 0px !important;
}
#ad-widget img {
  margin: 0px !important;
}
/*====================================================
	Media query
====================================================*/
@media screen and (max-width: 576px) {
  .btnSqDiv > a {
    width: 40px;
    height: 40px;
  }
  .inputLetter {
    margin-right: 5px;
  }
  .inputLetter > input {
    font-size: 1.5em;
    text-align: center;
    text-transform: uppercase;
    border: 1px solid black;
    width: 30px;
    height: 30px;
  }
}
@media screen and (min-width: 577px) {
  .btnSqDiv > a {
    width: 50px;
    height: 50px;
  }
}
@media screen and (max-width: 991px) and (min-width: 577px) {
  .inputLetter {
    margin-right: 8px;
  }
  .inputLetter > input {
    font-size: 1.9em;
    text-align: center;
    text-transform: uppercase;
    border: 1px solid black;
    width: 40px;
    height: 40px;
  }
  .addRemoveCon {
    width: 130px;
  }
  .addRemoveCon .addRemove button {
    width: 40px;
    height: 40px;
  }
}
@media screen and (min-width: 992px) {
  .inputLetter {
    margin-right: 10px;
  }
  .inputLetter > input {
    font-size: 2.1em;
    text-align: center;
    text-transform: uppercase;
    border: 1px solid black;
    width: 50px;
    height: 50px;
  }
  .addRemoveCon {
    width: 150px;
  }
  .addRemoveCon .addRemove button {
    font-size: 1.5em;
    width: 50px;
    height: 50px;
  }
}
@media (min-width: 768px) {
  #crosswordBookForm .fixed-search {
    top: 0px;
    position: fixed !important;
    background-color: white;
    z-index: 99 !important;
    -webkit-animation-duration: 0.5s;
    animation-duration: 0.5s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
  }
  nav.navbar .dropdown:hover .dropdown-menu {
    display: block;
  }
  .main-navigation > div > ul > li:first-child,
  .main-navigation > ul > li:first-child {
    border-left: none;
  }
  .main-navigation,
  #main-menu {
    padding-left: 20px;
  }
}
