/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Navigation
  ## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
  ## Posts and pages
  ## Comments
# Infinite scroll
# Media
  ## Captions
  ## Galleries
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
html {
  box-sizing: border-box;
}
*,
*:before,
*:after {
  box-sizing: inherit;
}
body {
  background: #fff;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
}
blockquote,
q {
  quotes: "" "";
}
hr {
  background-color: #ccc;
  border: 0;
  height: 1px;
  margin-bottom: 1.5em;
}
ul,
ol {
  padding-left: 26px;
  line-height: 30px;
  margin-bottom: 20px;
  font-size: 16px;
}
ul {
  list-style: disc;
}
ol {
  list-style: decimal;
}
dt {
  font-weight: bold;
  margin-bottom: 10px;
}
dd {
  margin: 0 1.5em 1.5em;
}
img {
  height: auto;
  max-width: 100%;
}
figure {
  margin: 1em 0;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
  margin: 15px 0;
  width: 100%;
}
table th,
table td {
  border: 1px solid #dedede;
  text-align: left;
  padding: 10px 20px;
}
ul {
  list-style: disc;
}
ol {
  list-style: decimal;
}
dt {
  font-weight: bold;
  margin-bottom: 10px;
}
dd {
  margin: 0 1.5em 1.5em;
}
.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
  float: left;
  width: 50%;
}
.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
  float: right;
  text-align: right;
  width: 50%;
}
/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute;
  height: 1px;
  width: 1px;
  overflow: hidden;
}
.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto;
  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. */
}
/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus {
  outline: 0;
}
/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft {
  display: inline;
  float: left;
  margin-right: 1.5em;
}
.alignright {
  display: inline;
  float: right;
  margin-left: 1.5em;
}
.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after {
  content: "";
  display: table;
  table-layout: fixed;
}
.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
  clear: both;
}
/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
  max-width: 100%;
}
/* By Authot Post */
.bypostauthor {
  display: inline-block;
}
/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widget select {
  width: 100%;
  padding: 6px 10px;
}
/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
.sticky {
  display: block;
}
.byline,
.updated:not(.published) {
  display: none;
}
.single .byline,
.group-blog .byline {
  display: inline;
}
/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/
.comment-content a {
  word-wrap: break-word;
}
.bypostauthor {
  display: block;
}
/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
  /* Theme Footer (when set to scrolling) */
  display: none;
}
/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */
.infinity-end.neverending .site-footer {
  display: block;
}
/*--------------------------------------------------------------
# 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%;
}
abbr,
acronym {
  border-bottom: 1px dotted #d1d1d1;
  cursor: help;
}
abbr[title] {
  border-bottom: 1px dotted;
}
code {
  background-color: rgba(68, 68, 68, 0.2);
  padding: 0.125em 0.25em;
}
del {
  opacity: 0.8;
}
mark,
ins {
  background-color: rgba(68, 68, 68, 0.2);
  padding: 0.125em 0.25em;
  text-decoration: none;
}
code,
kbd,
tt,
var,
samp,
pre {
  font-family: Inconsolata, monospace;
}
pre {
  border: 1px solid #d1d1d1;
  font-size: 16px;
  line-height: 1.3125;
  margin: 0 0 1.75em;
  max-width: 100%;
  overflow: auto;
  padding: 1.75em;
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word;
  background: #ededed;
}
blockquote,
q {
  quotes: none;
}
address {
  margin-bottom: 20px;
  line-height: 1.42857143;
  font-style: italic;
}
button,
input,
select,
textarea {
  max-width: 100%;
}
/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.wp-caption {
  margin-bottom: 1.5em;
  max-width: 100%;
}
.wp-caption img[class*="wp-image-"] {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.wp-caption .wp-caption-text {
  margin: 0.8075em 0;
}
.wp-caption-text {
  text-align: center;
}
/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
.gallery {
  margin-bottom: 1.5em;
  margin-right: -15px;
}
.gallery-item {
  display: inline-block;
  text-align: center;
  vertical-align: top;
  width: 100%;
  padding-right: 15px;
}
.gallery-columns-2 .gallery-item {
  max-width: 50%;
}
.gallery-columns-3 .gallery-item {
  max-width: 33.33%;
}
.gallery-columns-4 .gallery-item {
  max-width: 25%;
}
.gallery-columns-5 .gallery-item {
  max-width: 20%;
}
.gallery-columns-6 .gallery-item {
  max-width: 16.66%;
}
.gallery-columns-7 .gallery-item {
  max-width: 14.28%;
}
.gallery-columns-8 .gallery-item {
  max-width: 12.5%;
}
.gallery-columns-9 .gallery-item {
  max-width: 11.11%;
}
.gallery-caption {
  display: block;
}
.screen-reader-text {
  background: transparent;
}
/*** back to top **/
.back-to-top {
  background-color: #234abf;
  width: 45px;
  height: 45px;
  line-height: 45px;
  text-align: center;
  display: none;
  position: fixed;
  z-index: 999;
  right: 15px;
  bottom: 15px;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -o-transition: all 0.2s;
  -ms-transition: all 0.2s;
  transition: all 0.2s;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -o-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
}
@media (max-width: 991px) {
  .back-to-top {
    width: 35px;
    height: 35px;
    line-height: 35px;
  }
}
.back-to-top:hover {
  background-color: #234abf;
}
.back-to-top i {
  right: 36px;
  bottom: 42px;
  width: 42px;
  height: 42px;
  color: #fff;
  text-align: center;
  line-height: 40px;
  border-radius: 50%;
  z-index: 99;
  font-size: 22px;
  cursor: pointer;
  background-color: #234abf;
  -webkit-animation: white-shadow 0.8s infinite, red-shadow 0.8s infinite;
  animation: white-shadow 0.8s infinite, red-shadow 0.8s infinite;
  -webkit-box-shadow: 0 10px 33px rgba(0, 0, 0, 0.1);
  -khtml-box-shadow: 0 10px 33px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 10px 33px rgba(0, 0, 0, 0.1);
  -ms-box-shadow: 0 10px 33px rgba(0, 0, 0, 0.1);
  -o-box-shadow: 0 10px 33px rgba(0, 0, 0, 0.1);
  box-shadow: 0 10px 33px rgba(0, 0, 0, 0.1);
}
.comment-form input[type=checkbox],
input[type=radio] {
  width: auto;
  height: auto;
}
.sidebar-recent-post .recent-post-widget .media {
  margin: 15px 0;
}
.sidebar-recent-post .recent-post-widget .media .pull-left {
  margin-right: 20px;
  overflow: hidden;
}
.sidebar-recent-post .recent-post-widget .media .media-body .media-heading {
  margin: 0;
  line-height: 20px;
}
.sidebar-recent-post .recent-post-widget .media .media-body .media-heading a {
  color: #000;
  transition: all 0.3s ease-in-out;
  font-size: 16px;
  line-height: 1.4;
  margin-bottom: 10px;
  display: block;
  font-weight: 400;
}
.sidebar-recent-post .recent-post-widget .media .media-body .media-heading a:hover {
  color: #234abf;
}
.sidebar-recent-post .recent-post-widget .media .media-body span {
  color: #000;
}
.sidebar-recent-post .recent-post-widget .media .media-body span i {
  color: #234abf;
}
.widget_search {
  position: relative;
}
.widget_search .searchform input {
  width: 100%;
  border: 1px solid #000;
}
div.widget_recent_comments ul li a {
  padding: 0px;
  display: inline-block;
}
table {
  margin-bottom: 30px;
}
table td,
table th {
  border: 1px solid #dddddd;
  padding: 10px 20px;
}
table td a,
table th a {
  transition: all 0.3s ease-out;
  font-weight: 700;
}
table td a:hover,
table th a:hover {
  color: #234abf;
  transition: all 0.3s ease-out;
}
/* Blog Sidebar CSS 
=============================*/
form#searchform {
  position: relative;
}
.widget_instagram {
  margin: 0;
  padding: 0;
}
.widget_instagram li {
  float: left;
  margin-right: 10px;
  width: 30%;
  overflow: hidden;
  height: 90px;
}
.widget_instagram li a {
  display: block;
}
.widget_instagram li a img {
  width: 100%;
  transition: all 0.3s ease-out;
}
.widget_instagram li a img:hover {
  transform: scale(1.1);
  transition: all 0.3s ease-out;
}
.cleanhit_about .footer-col p {
  color: #ffffff;
}
.cleanhit_about .footer-col .social-media ul {
  margin: 0;
  padding: 0;
}
.cleanhit_about .footer-col .social-media ul li {
  display: inline-block;
  margin-right: 10px;
}
.cleanhit_about .footer-col .social-media ul li a {
  display: block;
}
.cleanhit_about .footer-col .social-media ul li a i {
  width: 40px;
  height: 40px;
  border: 1px solid #ffffff;
  border-radius: 100%;
  text-align: center;
  transition: all 0.3s ease-out;
  line-height: 40px;
}
.cleanhit_about .footer-col .social-media ul li a i:hover {
  border: 1px solid #234abf;
  background: #234abf;
  border-radius: 100%;
  text-align: center;
  transition: all 0.3s ease-out;
}
.sidebar-widget {
  margin-bottom: 50px;
}
.sidebar-widget .sidebar-title h3,
.sidebar-widget .sidebar-titel h3 {
  text-transform: capitalize;
  font-size: 22px;
  position: relative;
  padding-bottom: 15px;
  margin-bottom: 25px;
  line-height: 32px;
  color: #000000;
}
.sidebar-widget .sidebar-title h3 a,
.sidebar-widget .sidebar-titel h3 a {
  color: #000000;
  transition: all 0.3s ease-out;
}
.sidebar-widget .sidebar-title h3 a:hover,
.sidebar-widget .sidebar-titel h3 a:hover {
  color: #234abf;
  transition: all 0.3s ease-out;
}
.sidebar-widget .sidebar-title h3:after,
.sidebar-widget .sidebar-titel h3:after {
  position: absolute;
  bottom: 2px;
  left: 0;
  width: 80px;
  height: 3px;
  content: "";
  background: #234abf;
}
.sidebar-widget.widget_categories,
.sidebar-widget.widget_pages,
.sidebar-widget.widget_nav_menu {
  margin-bottom: 30px;
}
.sidebar-widget.widget_categories ul,
.sidebar-widget.widget_pages ul,
.sidebar-widget.widget_nav_menu ul {
  margin: 0 0 0 20px;
  padding: 0;
  list-style: none;
}
.sidebar-widget.widget_categories ul li,
.sidebar-widget.widget_pages ul li,
.sidebar-widget.widget_nav_menu ul li {
  position: relative;
  border: none;
}
.sidebar-widget.widget_categories ul li span,
.sidebar-widget.widget_pages ul li span,
.sidebar-widget.widget_nav_menu ul li span {
  position: absolute;
  top: 14px;
  right: 0;
}
.sidebar-widget.widget_categories ul li ul,
.sidebar-widget.widget_pages ul li ul,
.sidebar-widget.widget_nav_menu ul li ul {
  margin-left: 15px;
}
.sidebar-widget.widget_categories ul li ul li,
.sidebar-widget.widget_pages ul li ul li,
.sidebar-widget.widget_nav_menu ul li ul li {
  margin-left: 10px;
}
.sidebar-widget.widget_categories ul li ul li a,
.sidebar-widget.widget_pages ul li ul li a,
.sidebar-widget.widget_nav_menu ul li ul li a {
  text-transform: capitalize;
  padding: 10px 0;
  display: block;
  transition: all 0.3s ease-out;
}
.sidebar-widget.widget_categories ul li ul li a:hover,
.sidebar-widget.widget_pages ul li ul li a:hover,
.sidebar-widget.widget_nav_menu ul li ul li a:hover {
  color: #234abf;
  transition: all 0.3s ease-out;
}
.sidebar-widget.widget_categories ul li:before,
.sidebar-widget.widget_pages ul li:before,
.sidebar-widget.widget_nav_menu ul li:before {
  background: #cccccc;
  position: absolute;
  left: -20px;
  top: 20px;
  width: 6px;
  height: 6px;
  content: "";
  border-radius: 50%;
}
.sidebar-widget.widget_categories ul li a,
.sidebar-widget.widget_pages ul li a,
.sidebar-widget.widget_nav_menu ul li a {
  text-transform: capitalize;
  padding: 10px 0;
  display: block;
  border-bottom: 1px solid #cccccc;
  margin-left: 0px;
  position: relative;
  color: #000000;
  transition: all 0.3s ease-out;
}
.sidebar-widget.widget_categories ul li a:hover,
.sidebar-widget.widget_pages ul li a:hover,
.sidebar-widget.widget_nav_menu ul li a:hover {
  color: #234abf;
  transition: all 0.3s ease-out;
}
.sidebar-widget.widget_rss ul {
  margin: 0 0 0 0px;
  padding: 0;
  list-style: none;
}
.sidebar-widget.widget_rss ul li {
  display: block;
  border-bottom: 1px solid #cccccc;
  margin-left: 20px;
  position: relative;
  margin-bottom: 30px;
  padding-bottom: 30px;
}
.sidebar-widget.widget_rss ul li a {
  display: block;
  font-size: 18px;
  font-weight: 600;
  color: #000000;
  transition: all 0.3s ease-out;
}
.sidebar-widget.widget_rss ul li a:hover {
  color: #234abf;
  transition: all 0.3s ease-out;
}
.sidebar-widget.widget_rss ul li:last-child {
  margin-bottom: 0px;
  padding-bottom: 0px;
}
.sidebar-widget.widget_rss ul li:before {
  background: #cccccc;
  position: absolute;
  left: -20px;
  top: 12px;
  width: 6px;
  height: 6px;
  content: "";
  border-radius: 50%;
}
.sidebar-widget.widget_rss ul li cite {
  font-weight: 600;
}
.sidebar-widget.widget_meta,
.sidebar-widget.categories-box,
.sidebar-widget.widget_archive,
.sidebar-widget.widget_recent_entries {
  margin: 0 0 0 0px;
  padding: 0;
  list-style: none;
  margin-bottom: 30px;
}
.sidebar-widget.widget_meta ul,
.sidebar-widget.categories-box ul,
.sidebar-widget.widget_archive ul,
.sidebar-widget.widget_recent_entries ul {
  margin: 0 0 0 20px;
  padding: 0;
}
.sidebar-widget.widget_meta ul li,
.sidebar-widget.categories-box ul li,
.sidebar-widget.widget_archive ul li,
.sidebar-widget.widget_recent_entries ul li {
  display: block;
  border-bottom: 1px solid #cccccc;
  margin-left: 0px;
  position: relative;
}
.sidebar-widget.widget_meta ul li:before,
.sidebar-widget.categories-box ul li:before,
.sidebar-widget.widget_archive ul li:before,
.sidebar-widget.widget_recent_entries ul li:before {
  background: #cccccc;
  position: absolute;
  left: -20px;
  top: 20px;
  width: 6px;
  height: 6px;
  content: "";
  border-radius: 50%;
}
.sidebar-widget.widget_meta ul li ul,
.sidebar-widget.categories-box ul li ul,
.sidebar-widget.widget_archive ul li ul,
.sidebar-widget.widget_recent_entries ul li ul {
  margin-left: 15px;
}
.sidebar-widget.widget_meta ul li ul li,
.sidebar-widget.categories-box ul li ul li,
.sidebar-widget.widget_archive ul li ul li,
.sidebar-widget.widget_recent_entries ul li ul li {
  margin-left: 10px;
}
.sidebar-widget.widget_meta ul li ul li a,
.sidebar-widget.categories-box ul li ul li a,
.sidebar-widget.widget_archive ul li ul li a,
.sidebar-widget.widget_recent_entries ul li ul li a {
  padding: 8px 0;
  transition: all 0.3s ease-out;
}
.sidebar-widget.widget_meta ul li ul li a:hover,
.sidebar-widget.categories-box ul li ul li a:hover,
.sidebar-widget.widget_archive ul li ul li a:hover,
.sidebar-widget.widget_recent_entries ul li ul li a:hover {
  color: #234abf;
  transition: all 0.3s ease-out;
}
.sidebar-widget.widget_meta ul li span,
.sidebar-widget.categories-box ul li span,
.sidebar-widget.widget_archive ul li span,
.sidebar-widget.widget_recent_entries ul li span {
  position: absolute;
  top: 14px;
  right: 0;
}
.sidebar-widget.widget_meta ul li a,
.sidebar-widget.categories-box ul li a,
.sidebar-widget.widget_archive ul li a,
.sidebar-widget.widget_recent_entries ul li a {
  text-transform: capitalize;
  padding: 10px 0;
  display: block;
  color: #000000;
  transition: all 0.3s ease-out;
  line-height: 1.8;
}
.sidebar-widget.widget_meta ul li a:hover,
.sidebar-widget.categories-box ul li a:hover,
.sidebar-widget.widget_archive ul li a:hover,
.sidebar-widget.widget_recent_entries ul li a:hover {
  color: #234abf;
  transition: all 0.3s ease-out;
}
.sidebar-widget.widget_tag_cloud .tagcloud a {
  display: inline-block;
  margin-bottom: 5px;
  margin-right: 2px;
  border: 1px solid #cccccc;
  padding: 8px 12px;
  text-transform: capitalize;
  font-size: 14px !important;
  color: #000000;
  transition: all 0.3s ease-out;
}
.sidebar-widget.widget_tag_cloud .tagcloud a:hover {
  color: #234abf;
  transition: all 0.3s ease-out;
}
.sidebar-widget.widget_calendar table {
  margin-bottom: 0px;
}
.sidebar-widget.widget_calendar table caption {
  font-weight: 700;
  border-right: 1px solid #cccccc;
  border-left: 1px solid #cccccc;
  text-align: center;
  color: #234abf;
}
.sidebar-widget.widget_calendar table thead tr th {
  color: #000000;
}
.sidebar-widget.widget_calendar table tbody td,
.sidebar-widget.widget_calendar table tbody th {
  padding: 0.5em;
  border: 1px solid #cccccc;
  word-break: break-all;
  text-align: center;
  color: #000000;
}
.sidebar-widget.widget_calendar table tbody td a,
.sidebar-widget.widget_calendar table tbody th a {
  transition: all 0.3s ease-out;
  font-weight: 700;
}
.sidebar-widget.widget_calendar table tbody td a:hover,
.sidebar-widget.widget_calendar table tbody th a:hover {
  color: #234abf;
  transition: all 0.3s ease-out;
}
.sidebar-widget.widget_calendar table tbody tr th a {
  transition: all 0.3s ease-out;
  font-weight: 700;
}
.sidebar-widget.widget_calendar table tbody tr th a:hover {
  color: #234abf;
  transition: all 0.3s ease-out;
}
.sidebar-widget.widget_calendar table tfoot tr td a {
  transition: all 0.3s ease-out;
}
.sidebar-widget.widget_calendar table tfoot tr td a:hover {
  color: #234abf;
  transition: all 0.3s ease-out;
}
.sidebar-widget.widget_calendar nav.wp-calendar-nav {
  padding: 15px;
  border: 1px solid #cccccc;
}
.sidebar-widget.widget_calendar nav.wp-calendar-nav span.wp-calendar-nav-prev a {
  color: #000000;
  font-weight: 700;
  transition: all 0.3s ease-out;
}
.sidebar-widget.widget_calendar nav.wp-calendar-nav span.wp-calendar-nav-prev a:hover {
  color: #234abf;
  transition: all 0.3s ease-out;
}
.sidebar-widget.widget_calendar nav.wp-calendar-nav span.wp-calendar-nav-next {
  float: right;
}
.sidebar-widget.widget_calendar nav.wp-calendar-nav span.wp-calendar-nav-next a {
  color: #000000;
  font-weight: 700;
  transition: all 0.3s ease-out;
}
.sidebar-widget.widget_calendar nav.wp-calendar-nav span.wp-calendar-nav-next a:hover {
  color: #234abf;
  transition: all 0.3s ease-out;
}
.sidebar-widget.widget_recent_comments ul {
  margin: 0 0 0 20px;
  padding: 0;
  list-style: 0;
}
.sidebar-widget.widget_recent_comments ul li {
  display: block;
  border-bottom: 1px solid #cccccc;
  margin-left: 0px;
  color: #000000;
  position: relative;
  padding: 10px 0;
}
.sidebar-widget.widget_recent_comments ul li:before {
  background: #cccccc;
  position: absolute;
  left: -20px;
  top: 20px;
  width: 6px;
  height: 6px;
  content: "";
  border-radius: 50%;
}
.sidebar-widget.widget_recent_comments ul li span {
  position: relative;
  top: inherit;
  right: inherit;
  color: #000000;
}
.sidebar-widget.widget_recent_comments ul li a {
  padding: 0;
  color: #000000;
  transition: all 0.3s ease-out;
}
.sidebar-widget.widget_recent_comments ul li a:hover {
  color: #234abf;
  transition: all 0.3s ease-out;
}
.sidebar-widget.sidebar-search-box .searchform input[type="text"],
.sidebar-widget.widget_search .searchform input[type="text"] {
  width: 100%;
  background: transparent;
  height: 45px;
  border: 1px solid #234abf;
  padding: 5px 15px;
  border-radius: 0px;
}
.sidebar-widget.sidebar-search-box .searchform input[type="text"]:focus,
.sidebar-widget.widget_search .searchform input[type="text"]:focus {
  box-shadow: none;
  background: #ededed;
  outline: none;
}
.sidebar-widget.sidebar-search-box button[type=submit],
.sidebar-widget.widget_search button[type=submit] {
  position: absolute;
  overflow: hidden;
  display: block;
  right: 3px;
  top: 3px;
  height: 39px;
  border: 1px solid transparent;
  font-size: 16px;
  padding: 0 10px;
  font-weight: 300;
  cursor: pointer;
  transition: all 0.5s ease-in-out;
  border-radius: 0px;
  width: 39px;
  background: #234abf;
  color: #ffffff;
}
.sidebar-widget.sidebar-search-box button[type=submit]:hover,
.sidebar-widget.widget_search button[type=submit]:hover {
  background: #234abf;
}
.sidebar-widget.sidebar-search-box .search-form label,
.sidebar-widget.widget_search .search-form label {
  width: 100%;
}
.sidebar-widget.sidebar-search-box .input-group-text,
.sidebar-widget.widget_search .input-group-text {
  padding-left: 20px;
  padding-right: 20px;
  background: #234abf;
  border: none;
  font-size: 25px;
}
.sidebar-widget.sidebar-search-box .form-control,
.sidebar-widget.widget_search .form-control {
  border: none;
  background: transparent;
  border-bottom: 1px solid #234abf;
}
.sidebar-widget.sidebar-search-box .widget_text .textwidget form select,
.sidebar-widget.widget_search .widget_text .textwidget form select {
  margin-top: 10px;
  height: 45px;
  width: 100%;
  padding: 10px;
}
.sidebar-widget.sidebar-search-box .widget_text .textwidget p,
.sidebar-widget.widget_search .widget_text .textwidget p {
  color: #000000;
}
.sidebar-widget.sidebar-search-box .widget_text .textwidget p img,
.sidebar-widget.widget_search .widget_text .textwidget p img {
  margin: 10px 0;
  display: block;
}
.sidebar-widget.cleanhit_about .social-media ul {
  margin: 0;
  padding: 0;
}
.sidebar-widget.cleanhit_about .social-media ul li {
  display: inline-block;
  margin-right: 10px;
}
.sidebar-widget.cleanhit_about .social-media ul li a {
  display: block;
}
.sidebar-widget.cleanhit_about .social-media ul li a i {
  width: 40px;
  height: 40px;
  border: 1px solid #234abf;
  border-radius: 100%;
  text-align: center;
  transition: all 0.3s ease-out;
  line-height: 40px;
}
.sidebar-widget.cleanhit_about .social-media ul li a i:hover {
  border: 1px solid #234abf;
  background: #234abf;
  border-radius: 100%;
  text-align: center;
  transition: all 0.3s ease-out;
  color: #ffffff;
}
.sidebar-widget.widget_instagram ul {
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.sidebar-widget.widget_instagram ul li {
  float: left;
  margin-right: 10px;
  margin-bottom: 10px;
  width: 30%;
  overflow: hidden;
  height: 90px;
}
.sidebar-widget.widget_instagram ul li a {
  display: block;
}
.sidebar-widget.widget_instagram ul li a img {
  width: 100%;
  transition: all 0.3s ease-out;
}
.sidebar-widget.widget_instagram ul li a img:hover {
  transform: scale(1.1);
  transition: all 0.3s ease-out;
}
.sidebar-widget .subscribe-content span {
  color: #000000;
  display: block;
  font-size: 14px;
  margin-top: 15px;
}
.sidebar-widget .subscribe-content .subsc-title {
  color: #000000;
  font-size: 16px;
  line-height: 1.2;
  margin-bottom: 30px;
  text-transform: none;
  font-weight: 300;
}
.sidebar-widget .subscribe-content .subscribe-form {
  align-items: center;
  display: flex;
  margin: 0 auto;
  max-width: 600px;
  width: 100%;
}
.sidebar-widget .subscribe-content .subscribe-form button {
  color: #ffffff;
  cursor: pointer;
  font-size: 16px;
  height: 50px;
  width: 160px;
  border: none;
}
.sidebar-widget .subscribe-content .subscribe-form button:focus {
  border: none;
  outline: none;
}
.sidebar-widget .subscribe-content .subscribe-form input {
  border: none;
  height: 50px;
  padding-left: 20px;
  width: 100%;
  border: 1px solid #cccccc;
}
.sidebar-widget .subscribe-content .subscribe-form input:focus {
  border-color: #234abf;
  outline: none;
}
.sidebar-widget .contact-box-row {
  color: #000000;
  margin-bottom: 11px;
  margin-left: 30px;
  position: relative;
}
.sidebar-widget .contact-box-row i {
  margin-right: 4px;
  font-size: 20px;
  position: absolute;
  top: 10px;
  left: -30px;
  color: #234abf;
}
/*footer widget design 
=============================*/
.footer-widget .footer-col h3 {
  position: relative;
  padding-bottom: 15px;
  margin-bottom: 25px;
  color: #ffffff;
  font-size: 24px;
}
.footer-widget .footer-col h3 a {
  color: #ffffff;
  font-size: 24px;
}
.footer-widget .footer-col h3:after {
  position: absolute;
  bottom: 2px;
  left: 0;
  width: 80px;
  height: 2px;
  content: "";
  background: #ffffff;
}
.footer-widget.cleanhit_recent .sidebar-recent-post .recent-post-widget .single-post .pull-left {
  margin-right: 20px;
}
.footer-widget.cleanhit_recent .sidebar-recent-post .recent-post-widget .single-post .media-body .media-heading a {
  color: #ffffff;
}
.footer-widget.cleanhit_recent .sidebar-recent-post .recent-post-widget .single-post .media-body span {
  font-size: 12px;
  color: #ffffff;
}
.footer-widget.cleanhit_recent .sidebar-recent-post .recent-post-widget .single-post .media-body span i {
  color: #ffffff;
}
.footer-widget.widget_media_gallery .gallery .gallery-item {
  margin: 0;
}
.footer-widget.widget_media_gallery .gallery .gallery-item .gallery-icon {
  width: 100%;
  height: 60px;
  overflow: hidden;
}
.footer-widget.sidebar-search-box .searchform input[type="text"],
.footer-widget.widget_search .searchform input[type="text"] {
  width: 100%;
  background: transparent;
  height: 45px;
  border: 1px solid #234abf;
  padding: 5px 15px;
  border-radius: 0px;
  background: #ededed;
}
.footer-widget.sidebar-search-box .searchform input[type="text"]:focus,
.footer-widget.widget_search .searchform input[type="text"]:focus {
  box-shadow: none;
  background: #ededed;
  outline: none;
}
.footer-widget.sidebar-search-box button[type=submit],
.footer-widget.widget_search button[type=submit] {
  position: absolute;
  overflow: hidden;
  display: block;
  right: 3px;
  top: 3px;
  height: 39px;
  border: 1px solid transparent;
  font-size: 16px;
  padding: 0 10px;
  font-weight: 300;
  cursor: pointer;
  transition: all 0.5s ease-in-out;
  border-radius: 0px;
  width: 39px;
  background: #234abf;
  color: #ffffff;
}
.footer-widget.sidebar-search-box button[type=submit]:hover,
.footer-widget.widget_search button[type=submit]:hover {
  background: #234abf;
}
.footer-widget.sidebar-search-box .search-form label,
.footer-widget.widget_search .search-form label {
  width: 100%;
}
.footer-widget.sidebar-search-box .input-group-text,
.footer-widget.widget_search .input-group-text {
  padding-left: 20px;
  padding-right: 20px;
  background: #234abf;
  border: none;
  font-size: 25px;
}
.footer-widget.sidebar-search-box .form-control,
.footer-widget.widget_search .form-control {
  border: none;
  background: transparent;
  border-bottom: 1px solid #234abf;
}
.footer-widget.sidebar-search-box .widget_text .textwidget form select,
.footer-widget.widget_search .widget_text .textwidget form select {
  margin-top: 10px;
  height: 45px;
  width: 100%;
  padding: 10px;
}
.footer-widget.sidebar-search-box .widget_text .textwidget p img,
.footer-widget.widget_search .widget_text .textwidget p img {
  margin: 10px 0;
  display: block;
}
.footer-widget.widget_categories,
.footer-widget.widget_pages,
.footer-widget.widget_nav_menu {
  margin-bottom: 30px;
}
.footer-widget.widget_categories ul,
.footer-widget.widget_pages ul,
.footer-widget.widget_nav_menu ul {
  margin: 0 0 0 20px;
  padding: 0;
  list-style: none;
}
.footer-widget.widget_categories ul li,
.footer-widget.widget_pages ul li,
.footer-widget.widget_nav_menu ul li {
  position: relative;
  border: none;
}
.footer-widget.widget_categories ul li span,
.footer-widget.widget_pages ul li span,
.footer-widget.widget_nav_menu ul li span {
  position: absolute;
  top: 14px;
  right: 0;
  color: #ffffff;
}
.footer-widget.widget_categories ul li ul,
.footer-widget.widget_pages ul li ul,
.footer-widget.widget_nav_menu ul li ul {
  margin-left: 15px;
}
.footer-widget.widget_categories ul li ul li,
.footer-widget.widget_pages ul li ul li,
.footer-widget.widget_nav_menu ul li ul li {
  margin-left: 10px;
}
.footer-widget.widget_categories ul li ul li a,
.footer-widget.widget_pages ul li ul li a,
.footer-widget.widget_nav_menu ul li ul li a {
  color: #ffffff;
  text-transform: capitalize;
  padding: 10px 0;
  display: block;
  transition: all 0.3s ease-out;
}
.footer-widget.widget_categories ul li ul li a:hover,
.footer-widget.widget_pages ul li ul li a:hover,
.footer-widget.widget_nav_menu ul li ul li a:hover {
  color: #ffc41b;
}
.footer-widget.widget_categories ul li:before,
.footer-widget.widget_pages ul li:before,
.footer-widget.widget_nav_menu ul li:before {
  background: #4389c5;
  position: absolute;
  left: -20px;
  top: 20px;
  width: 6px;
  height: 6px;
  content: "";
  border-radius: 50%;
}
.footer-widget.widget_categories ul li a,
.footer-widget.widget_pages ul li a,
.footer-widget.widget_nav_menu ul li a {
  color: #ffffff;
  text-transform: capitalize;
  padding: 10px 0;
  display: block;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  margin-left: 0px;
  position: relative;
  transition: all 0.3s ease-out;
}
.footer-widget.widget_categories ul li a:hover,
.footer-widget.widget_pages ul li a:hover,
.footer-widget.widget_nav_menu ul li a:hover {
  color: #ffc41b;
}
.footer-widget.widget_rss ul {
  margin: 0 0 0 0px;
  padding: 0;
  list-style: none;
}
.footer-widget.widget_rss ul li {
  display: block;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  margin-left: 20px;
  position: relative;
  margin-bottom: 30px;
  padding-bottom: 30px;
}
.footer-widget.widget_rss ul li a {
  display: block;
  color: #ffffff;
  font-size: 18px;
  font-weight: 600;
  transition: all 0.3s ease-out;
}
.footer-widget.widget_rss ul li a:hover {
  color: #ffc41b;
}
.footer-widget.widget_rss ul li:before {
  background: #4389c5;
  position: absolute;
  left: -20px;
  top: 12px;
  width: 6px;
  height: 6px;
  content: "";
  border-radius: 50%;
}
.footer-widget.widget_rss ul li cite {
  font-weight: 600;
}
.footer-widget.widget_meta,
.footer-widget.categories-box,
.footer-widget.widget_archive,
.footer-widget.widget_recent_entries {
  margin: 0 0 0 20px;
  padding: 0;
  list-style: none;
  margin-bottom: 30px;
}
.footer-widget.widget_meta li,
.footer-widget.categories-box li,
.footer-widget.widget_archive li,
.footer-widget.widget_recent_entries li {
  display: block;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  margin-left: 20px;
  position: relative;
}
.footer-widget.widget_meta li:before,
.footer-widget.categories-box li:before,
.footer-widget.widget_archive li:before,
.footer-widget.widget_recent_entries li:before {
  background: #4389c5;
  position: absolute;
  left: -20px;
  top: 20px;
  width: 6px;
  height: 6px;
  content: "";
  border-radius: 50%;
}
.footer-widget.widget_meta li ul,
.footer-widget.categories-box li ul,
.footer-widget.widget_archive li ul,
.footer-widget.widget_recent_entries li ul {
  margin-left: 15px;
}
.footer-widget.widget_meta li ul li,
.footer-widget.categories-box li ul li,
.footer-widget.widget_archive li ul li,
.footer-widget.widget_recent_entries li ul li {
  margin-left: 10px;
}
.footer-widget.widget_meta li ul li:last-child,
.footer-widget.categories-box li ul li:last-child,
.footer-widget.widget_archive li ul li:last-child,
.footer-widget.widget_recent_entries li ul li:last-child {
  border: none;
}
.footer-widget.widget_meta li ul li a,
.footer-widget.categories-box li ul li a,
.footer-widget.widget_archive li ul li a,
.footer-widget.widget_recent_entries li ul li a {
  padding: 8px 0;
}
.footer-widget.widget_meta li span,
.footer-widget.categories-box li span,
.footer-widget.widget_archive li span,
.footer-widget.widget_recent_entries li span {
  position: absolute;
  top: 14px;
  right: 0;
  color: #ffffff;
}
.footer-widget.widget_meta li a,
.footer-widget.categories-box li a,
.footer-widget.widget_archive li a,
.footer-widget.widget_recent_entries li a {
  color: #ffffff;
  text-transform: capitalize;
  padding: 10px 0;
  display: block;
  transition: all 0.3s ease-out;
}
.footer-widget.widget_meta li a:hover,
.footer-widget.categories-box li a:hover,
.footer-widget.widget_archive li a:hover,
.footer-widget.widget_recent_entries li a:hover {
  color: #ffc41b;
}
.footer-widget.widget_tag_cloud .tagcloud a {
  display: inline-block;
  margin-bottom: 5px;
  margin-right: 2px;
  color: #ffffff;
  border: 1px solid #999999;
  padding: 8px 12px;
  text-transform: capitalize;
  transition: all 0.5s ease 0s;
  font-size: 14px !important;
}
.footer-widget.widget_tag_cloud .tagcloud a:hover {
  border-color: #ffc41b;
}
.footer-widget.widget_calendar table {
  margin-bottom: 0px;
}
.footer-widget.widget_calendar table caption {
  font-weight: 700;
  border-right: 1px solid rgba(255, 255, 255, 0.2);
  border-left: 1px solid rgba(255, 255, 255, 0.2);
  text-align: center;
  color: #ffffff;
}
.footer-widget.widget_calendar table thead tr th {
  color: #ffffff;
  border: 1px solid rgba(255, 255, 255, 0.2);
}
.footer-widget.widget_calendar table tbody td,
.footer-widget.widget_calendar table tbody th {
  padding: 0.5em;
  border: 1px solid rgba(255, 255, 255, 0.2);
  word-break: break-all;
  text-align: center;
  color: #ffffff;
}
.footer-widget.widget_calendar table tbody td a,
.footer-widget.widget_calendar table tbody th a {
  color: #ffffff;
  transition: all 0.3s ease-out;
  font-weight: 700;
}
.footer-widget.widget_calendar table tbody td a:hover,
.footer-widget.widget_calendar table tbody th a:hover {
  color: #234abf;
  transition: all 0.3s ease-out;
}
.footer-widget.widget_calendar table tbody tr th {
  color: #ffffff;
}
.footer-widget.widget_calendar table tbody tr th a {
  color: #ffffff;
}
.footer-widget.widget_calendar table tfoot tr td a {
  color: #ffffff;
}
.footer-widget.widget_calendar nav.wp-calendar-nav {
  padding: 15px;
  border: 1px solid rgba(255, 255, 255, 0.2);
}
.footer-widget.widget_calendar nav.wp-calendar-nav span.wp-calendar-nav-prev a {
  color: #ffffff;
  transition: all 0.3s ease-out;
  font-weight: 700;
}
.footer-widget.widget_calendar nav.wp-calendar-nav span.wp-calendar-nav-prev a:hover {
  color: #ffc41b;
  transition: all 0.3s ease-out;
}
.footer-widget.widget_calendar nav.wp-calendar-nav span.wp-calendar-nav-next {
  float: right;
}
.footer-widget.widget_calendar nav.wp-calendar-nav span.wp-calendar-nav-next a {
  color: #ffffff;
  transition: all 0.3s ease-out;
  font-weight: 700;
}
.footer-widget.widget_calendar nav.wp-calendar-nav span.wp-calendar-nav-next a:hover {
  color: #ffc41b;
  transition: all 0.3s ease-out;
}
.footer-widget.widget_recent_comments ul {
  margin: 0 0 0 0px;
  padding: 0;
  list-style: none;
  margin-bottom: 30px;
}
.footer-widget.widget_recent_comments ul li {
  display: block;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  margin-left: 20px;
  position: relative;
  padding: 10px 0;
}
.footer-widget.widget_recent_comments ul li:before {
  background: #4389c5;
  position: absolute;
  left: -20px;
  top: 20px;
  width: 6px;
  height: 6px;
  content: "";
  border-radius: 50%;
}
.footer-widget.widget_recent_comments ul li ul {
  margin-left: 15px;
}
.footer-widget.widget_recent_comments ul li ul li {
  margin-left: 10px;
}
.footer-widget.widget_recent_comments ul li ul li:last-child {
  border: none;
}
.footer-widget.widget_recent_comments ul li ul li a {
  padding: 8px 0;
}
.footer-widget.widget_recent_comments ul li span {
  position: relative;
  top: inherit;
  right: inherit;
  color: #ffffff;
}
.footer-widget.widget_recent_comments ul li a {
  color: #ffffff;
  text-transform: capitalize;
  padding: 10px 0;
  display: block;
  transition: all 0.3s ease-out;
}
.footer-widget.widget_recent_comments ul li a:hover {
  color: #ffc41b;
}
/*Blog comment desgin
========================*/
.comment-respond {
  margin-top: 30px;
}
.comment-respond h3#reply-title {
  font-size: 18px;
  position: relative;
  padding-bottom: 15px;
  margin-bottom: 25px;
  line-height: 32px;
  color: #000000;
  text-transform: capitalize;
  font-size: 24px;
  transition: all 0.3s ease-out;
}
.comment-respond h3#reply-title:after {
  position: absolute;
  bottom: 2px;
  left: 0;
  width: 80px;
  height: 3px;
  content: "";
  background: #234abf;
}
/*Block design for gutenburg
================================*/
.wp-block-archives-list {
  margin: 0 0 0 20px;
  padding: 0;
  list-style: none;
  margin-bottom: 30px;
}
.wp-block-archives-list li {
  display: block;
  border-bottom: 1px solid #716a6a;
  margin-left: 20px;
  position: relative;
}
.wp-block-archives-list li:last-child {
  border: none;
}
.wp-block-archives-list li:before {
  background: #4389c5;
  position: absolute;
  left: -20px;
  top: 20px;
  width: 6px;
  height: 6px;
  content: "";
  border-radius: 50%;
}
.wp-block-archives-list li ul {
  margin-left: 15px;
}
.wp-block-archives-list li ul li {
  margin-left: 10px;
}
.wp-block-archives-list li ul li:last-child {
  border: none;
}
.wp-block-archives-list li ul li a {
  padding: 8px 0;
}
.wp-block-archives-list li span {
  position: absolute;
  top: 14px;
  right: 0;
  color: #000000;
}
.wp-block-archives-list li a {
  color: #000000;
  text-transform: capitalize;
  padding: 10px 0;
  display: block;
  transition: all 0.3s ease-out;
}
.wp-block-archives-list li a:hover {
  color: #ffc41b;
}
.wp-block-calendar table {
  margin-bottom: 30px;
}
.wp-block-calendar table caption {
  font-weight: 700;
  border-right: 1px solid rgba(255, 255, 255, 0.2);
  border-left: 1px solid rgba(255, 255, 255, 0.2);
  text-align: center;
  color: #000000;
}
.wp-block-calendar table thead tr th {
  color: #000000;
  border: 1px solid #716a6a;
}
.wp-block-calendar table tbody td,
.wp-block-calendar table tbody th {
  padding: 0.5em;
  border: 1px solid #716a6a;
  word-break: break-all;
  text-align: center;
  color: #000000;
}
.wp-block-calendar table tbody td a,
.wp-block-calendar table tbody th a {
  color: #000000;
  transition: all 0.3s ease-out;
  font-weight: 600;
}
.wp-block-calendar table tbody td a:hover,
.wp-block-calendar table tbody th a:hover {
  color: #234abf;
  transition: all 0.3s ease-out;
}
.wp-block-calendar table tbody tr th {
  color: #000000;
}
.wp-block-calendar table tbody tr th a {
  color: #000000;
}
.wp-block-calendar table tfoot tr td a {
  color: #000000;
}
.wp-block-calendar nav.wp-calendar-nav {
  margin-bottom: 30px;
  padding: 15px;
  border: 1px solid #716a6a;
}
.wp-block-calendar nav.wp-calendar-nav span.wp-calendar-nav-prev {
  float: left;
}
.wp-block-calendar nav.wp-calendar-nav span.wp-calendar-nav-prev a {
  color: #000000;
  transition: all 0.3s ease-out;
  font-weight: 700;
}
.wp-block-calendar nav.wp-calendar-nav span.wp-calendar-nav-prev a:hover {
  color: #ffc41b;
  transition: all 0.3s ease-out;
}
.wp-block-calendar nav.wp-calendar-nav span.wp-calendar-nav-next {
  float: right;
}
.wp-block-calendar nav.wp-calendar-nav span.wp-calendar-nav-next a {
  color: #000000;
  transition: all 0.3s ease-out;
  font-weight: 700;
}
.wp-block-calendar nav.wp-calendar-nav span.wp-calendar-nav-next a:hover {
  color: #ffc41b;
  transition: all 0.3s ease-out;
}
.wp-block-latest-comments {
  margin-left: 0;
  padding-right: 0;
}
.wp-block-latest-comments li {
  color: #000000;
}
.wp-block-latest-comments li a {
  color: #000000;
  transition: all 0.3s ease-out;
}
.wp-block-latest-comments li a:hover {
  color: #234abf;
  transition: all 0.3s ease-out;
}
.wp-block-latest-posts.wp-block-latest-posts__list {
  margin-left: 0;
  padding-right: 0;
}
.wp-block-latest-posts.wp-block-latest-posts__list li {
  color: #000000;
}
.wp-block-latest-posts.wp-block-latest-posts__list li a {
  color: #000000;
  transition: all 0.3s ease-out;
}
.wp-block-latest-posts.wp-block-latest-posts__list li a:hover {
  color: #234abf;
  transition: all 0.3s ease-out;
}
.wp-block-search .searchform input[type="text"] {
  width: 100%;
  background: transparent;
  height: 45px;
  border: 1px solid #234abf;
  padding: 5px 15px;
  border-radius: 0px;
  background: #ededed;
  max-width: 100%;
}
.wp-block-search .searchform input[type="text"]:focus {
  box-shadow: none;
  background: #ededed;
  outline: none;
}
.wp-block-search button[type=submit] {
  position: absolute;
  overflow: hidden;
  display: block;
  right: 0px;
  top: 39px;
  height: 43px;
  border: 1px solid transparent;
  font-size: 16px;
  padding: 0 10px;
  font-weight: 300;
  cursor: pointer;
  transition: all 0.5s ease-in-out;
  border-radius: 0px;
  width: 85px;
  background: #234abf;
  color: #ffffff;
}
.wp-block-search button[type=submit]:hover {
  background: #234abf;
}
.wp-block-search .search-form label {
  width: 100%;
}
.wp-block-search .input-group-text {
  padding-left: 20px;
  padding-right: 20px;
  background: #234abf;
  border: none;
  font-size: 25px;
}
.wp-block-search .form-control {
  border: none;
  background: transparent;
  border-bottom: 1px solid #234abf;
}
.wp-block-search .widget_text .textwidget form select {
  margin-top: 10px;
  height: 45px;
  width: 100%;
  padding: 10px;
}
.wp-block-search .widget_text .textwidget p img {
  margin: 10px 0;
  display: block;
}
.wp-block-search input#wp-block-search__input-1 {
  max-width: 100%;
}
p.wp-block-tag-cloud a {
  display: inline-block;
  margin-bottom: 5px;
  margin-right: 2px;
  color: #000000;
  border: 1px solid #999999;
  padding: 8px 12px;
  text-transform: capitalize;
  transition: all 0.5s ease 0s;
  font-size: 14px !important;
}
p.wp-block-tag-cloud a:hover {
  border-color: #ffc41b;
  color: #ffffff;
}
ul.wp-block-rss {
  margin: 0 0 0 0px;
  padding: 0;
  list-style: none;
}
ul.wp-block-rss li {
  display: block;
  border-bottom: 1px solid #716a6a;
  margin-left: 20px;
  position: relative;
  margin-bottom: 10px;
  padding-bottom: 10px;
}
ul.wp-block-rss li a {
  display: block;
  color: #000000;
  font-size: 14px;
  font-weight: 600;
  transition: all 0.3s ease-out;
}
ul.wp-block-rss li a:hover {
  color: #ffc41b;
}
ul.wp-block-rss li:last-child {
  border: none;
  margin-bottom: 0px;
  padding-bottom: 0px;
}
ul.wp-block-rss li:before {
  background: #4389c5;
  position: absolute;
  left: -20px;
  top: 12px;
  width: 6px;
  height: 6px;
  content: "";
  border-radius: 50%;
}
ul.wp-block-rss li cite {
  font-weight: 600;
}
p.has-large-font-size {
  line-height: 1.2;
  font-size: 30px;
}
.tag-codex h3 {
  font-size: 1.2rem;
}
.tag-codex ul li a {
  color: #000000;
  transition: all 0.3s ease-out;
  font-weight: ;
}
.tag-codex ul li a:hover {
  color: #234abf;
  transition: all 0.3s ease-out;
}
a.wp-block-file__button {
  color: #ffffff;
}
.type-page pre {
  background: #ededed;
}
p:last-child img.size-full.alignright {
  clear: both;
  padding-top: 0;
}
.inner-page-content.page.hentry {
  clear: both;
  display: block;
  overflow: hidden;
}
.inner-page-content::after,
.clear::after,
.entry-content::after,
.comment-content::after,
.site-header::after,
.site-content::after,
.site-footer::after {
  clear: both;
}
.wp-block-quote.is-style-large {
  padding: 2.5rem;
}
.wp-block-quote.is-style-large cite br {
  display: none;
}
.wp-block-quote.has-text-align-right:before {
  left: auto;
  right: 0;
}
.wp-block-pullquote.has-cyan-bluish-gray-background-color {
  background-color: #acb9c3;
  padding: 1em 0;
}
.wp-block-pullquote.has-cyan-bluish-gray-background-color blockquote {
  margin-left: auto;
  margin-right: auto;
  text-align: left;
  max-width: 100%;
  padding: 0 30px;
}
.wp-block-pullquote.has-digeco-button-dark-blue-background-color {
  background-color: #234abf;
  padding: 3em 0;
}
blockquote cite {
  font-size: 16px;
}
blockquote p {
  margin-bottom: 6px !important;
}
/************* Button **************/
/************* Button **************/
div.wp-block-button {
  margin-bottom: 25px;
}
div.wp-block-button .wp-block-button__link {
  vertical-align: middle;
  -webkit-transform: perspective(0px) translateZ(0);
  transform: perspective(0px) translateZ(0);
  position: relative;
  background: #234abf;
  border: none;
  font-size: 15px;
  text-transform: capitalize;
  padding: 10px 30px;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  color: #ffffff;
  border-radius: 4px;
  display: inline-flex;
  align-items: center;
  overflow: hidden;
  z-index: 2;
}
div.wp-block-button .wp-block-button__link:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: #234abf;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: 50%;
  transform-origin: 50%;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
div.wp-block-button .wp-block-button__link:hover,
div.wp-block-button .wp-block-button__link:focus,
div.wp-block-button .wp-block-button__link:active {
  color: #ffffff;
  background: #ffc41b;
}
div.wp-block-button .wp-block-button__link:hover:before,
div.wp-block-button .wp-block-button__link:focus:before,
div.wp-block-button .wp-block-button__link:active:before {
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}
div.wp-block-button.aligncenter {
  display: block;
  margin: 0 auto;
  text-align: center;
}
div.wp-block-button.is-style-outline {
  display: inline-block;
}
div.wp-block-button.is-style-outline .wp-block-button__link {
  background: transparent;
  color: #000000;
  border: 2px solid #234abf;
}
div.wp-block-button.is-style-outline .wp-block-button__link:hover {
  background: #ffc41b;
  color: #ffffff;
}
div.wp-block-button.is-style-squared .wp-block-button__link {
  border-radius: 0px;
}
/********** blockquote ***********/
/********** blockquote ***********/
.wp-block-quote {
  position: relative;
  border-left: 0;
  padding: 30px;
  background: #f7f7f7;
  margin-left: 0;
  font-size: 18px;
  font-style: italic;
}
.wp-block-quote:before {
  background: #234abf;
  position: absolute;
  left: 0;
  top: 0px;
  content: "";
  width: 2px;
  height: 100%;
}
.wp-block-quote p {
  margin-bottom: 6px;
}
.wp-block-quote .wp-block-quote__citation {
  position: relative;
  display: block;
  font-size: 16px;
  color: #505050;
  font-weight: 500;
  font-style: normal;
  margin-top: 0px;
  padding-left: 0px;
  display: inline-block;
}
.wp-block-quote.is-style-large .wp-block-quote.is-large {
  padding: 2.5rem;
}
.wp-block-quote.is-style-large .wp-block-quote.is-large p {
  font-size: 24px;
  font-style: italic;
  line-height: 1.6;
}
.wp-block-quote.is-style-large .wp-block-quote.is-large cite {
  font-size: 18px;
  text-align: right;
}
.wp-block-quote.has-text-align-right {
  border: none;
}
.wp-block-quote.has-text-align-right:before {
  display: none;
}
.wp-block-quote.has-text-align-right:after {
  background: #234abf;
  position: absolute;
  right: 0;
  top: 0px;
  content: "";
  width: 2px;
  height: 100%;
}
.wp-block-columns.has-3-columns .wp-block-quote {
  margin: 0;
  padding-left: 20px;
  padding-right: 20px;
}
/*pullquote*/
.wp-block-pullquote.has-cyan-bluish-gray-background-color {
  background-color: #acb9c3;
}
.wp-block-pullquote.has-cyan-bluish-gray-background-color blockquote {
  margin-left: auto;
  margin-right: auto;
  text-align: left;
  max-width: 100%;
  padding: 30px;
}
.wp-block-pullquote.has-digeco-button-dark-blue-background-color {
  background-color: #234abf;
  padding: 3em 0;
}
.category-block .has-large-font-size {
  line-height: 1.5;
}
.category-block .wp-block-file .wp-block-file__button {
  vertical-align: middle;
  -webkit-transform: perspective(0px) translateZ(0);
  transform: perspective(0px) translateZ(0);
  position: relative;
  background: #234abf;
  border: none;
  font-size: 15px;
  text-transform: capitalize;
  padding: 10px 30px;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  color: #ffffff;
  border-radius: 4px;
  display: inline-flex;
  align-items: center;
  overflow: hidden;
  z-index: 2;
}
.category-block .wp-block-file .wp-block-file__button:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: #234abf;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: 50%;
  transform-origin: 50%;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.category-block .wp-block-file .wp-block-file__button:hover,
.category-block .wp-block-file .wp-block-file__button:focus,
.category-block .wp-block-file .wp-block-file__button:active {
  color: #ffffff;
  background: #ffc41b;
}
.category-block .wp-block-file .wp-block-file__button:hover:before,
.category-block .wp-block-file .wp-block-file__button:focus:before,
.category-block .wp-block-file .wp-block-file__button:active:before {
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}
.category-block .wp-block-file a.wp-block-file__button {
  display: block !important;
  width: 140px;
  margin: 20px 0 !important;
  text-align: center !important;
  align-items: center !important;
}
.category-block .wp-block-video video {
  max-width: 100%;
  width: 100%;
}
.wp-block-cover.has-background-dim.alignleft {
  margin-right: 30px;
  margin-bottom: 30px;
}
.wp-block-cover.has-background-dim.aligncenter {
  margin-right: 0px;
  margin-bottom: 30px;
}
.wp-block-cover.has-background-dim.alignfull {
  margin-bottom: 30px;
}
.wp-block-cover.has-background-dim.alignwide {
  margin: 30px 0;
}
.wp-block-table td,
.wp-block-table th {
  padding: 10px 20px;
}
.comments-area {
  margin-top: 30px;
  width: 100%;
}
.comments-area .comments-title {
  text-transform: capitalize;
  font-size: 20px;
  position: relative;
  padding-bottom: 15px;
  margin-bottom: 25px;
  line-height: 32px;
  color: #000000;
}
.comments-area .comments-title:after {
  position: absolute;
  bottom: 2px;
  left: 0;
  width: 80px;
  height: 3px;
  content: "";
  background: #234abf;
}
.comments-area .comments {
  border: 1px solid #ebebf1;
  border-bottom: 0;
  margin: 0 0 10px;
  padding: 0;
  list-style: none;
}
.comments-area .comments li {
  font-size: 15px;
  line-height: 1.8em;
}
.comments-area .comments li article {
  padding: 35px 25px;
  border-bottom: 1px solid #ebebf1;
  position: relative;
}
.comments-area .comment-theme {
  position: absolute;
  left: 25px;
}
.comments-area .comment-theme img {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -o-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
}
.comments-area .pingback .comment-main-area {
  padding-left: 0px;
}
.comments-area .comment-main-area {
  padding-left: 100px;
}
.comments-area .comment-main-area .comments-meta h4 {
  font-size: 18px;
  font-size: 1.125rem;
  color: #555555;
  margin: 0;
}
.comments-area .comment-main-area .comments-meta .comments-date {
  margin: 0 0 10px 0;
  display: block;
}
.comments-area .comment-main-area .comment-content .comments-reply .comment-reply-link {
  background: #234abf;
  font-size: 14px;
  font-size: 0.875rem;
  color: #fff;
  display: inline-block;
  padding: 0 5px;
}
.comments-area ol ul {
  padding-left: 30px;
  margin: 0;
  list-style: none;
}
.comments-area .comment-list li .comment-body > ul {
  margin-bottom: 20px;
}
.comments-area .comment-list li .comment-body > ul ul {
  margin: 0 0 15px;
}
.comments-area .comment-list li .comment-body > ol {
  margin-bottom: 20px;
}
.comments-area .comment-list li .comment-body > ol ol {
  margin: 0 0 15px;
}
.comments-area #respond {
  padding: 0 0 20px 0px;
}
.page-numbers {
  display: inline-block;
  overflow: hidden;
  list-style-type: none;
  text-align: center;
  margin: 0;
  padding: 0;
}
.page-numbers li {
  font-size: 15px;
  line-height: 1.8em;
  float: left;
  margin-right: 10px;
}
.page-numbers li span.page-numbers.current {
  width: 45px;
  height: 45px;
  line-height: 45px;
  font-size: 20px;
  font-size: 1.33333rem;
  border: 1px solid #234abf;
  display: block;
  background: #234abf;
  color: #ffffff;
}
.page-numbers li a {
  width: 45px;
  height: 45px;
  line-height: 45px;
  font-size: 20px;
  font-size: 1.33333rem;
  border: 1px solid #234abf;
  color: #000000;
  display: block;
  transition: all 0.3s ease-out;
}
.page-numbers li a:hover {
  border: 1px solid #234abf;
  background: #234abf;
  color: #ffffff;
}
blockquote {
  background-color: #f8f8f8;
  border-left: 2px solid #234abf;
  padding: 35px;
}
@media only screen and (max-width: 575px) {
  .comments-area .comment-main-area {
    padding-left: 0;
  }
  .comments-area .comment-theme {
    position: relative;
    left: 0;
  }
  .comments-area ol ul {
    padding-left: 15px;
  }
  .page-numbers li {
    margin-right: 5px;
  }
  table td,
  table th {
    border: 1px solid #dddddd;
    padding: 5px;
    font-size: 12px;
  }
  .blog-col .blog-text a {
    font-size: 12px;
  }
}
.comment-content h2 {
  margin: 15px 0;
}
.wp-block-columns {
  margin: 28px 0;
}
