text-boxtext-boxtext-boxtext-box/*
Theme Name: WP Bootstrap Starter
Theme URI: https://afterimagedesigns.com/wp-bootstrap-starter/
Author: Afterimage Designs
Author URI: https://afterimagedesigns.com/
Description:  The best WordPress starter theme based on the most powerful frameworks in the world: "_s" (by Automattic, the main people behind WordPress development), Twitter Bootstrap (the most popular HTML, CSS, and JS framework for developing responsive, mobile first projects on the web) and Font Awesome (or Fontawesome, a full suite of 675+ pictographic icons for easy scalable vector graphics on websites). This theme, like WordPress, is licensed under the GPL. You can use this theme as base for your next WordPress theme project and you are allowed to remove the link at the footer or do whatever you want. Your feedback on how we can continuously improve this WordPress Starter Theme Bootstrap will be highly appreciated. Page templates includes Right-sidebar (default page template), Left-Sidebar, Full-Width, Blank with container, Blank without container Page. Other features - Currently using Bootstrap v4.0.0 , Widgetized footer area, WooCommerce ready, Compatible with Contact Form 7, Compatible with Visual Composer, Compatible with Elementor Page Builder. This theme will be an active project which we will update from time to time. Check this page regularly for the updates.
Version: 3.1.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: wp-bootstrap-starter
Tags: blog, custom-menu, featured-images, threaded-comments, translation-ready, right-sidebar, custom-background, e-commerce, theme-options, sticky-post, full-width-template
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Navigation
	## Links
	## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
	## Posts and pages
	## Comments
# Infinite scroll
# Media
	## Captions
	## Galleries
# Woocommerce
# Footer
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
body {
  margin: 0;
  -webkit-font-smoothing: auto;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  display: block;
}

audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

[hidden],
template {
  display: none;
}

a {
  background-color: transparent;
}

a {
	color: #333;
	text-decoration:none;
}

a:hover,
a:focus,
a:active,.widget ul li a:hover {
	color: #ea4335;
}

a:focus {
	outline: none;
}

a:hover,
a:active {
	outline: 0;
}

dfn {
  font-style: italic;
}

mark {
  background: #ff0;
  color: #000;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

img {
  border: 0;
}

svg:not(:root) {
  overflow: hidden;
}

figure {
  margin: 1em 2.5rem;
}

hr {
  box-sizing: content-box;
  height: 0;
}

button {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}

button[disabled],
html input[disabled] {
  cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

input {
  line-height: normal;
}

input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

legend {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
}

optgroup {
  font-weight: bold;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
h1, h2, h3, h4, h5, h6 {
  clear: both;
  color: #24292e;
  font-weight: 600;
  margin-top: 24px;
  margin-bottom: 15px;
}
h1 {
  font-size: 32px;
  padding-bottom: 10px;
}
h2 {
  font-size: 24px;
  padding-bottom: 0.3em;
  line-height: 1.25;
}
h3 {
  font-size: 18px;
  line-height: 25px;
}
h4 {
  font-size: 16px;
  line-height: 20px;
}
h5 {
  font-size: 14px;
  line-height: 17.5px;
}

p {
  margin-bottom: 1.5em;
}
h1.entry-title {
  font-size: 1.31rem;
  border-bottom: 1px solid #eaecef;
}
h2.entry-title {
  border-bottom: 1px solid #eaecef;
}
h3.widget-title {
  font-size: 1.2rem;
}

/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
body {
  background: #fff;
  font-size:16px;
  font-family: 'Noto Sans',serif;
  font-weight: 400;
  line-height: 26px;
  /* Fallback for when there is no custom background color defined. */
}

img {
  height: auto;
  /* Make sure images are scaled correctly. */
  max-width: 100%;
  /* Adhere to container width. */
}

figure {
  margin: 1em 0;
  /* Extra wide images within figure tags don't overflow the content area. */
}

table {
  margin: 0 0 1.5em;
  width: 100%;
}

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
header#masthead {
  margin-bottom: 0;
  background-color: #ed145b;
  box-shadow: 0 0.5rem 1rem rgba(0,0,0,.05), inset 0 -1px 0 rgba(0,0,0,.1);
  padding:0;
}

.navbar-brand > a {
  color: rgba(0, 0, 0, 0.9);
  font-size: 1.1rem;
  outline: medium none;
  text-decoration: none;
  color: #fff;
  font-weight: 700;
}

.navbar-brand > a:visited, .navbar-brand > a:hover {
  text-decoration: none;
}

#page-sub-header {
  position: relative;
  padding-top: 5rem;
  padding-bottom: 0;
  text-align: center;
  font-size: 1.25rem;
  background-size: cover !important;
}

body:not(.theme-preset-active) #page-sub-header h1 {
  line-height: 1.6;
  font-size: 4rem;
  color: #563e7c;
  margin: 0 0 1rem;
  border: 0;
  padding: 0;
}

#page-sub-header p {
  margin-bottom: 0;
  line-height: 1.4;
  font-size: 1.25rem;
  font-weight: 300;
}
body:not(.theme-preset-active) #page-sub-header p {
color: #212529;
}
a.page-scroller {
  color: #333;
  font-size: 2.6rem;
  display: inline-block;
  margin-top: 2rem;
}

@media screen and (min-width: 768px) {
  body:not(.theme-preset-active) #page-sub-header h1 {
    font-size: 3.750rem;
  }
  body:not(.theme-preset-active) #page-sub-header {
    font-size: 1.25rem;
  }
}
@media screen and (min-width: 992px) {
  #page-sub-header p {
    max-width: 43rem;
    margin: 0 auto;
  }
}
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
#masthead nav {
  padding-left: 0;
  padding-right: 0;
}
.navbar{padding-top: 0; padding-bottom: 0;}
body:not(.theme-preset-active) #masthead .navbar-nav > li > a {
  color: #000;
  padding: 0.8rem 1rem;
  font-weight: 500;
  font-size: 16px;;
}

body:not(.theme-preset-active) #masthead .navbar-nav > li > a:hover,
body:not(.theme-preset-active) #masthead .navbar-nav > li.active > a,
body:not(.theme-preset-active) #masthead .navbar-nav > li.current-menu-parent > a {
  color: #ed145b;
  font-weight: 500;
  /*background: #f9f9f9;*/
}
.menu-bar{ background-color: rgba(239,239,239,1);border-bottom: 1px solid rgba(0, 0, 0, 0.05);}
.navbar-brand {
  height: auto;
  width: 190px;
}

.navbar-toggle .icon-bar {
  background: #000 none repeat scroll 0 0;
}

.dropdown-menu .dropdown-toggle::after {
  border-bottom: 0.3em solid transparent;
  border-left: 0.3em solid;
  border-top: 0.3em solid transparent;
}

/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
  display: block;
}

.dropdown-item {
  line-height: 1.2;
  padding-bottom: 0.313rem;
  padding-top: 0.313rem;
}

.dropdown-menu {
  min-width: 12.500rem;
}

.dropdown .open .dropdown-menu {
  display: block;
  left: 12.250em;
  top: 0;
}

.dropdown-menu .dropdown-item {
  white-space: normal;
  background: transparent;
  line-height: 1.6;
}
.dropdown-menu .dropdown-item:hover {
  background: transparent;
}

@media screen and (min-width: 37.5em) {
  .menu-toggle {
    display: none;
  }
}
@media screen and (min-width: 769px) {
  .dropdown-menu li > .dropdown-menu {
    right: -9.875rem;
    top: 1.375rem;
  }
}
@media screen and (max-width: 991px) {
  .navbar-nav .dropdown-menu {
    border: medium none;
    margin-left: 1.250rem;
    padding: 0;
  }

  .dropdown-menu li a {
    padding: 0;
  }

  #masthead .navbar-nav > li > a {
    padding-bottom: 0.625rem;
    padding-top: 0.313rem;
  }

  .navbar-light .navbar-toggler {
    border: medium none;
    outline: none;
  }
}
.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation {
  margin: 0 0 1.5em;
  overflow: hidden;
}

.post-navigation .nav-links{ display: flex; gap: 10px;}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
  float: left;
  width: 49%;
    text-align: left;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
  float: right;
  text-align: right;
  width: 49%; 
}
.comment-content.card-block {
  padding: 20px;
}

.post-navigation .nav-previous,
.post-navigation .nav-next {
  border: 1px solid #ddd;
  border-radius: 0.938rem;
  display: flex;
  align-items: center;
  flex: auto;
}

.post-navigation .nav-previous a,
.post-navigation .nav-next a {
  display: block;
  padding: 5px;
  text-decoration: none;
  line-height: 24px;
}

.post-navigation .nav-next a::after {
  content: " \2192";
}

.post-navigation .nav-previous a::before {
  content: "\2190 ";
}

.post-navigation .nav-previous:hover,
.post-navigation .nav-next:hover {
  background: #eee none repeat scroll 0 0;
}

/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
  word-wrap: normal !important;
  /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}
.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  color: #21759b;
  display: block;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: bold;
  height: auto;
  left: 0.313rem;
  line-height: normal;
  padding: 0.938rem 1.438rem 0.875rem;
  text-decoration: none;
  top: 0.313rem;
  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;
}

a img.alignright {
  float: right;
  margin: 0.313rem 0 1.25rem 1.25rem;
}

a img.alignnone {
  margin: 0.313rem 1.25rem 1.25rem 0;
}

a img.alignleft {
  float: left;
  margin: 0.313rem 1.25rem 1.25rem 0;
}

a img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.wp-caption.alignnone {
  margin: 0.313rem 1.25rem 1.25rem 0;
}

.wp-caption.alignleft {
  margin: 0.313rem 1.25rem 1.25rem 0;
}

.wp-caption.alignright {
  margin: 0.313rem 0 1.25rem 1.25rem;
}

/*--------------------------------------------------------------
# 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,
.site-footer:before,
.site-footer: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;
}

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widget {
  margin: 0 0 1.5em;
  font-size: 0.875rem;
  /* Make sure select elements fit in widgets. */
}
.widget select {
  max-width: 100%;
}

.widget_search .search-form input[type="submit"] {
  display: none;
}

.nav > li > a:focus,
.nav > li > a:hover {
  background-color: #eee;
  text-decoration: none;
}
.half-rule {
  width: 6rem;
  margin: 2.5rem 0;
}
.widget_categories .nav-link {
  display: inline-block;
}

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
#content.site-content {
  padding-bottom: 3.75rem;
  padding-top: 0;
}

.sticky .entry-title::before {
  content: '\f08d';
  font-family: "Font Awesome\ 5 Free";
  font-size: 1.563rem;
  left: -2.5rem;
  position: absolute;
  top: 0.375rem;
  font-weight: 900;
}

.sticky .entry-title {
  position: relative;
}

.single .byline,
.group-blog .byline {
  display: inline;
}

.page-content,
.entry-content,
.entry-summary {
  margin: 1.5em 0 0;
}

.page-links {
  clear: both;
  margin: 0 0 1.5em;
}

.page-template-blank-page .entry-content,
.blank-page-with-container .entry-content {
  margin-top: 0;
}

.post.hentry {
  margin-bottom: 4rem;
}

.posted-on, .byline, .comments-link {
  color: #9a9a9a;
}

.entry-title > a {
  color: inherit;
  display: block;
}

/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/
.comment-content a {
  word-wrap: break-word;
}

.bypostauthor {
  display: block;
}

.comment-body .pull-left {
  padding-right: 0.625rem;
}

.comment-list .comment {
  display: block;
}

.comment-list {
  padding-left: 0;
}

.comments-title {
  font-size: 1.125rem;
}

.comment-list .pingback {
  border-top: 1px solid rgba(0, 0, 0, 0.125);
  padding: 0.563rem 0;
}

.comment-list .pingback:first-child {
  border: medium none;
}

/*--------------------------------------------------------------
# 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%;
}

/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.wp-caption {
  background: #f1f1f1 none repeat scroll 0 0;
  border: 1px solid #f0f0f0;
  max-width: 96%;
  padding: 0.313rem 0.313rem 0;
  text-align: center;
}
.wp-caption img[class*="wp-image-"] {
  border: 0 none;
  height: auto;
  margin: 0;
  max-width: 100%;
  padding: 0;
  width: auto;
}
.wp-caption .wp-caption-text {
  font-size: 0.688rem;
  line-height: 1.063rem;
  margin: 0;
  padding: 0.625rem;
}

.wp-caption-text {
  text-align: center;
}

/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
.gallery {
  margin-bottom: 1.5em;
}

.gallery-item {
  display: inline-block;
  text-align: center;
  vertical-align: top;
  width: 100%;
}
.gallery-item .gallery-columns-2 {
  max-width: 50%;
}
.gallery-item .gallery-columns-3 {
  max-width: 33.33333%;
}
.gallery-item .gallery-columns-4 {
  max-width: 25%;
}
.gallery-item .gallery-columns-5 {
  max-width: 20%;
}
.gallery-item .gallery-columns-6 {
  max-width: 16.66667%;
}
.gallery-item .gallery-columns-7 {
  max-width: 14.28571%;
}
.gallery-item .gallery-columns-8 {
  max-width: 12.5%;
}
.gallery-item .gallery-columns-9 {
  max-width: 11.11111%;
}

.gallery-caption {
  display: block;
}

/*--------------------------------------------------------------
# Plugin Compatibility
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Woocommerce
--------------------------------------------------------------*/
.woocommerce-cart-form .shop_table .coupon .input-text {
  width: 8.313rem !important;
}

.variations_form .variations .value > select {
  margin-bottom: 0.625rem;
}

.woocommerce-MyAccount-content .col-1,
.woocommerce-MyAccount-content .col-2 {
  max-width: 100%;
}

/*--------------------------------------------------------------
## Elementor
--------------------------------------------------------------*/
.elementor-page article .entry-footer {
  display: none;
}

.elementor-page.page-template-fullwidth #content.site-content {
  padding-bottom: 0;
  padding-top: 0;
}

.elementor-page .entry-content {
  margin-top: 0;
}

/*--------------------------------------------------------------
## Visual Composer
--------------------------------------------------------------*/
.vc_desktop article .entry-footer {
  display: none;
}

.vc_desktop #content.site-content {
  padding-bottom: 0;
  padding-top: 0;
}

.vc_desktop .entry-content {
  margin-top: 0;
}

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
footer#colophon {
  font-size: 85%;
}
body:not(.theme-preset-active) footer#colophon {
  color: #99979c;
  background-color: #f7f7f7;
}
.navbar-dark .site-info {
  color: #fff;
}
.copyright {
  font-size: 0.875rem;
  margin-bottom: 0;
  text-align: center;
}

.copyright a, footer#colophon a {
  color: inherit;
}

@media screen and (max-width: 767px) {
  #masthead .navbar-nav > li > a {
    padding-bottom: 0.938rem;
    padding-top: 0.938rem;
  }
}
ul{ margin: 0; padding: 0; list-style: none;}






/*#secondary style*/
#secondary .widget{
	padding: 0 20px 5px;
	background: #f5f5f5;
	margin-bottom: 30px;
}
#secondary .widget .widget-title,#secondary .widget .section-title{
	font-size: 20px;
	line-height: 17px;
	color: #fff;
	text-transform: uppercase;
	font-weight: 700;
	border-bottom: 1px solid #e3e3e3;
	padding: 12px 20px;
	margin: 0 -20px 0;
	background-color: #ed145b;
}

.widget.widget_numinous_recent_post ul,
.widget.widget_numinous_editor_picks ul{
	margin: 0;
	padding: 0;
}
.widget ul li:after{
	display: block;
	content: '';
	clear: both;
}
.widget.widget_numinous_recent_post ul li,
.widget.widget_numinous_editor_picks ul li{
	list-style: none;
	margin-bottom: 25px;
	border-bottom: 0;
	padding: 0;
}
.widget.widget_numinous_recent_post ul li .post-thumbnail,
.widget.widget_numinous_editor_picks ul li .post-thumbnail{
	float: left;
	display: block;
	margin-right: 18px;
}
.widget.widget_numinous_recent_post ul li .entry-header,
.widget.widget_numinous_editor_picks ul li .entry-header{
	overflow: hidden;
}
.widget.widget_numinous_recent_post ul li .entry-title,
.widget.widget_numinous_editor_picks ul li .entry-title{
	font-size: 16px;
	line-height: 20px;
	margin-bottom: 0;
}
.widget.widget_numinous_recent_post ul li .entry-title a,
.widget.widget_numinous_editor_picks ul li .entry-title a{
	font-size: 16px;
	line-height: 20px;
	color: #343434
}
.widget.widget_numinous_recent_post ul li .entry-title a:hover,
.widget.widget_numinous_editor_picks ul li .entry-title a:hover{
	color: #bbbbbb;
}
.widget.widget_numinous_recent_post ul li .entry-meta span,
.widget.widget_numinous_editor_picks ul li .entry-meta span{
	font-size: 11px;
	line-height: 15px;
	color: #bbbbbb;
	text-transform: uppercase;
	letter-spacing: 1px;
}
.widget.widget_numinous_recent_post ul li .entry-meta span a,
.widget.widget_numinous_editor_picks ul li .entry-meta span a{
	color: #bbbbbb;
	font-size: 11px;
	line-height: 15px;
}
.widget.widget_numinous_recent_post ul li .entry-meta .fa,
.widget.widget_numinous_editor_picks ul li .entry-meta .fa{
	margin-right: 7px;
}
.widget.widget_numinous_recent_post ul li:last-child,
.widget.widget_numinous_editor_picks lu li:last-child{
	margin-bottom: 0;
}

.widget.widget_numinous_popular_post ul{
	margin:0;
	padding: 0
}
.widget.widget_numinous_popular_post ul li{
	list-style: none;
	margin-bottom: 20px;
	border-bottom: 0;
}
.widget.widget_numinous_popular_post ul li .post-thumbnail img{
	width: 100%;
}
.widget.widget_numinous_popular_post ul li .entry-title{
	font-size: 16px;
	line-height: 20px;
	color: #343434;
	margin-bottom: 0;
}
.widget.widget_numinous_popular_post ul li .entry-title a{
	color: #343434;
	display: inline-block;
	font-size: 16px;
	line-height: 20px;
}
.widget.widget_numinous_popular_post ul li .entry-title a:hover{
	opacity: 0.6;
}
.widget.widget_numinous_popular_post ul li .entry-meta span{
	font-size: 11px;
	line-height: 14px;
	letter-spacing: 1px;
	text-transform: uppercase;
}
.widget.widget_numinous_popular_post ul li .entry-meta span{
	border-left: 1px solid #bbb;
	padding-left: 10px;
	margin-right: 10px;
}
.widget.widget_numinous_popular_post ul li .entry-meta span:first-child{
	border-left: 0;
	padding-left:0;
}
.widget.widget_numinous_popular_post ul li .entry-meta span .fa{
	color: #bbbbbb;
	margin-right:7px;
	font-size: 11px;
	line-height: 14px;
}
.widget.widget_numinous_popular_post ul li .entry-meta span a{
	color: #bbbbbb;
	font-size: 11px;
	line-height: 14px;
}
.widget.widget_numinous_popular_post ul li .entry-header{
	padding: 20px 0 0;
}
.widget.widget_numinous_social_links ul{
	margin: 0 -2px;
	padding: 0;
}
.widget.widget_numinous_social_links ul:after{
	display: block;
	content: '';
	clear: both;
}
.widget.widget_numinous_social_links ul li{
	padding: 0 2px;
	float: left;
	list-style: none;
	text-align: center;
	border-bottom: 0;
	margin-bottom: 6px;
}
.widget.widget_numinous_social_links ul li a{
	display: block;
	font-size: 15px;
	line-height: 39px;
	color: #fff;
	height: 39px;
	width: 39px;
	text-align: center;
	background: #00a1e4;
	-webkit-border-radius: 100px;
	border-radius: 50%;
}
.widget.widget_numinous_social_links ul li .facebook{
	background: #3a579a;
}
.widget.widget_numinous_social_links ul li .twitter{
	background: #00c9ff;
}
.widget.widget_numinous_social_links ul li .google-plus{
	background: #df4a32;
}
#secondary .widget.widget_ad{
	padding: 0;
}
#secondary .widget.widget_ad a{
	display: block;
}
.widget.widget_instagram ul{
	margin: 0 -6px;
	padding: 0;
}
.widget.widget_instagram ul:after,
.widget.widget_categories ul li:after{
	display: block;
	content: '';
	clear: both;
}
.widget.widget_instagram ul li{
	padding: 0 6px;
	list-style: none;
	float: left;
	width: 33.33%;
	margin-bottom: 12px;
	border-bottom: 0;
}
.widget.widget_instagram ul li a{
	display: block;
}
.widget ul{
	margin:0 0 0;
	padding: 0;
}

.widget ul ul{
	margin-top: 10px;
	margin-left: 10px;
}

.widget ul li{
	list-style: none;
	text-align: left;
	border-bottom: 1px solid #e3e3e3;
	padding: 0 0 5px;
	margin-bottom: 5px;
}
.widget ul li:last-child{
	border-bottom: 0;
}
.widget ul li a{
	font-size: 15px;
	line-height: 25px;
	color: #ed145b;
	padding: 5px 0;
}
.widget ul li .count{
	float: right;
}
.widget ul li .count{
	height: 19px;
	width: 19px;
	color: #fff;
	border-radius: 2px;
	text-align: center;
	display: block;
	font-size: 10px;
	line-height: 12px;
	padding: 4px 0;
}
.widget ul .business .count{
	background: #00a1e4;
}
.widget ul .entertainment .count{
	background: #ee9f1f;
}
.widget ul .fashion .count{
	background: #f64927;
}
.widget ul .lifestyle .count{
	background: #3cd24a;
}
.widget ul .technology .count{
	background: #b669f8;
}
.widget ul .travel .count{
	background: #fd5cce;
}
.widget ul li:last-child{
	margin-bottom: 0;
}

.widget.widget_tag_cloud a{
	font-size: 12px;
	line-height: 15px;
	color: #8b8b8b;
	font-weight: 700;
	text-transform: uppercase;
	border: 1px solid #8b8b8b;
	padding: 10px 14px;
	display: inline-block;
	margin: 0 5px 5px 0;
	border-radius: 2px;
}

.widget.widget_calendar table{
	position: relative;
}
.widget.widget_calendar table td{
	color: #2d2d2d;
	font-size: 12px;
	line-height: 24px;
	text-align: center;
	padding: 7px 12px;
}
.widget.widget_calendar table td a{
	color: #fff;
	background: #00a1e4;
	display: block;
	padding: 10px 13px;
	border-radius: 2px;
}
.widget.widget_calendar table caption{
	font-size: 16px;
	line-height: 21px;
	color: #343434;
	font-weight: 700;
	margin-bottom: 20px;
}
.widget.widget_calendar table .fa{
	font-size: 16px;
	line-height: 20px;
	color: #343434;
	
}
.widget.widget_calendar table #prev{
	position: absolute;
	top: -13px;
	left:0;

}
.widget.widget_calendar table #prev a{
	display: block;
	padding: 6px 15px;
	background: none;
}
.widget.widget_calendar table #next a{
	display: block;
	padding: 6px 15px;
	background: none;
}
.widget.widget_calendar table #next{
	position: absolute;
	top: -13px;
	right: 0;
}
.widget.widget_calendar table thead{
	background: #b2b2b2;
	color: #fff;
	font-size: 12px;
	line-height: 24px;
	font-weight: 700;
}
.widget.widget_calendar table th{
	padding: 6px;
}
.ad{ text-align: center;}
/*#primary .section-title{ margin-bottom: 0;}*/
.site-content #primary .songs-list ul{ margin-top: 10px;}
.site-content #primary .songs-list ul li{ margin:0; padding: 5px 0;}
.site-content #primary .songs-list ul li:not(:last-child){ border-bottom: 1px solid #f1ecec;}
.site-content #primary .letest-movie ul{ margin-top: 20px;}
#primary .section-title{
	font-size: 20px;
	line-height: 25px;
	color: #343434;
	padding-bottom: 14px;
	border-bottom: 1px solid #e3e3e3;
	position: relative;
}

#primary .section-title a{color: #343434;}

#primary .section-title:after{
	content: '';
	position: absolute;
	top: 100%;
	width: 52px;
	height: 1px;
	background: #ee9f1e;
	left: 0;

}
#primary .section-title:hover:after{
	width: 100%;
	transition: 0.8s;
}
.songs-list li{}
.movies-list ul { display: flex; flex-wrap: wrap; gap: 10px;}
.movies-list li{ width: calc(100%/2 - 10px/2);}
.movies-list li .post-thumbnail{ float: left; width: 150px; height: 84px; overflow: hidden; }
.movies-list li .entry-header{float: left;width: calc(100% - 150px); box-sizing: border-box; padding-left: 10px;}
.movies-list li .entry-title{margin: 0 0 9px; font-size: 17px;line-height: 26px; padding-bottom: 0;}

.letest-movie ul li{ float: left; width: 50%;}
.letest-movie ul li .post-thumbnail{ float:  left;width: 81px; margin-right: 10px;}
.letest-movie ul li .entry-header{ float:  left; width: calc(100% - 91px)}
.tags-links{}
.tags-links a{}
.content-area .carousel { margin-bottom:20px;}
#top-carousel .carousel-control-next-icon,#top-carousel .carousel-control-prev-icon{background:hsla(0,0%,100%,.75);position:absolute;width:40px;height:40px;text-indent:-9999px;display:block;top:50%; margin-top: -20px; border-radius: 50%}
#top-carousel .carousel-control-next-icon{right:0;}  
#top-carousel .carousel-control-prev-icon{left:0;}
#top-carousel .carousel-control-next-icon.disabled,.bx-controls-direction .carousel-control-prev-icon.disabled{opacity:.5}
#top-carousel .carousel-control-next-icon:hover,#top-carousel .carousel-control-prev-icon:hover{background:hsla(0,0%,100%,.9)}
#top-carousel .carousel-control-prev-icon:after{transform:rotate(135deg);-webkit-transform:rotate(135deg);margin:-7px 0 0 -5px}
#top-carousel .carousel-control-next-icon:after{transform:rotate(-45deg);-webkit-transform:rotate(-45deg);margin:-8px 0 0 -8px}
#top-carousel .carousel-control-next-icon:after,#top-carousel .carousel-control-prev-icon:after{border-style:solid;border-color:#000;border-width:0 4px 4px 0;display:inline-block;padding:5px;content:"";position:absolute;left:50%;top:50%;border-radius:3px}
#top-carousel .caption{position: absolute; left: 15px; bottom: 0; width:calc(100% - 30px); text-align: center; color: #fff; padding: 20px 10px 10px;background:linear-gradient(180deg,transparent,#000 40%)}
#top-carousel .story-link{ display: block;}

.full-list { overflow: hidden; margin-bottom: 20px; overflow: hidden;}
.full-list li{float:  left; width: calc(100%/3 - 30px/3); float: left; margin: 0 7.5px;}
.full-list li:first-child{margin-left: 0;}
.full-list li:last-child{ margin-right: 0;}
.full-list li>a{display: block; overflow: hidden; position: relative;}
.full-list li .thumb{width:100%;overflow:hidden;border-radius:8px;border:1px solid #ccc;position:relative;float: left;margin: 0; padding: 0;}
.full-list li .thumb img{ width: 100%; height: auto;}
.full-list li .text-box{ float: left; width:100%; box-sizing: border-box;}
.full-list li .text-box .caption { margin: 0; font-size: 16px; line-height: 24px; padding: 7px 0 0 0;}
.full-list li .text-box p {font-size: 14px;color: #807d7d;}
.full-list li:hover .caption{color: #ea4335}

/*
.content-area .full-list:first-child li{ width: 34%;}
.content-area .full-list:first-child li:first-child{ width: calc(66% - 10px); margin-right: 10px; padding: 0;border: 0;}
.content-area .full-list:first-child li:nth-child(2),.content-area .full-list:first-child li:nth-child(3){ padding-top: 0; border: 0;}
.content-area .full-list:first-child li:first-child .thumb { height: 285px;}
.content-area .full-list:first-child .thumb,.content-area .full-list.afterfirstthreebox .thumb,.content-area .full-list.afterads .thumb{ width: 100%; float: left;}
.content-area .full-list:first-child .thumb img,.content-area .full-list.afterfirstthreebox .thumb img,.content-area .full-list.afterads .thumb img {width: 100%;}
.content-area .full-list:first-child .text-box{ box-sizing: border-box; padding: 10px; position: absolute; left: 0; bottom: 0; width: 100%; float: left; 
background: -moz-linear-gradient(top,  rgba(0,0,0,0) 0%, rgba(0,0,0,0.99) 73%, rgba(0,0,0,1) 74%); 
background: -webkit-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.99) 73%,rgba(0,0,0,1) 74%); 
background: linear-gradient(to bottom,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.99) 73%,rgba(0,0,0,1) 74%); 

filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#000000',GradientType=0 ); }
.content-area .full-list:first-child li:nth-child(2) .thumb,.content-area .full-list:first-child li:nth-child(3) .thumb{ height: 135px;}

.content-area .full-list:first-child .caption{ color: #fff;  font-size: 20px; line-height: 35px; margin: 100px 0 0 0;}

.content-area .full-list:first-child li:not(:first-child) .caption {font-size: 16px; height: 74px; overflow: hidden; margin: 0;    line-height: 25px;}

.content-area .full-list:first-child li:hover .caption{color: #fdfa01}

.content-area .full-list.afterfirstthreebox{ margin: 15px 0;}
.content-area .full-list.afterfirstthreebox li{ width: calc(100%/3 - 20px/3); margin: 0 5px; padding: 0; border: 0;}
.content-area .full-list.afterfirstthreebox li:first-child{ margin-left: 0;}
.content-area .full-list.afterfirstthreebox li:last-child{ margin-right: 0;}
.content-area .full-list.afterfirstthreebox .text-box{ width: 100%;}
.content-area .full-list.afterfirstthreebox .text-box .caption{padding: 10px 0 0;margin: 0; box-sizing: border-box; height: 88px;overflow: hidden; font-size: 16px;}

.content-area .full-list.afterads{ margin-top: 15px;}
.content-area .full-list.afterads li{ width: calc(100%/2 - 10px/2); margin: 0 5px; padding: 0; border: 0;}
.content-area .full-list.afterads li:nth-child(odd){ margin-left: 0;}
.content-area .full-list.afterads li:nth-child(even){ margin-right: 0;}
.content-area .full-list.afterads .text-box{ width: 100%;}
.content-area .full-list.afterads .text-box .caption{padding: 10px 0 0;margin: 0; box-sizing: border-box; height: 88px;overflow: hidden; font-size: 16px;}
.content-area .full-list.afterads .thumb{ height: 150px}
*/

.breadcrumbs{ overflow-x: auto; width: calc(100% - 30px); padding: 0 0 5px 0; margin: 0 15px;}
.breadcrumbs p{margin: 10px 0;font-size: 14px;}
.breadcrumbs p>span{ display: flex; gap: 5px;}
.breadcrumbs span a,.breadcrumbs .breadcrumb_last strong{white-space: nowrap;}

.posts-navigation{ width: 100%}
.posts-navigation a{ display: inline-block; background-color: #000; color: #fff; padding: 5px 15px;}
.posts-navigation a:hover{ background-color: #ed145b;}

.post-thumbnail img{width: 100%;}
.post.hentry{margin-bottom: 20px;}
.post .entry-title{font-size: 18px; padding-bottom: 10px; line-height: 28px; margin: 10px 0 0; overflow: hidden;}
.post .entry-title.arttitle{font-size: 30px; line-height: 40px; margin: 0; overflow: hidden; padding: 0 0 10px; border: 0;}
.post .short_desc{font-weight: 400; font-size: 20px; line-height: 30px; margin: 0;}
.entry-content p{ font-size: 20px; line-height: 34px}
.song_label{font-size: 26px; line-height: 36px;margin-top: 0;}
.site-info { text-align: center; padding: 5px 0 10px;}
.contentmidad{margin-bottom: 1.5em;}
.box_outer p { box-shadow: rgba(0, 0, 0, 0.1) 0px 1px 3px 0px, rgba(0, 0, 0, 0.1) 0px 1px 2px -1px; padding: 10px; border-radius: 8px;}

.site-footer{ margin-bottom: 68px;}
.footerlink {text-align: center;}
.footerlink li {display: inline-block; padding: 0 5px;}
.footerlink li a { display: block; padding: 0 5px;}

.thumb_dtails{ display: flex; flex-direction: row-reverse; gap: 20px;}
.thumb_dtails .post-thumbnail{ width: 300px;}
.thumb_dtails .author-box{ width: calc(100% - 300px);}

.author-box{display: block;overflow: hidden;padding-top: 5px; margin-bottom: 10px;}
.author-box .heading {margin:5px 0 0px;font-size: 16px; text-align: center; background-color: rgba(0,0,0,0.04); padding: 2px 0;}
.author-box ul { display: flex; flex-direction: column; border: 1px solid rgba(0,0,0,.1);}
.author-box ul li{display: flex; font-size: 14px;}
.author-box li:not(:last-child){ border-bottom: 1px solid rgba(0,0,0,.1);}
.author-box span{display: flex; align-items: center; float: left; padding: 5px 10px;}
.author-box .subject{ width: 140px; font-weight: 500;border-right: 1px solid rgba(0,0,0,.1);}
.author-box .text{ width: calc(100% - 120px); }

.single-post a{color: #ea4335;}
.single-post a:hover{color: #ed145b;}

.single-post .entry-content h2{margin: 0; padding-bottom: 10px;}

.v-box{padding-bottom: 55.25%; padding-top: 25px;height: 0; position: relative; margin-bottom: 20px}
.v-box iframe{position: absolute;width: 100%;height: 100%; top: 0; left: 0;}

div.simplesocialbuttons{ margin-top: 15px;}
.entry-content #jp-relatedposts h3.jp-relatedposts-headline{font-size: 18pt;}
.entry-content #jp-relatedposts h3.jp-relatedposts-headline em:before{margin-bottom: .5em;}

.topNews .leftBox{width: calc(50% - 15px); float:left; margin-right: 15px; box-sizing:border-box}
.topNews .rightBox{width: 50%; float:left; box-sizing:border-box}
.topNews .inner a, .topNews .rightBox li a {box-sizing: border-box;}
.topNews .inner a{ overflow: hidden;position:relative;display:block;color:#fff;}
.topNews .caption{ color: #fff; margin: 0; text-align: left; position:absolute;bottom:0;box-sizing:border-box;width:100%;background: -moz-linear-gradient(top,  rgba(0,0,0,0) 0%, rgba(0,0,0,0.99) 73%, rgba(0,0,0,1) 74%); /* FF3.6-15 */background: -webkit-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.99) 73%,rgba(0,0,0,1) 74%); /* Chrome10-25,Safari5.1-6 */background: linear-gradient(to bottom,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.99) 73%,rgba(0,0,0,1) 74%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#000000',GradientType=0 ); /* IE6-9 */}
.topNews .rightBox li{float:left;width: calc(100%/2 - 15px/2);box-sizing:border-box;display:block;}
.topNews .rightBox li:nth-child(2){padding-bottom: 15px;}
.topNews .rightBox li:nth-child(odd){margin-right:7.5px}
.topNews .rightBox li:nth-child(even){margin-left:7.5px}
.topNews .leftBox .caption{ padding: 55px 10px 10px 10px; }
.topNews .rightBox .caption{ padding: 55px 10px 10px 10px;}
.topNews.lhs_box .heading{ font-size: 26px;}
.topNews figure{ margin: 0; padding: 0;} 
.topNews figure img{ width: 100%; height: auto;}
.topNews .leftBox a{ height: 320px;}
.topNews a:hover .caption{ color: #ea4335;}

.archive-description a{ text-decoration: none; border: 1px solid #ccc; border-radius: 5px; padding: 5px 7px 2px; display: inline-block; margin: 0 2px 5px; }
.img-source{display: block;text-align: center; background-color: #565555; color: #fff; font-size: 12px; padding: 2px 0}	

.scrollbox_x{ width:100%; overflow-x: auto;}
.scrollbox_x::-webkit-scrollbar{width:5px;height:10px; }
.scrollbox_x::-webkit-scrollbar-track{-webkit-box-shadow:inset 0 0 6px rgba(0,0,0,0.3);border-radius:5px}
.scrollbox_x::-webkit-scrollbar-thumb{background-color:#4885ed;border-radius:5px;-webkit-box-shadow:inset 0 0 6px rgba(0,0,0,0.5);cursor:pointer;}

.movies-link-list .heading {margin-top: 0; margin-bottom: 0;}
.movies-link-list ul{ display: flex;gap: 15px;}
.movies-link-list ul li{}
.movies-link-list ul li a{ white-space: nowrap; padding: 5px 8px;background-color: #f2f2f2; color: #000; display: inline-block;  margin-bottom: 5px; font-size: 13px; border-radius: 5px;}
.movies-link-list ul li a:hover{background-color: #dedede; text-decoration: none;}

.widget .top-tag-list li a{ font-size: 18px; line-height: 29px; display: block;}

/*
.site-main .category-bhojpuri-lyrics{ width: calc(50% - 10px); display: inline-grid; border: 1px solid #ccc; padding: 10px;}
.site-main .category-bhojpuri-lyrics .entry-content,.site-main .category-bhojpuri-lyrics .entry-footer{ display: none;}
.site-main .category-bhojpuri-lyrics h2.entry-title{ font-size: 18px; line-height: 28px;}
*/

/*--------------------------------------------------------------
# Media Query
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Notebook
--------------------------------------------------------------*/
@media only screen and (max-width: 1280px) {
  html {
    font-size: 95%;
  }
}

@media screen and (max-width: 1199px) {
  .navbar-dark .dropdown-item {
    color: #fff;
  }
  .navbar-nav .dropdown-menu {
    background: transparent;
    box-shadow: none;
    border: none;
  }
}
/*--------------------------------------------------------------
## Netbook
--------------------------------------------------------------*/
@media only screen and (max-width: 1024px) {
  html {
    font-size: 90%;
  }
}
/*--------------------------------------------------------------
## iPad
--------------------------------------------------------------*/
@media only screen and (max-width: 960px) {
  html {
    font-size: 85%;
  }
}
/*--------------------------------------------------------------
## iPad
--------------------------------------------------------------*/
@media only screen and (max-width: 768px) {
  html {
    font-size: 80%;
  }
  .movies-list li{ width:100%}
  .full-list{margin-bottom: 0;}    
  .full-list li{ margin: 0 0 15px 0; width: 100%;}
  .full-list li .thumb{width:100%;height:auto;border-radius:0;border:1px solid #ccc;}
  .full-list li .thumb img {width: 100%}
  .full-list li .text-box{float: left;width:100%; padding-right: 0px; }
  
  /*--
    
    .content-area .full-list:first-child li:first-child { width: 100%; margin-right: 0;}
    
    .content-area .full-list:first-child .text-box{ position: relative; left: inherit; bottom: inherit; padding: 0; background: none;}
    .content-area .full-list:first-child .caption{color: #000; padding: 0;margin: 0;}
    .content-area .full-list:first-child li:first-child .thumb{height: auto;}
    .content-area .full-list:first-child li{width: 100%;}
    .content-area .full-list:first-child li:nth-child(2) .thumb, .content-area .full-list:first-child li:nth-child(3) .thumb{height: 74px;
    width: 130px;float: right;}
    .content-area .full-list:first-child li:nth-child(2) .text-box, .content-area .full-list:first-child li:nth-child(3) .text-box{ width: calc(100% - 140px) ;  margin-right: 10px;}
    
    .content-area .full-list:first-child .thumb{border-radius: 8px;}
    
    .content-area .full-list:first-child li:first-child{ padding-bottom: 15px; border-bottom: 1px solid #e7ebee;}
    .content-area .full-list:first-child li:nth-child(2), .content-area .full-list:first-child li:nth-child(3){padding: 15px 0;border-bottom: 1px solid #e7ebee;}
    
    .content-area .full-list:first-child li:hover .caption{color: #ea4335}
    
    .content-area .full-list.afterfirstthreebox li,.content-area .full-list.afterads li{ width: 100%; margin: 0 0 15px 0; }
    .content-area .full-list.afterfirstthreebox .text-box .caption,.content-area .full-list.afterads  .caption{ height: auto;}
   .content-area .full-list.afterads .thumb{ height: auto;}
    --*/
  .site-content #primary .songs-list ul li{ font-size: 16px;}
    
    .archive-description {font-size: 14px; line-height: 26px;}
  
    
    #primary .two-column .content-area.col-sm-12.col-md-12.col-lg-12 {padding: 0;}
    .entry-content p{ font-size: 20px; line-height: 32px; }
    h1.entry-title{ font-size: 2rem; line-height: 3.5rem;}
    #content.site-content{padding-top: 1.125rem;}
    
    .breadcrumbs{margin-bottom: 7px;}
    .breadcrumbs p { margin: 0; font-size: 12px;}
	
        .author-box .heading {font-size: 14px;}
	.author-box li{font-size: 14px;}
        
	#secondary .widget{ padding: 0 0px 5px;}
	.simplesocialbuttons.simplesocial-simple-round button{padding: 4px 4px 4px 48px;}
	.simplesocialbuttons.simplesocial-simple-round button span{display: none;}
	.simplesocialbuttons button:after,.simplesocialbuttons.simplesocial-simple-round button:before{width: 100%;}	
				
	.topNews .leftBox,.topNews .rightBox{ width: 100%; margin: 0;}
	.topNews .leftBox{ margin-bottom: 15px;}
	.topNews .rightBox .caption{ position: relative; left: inherit; bottom: inherit; padding: 5px 0 0; background: none; color:  #000; font-size: 18px; line-height: 22px;height: 73px;  overflow: hidden;}
	.topNews .rightBox li{ padding-bottom: 15px;}
	.topNews .leftBox a{ height: auto;}
        
        .thumb_dtails{ flex-direction: column;gap: 0;}
        .thumb_dtails .post-thumbnail{ width: 100%;}
        .thumb_dtails .author-box {width: 100%}

  #secondary .widget .widget-title, #secondary .widget .section-title{margin: 0;padding: 12px 10px;}
  .widget ul{margin: 0;padding: 10px;}
  .widget ul ul{ padding: 0; margin-top: 0;}
  .wp-block-tag-cloud{padding: 10px;}
  
  .menu-bar .container{padding: 0;}
  .collapse:not(.show){display: block;overflow-x: auto;}
  .navbar-toggler{display: none;}
  .navbar-nav{ flex-direction: row;}
  body:not(.theme-preset-active) #masthead .navbar-nav > li > a{white-space: nowrap;}
  
  .post-navigation .nav-links{ flex-direction: column;}
  .comment-navigation .nav-previous, .posts-navigation .nav-previous, .post-navigation .nav-previous,.comment-navigation .nav-next, .posts-navigation .nav-next, .post-navigation .nav-next{ width: 100%;}
  
  .post .entry-title.arttitle{ line-height: 34px;}
  .post .short_desc{font-size: 18px; line-height: 27px;}
	
	.footerlink li{padding: 0; font-size: 14px;}
}
/*--------------------------------------------------------------
## iPad
--------------------------------------------------------------*/
@media only screen and (max-width: 480px) {
  html {
    font-size: 75%;
  }
  #top-carousel{display:none;}
}