/*
	Theme Name: BunnyEars 2.5.26
	Description: BunnyEars 2.5.26
	Template: twentynineteen
*/

.cart-collaterals .cross-sells {
	display: none;
}

body {
  font-family: 'Noto Sans', sans-serif;
  font-weight: 400;
  line-height: 1.5;
  margin: 0px;
  padding: 0px;
}

.hidden {
  display: none !important;
}

a {
text-decoration: none;
}


a:hover {
  color: #284f84;
}

a:hover h1, a:hover h2, a:hover h3, a:hover h4, a:hover h5 {
  color: #284f84;
}

a:hover img {
   opacity: 0.9;
}

img {
  margin: 0px;
  padding: 0px;
}


p {
  margin: 0px;
  padding: 0px;
  line-height: 20px;
}

h1, h2, h3, h4, h5 {
    font-family:'Noto Sans', sans-serif; 
    color: #000;
margin: 0px;
padding: 0px;
font-size: 32px;
}

h1 a, h2 a, h3 a, h4 a, h5 a {
  color: #000;
}

h4 {
margin: 0px;
padding-bottom: 19px;
color: #000;
font-size: 22px;
font-weight: 400;
}

h5 {
font-size: 17px;
font-weight: 400;
}


hr {
margin: 0;
border-bottom: 1px solid #eaeaea;
height: 0;
border-right: 0;
border-top: 0;
border-left: 0;
clear: both;
}


select {
border-top-left-radius: 0px;
border-top-right-radius: 0px;
border-bottom-right-radius: 0px;
border-bottom-left-radius: 0px;
font-size: 14px;
}



/* menu */

#menu_container_container {
width: 100%;
	background-color: #91d9f8;
	background-image: url("/wp-content/themes/bunny28/assets/images/WW-header.png") !important;


  position: fixed; 
    top: 0;
z-index: 1001;
}

	#menu_container {
    width: 1172px;
    margin: 0 auto;	
      display: grid;
  grid-template-columns: auto auto auto;
    grid-column-gap: 30px;
font-family:'Raleway', sans-serif; 
}

	#menu_container #logo {
		text-align: center;
	}

#menu_container a {
	color: #000;
}


 .menu-shop-left-container>ul>li,
.menu-left-menu-container>ul>li
 {
	list-style: none;
	position: relative;
	top: 5px;
display:inline-block;
  transition: background 0.2s;
  transform: skew(20deg);

}
.menu-shop-right-container>ul>li,.menu-right-menu-container>ul>li
 {
	list-style: none;
	position: relative;
	top: 5px;
display:inline-block;
  transition: background 0.2s;
  transform: skew(-20deg);

}



.menu-shop-left-container>ul,.menu-left-menu-container>ul, .menu-shop-right-container>ul, 
.menu-right-menu-container>ul {list-style: none;
	position: relative;
	top: 5px;
}

.menu-shop-left-container>ul,
.menu-left-menu-container>ul {
	padding-left: 0px;
	float: left;
}
.menu-left-menu-container>ul>li a{
display:block;
  text-decoration:none;
  padding: 5px 10px;
  transform: skew(-20deg); /* INVERSE SKEW */
  color: #0bf;
text-shadow: -1px 0 white, 0 1px white, 1px 0 white, 0 -1px white, 2px 2px 4px #fff;
}
.menu-left-menu-container>ul>li:hover{
  background:#04d3d3;

}



.menu-shop-right-container>ul,
.menu-right-menu-container>ul {
	padding-right: 0px;
	float: right;
}

.menu-shop-left-container>ul>li,
.menu-left-menu-container>ul>li {
padding-right: 20px;
  float: left;
}

.menu-shop-right-container>ul>li,
.menu-right-menu-container>ul>li {
padding-left: 20px;
float: right;
}
.menu-right-menu-container>ul>li a{
display:block;
  text-decoration:none;
  padding: 5px 10px;
  transform: skew(20deg); /* INVERSE SKEW */
  color: #0bf;
text-shadow: -1px 0 white, 0 1px white, 1px 0 white, 0 -1px white, 2px 2px 4px #fff;

}
.menu-right-menu-container>ul>li:hover{
  background:#04d3d3;

}



/* dropdown menu */

#menu_container>ul {
  position: relative;
  display: inline-block;
}

#menu_container ul.sub-menu {
  display: none; 
  position: absolute;
  background-color: #fff;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 1;
  color: #000;
  list-style: none;
  padding: 5px 40px 5px 40px;
  border: 1px solid #ccc;
}

/* Links inside the dropdown */
#menu_container ul.sub-menu li {
  padding: 0px 0px;
  text-decoration: none;
  display: block;
  float: none;
  clear: both;
  margin: 5px 10px 5px 0px;
}

#menu_container ul.sub-menu li a {
  color: #000;
  white-space:nowrap;
}

#menu_container ul.sub-menu a:hover {
  color: #b8b8b8;
}

/* Show the dropdown menu on hover */
#menu_container li.dropdown:hover ul.sub-menu {
  display: block;
}

li.dropdown:hover>a {
  color: #ccc;
}



#wrapper {
    width: 100%;
    margin-top: 60px;
}

#column_container {
    width: 1172px;
    margin: 0 auto;
}




#column1 {
    float: left;
    margin: 10px 20px 0px 0px;
    width: 770px;
}

#column2 {
    float: left;
    width: 382px;
    margin: 10px 0px 0px 0px;
    display: inline;
    position: relative;
}

.top-story {
   height:500px;
}

.top-story-inside {
	height: 500px;
width: 100%;
background-position: top center;
background-repeat: no-repeat;
background-size: cover;
}

.top-story::after {
  display: block;
  position: relative;
background-image: linear-gradient(to left, transparent 40%, black 100%);
  margin-top: -500px;
  height: 500px;
  width: 100%;
  z-index: 0;
  content: '';
}


.top-story-text {
height: 440px;
padding: 27px 150px 16px 50px;
width: 70%;
overflow: hidden;
position: relative;
z-index: 10;
}

.top-story-text h3 a {
font-family:'Noto Sans', sans-serif;  
color:#fff; 
font-size: 42px; 
font-weight: bold;
width:350px; 
padding:0px; 
margin: 0px;
display: block;
text-decoration: none;
line-height: 1.4;
}


.top-story-text .meta {
  color: #8a8a8a;
  text-transform: uppercase;
font-family: 'Noto Sans', sans-serif; 
font-size: 0.8em;
margin-top: 30px;
}


.top-story-text .meta a {
  color: #f2f0f0;
  text-decoration: none;
}


.top-story-text .readmore a {
  clear: both;
  border: 1px solid #fff;
  color: #fff;
font-weight: bold;
font-size: 1em;
padding: 10px 20px 10px 20px;
  text-decoration: none;
  text-transform: uppercase;
  position: relative;
  top: 20px;
}


.top-story-text .readmore a:hover {
  border: 1px solid #ccc;
}

.large-post {
  margin: 50px 0px 50px 0px;
}


.large-post h3 {
margin-top: 30px;
font-size: 30px; 
font-weight: 400;
font-family:'Noto Sans', sans-serif; 
text-decoration: none;
padding-bottom: 15px;
}

.large-post h3 a {
color:#000; 
}


.excerpt {
  color: #5b5b5b;
font-size: 14px;
font-weight: 300;
line-height: 20;
padding-bottom: 16px;
}

.meta {
  text-transform: uppercase;
  color: #5b5b5b;
  font-size: 12px;
}

.meta a {
  color: #5b5b5b;
}

.twofer {
  display: grid;
  grid-template-columns: auto auto;
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  padding-bottom: 60px;
}

.cat-stories, .side-cat-stories  {
  display: grid;
  grid-template-columns: auto auto;
  grid-column-gap: 30px;
}

.cat-stories {
    padding-bottom: 60px;
}

.cat-stories .top-cat-story,
.side-cat-stories .top-cat-story {
  grid-row-start: 1;
  grid-row-end: 4;
  width: 370px;
}

.cat-stories .cat-story,
.side-cat-stories .cat-story  {
  border-top: 1px solid #ccc;
  margin-bottom: 15px;
}

.cat-stories .cat-story .excerpt,
.side-cat-stories .cat-story .excerpt {
  display: none;
}


.cat-stories .cat-story img,
.side-cat-stories .cat-story img  {
  float: left;
  margin-right: 30px;
}

.cat-stories .cat-story h5,
.side-cat-stories .cat-story h5  {
	margin-top: 10px;
}

.seeall {
  grid-column-start: 1;
  grid-column-end: 3;
  text-align: right;
}

.seeall a {
  color: #000;
font-family:'Noto Sans', sans-serif; 
font-weight: 700;
}

.seeall a:hover {
  color: #284f84;

}

/* Homepage headers with hr */

.line-text-header {
padding-top: 13px;
padding-bottom: 13px;
}

.line-text-header .text-wrapper {
margin: 0 15px;
border-top: 1px solid #ccc;
position: relative;
text-align: center;
}

.line-text-header .text-wrapper h1, 
.line-text-header .text-wrapper h3 {
color: #000;
font-size: 24px;
font-weight: 700;
text-align: center;
position: relative;
display: inline-block;
padding-left: 20px;
padding-right: 20px;
margin: 0 auto;
top: -17px;
left: 0;
right: 0;
z-index: 99;
background-color: #fff;
font-family: 'Noto Sans', sans-serif; 
}


.sectionname {
text-transform: uppercase;
  color: #000;
  font-size: 12px;
  margin-top: 8px;
}

#searchbox {
	margin-bottom: 15px;
}

input[type=search],
#searchbox input[type=text] {
  background-color: white;
  background-image: url('/wp-content/themes/bunny28/assets/search.png');
  background-size: 20px 20px;
  background-position: 10px 10px; 
  background-repeat: no-repeat;
  padding: 5px 5px 5px 40px;
    border: 1px solid #ccc;
  height: 30px;
width: 260px;
  font-family: 'Noto Sans', sans-serif; 
  font-size: 1.1em;
  color: #5b5b5b;
}

input[type=submit]:not(.transparent-white):not(.transparent-black),
#searchbox input[type=submit] {
    padding:5px 15px; 
    height: 40px;
    background:#91d9f8; 
    border:0 none;
    cursor:pointer;
    -webkit-border-radius: 0px;
    border-radius: 0px; 
    color: #fff;
    position: relative;
    top: -2px;
}

/* news ticker */


.mtphr-dnt-tick-container {
  width: 100%;
}

.mtphr-dnt-tick-contents {
    width: 1172px;
    margin: 0 auto; 
    font-family:'Noto Sans', sans-serif; 
  color: #545353;
  font-size: 15px;
}

/* sidebar */


.bunnyad img {
  width: 383px;
  height: 383px;
  margin-bottom: 55px;
}


.lifehack {
  margin-top: 20px;
}

.stalk-us {
margin-top: 48px;
margin-bottom: 48px;
}

.stalk-us .stalk-us-box {
min-height: 104px;
position: relative;
border: 1px solid #ccc;
background-color: #fff;
}

.stalk-us .stalk-us-box .header-text h3 {
color: #000;
font-size: 24px;
font-weight: 700;
text-align: center;
position: absolute;
padding-left: 20px;
padding-right: 20px;
top: -17px;
left: 0;
right: 0;
margin: 0 auto;
z-index: 99;
}

.stalk-us .stalk-us-box .header-text h3 span {
display: inline-block;
padding: 0 15px;
position: relative;
font-family: 'Noto Sans', sans-serif; 
}

.stalk-us .stalk-us-box .header-text h3 span:after {
content: '';
display: block;
width: 100%;
background-color: #fff;
height: 5px;
position: absolute;
top: 16px;
left: 0;
z-index: -1;
}

.social-icons {
padding: 40px 14px 40px;
font-size: 2em;
text-align: center;
}

.social-icons a {
color: #000;  
padding: 0px 15px;
}

.social-icons a:hover {
color: #91d9f8;
}


.buy-our-stuff {
margin-bottom: 57px;
}

.buy-our-stuff .buy-our-box {
padding: 40px 30px 30px 30px;
position: relative;
border: 1px solid #ccc;
background-color: #fff;
}

.buy-our-stuff .buy-our-box .shop-now hr {
margin-bottom: 20px;
}

.buy-our-stuff .buy-our-box .header-text h3 {
color: #000;
font-size: 24px;
font-weight: 700;
text-align: center;
position: absolute;
padding-left: 20px;
padding-right: 20px;
top: -17px;
left: 0;
right: 0;
margin: 0 auto;
z-index: 99;
}


.buy-our-stuff .buy-our-box .header-text h3 span {
display: inline-block;
padding: 0 15px;
position: relative;
font-family: 'Noto Sans', sans-serif; 
}

.buy-our-stuff .buy-our-box .header-text h3 span:after {
content: '';
display: block;
width: 100%;
background-color: #fff;
height: 5px;
position: absolute;
top: 16px;
left: 0;
z-index: -1;
}

.buy-our-stuff .buy-our-box {
  text-align: center;
}

.buy-our-stuff .buy-our-box .products {
  display: grid;
  grid-template-columns: 140px 140px;
  grid-column-gap: 30px;
  grid-row-gap: 20px;
  padding-bottom: 0px;
}


.buy-our-stuff .buy-our-box .products h5 {
color: #666;
font-size: 14px;
font-weight: 300;
margin-bottom: 5px;
}

.buy-our-stuff .buy-our-box .shop-now {
  grid-column-start: 1;
  grid-column-end: 3;
  text-align: center;
}

.buy-our-stuff .buy-our-box .shop-now a {
color: #000;
font-size: 13px;
font-weight: 700;
text-transform: uppercase;
letter-spacing: 2px;
background-color: transparent;
font-family: 'Noto Sans', sans-serif; 
margin: 20px 0px 20px 0px;
padding: 10px 40px 10px 40px;
line-height: 1em;
}

.buy-our-stuff .buy-our-box .shop-now a.btn:hover {
  border: 1px solid #000;
} 


.video-of-the-week {
    margin-bottom: 55px
}

.video-of-the-week .video-box {
    position: relative;
    border: 1px solid #ccc;
    padding: 43px 30px 30px;
    background-color: #fff;
    font-size: 17px;
    font-weight: 400;
}

.video-of-the-week .video-box .header-text h3 {
    font-weight: 700;
    text-align: center;
    position: absolute;
    padding-left: 20px;
    padding-right: 20px;
    margin: 0 auto;
    top: -17px;
    left: 0;
    right: 0;
    margin: 0 auto;
    z-index: 99
}

.video-of-the-week .video-box .header-text h3 span {
    display: inline-block;
    padding: 0 15px;
    position: relative;
    font-family:'Noto Sans', sans-serif; 
    color: #000;
    font-size: 24px;

}

.video-of-the-week .video-box .header-text h3 span:after {
    content: '';
    display: block;
    width: 100%;
    background-color: #fff;
    height: 5px;
    position: absolute;
    top: 16px;
    left: 0;
    z-index: -1;
}

.video-of-the-week .video-box .video-wrapper {
    height: 174px;
    width: 310px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    position: relative;
    z-index: 2;
    overflow: hidden;
    display: flex;
    align-content: center;
    align-items: center;
    cursor: pointer;
}

.video-of-the-week .video-box .video-wrapper .playpause {
    background-image: url('/wp-content/themes/bunny28/assets/images/icons/play.png');
    background-repeat: no-repeat;
    width: 13%;
    height: 46%;
    position: absolute;
    left: 6%;
    bottom: 0;
    margin: auto;
    background-size: contain;
    background-position: center;
    cursor: pointer;
}


.video-of-the-week .video-box .iframe-wrap {
        width: 100%
    }

.video-of-the-week .video-box .video-wrapper {
        width: 100%
    }



.video-of-the-week .video-box .iframe-wrap {
    height: 174px;
    width: 310px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    position: relative;
    z-index: 2;
    overflow: hidden;
    display: flex;
    align-content: center;
    align-items: center;
    cursor: pointer
}

.video-of-the-week .video-box .iframe-wrap .layer-div {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 4
}

.video-of-the-week .video-box .iframe-wrap iframe {
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0
}

.video-of-the-week .video-box .iframe-wrap .playpause {
    background-image: url('/wp-content/themes/bunny28/assets/images/icons/play.png');
    background-repeat: no-repeat;
    width: 13%;
    height: 46%;
    position: absolute;
    left: 6%;
    bottom: 0;
    margin: auto;
    background-size: contain;
    background-position: center;
    cursor: pointer;
    display: none
}

.video-of-the-week .video-box .video-img {
    margin: 0 auto
}

.video-of-the-week .video-box p {
  text-align: center;
  color: #545353;
    padding-top: 12px;
 font-family:'Noto Sans', sans-serif; 
}


footer {
width: 100%;
margin-bottom: 50px;
    font-family:'Noto Sans', sans-serif; 
    font-size: 0.9em;
    }

footer a {
  color: #000;
}

footer .site-info {
    width: 1172px;
    margin: 0 auto; 
    text-align: center;
}

footer .copyright {
  float: left;
  padding-right: 20px;
}

footer .site-info ul {
    list-style: none; 
}

footer .site-info ul li {
    float: left;
  padding-right: 20px;}


/* ARCHIVE PAGE */



/* POST PAGE */



img.postmainimg {
background-size: 770px auto;
width: 770px;
height: 400px;
}


#column_container.Lifehacks img.postmainimg {
/*  width: 400px;
  max-width: 400px;
  height: 400px;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  margin: 20px 185px 20px 185px; */
  display: none;
  margin-top: 20px;
}

.postpage p {
  margin: 20px 0px;

}

.postpage p a {
  color: #1c69b6;
}

.postpage p a:hover {
  color: #000;
}



.entry-content img {
  width: 100%;
  max-width: 770px;
  height: auto;
}

.postpage .tags {
 font-family:'Noto Sans', sans-serif; 
  text-align: center;
  text-transform: uppercase;
 color: #ccc;
 font-size: 12px;
 border-top: 1px solid #ccc;
 padding-top: 15px;
} 


.postpage .tags a {
 color: #000;
} 


.article-author-box {
background-color: #f9f9f9;
border: 1px solid #dedede;
padding: 29px;
margin-top: 30px;
}

.article-author-box .author-img {
width: 150px;
height: 150px;
margin-right: 27px;
}

.article-author-box .author-details {
width: 71%;
}


.article-author-box .item {
display: inline-block;
vertical-align: top;
}

.article-author-box .author-details h3 a {
color: #206bb8;
font-size: 22px;
font-weight: 400;
padding-top: 4px;
padding-bottom: 8px;
 font-family:'Noto Sans', sans-serif; 
}

.article-author-box .author-details h3 a:hover {
color: #284f84;
}

.article-author-box .author-details p {
color: #000;
font-size: 14px;
 font-family:'Noto Sans', sans-serif; 
font-weight: 300;
line-height: 20px;
padding-bottom: 0px;
margin: 10px 0px 0px 0px;
}

.article-author-box .author-social ul {
  list-style: none;
  padding: 0px;
}

.article-author-box .author-social ul li {
  float: left;
  font-size: 2em;
  margin-right: 20px;
}

.article-author-box .author-social ul li a {
  color: #000;
}

.article-author-box .author-social ul li a:hover {
color: #284f84;
}


.heateor_sss_sharing_container {
  position: relative;
  top: -20px;
}


.heateorSssTotalShareCount,
.heateorSssTotalShareText {
  color: #000;
}



.postpage .entry-content>br {
  display: none;
}

.postpage .entry-content p:first-of-type {
  margin-top: 0px;
}

.yuzo_related_post a.yuzo__text--title {
 font-family:'Noto Sans', sans-serif; 
 font-size: 22px;
 padding-bottom: 17px;
}

.yuzo_related_post a.yuzo__text--title:hover {
  text-decoration: underline;
}

.yuzo_related_post .yuzo_text {
font-size: 15px;
line-height: 1.2;
}


.yuzo_related_post {
  margin-bottom: 10px;
}

figure {
  width: 100% !important;
  max-width: 100% !important;
  margin: 0px;
  padding: 0px;
}




/* SLIDESHOW PAGE */


#column_container.Slideshow img.postmainimg {
  display: none;
}

#column_container.Slideshow #column2 {
  display: none;  
}


#column_container.Slideshow #column1 {
    float: left;
    margin: 10px 0px 0px 0px;
    width: 100%;
}


#column_container.Slideshow .entry-content img {
  max-width: 100%;
}

#column_container.Slideshow .metaslider {
  margin: 0px auto;
}

#column_container.Slideshow .heateor_sss_sharing_container {
  top: 0px;
}

 
#column_container.Slideshow .metaslider.ms-theme-outline .rslides .caption-wrap {
  position: static;
  background: initial;
  color: #000;
  opacity: 1;
}


#column_container.Slideshow .metaslider.ms-theme-outline a.rslides_nav {
  top: 50px;
  opacity: 1;
}

#column_container.Slideshow .metaslider .rslides_nav:hover {
  border: 2px solid #91d9f8;
}

/* SLIDESHOW 2.5 */

.photocredits {
  font-size: 0.8em;
  padding-top: 20px;
}



/* comments */

#comments {
 border: 1px solid #f2f2f2;
margin-bottom: 30px;
padding: 20px;
}


#comments textarea {
width: 688px;
min-height: 162px;
resize: none;
overflow: auto;
padding: 14px 15px;
margin: 0 0 0px 0px;
color: #222;
font-size: 15px;
outline: 0;
height: 40px;
background: #fff;
border: 1px solid #e5e5e5;
border-radius: 0;
box-shadow: none;
}


#comments input[type=text], #comments input[type=email] {
padding: 14px 15px;
margin: 0 30px 20px 0;
color: #222;
font-size: 15px;
width: 310px;
outline: 0;
height: 40px;
background: #fff;
border: 1px solid #e5e5e5;
border-radius: 0;
box-shadow: none;
float: left;
}

#comments input[type=email] {
margin: 0 0px 20px 0;
}


h2.comments-title {
font-family:'Noto Sans', sans-serif; 
   font-weight: 600;
  font-size: 36px;
  margin-bottom: 10px;
}

p.comment-notes {
  color: #999;
 font-family:'Noto Sans', sans-serif; 
 margin: 0px;
 font-size: 0.8em;
}

.comment-respond label {
display: none;
}


#comments input[type=submit] {
font-size: 12px;
 font-family:'Noto Sans', sans-serif; 
 line-height: 1;
font-weight: 600;
font-family: inherit;
padding: 14px 25px;
height: 40px;
display: inline-block;
cursor: pointer;
outline: 0;
text-transform: uppercase;
text-decoration: none;
text-shadow: none!important;
text-align: center;
overflow: hidden;
border: 0;
border-radius: 0;
color: #fff;
}





input[type=submit]:not(.transparent-white):not(.transparent-black) {
background: #000;
}

.discussion-meta {
  display: none;
}


ol.comment-list {
  list-style: none;
     font-family:'Noto Sans', sans-serif; 
}

ol.comment-list article {
  margin: 10px 0px 10px 0px;

}

footer.comment-meta {
  margin-bottom: 10px;
}

ol.comment-list article p {
  margin: 0px;
}

ol.comment-list img.avatar {
  float: left;
  margin-right: 20px;
background: url(https://i2.wp.com/bunnyears.com/wp-content/uploads/2018/02/bunny-logo-FB-ICON.jpg?fit=56%2C56&ssl=1) no-repeat;
}

ol.comment-list .screen-reader-text {
  display: none;
}

ol.comment-list .comment-metadata {
}

ol.comment-list .comment-metadata a {
  color: #999;
}

ol.comment-list .comment-content {

}


ol.comment-list .comment-reply {
  font-size: 0.8em;
  border-bottom: 1px solid #eaeaea;
  padding-bottom: 15px;
margin-bottom: 15px;
}

ol.comment-list .comment-reply a {
  color: #000;
}

.comment-form-flex h2.comments-title {
  display: none;
}

/* Search results */

.pagination h2.screen-reader-text {
  display: none;
}

.nav-links {
  font-size: 15px;

}

.nav-links a {
  color: #000;
}

.nav-links a:hover {
  color: #284f84;
  text-decoration: underline;
}


.nav-links .svg-icon {
  padding-top: 5px;
}


.searchpage article img {
float: right;
}

.pagepage h1.entry-title,
.searchpage h1.page-title {
  margin-bottom: 20px;
  text-align: center;
}

.pagepage h2 {
  margin: 10px 0px 10px 0px;
}

.pagepage p {
  margin: 10px 0px 10px 0px;
}


/* mobile menu */


.topnav {
  overflow: hidden;
  background-color: #4CAF50;
  z-index: 100;
  width: 100%;
}

.topnav a {
  float: left;
  display: block;
  color: #f2f2f2;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
  font-size: 17px;
}

.topnav a.image {
padding: 0px 20px 0px 10px;
}

.topnav a:hover {
  background-color: #91d9f8;
  color: white;
}

.active {
  background-color: #91d9f8;
  color: white;
}

.topnav .icon {
  display: none;
  padding-right: 20px;
}


.topnav {
  display: none;
}



/* image page */



.imagepage .nav-previous a .post-title {
margin-top: 30px;
font-size: 30px; 
font-weight: 700;
font-family:'Noto Sans', sans-serif; 
text-decoration: none;
padding-bottom: 15px;
color:#000; 
}



.imagepage .entry-content img {
 max-width: 100%;
}


.imagepage  #comments {
  padding-left: 200px;
}


.wp-block-gallery.columns-5 .blocks-gallery-image, .wp-block-gallery.columns-5 .blocks-gallery-item {
margin-right: 16px;
}


.wp-block-gallery .blocks-gallery-item {
flex-grow: 0 !important;
}

.wp-block-gallery .blocks-gallery-item figcaption {
padding: 40px 0px 5px 0px;
}


.imagepage .post-navigation h2 {
  display: none;
}




/* COMIC INDEX PAGE */


.comic-grid-container {
  display: grid;
  grid-template-columns: 33% 33% 33%;
}

.comic-grid-item {
  padding: 10px 20px;
  margin: 20px;
  text-align: center;
    border: 1px solid #eee;
}

.comic-grid-item:hover {
background-color: #eee;
}


.comic-grid-item img:hover {
cursor: pointer;
}


.modal {
  display: none;
  position: fixed;
  z-index: 1000;
  padding-top: 10px;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: #fff;
}


.modal-content {
  position: relative;
  background-color: #fff;
  margin: auto;
  padding: 0;
  width: 90%;
  height: 80vh;
}


.close {
  color: #000;
  position: absolute;
  top: 10px;
  right: 25px;
  font-size: 35px;
  font-weight: bold;
}

.close:hover,
.close:focus {
  color: #999;
  text-decoration: none;
  cursor: pointer;
}


.mySlides {
  display: none;
}

#myModal .prev,
#myModal .next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  padding: 16px;
  margin-top: -50px;
  color: #000;
  font-weight: bold;
  font-size: 20px;
  transition: 0.6s ease;
  border-radius: 0 3px 3px 0;
  user-select: none;
  -webkit-user-select: none;
}

#myModal .next {
  right: 0;
  border-radius: 3px 0 0 3px;
}

#myModal .prev:hover,
#myModal .next:hover {
  background-color: rgba(0, 0, 0, 0.8);
}



#myModal .row > .column {
  padding: 0 8px;
}

#myModal .row:after {
  content: "";
  display: table;
  clear: both;
}

#myModal .column {
  float: left;
  width: auto;
  padding-right: 20px; 
}

#myModal .column img {
  width: 50px;
  height: 50px;
}


.numbertext {
  color: #020202;
  font-size: 12px;
  padding: 8px 12px;
  position: absolute;
  top: 0;
}

#shareLinks a {
  color: #000;
  font-size: 30pt;
  padding: 20px;
}

#shareLinks a:hover {
  color: #ccc;
  text-decoration: underline;
}


.caption-container {
  text-align: center;
  background-color: #fff;
  padding: 2px 16px;
  color: #000;
}

img.demo {
  opacity: 0.6;
}

.comictitle {
  font-weight: bold; 
  padding-bottom: 5px;
}

.comicdate {
  font-size: 0.6em; 
  text-transform: uppercase;
}

.active,
.demo:hover {
  opacity: 1;
}

img.hover-shadow {
  transition: 0.3s;
}

.hover-shadow:hover {
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.bigcomic {
              max-height: 75vh;
            max-width: 90vw;
            margin: auto;

}


/* COMIC PAGE */

.imagepage .heateor_sss_sharing_container {
  display: none !important;
  background-color: #f00;
}

.imagepage .heateorSssClear {
  display: none !important;
}

.imagepage #shareLinks {
  text-align: center;
  padding: 0px;
}

.imagepage #shareLinks a {
  color: #000;
  font-size: 30pt;
  padding: 20px;
}

.imagepage #shareLinks a:hover {
  color: #ccc;
  text-decoration: underline;
}

.imagepage #wrapper.imagepage h1 {
  padding: 10px 0px 20px 0px;
}

.imagepage #wrapper.imagepage br {
    display: none;
}

.imagepage #wrapper.imagepage .nav-links {
  font-size: 16px;
  padding-top: 10px;
}











@media screen and (max-width: 1172px) and (min-width: 600px) {
/* ************************************* tablet or small browser ***************************** */



figure {
  width: 90%;
  margin: 0px;
  padding: 0px;
}


iframe.youtube-player.lazy-loaded,
.postpage .embed-youtube,
.postpage iframe.youtube-player {
width: 100%;
max-width: 100%;
}





#comments textarea {
width: 90%;
max-width: 90%;
}

  #menu_container {
      width: 100%;
  }


  .menu-left-menu-container>ul {
    padding-left: 20px;
  }

  .menu-right-menu-container>ul {
    padding-right: 20px;
  }


  #column_container {
      width: 100%;
  }


  #column1 {
      width: 60%;
  }

  #column2 {
      width: 35%;
  }




.top-story-text h3 a {
font-size: 32px; 
}

.top-story::after {
background-image: linear-gradient(to left, transparent 0%, black 100%);
}


.large-post {
    width: 95%;
    padding: 10px 10px;
}

.large-post img {
  width: 95%;
  height: auto;
}

.large-post h3 {
margin-top: 0px;
}

.grid-item img {
  width: 100%;
  height: auto;
  background-size: cover;
}

#searchbox input[type=text] {
width: 55%;
}


.twofer {
  grid-column-gap: 10px;
  grid-row-gap: 20px;
}

.cat-stories, .side-cat-stories  {
  grid-column-gap: 10px;
}

.cat-stories .cat-story img,
.side-cat-stories .cat-story img {
margin-right: 10px;
}

.cat-stories .cat-story h5,
.side-cat-stories .cat-story h5 {
  margin-top: 5px;
  font-size: 0.9em;
}


.bunnyad img {
  width: 100%;
  height: auto;
}

.video-of-the-week .video-box .video-wrapper,
.video-of-the-week .video-box .iframe-wrap  {
    height: auto;
    width: 80%;
}

footer .site-info {
    width: 100%;
}

.postpage img {
  max-width: 100%;
  height: auto;
}

.heateor_sss_sharing_container {
position: relative;
top: 0px;
margin: 10px 0px 10px 0px;
}

a.yuzo__text--title {
clear: both;
}

img.postmainimg {
  max-width: 100%;
  height: auto;
  background-size: 100% auto;
  background-repeat: no-repeat;
}




#column_container.Lifehacks img.postmainimg {
  width: 400px;
  height: 400px;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  margin: 0 0 0 10px;
}



}


@media only screen and (max-width: 600px) {
  /*  ///////////////////////////////////////////// For mobile: /////////////////////////////////////////////  */

h4 {
  padding-bottom: 10px;
}

#wrapper {
  margin-top: 30px;
}

figure {
  width: 100%;
  margin: 0px;
  padding: 0px;
}

iframe.youtube-player.lazy-loaded,
.postpage .embed-youtube,
.postpage iframe.youtube-player {
width: 100%;
max-width: 100%;
}



#comments textarea {
width: 90%;
max-width: 90%;
}

#menu_container_container {
  display: none;
}

.topnav {
width: 100%;
  background-color: #91d9f8;
  display: inline-block;
  position: fixed;
  top: 0px;
  right: 0px;
   opacity: 0.95;
}

  .topnav a:not(:first-child) {display: none;}

.topnav form  {display: none;}

  .topnav a.icon {
    float: right;
    display: block;
  }

  .topnav.responsive {position: fixed;}

  .topnav.responsive .icon {
    position: absolute;
    right: 0px;
    top: 0;
  }

  .topnav.responsive form {
    float: none;
    display: block;
    text-align: left;
  }




    .topnav.responsive form  input[type=text] {
  background-color: white;
  background-image: url('/wp-content/themes/bunny28/assets/search.png');
  background-size: 20px 20px;
  background-position: 10px 10px; 
  background-repeat: no-repeat;
  padding: 5px 5px 5px 40px;
    border: 1px solid #ccc;
  height: 30px;
width: 260px;
  font-family: 'Noto Sans', sans-serif;
  font-size: 1.1em;
  color: #5b5b5b;
}

    .topnav.responsive form   input[type=submit] {
    padding:5px 15px; 
    height: 40px;
    background:#41147f; 
    border:0 none;
    cursor:pointer;
    -webkit-border-radius: 0px;
    border-radius: 0px; 
    color: #fff;
    position: relative;
    top: -2px;
}



  .topnav.responsive a {
    float: none;
    display: block;
    text-align: left;
  }

#searchbox {
  display: none;
}

#column_container {
    width: 95%;
    margin: 0 0 0 0;
}

#column1 {
    width: 100%;
    padding: 0px 10px;
    margin: 10px 0px 0px 0px;
}

#column2 {
    width: 100%;
}


.excerpt {
  color: #000;
}

.top-story {
   height:300px;
}

.top-story-inside {
  height: 300px;
width: 100%;
 background-size: auto;
 background-attachment: fixed;
  background-position: bottom right; 
}

.top-story::after {
background-image: linear-gradient(to left, transparent 0%, black 100%);
  margin-top: -300px;
  height: 300px;
}


.top-story-text {
height: 240px;
padding: 16px 16px 16px 16px;
width: 75%;
}

.top-story-text h3 a {
font-size: 28px; 
width: 100%;
}


.top-story .readmore {
  display: none;
}


.line-text-header {
padding-top: 13px;
padding-bottom: 0px;
}



.large-post {
  border-top: 1px #cecece solid;
  margin: 20px 0px 0px 0px;
    padding: 10px 0px 0px 0px;
    width: 100%;
}

.large-post img {
  width: 150px;
  height: 150px;
  margin: 0px 0px 10px 10px;
  float: right;
  background-position: center;
}

.large-post h3 {
margin-top: 0px;
font-size: 25px;
line-height: 1.2;
}

.twofer {
  display: inline-block;
  padding-bottom: 20px;
}

.twofer .grid-item {
  margin-top: 10px;
  border-top: 1px #cecece solid;
  padding-top: 10px;
  min-height: 150px;
}


.twofer .grid-item  img {
  width: 150px;
  height: 150px;
  margin: 0px 0px 10px 10px;
  float: right;
  background-position: center;
}

.cat-stories {
padding-bottom: 20px;
padding-right: 10px;
}

.cat-stories, .side-cat-stories  {
    display: inline-block;
}

.cat-stories .top-cat-story,
.side-cat-stories .top-cat-story {
  width: 100%;
  }

  .cat-stories .cat-story,
.side-cat-stories .cat-story {
min-height: 60px;
}

.top-cat-story img {
  width: 100%;
  height: 200px;
}

  .cat-stories .cat-story img {
    width: 50px;
    height: 50px;
    margin: 10px;
  }



.video-of-the-week {
display: none;
}


  .bunnyad img {
    width: 100%;
    height: auto;
  }

.lifehack img {
  width: 100%;
  height: auto;
}    

.mtphr-dnt {
  display: none;
}

img.postmainimg {
  max-width: 100%;
  height: auto;
  background-size: 100% auto;
  background-repeat: no-repeat;
}

.heateor_sss_sharing_container {
position: relative;
top: 0px;
margin: 10px 0px 10px 0px;
}

.postpage img {
  max-width: 100%;
  height: auto;
}

a.yuzo__text--title {
clear: both;
}


.article-author-box .author-details {
width: 40%;
}



footer .site-info {
    width: 100%;
}


/* COMIC */

.comic-grid-item {
  padding: 5px;
  margin: 5px;
  border: 0px solid #000;
}

.comictitle {
  font-weight: bold;
  font-size: 0.7em;
  padding-bottom: 5px;
}

.comicdate {
  display: none;
}

.bigcomic {
width: 80vw;
            max-width: 80vw;
            margin: 30px 0px 0px 0px;
max-height: none; 
}


.modal-content {
  margin: 0;
  padding: 0;
  width: 100%; 
  height: auto;
}


.close {
z-index: 1000;
  top: 0px;
  right: 10px;
}





.Lifehacks img.postmainimg {
  width: 100%;
  height: auto;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  margin: 0;
}

  

}
