
/* ------ Blog Home Styles ------ */
/* previous & next buttons */
#content .page_c .prev{
  border: 1px solid #70117b;
  border-radius: 18px 0 0 18px;
  color: #fff;
}
#content .page_c .next{
  background: #fff;
  border: 1px solid #70117b;
  border-radius: 0 18px 18px 0;
  color: #fff;
}
/* read article buttons */
.read-article{
  background: #111;
  color: white;
  font-weight: bold;
  padding: 5px 15px;
  border-radius: 15px;
  transition: .3s all;
}
.read-article:hover{
  color: #fff;
  background-color: #A44CAE;
}

/* ------ Blog Article Page Styles ------ */

/* link underline */
#content .blog_blk .rte a {
  text-decoration: underline;
}
/* Article title */
#content .container .title h1{
  font-size: 40px;
  letter-spacing: 0.5px;
}
#content .blog_c .blog_blk .rte h1>span{
 letter-spacing: 0.5px; 
}
/* Article Paragraphs */
#content .blog_c .blog_blk p {
  font-size: 22px !important;
  line-height: 29px;
  letter-spacing: 0.5px;
}
/* Bullet List */
#content .blog_c .blog_blk ul{
  list-style: disc;
  background-color: #f4f4f4; 
  padding: 15px;
  border-radius: 18px;
}
/* Bullet List Element */
#content .blog_c .blog_blk ul>li{
  font-size: 21px !important; 
  list-style: disc !important;
  padding-left: 20px;
  margin-bottom: 10px;
}
/* Bullet List Bullet Point */
/*#content .blog_c .blog_blk ul>li::before {
  content: "•"; 
  color: darkgrey;
  font-size: 26px;
}*/
/* Tag List Background */
#content .blog_c .blog_blk .tag_c ul{
  padding: 15px 0 0 15px;
}
/* Tag list Bullet Style*/
#content .blog_c .blog_blk .tag_c ul>li::before{
 display:none; 
}
/* Social Sharing Buttons */
#content .tag_c div.share div.social-sharing ul{
 background: none; 
}
#content .tag_c div.share div.social-sharing ul li a{
 height: 40px;
  width: 40px;
  line-height: 40px;
}
/*.fa-facebook{
 color: #3b5988; 
}
.fa-twitter{
 color: #00aced; 
}
.fa-google-plus{
 color: #dd4b39; 
}
.fa-pinterest{
 color: #cb2027; 
}*/
/* Article Header 1 */
#content .blog_c .blog_blk .rte h1{
  font-family: Roboto, sans-serif;
  color:  #373737;
  font-size: 37px;
  letter-spacing: 0.5px;
}
/* Article Header 2 */
#content .blog_c .blog_blk .rte h2{
  font-family: Roboto, sans-serif;
  font-size: 32px;
  color:  #373737;
}
/* Article Header 3 */
#content .blog_c .blog_blk .rte h3{
  font-family: Roboto, sans-serif;
  color:  #373737;
  letter-spacing: 0.5px;
}
/* Article Header 4 */
#content .blog_c .blog_blk .rte h4{
  font-family: Roboto, sans-serif;
  color:  #373737;
  letter-spacing: 0.5px;
}
/* Article Header 5 */
#content .blog_c .blog_blk .rte h5{
  font-family: Roboto, sans-serif;
  color:  #373737;
  letter-spacing: 0.5px;
}

/* Quotation before Block Quote */
/*#content blockquote::before {
content: "”";
font-size: 4em;
left: 0.25em;
position: absolute;
}*/
/* Block Quote */
#content blockquote{
  background-color: rgb(242, 242, 242) !important;
  font-style: italic;
  margin: 0;
  padding: 5px 16px 5px 64px !important;
  position: relative;
  border-radius: 18px;
}
/* Body without specified paragraph */
#content .blog_blk .rte{
  font-size: 22px !important;
  line-height: 31px;
  letter-spacing: 0.5px;
}
/* Pro Tips */
protips{
  font-family: ProximaNovaLight, "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 26px;
  letter-spacing: 0.5px;
  color: #70177b;
  background-color: #f4f4f4;
  border-radius: 18px;
  font-weight: bold;
  display: flex;
  flex-direction: row;
  padding: 10px;
}
protips>h3{
  font-family: ProximaNovaLight, "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif !important;
  font-size: 26px !important;
  letter-spacing: 0.5px;
  margin: 0 !important;
  color: #70177b !important;
  display:inline;
  width: 16%;
}
protips>div{
 width: 84%; 
}
protips li{
  color: #70177b !important;
  margin-left: 0 !important;
}
@media (max-width: 1200px){
  protips>h3{
   width: 20% 
  }
  protips>div{
   width: 80%; 
  }
}
@media(max-width: 991px){
 	 protips>h3{
   width: 30% 
  }
  protips>div{
   width: 70%; 
  }
}
@media (max-width: 768px){
  protips{
   flex-direction: column; 
  }
 protips>h3{
   width: 100%;
 }
  protips>div{
   width:100%; 
  }
}



/******SIDEBAR******/
.sidebar .side_box{
 margin: 0; 
}
/*SEARCH BAR*/
.blog-search-container{
  width: 300px;
  height: 84px;
  margin-bottom: 35px;
}
.blog-search-header{
  font-family: Open Sans;
  font-style: normal;
  font-weight: normal;
  line-height: normal;
  font-size: 14px;
  text-transform: uppercase;

  color: #000000;
  margin-bottom: 15px;
}
.blog-search-container .search_box{
  width:225px;
  float:left; 
}
.blog-search-container .search_box input {
  border-radius: 18px 0 0 18px !important;
  border-right: none !important;
}
.blog-search-container button{
  width: 75px;
  height: 45px;
  background: #373737;
  border-radius: 0px 18px 18px 0px;
  color: #fff;
  transition: .3s all;
}
.blog-search-container button:hover{
  color: #fff;
  text-decoration: none;
  background-color: #70117b;

}
#content .frm .txtbox, #content .sidebar .txtbox{
  height: 45px;
  border: 1px solid #70177b;
  border-radius: 35px;
  background-color: #fff;
}
.blog-btn-search-submit{
  width:20% !important; 
  display: inline-block !important;
  background: #70177b;
  border-radius: 0px 2px 2px 0px;
}
.sameHeight_columns .email_box button{
 top: 5px; 
}
.sameHeight_columns .email_box input{
 background-color: #e5e5e5; 
}
.sameHeight_columns .email_box button span{
  color: #70177b;
  font-size: 1.3em;
  transition: .3s all;
}
.sameHeight_columns .email_box button span:hover{
  color: #A44CAE;
  transform: scale(1.5);
}
#newsletter-container{
  padding: 10px;
  background: #f4f4f4; 
  box-shadow: 0 2px 2px rgba(11, 25, 28, 0.1);
}
#newsletter-container h5{
 text-align: center; 
  padding: 0;
}
#newsletter-container .email_box{
 padding: 0; 
}

/*SEARCH BAR END*/

/*PRODUCT*/
.sidebar-product-container{
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 300px;
  height: 300px;
  text-align: center;
  border: 1px #e5e5e5 solid;
  border-radius: 18px;
  margin-bottom: 15px;
}
.sidebar-product-container>h5{
  padding: 0 !important;
}
.sidebar-product-image{
  border: 1px #e5e5e5 solid;
  border-radius: 18px;
  width: 125px;
  margin: 0 auto;
  position:relative;
}
.sidebar-product-title{
  min-height: 60px;
}
.sidebar-product-reviews{
 	min-height: 25px; 
}
.sidebar-product-btn{
  width: 100px;
  height: 30px;
  background-color: #70117b;
  color: #fff;
  border-radius: 18px;
  padding: 5px 15px;
  margin: 10px auto 0 auto;
}
.sidebar-product-btn:hover{
  background-color: #A44CAE;
  color: #fff;
}
.sidebar-product-price-slash{
  color: #FF0000;
  text-decoration: line-through;
  padding-left: 10px;
}
.myImage{
 min-height:100px;
  max-width:100px;
}
.slider-btn{
  position:absolute;
  top: 35px;
  font-size: 28px;
  cursor: pointer;
  user-select: none;
  transition: .1s all;
}
.slider-btn:hover{
 transform: scale(1.5);
  color: #A44CAE; 
}
#leftButton{
  left: -80px;
}
#rightButton{
  right: -80px;
}

/*PRODUCT END*/

/*CATEGORIES*/
li.sidebar-cat{
  border: none !important; 
}
/*.sidebar-cat-holder{
 max-height: 275px;
  overflow-y: auto;
}*/
.sidebar-cat{
  width: 100%; 
}
.sidebar-cat a{
  font-family: Open Sans;
  font-style: normal;
  font-weight: bold !important;
  line-height: normal !important;
  font-size: 18px !important;
  color: #000 !important;
  text-decoration: none !important; 
  position:relative;
  left: 0;
  transition: .3s all;
  border-radius: 15px !important;
  background: linear-gradient(90deg, rgba(220, 220, 220, 0.5), rgba(150, 150, 150, 0.5)) !important;
  box-shadow: 0 2px 2px rgba(11, 25, 28, .12);
	
}
.sidebar-cat a:hover {
  color: #a44cae !important;
  //left:10px;
}
li.sidebar-cat{
  display: flex !important;
  padding: 0 !important;
  margin-bottom: 8px !important;
}
.sidebar-cat span{
  width: 100px !important;
  background-color: #373737;
  padding: 13px;
  text-align: center;
  font-style: italic;
  color: white;
  border-radius: 0 18px 18px 0;
}
.sidebar-cat>div{
  width: 100%;
  background-size: cover !important;
}
.sidebar-cat div a{
  padding: 13px 0px 12px 21px !important;
  width: 100% !important;
}
.post-count{
 display: inline-block;
  float:right;
  padding-right: 15px;
}
/*END CATEGORIES*/

/*RECENT POSTS*/
.sidebar .side_box_2 ul li .post_detail{
  float: none;
  width: auto;
}
.sidebar .side_box ul li div.post_detail a{
  color: black; 
}
.sidebar .side_box ul li:not(:last-child){
  border-bottom: 1px solid #000; 
}
.sidebar .side_box ul li{
  background-color: #fff !important; 
}
/*END RECENT POSTS*/



/*END SIDEBAR*/


.sidebar .side_box{
  width: 300px;
  box-shadow: none;
}
.blog_blk div.rte{
  min-height: 100px;
}
.title_right {
  display:none;
}
.fa:before {
  margin:auto;
}
#content .page_c{
  box-shadow: none; 
}
#content .page_c ul li{
  border: none; 
}
#content .page_c ul li:last-child{
  border-right: none; 
}
@media (max-width: 800px) {
  #content .blog_blk .box {
    margin-bottom: 0;
  }
}
#content .blog_c .blog_blk h1 {
  font-size: 36px;
}

#content .blog_c .blog_blk blockquote p {
  color: #000;
}

#content .blog_blk .rte a h2{
  margin-top: 10px; 
  margin-bottom: 0;
}
#content{
  padding-top: 0; 
}
#content .blog_c .blog_blk .main-blog h2{
  font-size: 36px !important;
}
/*#content .blog_c .blog_blk h2{
  font-size: 18px;
  margin-top: 10px;
  margin-bottom: 0;
  font-weight: 700;
}*/
#content .blog_c .blog_blk li{
  font-size: 16px !important; 
}
.blog-info-container{
  min-height: 125px; 
  display:flex;
  flex-direction: column;
}
.blog-info-category-container {
  display:flex;
  justify-content: space-between;
}

.category-description{
  margin-bottom: 10px; 
}
#content .tag_c ul li a{
  color: #0000cc; 
}
.blog-info-container div{
  padding-top: 5px;
  padding-bottom: 2px;
}

.read-article-container{
  display: inline-block;
  text-align: right;
}
.read-article-container-nocat{
  display: inline-block;
  text-align: right;
  float: right;
  width: 145px;
}
@media (max-width: 768px){
 .read-article-container-nocat{
   width: 180px;
 }
}
.category-links{
 padding-top: 0 !important;
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}
.category-link-container{
  display: inline-block;
  margin-right: 5px;
}
.category-link{
  color: #70117b;
  font-weight: 700;
}
.blog-info-title{
  min-height: 75px;
}
.subcategories{
  padding: 0; 
}
.subcategories .col-md-6:nth-child(3), .subcategories .col-md-6:nth-child(5) {
  clear: both;
}
.master-image{
  max-height:  340px !important;
}
.minion-image{
  max-height: 159px !important; 
}


.side_box ul{
  padding: 0 !important; 
}

.blog-info-title a:hover{
  text-decoration: underline !important; 
}

.breadcrumb{
  margin-top: 15px;
}
/*HEADER STYLING*/
.header-image{
  width: 100%;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.65) 0%, rgba(0, 0, 0, 0.65) 100%), url('/cdn/shop/t/45/assets/blog_header_image?v=7913513029450033461632161742') no-repeat center; 
    background-size: cover;

    /*position: -webkit-sticky; 
    position: sticky;
    top: 0;
    z-index:999;*/
animation: fadein 1s;
    -moz-animation: fadein 1s;
    -webkit-animation: fadein 1s; 
    -o-animation: fadein 1s; 
    }
.header-container{
  display: flex;
  flex-direction: column;
  justify-content: center;
  color: white;
  text-align: center;
  font-family: Open Sans;
  font-style: normal;
  line-height: normal;
  height: 450px;
  padding: 75px 8% 85px;
  max-width: 1420px;
  margin: 0 auto;
}
.header-h1{
  text-transform: uppercase;
  font-weight: 200;
  font-size: 58px;
}
.header-h2{
  font-weight: bold;
  font-size: 24px;
  color: #E5E5E5;
  margin-bottom: 20px;
}
.sidebar h5{
  padding: 10px 0 5px 0;
  border: none;
}
.sidebar>div{
 margin-bottom: 10px !important;
}
.header-button{
  background-color: #70117B;
  border-radius: 18px;
  color: white;
  text-decoration: none; 
}
.header-form-container{

  background-color: white;
  border-radius: 18px;
  width: 300px;
  margin: 0 auto;
  display:flex;
  margin-bottom: 10px;
}
.header-form-container input{
  width: 200px;
  padding: 10px;
  border:none;
  border-radius:18px;
  color:black;
}
.header-form-container button{
  width: 100px;
  padding: 10px;
  background-color: #70117b;
  border-radius: 0 18px 18px 0;
  color: white;
  transition: .3s all;

}
.header-form-container button:hover{
  background-color: white;
  color: #70117b;
  text-decoration: none;
}


/* POPULAR SECTION */
.popular{
  padding: 0 !important;
  width: 100% !important;
}
.popular a{
  padding: 0 !important;
  width: 100% !important;
  white-space: normal !important;
}
.popular a:hover{
  background: none !important;
}
.popular span:hover{
  text-decoration: underline !important;
}
.popular span{
  color: black !important;
  width: 100% !important;
  font-weight: 600;
  font-size: 16px;
}
.popular-seperator{
  width: 100%;
  border: 1px solid #c4c4c4; 
  height: 0px;
  margin-bottom: 17px;
  margin-top: 14.5px;
}
#content .box{
  border: none;
}
#content .blog_blk{
  box-shadow: none;
}
#content .blog_blk .rte .pull-left a, #content .blog_blk .rte .pull-right a {
  background-image:none;
}
#content .blog_c .blog_blk .rte ul{
  margin-bottom: 10px;
  /*padding-left: 0;*/
}
#content .blog_blk a button {
  background: #70177b;
  border: 1px solid #70177b;
  color: #000000;
  border-radius: 4px;
  padding: 15px 45px;
  font-weight: 600;
}
#content .blog_blk a button:hover {
  color: #333;
}
#content .blog_blk a button:active {
  box-shadow: inset 0 3px 5px rgba(0,0,0,.125);
}
/* VIDEO LINK */
.blog-video-link img{
  width: 100% !important;
}
.blog-video-link span{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: black;
  background: rgb(255,255,255,0.75);
  padding: 15px;
  font-weight: bold;
  font-size: 16px;
}
/*STICKY HEADER*/
.megamenu{
 z-index:999; 
}
#header-email-image{
  height:100px;
  position: fixed;
  z-index: 10;
  top: 45px;
}
.header-email-container{
  position: fixed;
  top: 45px;
  flex-direction: row;
  justify-content: center;
  display: flex;
  color: white;
  text-align: center;
  font-family: Open Sans;
  font-style: normal;
  line-height: normal;
  height: inherit;
  width: 100%;
  
}
.center{
  align-self: center; 
  margin-left: 20px;
}
.header-email-h1{
  font-size: 48px;
  text-transform: uppercase;
}
.header-email-form-container{
 background-color: white;
  border-radius: 18px;
  width: 300px;
  margin: 0 auto;
  display:flex; 
  
}
.header-email-form-container input{
  width: 200px;
  padding: 10px;
  border:none;
  border-radius:18px;
  color:black;
}
.header-email-form-container button{
  width: 100px;
  padding: 10px;
  background-color: #70117b;
  border-radius: 0 18px 18px 0;
  color: white;
  transition: .3s all;

}
.header-email-form-container button:hover{
  background-color: white;
  color: #70117b;
  text-decoration: none;
}
.sidebar-stuck{
  position:fixed;
 top:150px !important; 
}

@keyframes fadein {
    from {
        opacity:0;
    }
    to {
        opacity:1;
    }
}
@-moz-keyframes fadein { /* Firefox */
    from {
        opacity:0;
    }
    to {
        opacity:1;
    }
}
@-webkit-keyframes fadein { /* Safari and Chrome */
    from {
        opacity:0;
    }
    to {
        opacity:1;
    }
}
@-o-keyframes fadein { /* Opera */
    from {
        opacity:0;
    }
    to {
        opacity: 1;
    }
}
@media screen and (max-width: 1260px){
 .header-email-h1{
  font-size: 32px;
 }
}
@media screen and (max-width: 800px){
  .sidebar{
   display:none; 
  }
  #header-email-image{
   display:none !important; 
  }
}
@media screen and (max-width: 320px){
 	.header-form-container{
     width:100%; 
    }
}
