/** Shopify CDN: Minification failed

Line 904:2 Comments in CSS use "/* ... */" instead of "//"
Line 1058:0 Unexpected "}"
Line 3571:4 Expected identifier but found "*"
Line 3797:0 Expected "}" to go with "{"

**/
/* Typography */
@font-face {
    font-family: 'pt_sansregular';
    src: url('../eot/pt-sans.regular-webfont.eot');
    src: url('../eot/pt-sans.regular-webfontd41d.eot?#iefix') format('embedded-opentype'),
         url('../woff2/pt-sans.regular-webfont.woff2') format('woff2'),
         url('../woff/pt-sans.regular-webfont.woff') format('woff'),
         url('../ttf/pt-sans.regular-webfont.ttf') format('truetype'),
         url('../svg/pt-sans.regular-webfont.svg#pt_sansregular') format('svg');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'PT Sans Narrow';
    src: url('../eot/pt-sans-narrow-regular-webfont.eot');
    src: url('../eot/pt-sans-narrow-regular-webfontd41d.eot?#iefix') format('embedded-opentype'),
         url('../woff2/pt-sans-narrow-regular-webfont.woff2') format('woff2'),
         url('../woff/pt-sans-narrow-regular-webfont.woff') format('woff'),
         url('../ttf/pt-sans-narrow-regular-webfont.ttf') format('truetype'),
         url('../svg/pt-sans-narrow-regular-webfont.svg#pt_sans_narrowregular') format('svg');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'PT Sans Narrow Bold';
    src: url('../eot/pt-sans-narrow-bold-webfont.eot');
    src: url('../eot/pt-sans-narrow-bold-webfontd41d.eot?#iefix') format('embedded-opentype'),
         url('../woff2/pt-sans-narrow-bold-webfont.woff2') format('woff2'),
         url('../woff/pt-sans-narrow-bold-webfont.woff') format('woff'),
         url('../ttf/pt-sans-narrow-bold-webfont.ttf') format('truetype'),
         url('../svg/pt-sans-narrow-bold-webfont.svg#pt_sans_narrowbold') format('svg');
    font-weight: normal;
    font-style: normal;

}


@font-face {
    font-family: 'PT Sans Caption';
    src: url('../eot/pt-caption-webfont.eot');
    src: url('../eot/pt-caption-webfontd41d.eot?#iefix') format('embedded-opentype'),
         url('../woff2/pt-caption-webfont.woff2') format('woff2'),
         url('../woff/pt-caption-webfont.woff') format('woff'),
         url('../ttf/pt-caption-webfont.ttf') format('truetype'),
         url('../svg/pt-caption-webfont.svg#pt_sans_captionregular') format('svg');
    font-weight: normal;
    font-style: normal;

}


@font-face {
    font-family: 'pt_sans_captionbold';
    src: url('../eot/pt-sans.caption-bold-webfont.eot');
    src: url('../eot/pt-sans.caption-bold-webfontd41d.eot?#iefix') format('embedded-opentype'),
         url('../woff2/pt-sans.caption-bold-webfont.woff2') format('woff2'),
         url('../woff/pt-sans.caption-bold-webfont.woff') format('woff'),
         url('../ttf/pt-sans.caption-bold-webfont.ttf') format('truetype'),
         url('../svg/pt-sans.caption-bold-webfont.svg#pt_sans_captionbold') format('svg');
    font-weight: normal;
    font-style: normal;

}


@font-face {
    font-family: 'alluraregular';
    src: url('../eot/allura-regular-webfont-webfont.eot');
    src: url('../eot/allura-regular-webfont-webfontd41d.eot?#iefix') format('embedded-opentype'),
         url('../woff2/allura-regular-webfont-webfont.woff2') format('woff2'),
         url('../woff/allura-regular-webfont-webfont.woff') format('woff'),
         url('../ttf/allura-regular-webfont-webfont.ttf') format('truetype'),
         url('../svg/allura-regular-webfont-webfont.svg#alluraregular') format('svg');
    font-weight: normal;
    font-style: normal;

}


@font-face {
  font-family: 'BebasNeue';
  src: url('../eot/bebasneued41d.eot?#iefix') format('embedded-opentype'),  url('../otf/bebasneue.otf')  format('opentype'),
         url('../woff/bebasneue.woff') format('woff'), url('../ttf/bebasneue.ttf')  format('truetype'), url('../svg/bebasneue.svg#BebasNeue') format('svg');
  font-weight: normal;
  font-style: normal;
}
  /* cart Icon Styles */

.cart-icon {
    width: 30px;
  margin-right:20px;
}

.cart-icon .icons {
    float: left;
    width: 28px;
    height: 30px;
    margin: 0 0 0 3px;
    padding: 0;
    font-size: 0;
    line-height: 0;
    background-repeat: no-repeat;
    background-position: top center;
    -webkit-transition: all ease 0.3s;
    -moz-transition: all ease 0.3s;
    -o-transition: all ease 0.3s;
    -ms-transition: all ease 0.3s;
    transition: all ease 0.3s;
}

.cart-icon .cart {
    background-image: url('../png/carticon.png');
}

.cart-icon .cart:hover {
    background-position: bottom center;
}
.top-search-news {
    display: flex;
    align-items: center;
}

.top-search-news form {
    margin-bottom: 0 !important;
}


@media only screen and (max-width: 600px) {
.res-menu-icon {
    padding: 10px 5px!important;
}

  .icons-cont {
    float: left!important;
}

  #res-header .row .icons-cont {
    display: flex;
    align-items: center;
}
  #res-header .row {
    display: flex;
    align-items: center;
}
}
    /* Generic Styles */

body {
    background-color: #fff;
    margin: 0;
    padding: 0;
    font-family: 'pt_sansregular';
    font-size: 15px;
    color: #666666;
    overflow-x: hidden;
}

p {
    margin: 0 0 15px 0;
    color: #87a2a5;
    font-family: 'pt_sansregular';
    font-size: 19px;
    line-height: 27px;
}

img {
    max-width: 100%;
}

.no-padding {
    padding: 0;
}

input, textarea, select, button {
    outline: none;
}

a, button{
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

a:hover, a:focus {
    text-decoration: none;
}

input[type="submit"].btn, button.btn, input.btn--secondary, a.btn--secondary{
    background-color: #b760e6;
    font-family: 'pt_sans_captionbold';
    font-size: 16px;
}

input[type="submit"].btn:hover, button.btn:hover, input.btn--secondary:hover, a.btn--secondary:hover{
    background-color: #FF48A3;
}

.template-index .main-content, .main-content {
    margin-top: 40px;
}

.container, .container-fluid {
    transition: all .5s ease-out;
}

/*
@media screen and (min-width: 1200px){
  .container {
    padding: 0 30px;
  }
}*/

@media screen and (min-width: 992px){
    .container {
        /*width: 960px;*/
        /*padding: 0;*/
    }
}

.wrapper {
    max-width: none;
    padding: 0;
}
    /* Header */

#header .user-account {
    width: auto;
    float: left;
    font-family: 'PT Sans Narrow Bold';
    font-size: 18px;
    line-height: 30px;
    text-align: center;
    text-transform: capitalize;
}

#header .user-account a {
    color: #65BEC5;
    text-decoration: none;
}

#header .user-account a.signup {
    color: #666666;
}

.top-header {
    padding: 28px 0;
    height: 95px;
}

#header .top-links {
    float: right;
}

#header .top-links a {
    padding: 9px 10px;
    font-family: 'PT Sans Narrow Bold';
    font-size: 18px;
    color: #424849;
    text-transform: uppercase;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-weight: 800;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    -webkit-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}
#header .top-links a:first-child {
	padding-left: 0;  
}

#header .top-links a:hover {
    color: #b760e6;
}

#header .logo {
    margin: 0;
    padding: 0;
    float: left;
    width: 300px;
    text-align: left;
}

#header .logo a {
    width: 100%;
    display: inline-block;
}

#header .social-search {
    width: 28%;
    float: right;
}

#header .social_links {
    float: right;   
}

.social_links .icons {
    float: left;
  	width: 28px;
    height: 23px;
    margin: 0 0 0 3px;
    padding: 0;
    font-size: 0;
    line-height: 0;
    background-repeat: no-repeat;
    background-position: top center;
    -webkit-transition: all ease 0.3s;
    -moz-transition: all ease 0.3s;
    -o-transition: all ease 0.3s;
    -ms-transition: all ease 0.3s;
    transition: all ease 0.3s;
}

.social_links .fb {
    background-image: url('../png/facebook.png');
}

.social_links .twt {
    background-image: url('../png/twitter.png');
}

.social_links .igm {
    background-image: url('../png/instagram1.png');
}

.social_links .utube {
    background-image: url('../png/youtube1.png');
}

.social_links .pinsterest {
    background-image: url('../png/pintrest.png');
}
.cart-link .icons.cart {
    background-image: url('../png/cart-icon.png');
}

.social_links .icons:hover {
    background-position: bottom center;
}

#header .search-box {
    text-align: right;
    clear: both;
  	margin: 0;
    float: left;
  
}

#header .search-box form{
    margin-bottom: 10px;
}

#header input.txtboxs, #res-header input.txtboxs {
  background-color: #fff;
    border: 1px solid #DFE0E5;
    height: 40px;
    margin: 0;
    padding: 0 20px;
    width: 250px;
    outline: none;
    display: inline-block;
    border-radius: 25px;
  	background: url(../jpg/search-icon.jpg) no-repeat scroll center right 25px;
}

#res-header input.txtboxs {
  width: 100%;
      background: #fff;
}

#header input.txtboxs:active, #header input.txtboxs:focus,
#res-header input.txtboxs:active, #res-header input.txtboxs:focus{
    border-color: #ff48a3;
  box-shadow: 0 1px 4px 0 rgba(255, 72, 163, 0.1), 0 4px 10px 0 rgba(255, 72, 163, 0.1);
}

#header .header-bar__search-form input[type="submit"] {
    display: none;
}

#res-header {
    display: none;
}

#header .newsletterButton,
footer .newsletterButton{
    float: right;
    background-color: #FF48A3;
    box-shadow: 0 1px 4px 0 rgba(255, 72, 163, 0.3), 0 4px 10px 0 rgba(255, 72, 163, 0.3);
    color: #fff;
    padding: 8px 24px;
    font-size: 16px;
    text-transform: uppercase;
    border-radius: 25px;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    -webkit-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    font-family: 'PT Sans Narrow Bold';
    letter-spacing: 1px;
    margin-left: 15px;
    font-weight: normal;
}

#header a.newsletterButton:hover,
footer .newsletterButton:hover{
  background-color: #b760e6;
  box-shadow: 0 1px 4px 0 rgba(183, 96, 230, 0.3), 0 4px 10px 0 rgba(183, 96, 230, 0.3);
  color: #fff;
}

.bottom-header {
    height: 92px;
    padding: 15px 0;
    border-top: 1px solid #dfeaea;
    border-bottom: 1px solid #dfeaea;
}

    /* Menus*/

.menu_wrapper {
    float: right;
    width: calc(100% - 310px);
    margin: 0 auto;
    padding: 0;
    font-family: 'PT Sans Narrow Bold';
    background-size: cover;
    text-align: right;
    padding-left: 00px;
    padding-top: 19px;
}

.menu_wrapper .nav {
    width: calc(100% - 300px);
    margin: 0;
    padding: 0;
    float: left;
    list-style: none;
    text-align: right;
}

.menu_wrapper .nav li {
    float: none;
    display: inline-block;
    position: relative;
}

.menu_wrapper .nav .site-nav__dropdown li {
    width: 100%;
    text-align: center;
}

.menu_wrapper .nav > li > a {
    padding-bottom: 33px;
}

.menu_wrapper .nav li a {
    display: block;
    margin: 0;
    padding: 0 10px;
    line-height: 24px;
    font-family: 'PT Sans Narrow Bold';
    font-size: 18px;
    color: #424849;
    text-decoration: none;
    text-transform: uppercase;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    -webkit-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

.menu_wrapper .nav .site-nav__dropdown li a {
    line-height: 40px;
}

.site-nav__link .icon-arrow-down {
    color: #FF48A3;
}

.menu_wrapper .nav li.site-nav--active a {
    color: #b760e6;
    text-decoration: none;
}

.menu_wrapper .nav  li:hover > a span span {
    color: #909191;

}

.menu_wrapper .nav  li.active a, 
.menu_wrapper .nav  li.current-menu-item a, 
.menu_wrapper .nav  li:hover > a, 
.menu_wrapper .nav  li a:hover {
    color: #b760e6;
    text-decoration: none;
      background-color: transparent;
}

.menu_wrapper .enter_site {
    float: left;
    width: 30%;
    margin: 0;
    padding: 0;
    font-size: 20px;
    line-height: 75px;
    text-align: right;
}

.menu_wrapper .enter_site a {
    color: #FF48A3;
    text-decoration: underline;
    padding: 0 0 0 20px;
}

.menu_wrapper .enter_site a:first-child {
    padding-left: 0;
}

.menu_wrapper .shopcart a:first-child {
    background: url('../png/cart-icon.png') no-repeat left 20px transparent;
    display: inline-block;
    padding: 0 0 0 40px;
    text-decoration: none;

}
.view_cart_link {
    background: transparent url("../png/cart-icon.png") no-repeat scroll left center / contain;
}

    /* Responsive Header */

#res-header {
    height: 90px;
    background-color: #f9f9f9;
    margin: 0 0 15px; 
}

#res-header .logo {
    width: auto;
    height: 90px;
    padding: 10px 0;
}

#res-header .logo a {
    display: block;
    position: relative;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
}

#res-header .logo a img {
    width: 200px;
    height: auto;
    max-width: none;
}

.icons-cont  {
    float: right;
}   

.res-search-icon, .res-menu-icon {
    float: left;
}

.res-search-icon {
    padding: 30px 10px 33px;
}

.res-menu-icon  {
    padding: 32px 10px 35px;
}

.res-search-icon a {
    background: url("../png/search-icon.png") no-repeat transparent;
    background-position: top center;
    display: block;
    width: 26px;
    height: 27px;
    -webkit-transition: all ease 0.3s;
    -moz-transition: all ease 0.3s;
    -o-transition: all ease 0.3s;
    -ms-transition: all ease 0.3s;
    transition: all ease 0.3s;
}

.res-menu-icon a {
    background: url("../png/res-menu-icon1.png") no-repeat transparent;
    background-position: top center;
    display: block;
    width: 26px;
    -webkit-transition: all ease 0.3s;
    -moz-transition: all ease 0.3s;
    -o-transition: all ease 0.3s;
    -ms-transition: all ease 0.3s;
    transition: all ease 0.3s;
    height: 23px;
}

.res-search-icon a:hover, .res-search-icon a.active,
.res-menu-icon a:hover, .res-menu-icon a.active {
    background-position: bottom center;
}

.res-menu {
    background-color: #f9f9f9;
    padding: 0;
    border-top: 1px solid #adafb2;
}

.res-menu .container {
    padding: 0;
}

.res-menu form {
    position: relative;
    margin: 15px 30px 0 30px;
}

.res-menu form input[type='text'] {
    background-color: #fff;
    width: 100%;
    font-size: 20px;
    color: #666666;
    font-family: 'PT Sans Narrow';
    border: 10px solid #70cbd2;
    border-radius: 2px;
    padding: 16px 20px 13px;
    outline: none;
}

.res-menu form input[type='submit'] {
    background: url("../png/search-icon.png") no-repeat transparent;
    background-position: top center;
    border: none;
    width: 26px;
    height: 27px;
    outline: none;
    position: absolute;
    right: 25px;
    top: 6px;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    text-indent: 999px;
}

.res-menu form input[type='submit']:hover {
    background-position: bottom center;
}

.res-menu .account-menu {
    text-align: center;
}

.res-menu .account-menu p {
    font-size: 18px;
    border-bottom: 1px solid #70cbd2;
    margin-bottom: 7px;
    padding: 0 0 8px 0;
    font-family: 'PT Sans Narrow Bold';
}

.res-menu .account-menu p a {
    color: #70cbd2;
}

.res-menu .account-menu p a:hover {
    text-decoration: none;
}

.res-menu .nav {
    padding: 0;
    text-align: left;
    margin-bottom: 0;
}

.res-menu .nav li:first-child {
    border: none;
}

.res-menu .nav li {
    list-style: none;
    border-top: 1px solid #ddd;
    padding: 4px 22px 0;
}

.res-menu .nav li a {
    display: block;
  line-height: 24px;
    font-family: 'PT Sans Narrow Bold';
    font-size: 18px;
    color: #424849;
    text-decoration: none;
    text-transform: uppercase;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    -webkit-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

.res-menu .nav li a:hover {
  color: #b760e6;
}

.res-search, .res-menu {
    display: none;
    position: absolute;
    z-index: 9999;
    width: 100%;
}

#res-header .social_links {
    text-align: center;
    margin: 0 0 20px 0;
}

#res-header .social_links a {
    float: none;
    display: inline-block;
}
/** 404 Page **/

.error-404-page {
    text-align: center;
    background: #666666;
    padding: 15px 20px;
    border-radius: 20px;
    width: 60%;
    margin: 0 auto 35px auto;
}

.error-404-page h1,
.error-404-page p{
    color: #fff;
}

.error-404-page a {
    color: #b760e6;
}
    
    /* Main Banners */

.slider-wrapper {
    margin: 0 0 20px;
    border: none;
}

.slider-wrapper img {
    -webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.65);
    -moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.65);
    box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.65);
}

.slider-wrapper .img-cap {
    width: 75%;
    background-color: rgba(255, 203, 5, 0.90);
    text-align: center;
    position: absolute;
    top: 80px;
    display: block;
}

.slider-wrapper .img-cap h3 {
    font-size: 2em;
    line-height: 1.4em;
    color: #4b4b4b;
    text-transform: uppercase;
    font-weight: normal;
    margin: 7px 0 3px 0;
    font-family: 'PT Sans Narrow';
}

.ban-lg-rgt .slider-wrapper .img-cap {
    right: 0;
    bottom: 10px;
    top: auto;
    width: 75%;
    background-color: transparent;
    text-align: right;
    padding: 0 18px 0 0;
}

.ban-lg-rgt .slider-wrapper .img-cap h2 {
    font-size: 4em;
    color: #fff;
    line-height: 100%;
    font-family: 'PT Sans Narrow Bold';
    margin: 0;
}

.ban-lg-rgt .slider-wrapper .img-cap h2 span {
    color: #b760e6;
}

    /* Category Section */

h2.sec-title {
    color: #424849;
    font-size: 40px;
    margin: 1px 0 4px 0;
    text-align: center;
    font-family: 'BebasNeue';
}
.trend-sec .crl-banner-home h2.remove-h2-bg{
 	background:none !important; 
	padding-right: 0 !important;
}
.trend-sec h2 {
    margin-bottom: 25px;
    background: url(../png/head-bg.png) no-repeat scroll center/cover;
    padding: 20px 0 15px;
    color: #fff;
   	font-size: 45px;
}

.trend-sec .img-wraper {
    max-height: inherit;
}

.img-wraper {
    position: relative;
    cursor: pointer;
    margin-bottom: 20px;
  	max-height: 360px;
    overflow: hidden;
    min-height: 275px;
}

.post-sec .img-wraper {
    min-height: 330px;
}

.post-sec .img-wraper .images-div {
    max-height: 308px;
    overflow: hidden;
    min-height: 275px;
}

.rte .sponsor-sec-small {
    margin-top: 25px;
}

.sponsor-sec-small .img-wraper {
    position: relative;
    cursor: pointer;
    margin-bottom: 20px;
    margin-top: 20px;
    max-height: inherit;
    overflow: hidden;
    min-height: inherit;
}

.sponsor-sec-small h2 {
    color: #b760e6;
    font-size: 40px;
    text-align: center;
}

.template-product .img-wraper { 
    max-height: none;
}

.team-member .img-wraper {
    max-height: none;
  	cursor: default;
}

#meet-the-team .team-member .img-wraper {
    max-height: 360px;
}

.img-wraper img {
    width: 100%;
    height: auto;
    max-width: 700px;
  	margin: 0;
}

.flexslider .slides img {
    width:auto;
  //height: 100%;
}

.img-wraper .img-cap-lab {
    position: absolute;
    text-align: center;
    top: 20px;
    background-color: rgba(247, 249, 247, 0.90);
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    -webkit-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    height: 34px;
    padding: 0 8px;
    overflow: hidden;
    width: 100%;
}

#cbg-tv .img-wraper .img-cap-lab{
    display: none;
}

.img-wraper .img-cap-lab h4 {
    font-family: 'PT Sans Narrow Bold';
    font-size: 16px;
    color: #737373;
    line-height: 2.2em;
    margin: 0;
    text-transform: uppercase;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  opacity: 0;
}

.template-collection .img-wraper .img-cap-lab h4, .template-product .img-wraper .img-cap-lab h4 { 
    opacity: 1;
}

.img-wraper .img-desc {
    width: 100%;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    -webkit-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    bottom: 0;
}

.img-wraper .img-desc h3,
.video-wraper .video-detail h5{
    color: #FF48A3;
    font-size: 20px;
    font-family: 'PT Sans Narrow';
    margin: 0;
    text-align: center;
    line-height: 22px;
    padding: 15px 0 5px 0;
    overflow: hidden;
    letter-spacing: 0px;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    -webkit-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    text-overflow: ellipsis;
    white-space: nowrap;
}


.lynn-sec img, .chan-sec img {
    max-width: 100%;
    height: auto;
}

.lynn-sec h2, .chan-sec h2 {
    margin-bottom: 25px;
      color: #b760e6;
}
/* ---------------------my css---------------------- */
p.blog-tags {
    text-transform: capitalize;
}
.overlay {
  font-family: 'PT Sans Narrow';
  position: absolute; 
   bottom: 0;
  background: rgb(0, 0, 0);
  background: #FF48A3; 
  color: #ff1f11; 
  width: 100%;
  transition: .5s ease;
  opacity:0;
  color: white;
  font-size: 20px;
  padding: 20px;
  text-align: center;
} 
.press-articles .overlay-1, .press-articles .overlay-2{

  font-family: 'PT Sans Narrow';
  position: absolute; 
  bottom: 20px;
  background: #FF48A3; 
  color: #ff1f11; 
  width: calc(100% - 20px);
  transition: .5s ease;
  opacity:0;
  color: white;
  font-size: 20px;
  padding: 20px;
  text-align: center;
}

.press-articles .img-wraper-1:hover .overlay-1{
    opacity: 1;
}
.press-articles .img-wraper-2:hover .overlay-2{
    opacity: 1;
}
.container.press-articles {
    margin-bottom: 100px;
}
* {box-sizing: border-box;}
.img-wraper:hover .overlay {
  opacity: 1;
}
.bg_image{
	    max-height: none;
}

.recent_row li:nth-child(16){
  				   
     				padding-left:0px;
  
}

.post-link .img-wraper{
 						    min-height: 294px; 
}
.cbg-videos-parent li .img-wrape{
 							min-height: 320px; 
}
.remov_margin .img-wraper{
 				    margin-bottom:0px; 
}
.bottom_margin .overlay {
    						bottom: 110px;
      padding: 10px 0 10px 0px;
}


  
}
.bottom_margin1 .overlay {
 							bottom: 45px; 
  							    
}
.diy-sec .overlay {
    bottom: 45px;
}

.bg_bottom .overlay {
    bottom: 60px;
}
.recent-padding .overlay{
 						    padding: 23px; 
}
.lynn-wrapper .img-wraper {
    margin-bottom: 20px;
    min-height: 265px;
}

.lynn-wrapper .img-wraper > a {
    /* min-height: 275px; */
    max-height: `;
    margin-bottom: 0px;
}
.chan-wrapper .img-wraper {
    margin-bottom: 20px;
    min-height: 265px;
}

.chan-wrapper .img-wraper > a {
    /* min-height: 275px; */
    max-height: `;
    margin-bottom: 0px;
}
/* .bites .img-wraper img {
    width: auto;
} */
.blog-sec ul li.item {
    max-height: 376px;
}
.mast-img .img-wraper {
    max-height: none;
}
.mast-img img {
    display: block;
    /* margin-left: auto; */
    margin-left: auto;
    margin-right: auto;
}
.video_ptage{
  font-size: 1.1em;
    color: #FF48A3;
/*     text-align: right; */
    font-family: 'PT Sans Narrow';
    margin: 2px 0 22px 0;
    font-weight: 500;  
}
.blog-sec ul li a img {
    max-height: 276px;
}
.max_width img {
    max-width: none;
}
.bottom_margin .img-wraper::before, .prod-img::before {
  						height: 60%;
}
.bottom_margin1 .img-wraper::before, .prod-img::before {
  						    height: 83%;
}
/* ---------------------my css End---------------------- */

.lynn-sec {
  	padding-top: 50px;
    padding-bottom: 30px;
}
.chan-sec {
    padding-top: 50px;
}
.diy-sec {
    background: url(../png/diy-bg.png) no-repeat scroll center/cover;
    padding: 35px 0;
      margin: 30px 0 0;
}
.diy-sec .video-wraper a {
    margin-bottom: 0;
}
.diy-sec h2 {
	font-size: 35px;
  	color: #fff;
      padding-top: 100px;
}

.family-sec {
    background: #f9f9f9;
    padding: 50px 0; 
}

.family-sec img, .party-sec  img {
	width: 100%;
}

.party-sec {
  padding: 50px 0; 
}

.family-sec h2.sec-title:before,
.party-sec h2.sec-title:before {
    border-top: 1px solid #CBD8D8;
    content: '';
    width: calc(100% - 320px);
    height: 1px;
    display: block;
    position: absolute;
    top: 27px;
}

.party-sec h2.sec-title:before {
   width: calc(100% - 320px);
   right: 0;
}

.family-sec h2.sec-title {
    text-align: right;
    position: relative;
}

.party-sec h2.sec-title {
    text-align: left;
    position: relative;
}

.family-vids .video-wraper a, .party-sec .video-wraper a{
  	margin-bottom: 0;
    max-height: 150px;
    overflow: hidden;
    margin-top: 15px;
}

.col-cus-5 {
    position: relative;
    min-height: 1px;
    padding-left: 10px;
    padding-right: 10px;
    float: left;
    width: 50%;
}

.seemore-sec {
    background: url(../png/seemore-bg.png) no-repeat scroll center/cover;
    padding: 50px 0;
  	margin: 0 0 30px;
}

.seemore-sec h2 {
    color: #fff;
    margin-bottom: 30px;
}

.seemore-item img {
    width: 100%;
}

.seemore-item {
    background: #fff;
    text-align: center;
     -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    -webkit-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

.seemore-item h3 {
  	color: #424849;
    font-size: 30px;
    line-height: 25px;
    margin: 0;
    padding: 28px 0 24px;
    text-align: center;
    font-family: 'BebasNeue';
}

.seemore-item:hover {
    background: #bb5ee2;
}

.seemore-item:hover h3 {
    color: #fff;
}

.recent-sec .img-wraper .img-desc h5 {
    text-align: left;
    padding-top: 10px;
    color: #B760E6;
}

.recent-sec .img-wraper .img-desc h3, .recent-sec .video-wraper .video-detail h5 {
    color: #424849;
    font-size: 26px;
    margin: 1px 0 4px 0;
    text-align: center;
    font-family: 'BebasNeue';
    text-align: left;
    padding-top: 0;
}

.recent-sec .img-wraper:hover .img-desc, .recent-sec .img-wraper:hover .img-cap-lab {
    background-color: transparent;
}

.recent-sec .img-wraper {
    margin-top: 20px;
}

.recent-sec {
 margin-top: 50px;  
}

.recent-sec .img-wraper:hover .img-desc h5, .recent-sec .img-wraper:hover .img-cap-lab h4, .recent-sec .img-wraper:hover .img-desc h3 {
    color: #B760E6;
}

.recent-sec .img-wraper .feature-img {
    max-height: 280px;
}

.img-wraper .img-desc h5, .video-wraper .video-detail h5 {
	color: #7F7E7F;
    font-size: 16px;
    font-family: 'PT Sans Narrow';
    margin: 0;
    text-align: center;
    padding: 10px 0;
}

.img-wraper .img-desc h5 {
    text-transform: capitalize;
    padding: 2px 0 15px;
    color: #7F7E7F;
    font-size: 16px;
    font-family: 'PT Sans Narrow';
    margin: 0;
    text-align: center;
}

.post-sec .img-wraper .img-desc h5 {
	padding: 7px 0 7px;
}

.post-sec .img-wraper {
	max-height: inherit;
}

.sponsor-sec {
    margin-top: 40px;
}

.img-wraper a:hover, .img-wraper a:focus {
    text-decoration: none;
}

.img-wraper:hover .img-desc, .img-wraper:hover .img-cap-lab {
    background-color: rgb(255, 72, 163);
}

.img-wraper:hover .img-desc h5, .img-wraper:hover .img-cap-lab h4, .img-wraper:hover .img-desc h3 {
    color: #fff;
}

    /* Video Section */

.video-wraper a {
    display: block;
    position: relative;
    max-height: 265px;
    overflow: hidden;
    margin-bottom: 20px;
}

.video-wraper a img {
    width: 100%;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    margin-bottom: 0;
}

.video-wraper  .play {
    background: url("../png/play-btn.png") no-repeat transparent;
    background-position: top center;
    height: 66px;
    left: 50%;
    position: absolute;
    top: 50%;
    width: 65px;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
}

.video-wraper:hover .play {
    background-position: bottom center;
}

.video-wraper:hover img {
    opacity: 0.7;
}

.video-wraper .video-detail h5 {
    text-align: left;
    line-height: 20px;
    font-size: 16px;
}

    /* Video Modal Window */

.modal-content {
	border: none;
    border-radius: 0;
    margin-top: 25px;
    background: url(../png/newsletter-bg.png) no-repeat scroll top center/cover;
}

.modal-header {
    position: absolute;
    top: 5px;
    right: 5px;
    border: 0;
    padding: 5px;
    z-index: 9999;
}

.modal-header .close {
    text-shadow: none;
    opacity: 1;
    color: #70cbd2;
    border-radius: 0;
    outline: none;
    width: 20px;
    height: 20px;
    line-height: 20px;
  	background: url(../png/close.png) no-repeat;
    background-size: cover;
    text-indent: -99999px;
    border: none;
    background-color: transparent;
}

/* .modal-content .modal-body p {
    display: none;
    
} */


    /* Search Section */


.search-sec {
    /*background: url( "search-sec-bg.jpg") no-repeat transparent;
    background-size: 100% 100%;*/
    margin: 20px 0;
}

.search-sec form {
    position: relative;
    margin: 0;
}

.search-sec form input[type='text']{
    background-color: #fff;
    width: 100%;
    font-size: 20px;
    color: #666666;
    font-family: 'PT Sans Narrow';
    border: 10px solid #70cbd2;
    border-radius: 2px;
    padding: 16px 20px 13px;
    outline: none;
    margin: 0;
}


.search-sec form input[type='submit'] {
    background: url( "../png/search-icon.png" ) no-repeat transparent;
    background-position: top center;
    border: none;
    width: 26px;
    height: 27px;
    outline: none;
    position: absolute;
    right: 29px;
    top: 25px;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.search-sec form input[type='submit']:hover {
    background-position: bottom center;
}

    /* Creative Inspiration Section */

.creative-sec h2.sec-title {
    text-align: center;
    margin: 22px 0 18px 0;
}

.creative-sec h6.search-notes {
    text-align: center;
    margin: 0 0 22px;
}

.creative-sec h6.search-notes strong {
    color: #FF48A3;
}

.creative-sec .center-block {
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.creative-sec .post-wraper {
    position: relative;
    margin-bottom: 20px;
    clear: both;
}

.creative-sec .img-wraper .img-cap-lab {
    position: absolute;
    background-color: rgba(255, 203, 5, 0.90);
    top: 15px;
    width: auto;
    padding: 4px 20px;
}

.creative-sec .img-wraper .img-cap-lab h4 {
    margin: 0;
    font-size: 16px;
    color: #fff;
    font-family: 'PT Sans Narrow';
    text-transform: uppercase;
    line-height: 24px;
    opacity: 1;
}

/*.creative-sec .img-wraper img {
    width: auto;
}*/

.creative-sec .img-wraper .img-desc {
    background-color: rgba(112, 203, 210, 0.9);
    position: absolute;
    bottom: 15px;
    padding: 20px 11px 12px 12px;
    border-left: 6px solid #efb806;
    width: 84%;
}

.creative-sec .img-wraper .img-desc h3 {
    margin: 0 0 12px 0;
    font-size: 1.6666667em;
    color: #fff;
    line-height: 1em;
    font-family: 'PT Sans Narrow';
    padding: 0;
    text-align: left;

}

.creative-sec .img-wraper .img-desc h5 {
    font-size: 1.1em;
    color: #fff;
    font-family: 'PT Sans Narrow';
    margin: 0;
    padding: 0;
    text-align: left;
    text-transform: capitalize;
}

#post-more {
    display: block;
    clear: both;
    width: 100%;
    margin: 30px auto;
    border: none;
    outline: none;
    background-color: #70cbd2;
    color: #fff;
    font-size: 24px;
    font-weight: 100;
    padding: 7px 0 6px;
    line-height: 46px;
    text-transform: uppercase;
    float: none;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

#post-more:hover {
    background-color: rgba(255, 203, 5, 0.90);
}

    /* Shop Page */


.shop-banner h2.sec-title {
    color: #b760e6;
    margin-top: 5px;
    text-align: center;
}

.shop-banner .slider-wrapper {
    box-shadow: none;
    margin: 0;
}

.shop-banner .slider-wrapper .slides img {
    box-shadow: none;
}

.shop-banner .slides li .play {
    background: url( "../png/play-icon-lg.png" ) no-repeat transparent;
    background-position: top center;
    height: 94px;
    left: 50%;
    position: absolute;
    top: 50%;
    width: 94px;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
}

.shop-banner .slides li:hover .play {
    background-position: bottom center;
}

.shop-banner h5 {
    font-size: 1.67em;
    color: #FF48A3;
    text-align: right;
    font-family: 'PT Sans Narrow';
    margin: 6px 0 20px 0;
    font-weight: 500;
}

.cat-sec a {
    text-decoration: none;
    padding-bottom: 0;
}

.cat-sec .img-wraper {
    margin-bottom: 16px;
    max-height: none;
}

.cat-sec .img-wraper .prod-img {
    max-height: 300px;
    overflow: hidden;
/*   min-height: 300px; */
}

.cat-sec .img-wraper .img-desc {
    background: transparent;
    position: static;
      padding: 0;
}

.cat-sec .img-wraper .img-desc h5 {
    font-size: 1.67em;
    color: #FF48A3;
    font-weight: 500;
    text-align: left;
    line-height: 28px;
    margin: 6px 0 0 0;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.cat-sec .img-wraper .img-desc h6 {
    font-size: 1.47em;
    line-height: 1.15em;
    color: #666666;
    font-family: 'PT Sans Narrow Bold';
    margin: 0;
    text-align: left;
}

.fav-five hr {
    clear: both;
    border-color: #e6e6e6;
    margin: 4px 0 0 0;
}

.fav-five h2.sec-title {
    font-weight: 500;
    text-transform: capitalize;
    font-family: 'PT Sans Narrow';
    margin: 13px 0 5px 0;
}

.fav-five .fav-item p {
    font-size: 20px;
    line-height: 24px;
    color: #666666;
    font-weight: 500;
    margin: 15px 0;
}

.fav-five .fav-item a:hover, .fav-five .fav-item a:hover p {
    text-decoration: none;
    color: #FF48A3;
}


    /* Product Single Page */

.rel-products-list .img-wraper .img-desc h5 {
    font-size: 1.67em;
    color: #FF48A3;
    font-weight: 500;
    text-align: left;
    padding: 8px 0;
    line-height: 30px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  
}

.rel-products-list .img-wraper .img-desc h6 {
    font-size: 1.47em;
    line-height: 1.15em;
    color: #666666;
    font-family: 'PT Sans Narrow Bold';
    margin: 0;
    text-align: left;
}

.rel-products-list .img-wraper .img-desc {
    background: transparent;
    position: static;
  padding: 0;
}

.product-single h1 {
    color: #FF48A3;
    font-size: 2.34em;
    font-family: 'PT Sans Narrow Bold';
    text-transform: uppercase;
    margin: 0px 0 10px 0;
}

.product-single__price {
    font-size: 1.47em;
    line-height: 1.15em;
    color: #666666;
    font-family: 'PT Sans Narrow Bold';
    margin: 0;
}

.vendor-title {
    font-family: 'PT Sans Narrow';
    font-size: 22px;
    color: #737373;
    line-height: 0.9em;
    margin: 0;
    text-transform: uppercase;
    padding-bottom: 5px;
}

    /*press page*/
#press .popup-signup, #press .sep {
    display: none;
}
.secondery-nav hr {
    border-bottom: #a6a6a6 solid 1px;
    margin: 0 0 20px 0;
    padding: 15px 0 0 0;
  border-top: 0;
}

.secondery-nav h5 {
    font-weight: normal;
    font-size: 60px;
    line-height: 66px;
    margin: 0px;
    font-family: alluraregular;
  	color: #b760e6;
}

.merchant-menus {
    float: right;
    margin-top: 28px;
}

.merchant-menus a {
    color: #FF48A3;
    text-decoration: none;
    font-size: 20px;
    font-family: 'PT Sans Narrow Bold';
    border-left: 1px solid #ccc;
    padding: 0 11px;
}

.merchant-menus a:first-child {
    border: none;
}

.new-wrap-heading {
    font-size: 18px;
    padding: 10px 0px;
    text-align: left;
    color: #999;
    font-weight: 600;
    line-height: 20px;
}

.new-wrap-heading img {
    vertical-align: middle;
    padding-right: 5px;
}

p.press-pragraph {
    font-size: 14px;
    color: #666666;
    margin-top: 18px;
}

p.press-pragraph a {
    color: #666;
    text-decoration: underline;
}


.tv-sec h2 {
	color: #b760e6;
    font-size: 40px;
    text-align: center;
}

/* .video-sec {
    padding: 10px;
} */

.post-sec {
    margin: 30px 0;
}

.press-main-sec .post-sec .img-wraper {
    padding: 10px;
    border: 1px solid #ddd;
    box-shadow: 0 0 4px #dedede;
    min-height: 400px;
}

.press-main-sec .post-sec .img-wraper .img-desc {
        padding: 0;
    left: 0;
}

.press-main-sec .post-sec .img-wraper .img-desc h5 {
        padding: 6px 0 6px;
}

.press-main-sec .images-div img {
    height: auto;
}

.press-main-sec .images-div {
    height: 383px;
    overflow: hidden;
}
    /* Blog Page */

.pagination-links {
    clear: both;
}

.pagination-custom>li>a.page-link, .pagination-custom>li>span.page-link {
    background-color: #b760e6;
    border-radius: 3px;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    margin: 3px 4px 0;
    color: #fff;
    padding: 4px 10px;
    font-size: 15px;
}

.pagination-custom>li.active>span.page-link, .pagination-custom>li>a.page-link:hover {
    background-color: #FF48A3;
}

.pagination-custom .next-link, .pagination-custom .prev-link {
    background-color: #b760e6;
    font-family: 'pt_sans_captionbold';
    font-size: 16px;
    color: #fff;
    padding: 7px 15px;
    border-radius: 3px;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.pagination-custom .disabled .next-link, .pagination-custom .disabled .prev-link {
    opacity: 0.5;
  color: #fff;
}

.pagination-custom .next-link:hover, .pagination-custom .prev-link:hover {
    background-color: #FF48A3;
}

.pagination-custom .disabled .next-link:hover, .pagination-custom .disabled .prev-link:hover {
    background-color: #b760e6;
}

.blogdet_container h4 {
    color: #FF48A3;
    font-size: 2.34em;
    font-family: 'PT Sans Narrow Bold';
    text-transform: uppercase;
    margin: 5px 0 4px 0;
}
.sidebar h4 {
    font-size: 20px;
}
.blogdet_container .sidebar h4 {
    margin-top: 0;
    line-height: 16px;
    margin-bottom: 15px;
}

.blogdet_container .sidebar .blog-tags li {
    background-image: url('../png/sep.png');
    background-repeat: no-repeat;
    background-position: center left;
    background-size: auto 20px;
    padding: 7px 0 5px 30px;
    margin: 0;
}

.blogdet_container .sidebar .blog-tags li a {
    color: #FF48A3;
    font-size: 14px;
}

.blog-desc h5 {
    font-size: 1.15em;
    text-transform: uppercase;
}

.blogdet_container .img-wraper {
    max-height: 600px;
    overflow: hidden;
    margin-bottom: 0;
}

.side-image {
    padding-left: 0;
}

.side-desc {
    padding: 0;
}

.side-blog {
    padding-bottom: 10px;
}

.side-blog a.post-title {
    display: block;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.side-blog img.article__image {
    width: 100%;
    height: 65px;
}

.side-desc, .side-image {
    padding-left: 0;
    max-height: 65px;
    overflow: hidden;
}

.side-desc a{
    font-family: 'PT Sans Narrow';
    font-size: 18px;
    color: #FF48A3;
}

.blogdet_container span.left, .blogdet_container span.right {
    background-color: #b760e6;
    font-family: 'pt_sans_captionbold';
    font-size: 16px;
    color: #fff;
    padding: 7px 15px;
    border-radius: 3px;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.blogdet_container span.left a, .blogdet_container span.right a {
    color: #fff;
}

.blogdet_container span.left:hover, .blogdet_container span.right:hover {
    background-color: #FF48A3;
}

span.badge.badge--sale {
    background: url('../png/discount-new.png') no-repeat;
    color: #fff;
    padding: 5px 15px;
    position: absolute;
    right: -4px;
    top: -4px;
    width: 100px;
    height: 102px;
    display: inline-block;
    border-radius: 0px;
}

span.badge__text {
    display: inline-block;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    writing-mode: lr-tb;
    text-indent: 38px;
    padding: 10px 0px 0px;
    font-size: 20px;
}
.meta-sep {
    background-image: url('../png/sep2.png');
    background-repeat: no-repeat;
    background-position: bottom 1px left;
    background-size: auto 20px;
    padding: 9px 0 0 18px;
    top: 0px;
    margin: 0 5px 0;
}

.meta-tag-uri {
    color: #87a2a5;
    font-size: 13px;
}

.col-sm-4.on-sale span.badge__text {
    text-indent: 38px;
    padding: 10px 0px 0px;
}

.product-description.rte p{
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    padding-top: 15px;
    margin-bottom: 15px;
    padding-bottom: 15px;
      font-size: 14px;
    line-height: 22px;
}

.product-single__thumbnails li {
    margin-bottom: 30px;
    max-height: 80px;
    overflow: hidden;
}

.product-single__thumbnails img {
    width: 100%;
    height: auto; 
}

.product-single__quantity label {
    display: block;
}

#AddToCartForm .selector-wrapper {
    padding-bottom: 15px;
    float: left;
    margin-right: 30px;
}

.supports-csstransforms .btn--loading {
    position: relative;
    background-color: #EDACB6;
    color: #EDACB6;
}

.supports-csstransforms .btn--loading:hover,
.supports-csstransforms .btn--loading:active {
    background-color: #EDACB6;
    color: #EDACB6;
}


    /*Cart Page*/

.cart .section-header__title {
    color: #FF48A3;
    font-size: 2.34em;
    font-family: 'PT Sans Narrow Bold';
    text-transform: uppercase;
    margin: 0px 0 10px 0;
}

.cart span.h4 {
    color: #FF48A3;
    font-size: 1.34em;
    font-family: 'PT Sans Narrow Bold';
    text-transform: uppercase;
    margin: 0px 0 10px 0;
}

.cart__row+.cart__row {
    margin-top: 0px;
    border-top: 1px solid #ddd;
    padding-bottom: 30px;
}

.cart a.h5 {
    color: #FF48A3;
    font-size: 1.2em;
    font-family: 'PT Sans Narrow Bold';
    text-transform: uppercase;
    margin: 0px 0 10px 0;
}

.cart__row span.h5 {
    font-size: 1.47em;
    line-height: 1.15em;
    color: #666666;
    font-family: 'PT Sans Narrow Bold';
    margin: 0;
}

.cart__row small {
    color: #b760e6;
    font-size: 0.9em;
    font-family: 'PT Sans Narrow Bold';
    text-transform: capitalize;
    margin: 0px 0 10px 0;
}

.cart__remove small {
    color: inherit;
    font-size: 80%;
    font-family: 'PT Sans Narrow Bold';
    text-transform: capitalize;
    margin: 0;
}

span.cart__subtotal-title {
    color: #FF48A3;
    font-size: 1.34em;
    font-family: 'PT Sans Narrow Bold';
    text-transform: uppercase;
    margin: 0px 0 10px 0;
    margin-right: 20px;
}

.search-bar-form {
    position: relative; 
    margin: 0; 
    border: 10px solid #70cbd2;
    border-radius: 2px;
}

.search-bar-form .search-field {
    background-color: #fff;
    width: 100%;
    font-size: 20px;
    color: #666666;
    font-family: 'PT Sans Narrow';
    border: 0px solid #70cbd2;
    border-radius: 0px;
    padding: 30px 0px 25px;
    outline: none;
    margin: 0;
    height: 28px;
    text-indent: 20px;
}

.search-bar-form .search-field:focus {
    border: none;
}

form.search-bar-form input[type='submit'] {
    background: url("../png/search-icon.png") no-repeat transparent;
    background-position: top center;
    border: none;
    width: 26px;
    height: 27px;
    outline: none;
    position: absolute;
    right: 20px;
    top: 15px;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

form.search-bar-form input[type='submit']:hover {
    background-position: bottom center;
}

.section-search__title {
    color: #FF48A3;
    font-size: 2.34em;
    font-family: 'PT Sans Narrow Bold';
    text-transform: uppercase;
    margin: 1px 0 4px 0;
}

.grid__item.four-fifths.push--one-fifth h3 a {
    color: #FF48A3;
    font-size: 1em;
    font-family: 'PT Sans Narrow Bold';
    text-transform: uppercase;
    margin: 1px 0 4px 0;
}

textarea#ContactFormMessage {
    margin-bottom: 20px;
}    
    /* Login & Register Popup */
.login-wrapper, .user-forms {
    text-align: center;
}
#header .login-wrapper .logo {
    float: none;
    width: auto;
    text-align: center;
}
ul.graphics {
    margin: 0;
}
ul.graphics li {
    display: inline-block;
    margin: 20px;
}
#newsletter_modal h2 {
    font-size: 54px;
    font-family: 'BebasNeue';
    line-height: 54px;
    color: #fff;
    text-shadow: 0px 5px 19px rgba(59, 7, 86, 0.51);
  	margin-top: 55px;
}
#newsletter_modal p {
	font-size: 30px;
    font-family: 'BebasNeue';
    line-height: 54px;
    color: #fff;
    text-shadow: 0px 5px 19px rgba(59, 7, 86, 0.51);
    margin-top: 30px;
    margin-bottom: 0;
}

#newsletter_modal input[type="email"] {
    height: 60px;
    border-radius: 40px;
    text-indent: 20px;
    box-shadow: 0px 4px 8px rgba(59, 7, 86, 0.28);
    width: 70%;
    display: inline-block;
}

#newsletter_modal input[type="submit"] {
    background-color: #39f5f5;
    box-shadow: 0 1px 4px 0 rgba(59, 7, 86, 0.3), 0 4px 10px 0 rgba(59, 7, 86, 0.22);
    color: #fff;
    padding: 11px 35px;
    font-size: 25px;
    text-transform: uppercase;
    border-radius: 35px;
    font-family: 'BebasNeue';
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    -webkit-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    letter-spacing: 1px;
    margin-left: 10px;
    font-weight: normal;
}
.user-forms h1, .user-forms h2 {
    font-family: 'PT Sans Narrow Bold';
    font-size: 30px;
    line-height: 36px;
    color: #65BEC5;
    margin: 10px 0 0;
    padding: 0;
    text-align: center;
    text-shadow: 0px 1px 1px rgba(0, 0, 0, 0.25);
}
.user-forms input.btn {
    text-transform: uppercase;
}
    /*Meet The Girl Page*/
h1.meet_title-head {
    color: #b760e6;
    margin-top: 5px;
    text-align: center;
    font-size: 2.7em;
    font-family: 'BebasNeue';
    text-transform: uppercase;
    margin: 1px 0 4px 0;
}
.mast-new img {
	width: 100%;
}
.mast-new p{
    padding: 10px 0 15px;
    color: #7F7E7F;
    font-size: 18px;
    font-family: 'PT Sans Narrow';
}
 a { 
  color: #b760e6;
}
a:hover { 
  color: #FF48A3;
}
.team-member .sec-title {
	color: #b760e6;
      margin-bottom: 20px;
}
.team-member p {
    color: #7F7E7F;
    font-size: 18px;
    font-family: 'PT Sans Narrow';
}
.main-img-wraper h3 {
    color: #FF48A3;
    font-size: 26px;
    font-family: 'PT Sans Narrow';
    margin: 0;
    text-align: center;
    line-height: 22px;
    padding: 15px 0 5px 0;
    overflow: hidden;
    letter-spacing: 0px;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    -webkit-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.main-img-wraper h5 {
    text-transform: capitalize;
    padding: 2px 0 30px;
    color: #7F7E7F;
    font-size: 18px;
    font-family: 'PT Sans Narrow';
    margin: 0;
    text-align: center;
}
.meet_desc, .meet_desc a, .all-episode-btn {
    font-size: 1.1em;
    color: #FF48A3;
    text-align: right;
    font-family: 'PT Sans Narrow';
    margin: 2px 0 22px 0;
    font-weight: 500;
}
.meet_desc a:hover, .all-episode-btn:hover {
    color: #b760e6;
}
h2.title-main-inner {
    color: #FF48A3;
    font-size: 2.34em;
    font-family: 'PT Sans Narrow Bold';
    text-transform: uppercase;
    margin: 1px 0 4px 0;
}
.meet_girls-info {
    text-align: center;
    margin-bottom: 10px;
}
.meet_girls-info h3 {
    color: #FF48A3;
    font-size: 2.34em;
    font-family: 'PT Sans Narrow Bold';
    text-transform: uppercase;
    margin: 1px 0 4px 0;
    line-height: 28px;
}
.meet_girls-info span {
    font-family: 'PT Sans Narrow';
    font-size: 22px;
    color: #737373;
    line-height: 1.7em;
    margin: 0;
    text-transform: uppercase;
}
.social_links.meet_links .icons {
    display: block;
    float: left;
}
.social_links .webpage {
    background-image: url('../png/icon_web.png');
}
.social_links .youtube {
    background-image: url('../png/icon_youtube.png');
}
.social_links.meet_links {
    width: 180px;
    margin: 0 auto;
    content: " ";
    display: table;
}
.team-image {
    float: left;
    width: 50%;
    margin-right: 15px;
}
span.meet-quote {
    display: block;
}
.input-group input {
    margin-bottom: 20px;
}
#infscr-loading {
    text-align: center;
    z-index: 100;
    position: fixed;
    left: 45%;
    bottom: 40px;
    width: 200px;
    padding: 10px;
    background: #000;
    opacity: 0.8;
    color: #FFF;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
}
    /* CBG Media Group Page */
body#cbg-media-group {
    background: #eeeeee;
}
#cbg-media-group #header {
    background: #fff;
    height: 162px;
}
#cbg-media-group .loaded .ip-logo {
    top: -200px;
}
#header .cbg-header {
    width: 40%;
    float: left;
}
#header .cbg-logo {
    margin: 30px 0 10px 0;
    float: left;
    width: 100%;
    text-align: left;
}
#cbg-media-group .main-content {
    margin-top: 0;
}
#header div.cbg-header a img {
    opacity: 1;
}
.cbg-wrapper {
    width: 60%;
    background: none;
    margin: 0;
    float: left;
    clear: none;
    height: 105px;
    text-align: right;
}
.cbg-wrapper .nav {
    margin-top: 40px;
    width: auto;
    float: right;
}
.cbg-slider {
    position: relative;
}
.slider-wrapper-cbg-media.flexslider {
    background: none;
    border: none;
    margin-bottom: 50px;
    overflow: hidden;
}
.slider-wrapper-cbg-media.flexslider li {
    list-style: none;
}
.slider-wrapper-cbg-media .flex-direction-nav a.flex-prev {
    background-image: url("../png/cbg-slide-left-arrow2a27.png?15056486631765731490");
    text-indent: -10000000px;
    text-align: center;
}
.slider-wrapper-cbg-media .flex-direction-nav a.flex-next {
    background-image: url("../png/cbg-slide-right-arrow0e8d.png?14786856899789686754");
    text-indent: -10000000px;
    text-align: center;
}
.image-cap {
    position: absolute;
    top: 45%;
    margin-top: -10%;
    text-align: center;
    width: 60%;
    margin-right: auto;
    margin-left: auto;
    left: 0;
    right: 0;
}
.image-cap h2 {
    font-size: 150px;
    font-family: 'BebasNeue';
    color: #fff;
    line-height: 110px;
    text-shadow: 1px 2px 8px #000;
}
.image-cap h2 span {
    display: block;
    font-size: 107px;
}
.image-cap p {
    font-size: 22px;
    font-family: 'PT Sans Narrow Bold';
    color: #fff;
    text-align: center;
    margin-top: 24px;
}
.slide-img {
    background-size: cover;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
}
/**************
    Animations 
***************/
@-moz-keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    -moz-transform: translateY(0);
    transform: translateY(0);
  }
  40% {
    -moz-transform: translateY(-30px);
    transform: translateY(-30px);
  }
  60% {
    -moz-transform: translateY(-15px);
    transform: translateY(-15px);
  }
}
@-webkit-keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  40% {
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px);
  }
  60% {
    -webkit-transform: translateY(-15px);
    transform: translateY(-15px);
  }
}
@keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  40% {
    -moz-transform: translateY(-30px);
    -ms-transform: translateY(-30px);
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px);
  }
  60% {
    -moz-transform: translateY(-15px);
    -ms-transform: translateY(-15px);
    -webkit-transform: translateY(-15px);
    transform: translateY(-15px);
  }
}

.slidedown-arrow {
    position: absolute;
    bottom: 50px;
    margin: 0 auto;
    text-align: center;
    left: 0;
    right: 0;
    width: 62px;
    height: 42px;
    z-index: 10;
}

.slidedown-arrow a {
    text-align: center;
    -moz-animation: bounce 2s infinite;
    -webkit-animation: bounce 2s infinite;
    animation: bounce 2s infinite;
    background: url('../png/cbg-slide-scroll-arrowadb4.png?15779106828903498533') no-repeat scroll center;
    display: inline-block;
    color: transparent;
    background-size: cover;
    margin: 0 auto;
}

.services-title h1 {
    text-align: center;
    font-size: 6.25em;
    font-family: 'BebasNeue';
    text-transform: uppercase;
    margin: 1px 0 4px 0;
    color: #70cbd2;
    height: 169px;
    background: #fff;
    position: relative;
    z-index: 1;
    padding-top: 40px;
    border: 1px solid #e7e7e7;
}

.services-title {
    position: relative;
    background: url('../png/heading-shadow_0514aa.png?8721359610627496125') no-repeat scroll bottom;
    background-size: contain;
    padding-bottom: 20px;
}

.cbg-work-title-head .services-title:before, .cbg-work-title-head .services-title:after {
    z-index: 0;
    position: absolute;
    content: "";
    bottom: 20px;
    left: 18px;
    width: 50%;
    top: 80%;
    max-width: 300px;
    background: #777;
    -webkit-box-shadow: 0 15px 10px #777;
    -moz-box-shadow: 0 15px 10px #777;
    box-shadow: 0 15px 10px #777;
    -webkit-transform: rotate(-3deg);
    -moz-transform: rotate(-3deg);
    -o-transform: rotate(-3deg);
    -ms-transform: rotate(-3deg);
    transform: rotate(-3deg);
}

.cbg-work-title-head .services-title:after {
    -webkit-transform: rotate(3deg);
    -moz-transform: rotate(3deg);
    -o-transform: rotate(3deg);
    -ms-transform: rotate(3deg);
    transform: rotate(3deg);
    right: 18px;
    left: auto;
}

/*.cbg-work-title-head .services-title:before {
    left: 4px;
}

.cbg-work-title-head .services-title:after {
    right: 4px;
}*/

.cbg-about .services-title {
    position: inherit;
}

.cbg-about .services-title h1 {
    background: none;
    border: none;
}

div.cbg-service-row-first {
    margin-top: 70px;
}

.cbg-service-row {
    margin-bottom: 35px;
}

.bottom-box-shadow:before, .bottom-box-shadow:after {
    z-index: 0;
    position: absolute;
    content: "";
    bottom: 50px;
    left: 20px;
    width: 20%;
    top: 80%;
    max-width: 300px;
    background: #777;
    -webkit-box-shadow: 0 15px 10px #777;
    -moz-box-shadow: 0 15px 10px #777;
    box-shadow: 0 15px 10px #777;
    -webkit-transform: rotate(-3deg);
    -moz-transform: rotate(-3deg);
    -o-transform: rotate(-3deg);
    -ms-transform: rotate(-3deg);
    transform: rotate(-3deg);
}

.bottom-box-shadow:after {
    -webkit-transform: rotate(3deg);
    -moz-transform: rotate(3deg);
    -o-transform: rotate(3deg);
    -ms-transform: rotate(3deg);
    transform: rotate(3deg);
    right: 20px;
    left: auto;
}

.cbg-service-box .service-heading {
    font-size: 22px;
    font-family: 'PT Sans Narrow Bold';
    text-align: center;
    line-height: 22px;
    padding: 10px 0 0 0;
    color: #70cbd2;
    margin: 18px 0;
}

.cbg-services-main p {
    color: #737387;
    font-size: 14px;
    line-height: 18px;
    font-family: 'PT Sans Narrow';
}

.cbg-service-box {
    background: #fff;
    min-height: 487px;
    margin-bottom: 35px;
    padding: 20px;
    text-align: center;
    position: relative;
    z-index: 1;
}

.cbg-about {
    background: url('../jpg/cbg-about-bg66ca.jpg?11493504851503816785') no-repeat;
    padding-bottom: 140px;
    background-size: cover;
}

.cbg-about .services-title {
    background: none;
    margin-bottom: 183px;
    border: none;
}

.cbg-about p {
    color: #a5cfd2;
    font-size: 18px;
    line-height: 24px;
    font-family: 'PT Sans Narrow Bold';
}

.rte .cbg-work {
    background: #fff;
    margin: 0;
    padding-bottom: 10px;
}

.cbg-work-title-head {
    position: relative;
    min-height: 145px;
    margin-bottom: 60px;
}

.cbg-work .services-title {
    position: absolute;
    width: 100%;
    top: -65px;
    border: 1px solid #e7e7e7;
    background: none;
    padding-bottom: 0;
}

.cbg-work .services-title h1 {
    margin: 0;
    height: 130px;
    z-index: 1;
    padding-top: 40px;
    border: none;
}

.cbg-work p {
    font-family: 'PT Sans Narrow Bold';
    font-size: 16px;
    text-align: center;
    position: relative;
    background: #fff;
    z-index: 1;
    margin-bottom: 0;
    padding: 0 15px 25px 15px;
}

.videos-row {
    margin-bottom: 30px;
}

.logos-row img {
    margin: 0 auto;
    display: block;
}

.rte .cbg-contact {
    background: #218c94;
    padding: 20px;
    margin: 0;
}

.cbg-contact .services-title:before, .cbg-contact .services-title:after {
    display: none;
}


.cbg-contact .services-title, .cbg-contact .services-title h1 {
    background: none;
    border: none;
}

.cbg-contact p {
    font-family: 'PT Sans Narrow Bold';
    font-size: 16px;
    text-align: center;
    color: #fff;
}

.cbg-contact-from #contactFormWrapper input.cbg-form-input, .cbg-contact-from #contactFormWrapper textarea {
    width: 100%;
    background: none;
    border: 1px solid #b760e6;
    color: #fff !important;
}

.cbg-contact-from #contactFormWrapper input.cbg-form-input::-webkit-input-placeholder,
.cbg-contact-from #contactFormWrapper textarea::-webkit-input-placeholder {
    font-family: 'PT Sans Narrow Bold';
    font-size: 18px;
    color: #fff;
}

.cbg-contact-from #contactFormSubmit {
    margin: 0 auto;
    font-family: 'PT Sans Narrow Bold';
    font-size: 18px;
    background: #b760e6;
    padding: 10px 70px;
    text-transform: uppercase;
    border-radius: 0;
    clear: both;
}

.successForm.feedback {
    color: #fff;
}

.slider-wrapper-cbg-media.flexslider .slides img {
    width: 100%;
}

.cbg-different-links {
    text-align: center;
    padding: 40px 0;
}

.cbg-different-links a {
    color: #FF48A3;
    font-size: 16px;
    font-family: 'PT Sans Caption';
}

.cbg-different-links a.sep-line-bar:after {
    content: "|";
    padding: 0 15px;
}

.cbg-videos-parent {
    text-align: center;
}

.cbg-videos-parent .img-cap-lab {
    display: none;
}

.cbg-videos-parent section img {
    margin: 0px auto;
}

.cbg-videos-parent .img-wraper .img-desc h5 {
    display: none;
}

.cbg-videos-parent .img-wraper .img-desc h3 {
    padding: 7px 0 7px 0;
}

.all-episode-btn {
  display: block;
  text-align: center;
  margin-bottom: 0;
}

.show-banner {
    position: relative;
    height: 469px;
}

.show-icon-box-wrap {
    background: #fff;
    position: absolute;
    left: 64%;
    top: 14%;
    -webkit-box-shadow: 1px 1px 20px -6px #6e6e6e;
    -moz-box-shadow: 1px 1px 20px -6px #6e6e6e;
    box-shadow: 1px 1px 20px -6px #6e6e6e;
}

.show-icon-title {
    padding: 10px 40px;
    border: 1px solid #eee;
    margin: 10px;
}

.cbg-videos-parent .row.list-contents {
    margin-bottom: 80px;
    margin-top: 20px;
}

.wrap-lynn {
    background: url(../jpg/lynn-on-tv.jpg) no-repeat;
}

.wrap-late-party {
    background: url('../jpg/late-party-sh-banner689e.jpg?13085280566803882701') no-repeat;
}

.wrap-parkers {
    background: url('../jpg/parkers-sh-banner9ea4.jpg?10774909908258221247') no-repeat;
}

.wrap-mary-pops {
    background: url('../jpg/marry-pops-sh-bannerd46f.jpg?7747715016832338101') no-repeat;
}

.wrap-bon-vivant {
    background: url('../jpg/bob-vivant-sh-banner5284.jpg?2315558635391319446') no-repeat;
}
.vedio-heading a{
  					    font-family: 'PT Sans Narrow Bold';
  						text-align: left;
}
h1 .vedio-heading a:hover{
  					    color: #b760e6;
  
}

.wrap-craft-quicker {
    background: url(../jpg/crafty00.jpg) no-repeat;
}

.wrap-craft-life {
    background: url(../jpg/diy-floral-dream-catcher-_12-of-16.jpg) no-repeat;
}

.wrap-life-lynn {
    background: url(../jpg/life-with-lynn-lilly-main.jpg) no-repeat;
}


.wrap-glam-box {
    background: url('../jpg/the-glam-sh-banner001e.jpg?15610399098213582735') no-repeat;
}

.wrap-lunch-time {
    background: url('../jpg/lunch-time-live-sh-banner49df.jpg?5402058899449339196') no-repeat;
}

.wrap-sips {
    background: url(../jpg/sips-main-image.jpg) no-repeat;
}

.wrap-bites {
    background: url(../jpg/cbg-bites-main-image.jpg) no-repeat;
}

.wrap-crafty-cocktails {
    background: url('../jpg/crafty-cocktail-sh-banner5321.jpg?6389959010479023320') no-repeat;
}

.wrap-make-room {
    background: url('../jpg/make-room-sh-banner3b3f.jpg?6497111159576014167') no-repeat;
}

.wrap-cbg-action {
    background: url('../jpg/cbg-in-action-sh-bannerf442.jpg?8139672224448562948') no-repeat;
}

footer {
    background: #f9f9f9;
    padding: 50px 0;
  position: relative;
}

footer .social_links .fb {
    background-image: url'foot-fb.png');
}

footer .social_links .igm {
    background-image: url('../png/foot-insta.png');
}

footer .social_links .twt {
    background-image: url('../png/foot-twit.png');
}

footer .social_links .pinsterest {
    background-image: url('../png/foot-pin.png');
}

footer .social_links .utube {
    background-image: url('../png/foot-yt.png');
}

footer .social_links .icons {
    width: 31px;
    height: 25px;
}

.foot-logo {
    max-width: 300px;
}

.foot-social {
    float: right;
      padding-top: 10px;
}

footer .social_links {
    float: left;
     padding-top: 7px;
}

footer .newsletterButton {
    float: left;
}

.error-page-posts li.item {
    max-height: 376px;
}

.blog-sec ul li.item {
    max-height: 376px;
}

a.back-to-top {
    width: 93px;
    height: 94px;
  	-moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    -webkit-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    background-image: url(../png/back-top.png);
  	background-position: center;
  	background-repeat: no-repeat;
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    top: calc(50% - 40px);
    margin: 0 auto;
}

a.back-to-top:hover {
	  background-image: url(../png/back-top-hover.png);
}



    /* Responsive */

@media screen and (min-width: 992px) {

    .fav-five .col-md-3 {
        width: 20%;
    }

    .modal-dialog {
        width: 850px;
    }

  #cbg-media-group div#header {
      height: 162px;
    }

    #header div.cbg-header {
      width: 40%;
    }

    #cbg-media-group .nav>li>a:focus, #cbg-media-group .nav>li>a:hover {
        background-color: transparent;
    }

    div.cbg-wrapper {
      width: 60%;
    }

    div.cbg-wrapper .nav {
      margin-top: 40px;
    }
}

@media screen and (min-width: 768px) {
  
    .col-cus-5 {
      position: relative;
      min-height: 1px;
      padding-left: 10px;
      padding-right: 10px;
      float: left;
      width: 20%;
  }
   
    .ban-sm-lft {
      padding-left: 0;
    }

  .ban-lg-rgt {
    padding-right: 0;
  }

    .user-forms form {
        width: 80%;
        margin: 0 auto;
      margin-bottom: 70px;
    }
    
    /*.creative-sec .post-contents .col-lg-4:nth-child(5n+2) {
        width: 66.66666667%;
    }

    .grid-uniform.grid-link__container.container div.col-sm-6:nth-child(3n+0) {
        width: 100%;
    }*/


    .rel-products-list .img-wraper .prod-img {
      height: 175px;
      overflow: hidden;
    }
    
    /*.creative-sec .col-lg-4:nth-child(5n+2) .img-wraper .img-desc {
        width: 40.5%;
    }*/
  
    .creative-sec .img-wraper {
        height: 350px;
        overflow: hidden;
        max-height: none;
    }

    #cbg-media-group #header {
      height: 112px;
    }

    #header .cbg-header {
      width: 30%;
    }

    .cbg-wrapper {
      width: 70%;
    }

    .cbg-wrapper .nav {
      margin-top: 17px;
    }

    .show-icon-title img {
      width: 240px;
      height: 240px;
    }
}

@media screen and (max-width: 991px) {
    .cbg-work .services-title {
      position: inherit;
    }

    .cbg-service-box {
      min-height: 600px;
    }

    .image-cap {
      top: 35%;
      width: 80%;
    }

    .image-cap h2 {
        font-size: 130px;
        line-height: 90px;
    }

    .cbg-about .services-title {
      margin-bottom: 0;
    }

    .services-title {
        padding-bottom: 15px;
    }

    .services-title h1 {
       margin: 0;
    }

    .image-cap h2 span {
        font-size: 87px;
    }

    .show-icon-box-wrap {
        width: 342px;
        height: 337px;
        margin: 0 auto;
        left: 0;
        right: 0;
    }
  
  	.diy-sec .video-wraper a {
      margin-bottom: 20px;
	}
  
    .recent-sec .img-wraper {
      margin-top: 20px;
      min-height: 255px;
      max-height: inherit;
      
  	}
  
  #header .top-links a {
      padding: 9px 7px;
  }
  
  #header .newsletterButton {
  	padding: 8px 16px;
  }
  
  #header input.txtboxs {
    width: 200px;
  }
  
  .family-sec h2.sec-title {
    margin-top: 20px;
  }

  .party-sec .video-wraper a {
    margin-bottom: 20px;
    margin-top: 0;

  }
  
  .party-sec h2.sec-title {
    margin-top: 20px;
    margin-bottom: 20px;
  }
  
}

@media screen and (max-width: 767px) {
  
  .creative-sec .img-wraper .img-desc {
    bottom: 50px;
  }

  
  .trend-sec .list-contents {
  	margin-left: -10px;
    margin-right: -10px;
  }
  
  form.contact-form .col-sm-4 {
    padding: 0;
  }
  
  .seemore-item {
    margin-bottom: 20px;
  }
  
  .diy-sec h2 {
    padding: 10px 0 20px;
  }
  
  footer {
  	text-align: center;
  }
  
  .foot-logo {
    margin: 0 auto;
  }
  
  .foot-social {
    float: none;
}
  
  footer .social_links .icons {
    width: 31px;
    height: 25px;
    display: inline-block;
    float: none;
}
  
  footer .newsletterButton {
    float: none;
        display: inline-block;
    margin-top: 20px;
}
  
  footer .social_links {
    float: none;
  }
  
  a.back-to-top {
      left: inherit;
    right: 0;
    top: inherit;
    bottom: 0;
  }
  
    
  .family-vids .video-wraper a, .party-sec .video-wraper a {
  	max-height: 250px;  
  }

    .top-header, .bottom-header, .creative-sec .img-wraper .img-cap-lab {
        display: none;
    }

    #res-header {
        display: block;
    }

    .post-wraper.box-lg .post-desc {
        width: 84%;
    }
  
/*     .center-block {
        float: none;
    } */
  
    .input-group.col-sm-4 {
        width: 100%;
    }
  
  .img-wraper {
     min-height: 250px;
     max-height: 250px;	
    
  }
  
    .ban-sm-lft .slider-wrapper a {
     height: 350px;
     overflow: hidden;
     display: block;
    }
  
   .ban-sm-lft .slider-wrapper a img {
     width: 100%;
     height: auto;
    }

    .cbg-service-box {
      min-height: inherit;
    }

    .image-cap {
      top: 30%;
    }

    .image-cap h2 {
      font-size: 100px;
      line-height: 70px;
    }

    .image-cap h2 span {
      font-size: 57px;
    }

    .image-cap p {
      font-size: 18px;
      line-height: 20px;
      margin-top: 0;
    }

    .slider-wrapper-cbg-media .flex-direction-nav {
      display: none;
    }

    .image-cap {
      top: 25%;
    }

    #cbg-media-group #res-header {
      height: 100px;
      background-color: #fff;
      margin: 0;
    }

    #cbg-media-group #res-header .logo {
      height: 100px;
    }

    #cbg-media-group .res-menu-icon {
      padding: 40px 10px 35px;
    }

    .bottom-box-shadow:before, .bottom-box-shadow:after {
        bottom: 16px;
    }

    .cbg-work-title-head {
        margin-bottom: 0;
    }

    .cbg-about p {
        text-align: center;
    }

    .slidedown-arrow {
        bottom: 20px;
    }

    .bonnaroo-teva-vid {
        margin-bottom: 40px;
    }
  
    .lynn-sec .vids, .chan-vids {
      margin-top: 20px;
  	}



}

@media screen and (max-width: 520px) {

    body {
        font-size: 9px;
    }

    .team-image {
        float: none;
        width: 100%;
        margin-right: 0px;
    }
  
    .blogdet_container span.left, .blogdet_container span.right {
      font-size: 14px;
      padding: 7px 12px;
    }
  
   .ban-sm-lft .slider-wrapper a {
     height: inherit;
     overflow: hidden;
     display: block;
    }

    .image-cap {
        width: 90%;
    }

    .image-cap h2 {
      line-height: 40px;
      font-size: 50px;
    }

    .slidedown-arrow {
        bottom: 0;
        height: 32px;
    }

    .image-cap p {
      font-size: 14px;
      line-height: 17px;
    }

    .image-cap h2 span {
      font-size: 35px;
    }

    .services-title {
        padding-bottom: 9px;
    }

    .slidedown-arrow a {
        height: auto;
        width: 32px;
    }

    .show-icon-box-wrap {
        width: 90%;
        height: auto;
    }

    .all-episode-btn, .show-icon-title {
        font-size: 16px;
    }
  
    .trend-sec .img-wraper {
      min-height: 255px;
      max-height: 255px;
  }
  
  .trend-sec .img-wraper .img-desc {
  	position: absolute;
    background: #fff;
  }
  
  #newsletter_modal .section-header--large {
      margin-bottom: 15px;
  }
  
  #newsletter_modal p {
    font-size: 22px;
    line-height: 30px;
  }
  
  #newsletter_modal h2 {
    font-size: 35px;
    line-height: 40px;
  }
  
  #newsletter_modal input[type="email"] {
    width: 90%;
    font-size: 16px;
  }
}

@media screen and (max-width: 420px) {
	.trend-sec .img-wraper .img-desc {
      position: inherit;
      background: #fff;
    }
  
	
}

@media screen and (max-width: 600px) {
    .slider-wrapper-cbg-media, .slider-wrapper-cbg-media ul, .slider-wrapper-cbg-media li {
        height: 400px;
    }
}

.social-sharing .icon:before {
      font-size: 20px;
      padding: 4px;
      border-radius: 0;
      display: block;
      background: transparent;
      color: inherit;
      font-family: inherit;
}

/*
* Drop Down Menu Styling
*/

.menu_wrapper ul {
    *zoom:1;
    list-style:none;
    margin:0;
    padding:0;
}
.menu_wrapper ul:before,.menu_wrapper ul:after {
    content:"";
    display:table;
}
.menu_wrapper ul:after {
    clear:both;
}
.menu_wrapper ul > li {
    float:left;
    position:relative;
}
.menu_wrapper li a {
    display:block;
}
.menu_wrapper li a:hover {
    text-decoration:none;
}
.menu_wrapper li ul {
}
.menu_wrapper li ul li {
}
.menu_wrapper li ul a {
    border:none;
}
.menu_wrapper li ul a:hover {
}
.menu_wrapper li ul {
    position:absolute;
    left:0;
    top:55px;
    display: block;
    z-index:9;
    max-height:0;
    overflow:hidden;
    -webkit-transform:perspective(400) rotate3d(1,0,0,-90deg);
    -webkit-transform-origin:50% 0;
    -webkit-transition:350ms;
    -moz-transition:350ms;
    -o-transition:350ms;
    transition:350ms;
}
.menu_wrapper ul > li:hover ul {
    max-height:1000px;
    -webkit-transform:perspective(400) rotate3d(0,0,0,0);
}


/* Image Flashing */
.img-wraper::before, .prod-img::before {
    position: absolute;
    top: 0;
    left: -75%;
    z-index: 2;
    display: block;
    content: '';
    width: 50%;
    height: 100%;
    background: -webkit-linear-gradient(left, rgba(255,255,255,0) 0%, rgba(255,255,255,.3) 100%);
    background: linear-gradient(to right, rgba(255,255,255,0) 0%, rgba(255,255,255,.3) 100%);
    -webkit-transform: skewX(-25deg);
    transform: skewX(-25deg);
}
.img-wraper:hover::before, .prod-img:hover::before {
    -webkit-animation: shine .75s;
    animation: shine .75s;
}
@-webkit-keyframes shine {
    100% {
        left: 125%;
    }
}
@keyframes shine {
    100% {
        left: 125%;
    }
}
@-webkit-keyframes shine {
    100% {
        left: 125%;
    }
}
@keyframes shine {
    100% {
        left: 125%;
    }
}

div.amazon-payments-pay-button {
    display: inline-block;
    float: right;
    margin-left: 10px;
}

/* .creative-sec .img-wraper {
    max-height: none;
} */

/* creative living banner home page styles  */
.row.crl-banner-home {
    height: 15vw;
    background-size: auto;
    background-image: url(../png/crl-banner-bg_new.png);
    background-repeat: no-repeat;
    margin-top: -40px;
    background-position: center;
}
.trend-sec .crl-banner-home h2.sec-title{
    background-image: url( '../png/crl-banner-gun.png' );
    background-repeat: no-repeat;
    padding: 2vw 50px 0 0;
    color:#B760E6;
    background-size: contain;
    background-position-x: calc(100% - 20px);
    width: 100%;
    margin: 0 auto;
  	font-size: 5vw;
  
}
.trend-sec .crl-banner-home h2.sec-title .crl-red{
	color: #FD517D;
}
.trend-sec .crl-banner-home h2.sec-title .crl-green{
	color: #46CFD5;
}

@media screen and (min-width: 768px){
  
  .trend-sec .crl-banner-home h2.sec-title{
    background-size: unset;
    
  }
}
@media screen and (min-width: 992px){
  .row.crl-banner-home{
    height: 143px;
  }
  .trend-sec .crl-banner-home h2.sec-title{
      padding: 20px 50px 20px 0px;
      width: 840px;
      background-position-x: right;
      font-size: 45px;
  }
}
/* Collection Pages Style */

.template-collection .social-search .search-box,
.template-product .social-search .search-box {
	display : none;
}

.template-collection .menu_wrapper .enter_site,
.template-product .menu_wrapper .enter_site {
	float: left;
    width: 30%;
    margin: 0;
    padding: 0;
    font-size: 20px;
    line-height: 75px;
    text-align: unset;
}

.template-collection .menu_wrapper,
.template-product .menu_wrapper {
  float: right;
  width: calc(100% - 0px);
  text-align: unset;
}

.template-collection .menu_wrapper .nav,
.template-product .menu_wrapper .nav {
    width: calc(100% - 0px);
}

.template-collection .ip-header .ip-logo img,
.template-product .ip-header .ip-logo img {
	display: none;
}
    
  
.template-collection .bottom-header,
.template-product .bottom-header {
	height: unset;
    padding: 35px 0;
}

.template-collection #header .logo a,
.template-product #header .logo a {
    margin: 0;
    top: 10px;
    padding: 0;
    float: left;
    width: 400px;
    text-align: left;
    background: url('../png/cbg-logo-24650.png?v=1698605894');
    height: 76px;
    background-repeat: no-repeat;
    background-position: center;
}

.template-collection .bottom-header,
.template-product .bottom-header {
	padding: 0;
    padding-bottom: 16px;
}

.template-collection .social-search,
.template-product .social-search {
	margin-top: 36px;
}


@media screen and (max-width: 768px) {
	.template-collection #header .logo a,
    .template-product #header .logo a {
        background: none;
    }
  
  	.template-collection .menu_wrapper,
    .template-product .menu_wrapper {
        display: none;
    }
