@charset "utf-8";

body {
    font-family: Raleway,Sans-serif
}

a {
    font-size: 14px
}

img {
    padding-bottom: 10px
}

label,p {
    font-size: 15px;
    font-weight: 400;
    letter-spacing: 0
}

label {
    display: block;
    color: #7a7a7a;
    text-transform: capitalize;
    margin-bottom: 5px;
    line-height: 1.8em
}

a,h1,h2 {
    color: #0079c0;
    text-decoration: none
}

p {
    font-family: Raleway,Sans-serif;
    line-height: 24px;
    margin-bottom: 20px
}

.bpat__item {
    margin-bottom: 10px
}

.bpat__item a {
    color: #333;
    display: block;
    font-size: 10px
}

.content__img {
    width: 100%;
}



.bpat__item button {
    cursor: pointer;
    -webkit-appearance: button;
    background-color: #f5f5f5;
    margin: 0 5px;
    border: 1px solid #add8e6;
    width: 25px;
    border-radius: 5px
}

form#mc-embedded-subscribe-form {
    position: relative;
    max-width: 100%;
    margin: 0 auto
}

.email-wrap.elem-wrap {
    position: relative;
    margin-bottom: 10px
}

input.required.email.detected-signup-form-field.custom-validation-msg {
    width: 100%;
    color: #333;
    height: 50px;
    padding: 0 15px;
    margin: 0
}

.bpat__item.item4,button#next {
    display: none
}

button.button {
    display: block;
    position: absolute;
    right: 15px;
    padding: 0 15px;
    height: 60%;
    border-radius: 3px;
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    color: #fff
}

.error button {
    color: #fff;
}

figure.flexImg {
    float: left;
    max-height: 100%;
    max-width: 100%;
    display: inline-block;
    margin: 0 20px 0 0
}

.widget-title {
    display: block;
    line-height: 1;
    font-size: 13px;
    border-width: 0 0 0 3px;
    border-style: solid;
    border-color: #0079c0;
    padding-left: 15px;
    margin: 0 0 20px;
    text-transform: uppercase;
    font-weight: 700;
    color: #0079c0;
    letter-spacing: 1px
}

.recentPost a.blog__linkA {
    margin-bottom: 16px
}

.oceanwp-social-icons i.fab {
    padding: 12px;
    border-radius: 46%
}

ul.oceanwp-social-icons.float.style-light {
    display: flex;
    flex-flow: row wrap;
    justify-content: flex-start;
    align-items: center;
    padding: 0
}

ul.oceanwp-social-icons.float.style-light li {
    margin-right: 7px
}

.oceanwp-social-icons i.fab:hover,.oceanwp-social-icons.float a:hover {
    transform: translateY(-3px)
}

.oceanwp-social-icons.style-light li.oceanwp-twitter a:hover {
    color: #46d4fe!important;
    border-color: #46d4fe!important
}

.oceanwp-social-icons i.fab.fa-twitter:hover {
    border-color: #46d4fe!important
}

.oceanwp-social-icons.style-light li.oceanwp-instagram a:hover {
    color: #3f729b!important;
    border-color: #3f729b!important
}

i.fab.fa-instagram:hover {
    border-color: #3f729b!important
}

/* Blog */
.page-id-5620,.pg-blog2 {
    overflow: visible
}

.html.ofc-enabled {
    overflow-y: scroll
}

.blogs__item {
    border: solid 1px #c4c4c4;
    border-bottom: solid 5px #0079c0;
    border-radius: 0 0 15px 15px;
    margin: 35px 35px 50px
}

.content__h1 {
    text-align: center;
}

.blog__content {
    padding: 17px
}

.blog__title {
    text-align: center;
    font-size: 19px;
    line-height: 31px;
    margin-top: 15px
}

.blog__cat,.blog__item.item1,.blog__item.item3 {
    display: none
}

.blog__link {
    text-align: center;
    font-size: 12px;
    margin-bottom: 7px;
    text-transform: uppercase;
    text-decoration: none;
    font-weight: 700;
}

.blog__hr {
    background: #0079c0;
    width: 85%;
    text-align: center;
    display: block;
    margin: 20px auto
}

.bpat,.detail__content {
    display: flex;
    flex-flow: row;
    justify-content: center;
    align-items: center
}

a.blog__linkA {
    display: block;
    font-size: 18px
}

.detail__content {
    flex-flow: column wrap;
    margin: 10px 0;
    width: 100%
}

.blogs__item.active {
    display: flex;
    flex-flow: column
}

.blogs__item.inactive {
    display: none
}

div#AJ {
    display: flex;
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
}

.AJ__item {margin: 19px 0;}

a.AJNext {
    border: solid 1px black;
    padding: 10px 20px;
    border-radius: 6px;
    color: #0079c0;
    font-size: 17px;
    text-align: center;
    font-weight: bold;
}

/* fix mobile blog alignment */
@media (max-width:500px){
  div#AJ {
    align-items: center;
  }
  a.AJNext{
    display: inline-block;
    width: 100%;
    height: auto;
    white-space: normal;
    text-align: left;
    padding: 16px;
  }
	.detail__content {
		display: inline-block;
		flex-flow: column wrap;
		justify-content: center;
		align-items: center;
		margin: 10px 0 !important;
		width: 100%;
	}

	.detail__content > *:not(.content__social) {
		display: inline-block;
		flex-flow: column wrap;
		justify-content: center;
		align-items: center;
		margin: 15px;
		width: calc(100% - 30px);
	}
	
	.content__img {
		margin:0px;
    width:100%;
	}	
	
	.content__Lastsocial {
/* 		width: 100%; */
		width: calc(100% - 30px)!important;
		background: rgba(84,84,84,.15)!important;
		display: flex;
		justify-content: flex-end;
		border-radius: 0 0 15px 15px;
	}

}


@media (max-height:500px) and (orientation:landscape){
	.detail__content {
		display: inline-block;
		flex-flow: column wrap;
		justify-content: center;
		align-items: center;
		margin: 10px 0 !important;
		width: 100%;
	}

	.detail__content > *:not(.content__social) {
		display: inline-block;
		flex-flow: column wrap;
		justify-content: center;
		align-items: center;
		margin: 15px;
		width: calc(100% - 30px);
	}
	
	.content__img {
		margin:0px;
	}	
	
	.content__Lastsocial {
/* 		width: 100%; */
		width: calc(100% - 30px)!important;
		background: rgba(84,84,84,.15)!important;
		display: flex;
		justify-content: flex-end;
		border-radius: 0 0 15px 15px;
	}

}

button#next a {
    display: block;
}

.blogs__item.catHide,
.blogs__item.blogHide {
    display: none!important;
}

.blogs__item.catShow,
.blogs__item.blogShow {
    display: flex;
}


.content__fig {
    margin: 0 11px
}

.content__fig img {
    border-radius: 15px 15px 0 0
}

.content__fig figcaption {
    font-size: 11px;
    background: rgba(84,84,84,.15)!important;
    border-radius: 0 0 5px 5px;
    margin-top: -4px;
    padding-top: 3px;
}

.content__h2 {
    font-size: 22px;
    margin: 0;
}

.content__back {
    margin: 40px 12px 0 14px;
    align-self: flex-start
}

.share__p {
    margin: 4px;
    width: 100%;
    text-transform: uppercase;
    color: #0079c0;
    font-weight: 700;
    text-align: center
}

.social__share {
    display: flex;
    flex-flow: row wrap;
    justify-content: center;
    align-items: center;
    width: 100%;
    margin-bottom: 15px;
}

.social__share i {
    color: #fff;
    padding: 5px 35px;
    text-align: center;
    border-radius: 16px;
    display: flex;
    flex-flow: row;
    justify-content: center;
    align-items: center
}

.social__share i[class*='--ie'] {
    width: 100%;
}

.social__share span {
    font-family: Raleway ,Sans-serif;
    font-size: 13px;
    margin-left: 5px
}

.share__face i {
    background: #4267b2
}

.share__tweet {
    background: #1da1f3;
    border-radius: 15px;
    margin-left: 25px;
    width: 27%;
}

.content__social {
    border-top: solid 1px #c4c4c4;
    border-bottom: solid 1px #c4c4c4;
    width: 100%;
    display: flex;
    flex-flow: column wrap;
    justify-content: space-around;
    align-items: center
}

.content__title{margin:15px 15px 0}

.article__img {
    margin-bottom: 15px;
    text-align:center;
  }

[class*="pg-cosequin-blog"] .page-tagline {
    display: none;
}

.backTo {
    font-weight: bold;
    text-decoration: underline;
    font-size: 16px;
}

.content__back.--bottom {
    margin: 0 20px;
    text-align: right;
    width: 90%;
    margin-bottom: 10px;
}

[class*="pg-cosequin-blog"] .container.clr.page-header-inner {
    display: flex;
    flex-flow: row wrap;
    justify-content: center;
    align-items: center;
    background:none;
    height: 85%;
}

[class*="pg-cosequin-blog"] header.nmx-slide-0.nmx.page-header.centered-minimal-page-header.nmx-blue.nmx-wide-45.nmx-top-60 {
    background-position: 6% !important;
    margin-bottom: 0;
}

.content__Lastsocial {
    width: 100%;
    background: rgba(84,84,84,.15)!important;
    display: flex;
    justify-content: flex-end;
    border-radius: 0 0 15px 15px
}

.content__info {
    padding-top: 20px;
    width: 90%;
}

.social__bread {
    padding-top: 10px;
    text-transform: capitalize;
}

@media screen and (min-width:660px){
  [class*="pg-cosequin-blog"] .container.clr.page-header-inner {
    background: rgba(255,255,255, .6);
    height: 100%;
  }
}

@media screen and (min-width:768px) {
    .nmxmod_blog1 {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
        flex-flow: row wrap;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start
    }

    .blog__item.item1 {
        width: 40%
    }

    .blog__item.item2 {
        width: 49%
    }

    .blog__item.item3 {
        width: 4%;
        display: block
    }

    .blog__hr {
        color: #c4c4c4;
        background: #c4c4c4
    }

    .blogs__item {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-flow: column;
        flex-flow: column;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        border: solid 1px #c4c4c4;
        padding: 7px;
        margin: 40px 0;
        width: 96%;
        border-right: solid 5px #c4c4c4;
        border-radius: 0 15px 15px 0
    }
  
     .blogs__item[class*='--ie']{
      min-height:70vh
    }

    .blogs__item:hover {
        border-right: solid 5px #0079c0
    }

    .blog__img {
        max-width: 100%;
        margin: 17px 0
    }
  
    .blog__img[class*='--ie']{
      min-height:20vh;
    }

    .blog__title {
        font-size: 24px
    }

    .blog__cat {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
      display:none;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        margin-bottom: -21px;
        width: 100%
    }

    .cat__item {
        border: solid 1px #c4c4c4;
        margin: 0 5px;
        border-radius: 15px;
        width: 25%;
        font-size: 14px;
        text-align: center;
        color: #0079c0;
        background: #fff
    }

    .blog__content {
        -webkit-box-flex: 1;
        -ms-flex: 1;
        flex: 1;
        margin-left: 25px;
        width:100%;
    }

    .blog__img img {
        border-radius: 15px;
        padding-bottom: 0;
    }
  
    .content__img img {
      padding: 0;
      width: 100%;
    }

    .blog__item.item1 {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: flex-start;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: flex-start;
        margin: 40px 0;
        border-right: solid 1px #c4c4c4;
        height: 252vmax;
        margin-right: 10px;
    }
  
    .blog__item.detail.item1 {
        height: 211vmax;
    }

    .blog__link {
        font-size: 18px
    }

    .filter input[type=radio] {
        display: none
    }

    .filter input[type=radio]+label {
        background: url(https://ws.nutramax.biz/mods/blog/feed/images/Unselected.jpg) no-repeat;
        height: 15px;
        padding-left: 20px;
        line-height: 17px;
        grid-column: 1/3
    }

    .filter input[type=radio]:checked+label {
        background: url(https://ws.nutramax.biz/mods/blog/feed/images/selected.jpg) no-repeat;
        height: 15px;
        padding-left: 20px;
        line-height: 17px;
        grid-column: 1/3
    }

    .filter__input {
        display: grid;
        grid-template-columns: 1fr 1fr 1fr;
        margin-bottom: 7px
    }

    .filter__input label:hover~.count {
        border: solid 1px #0079c0
    }

    .filter__input input[type=radio]:checked~.count {
        color: #fff;
        background: #0079c0
    }

    .filter__blog {
        margin: 0 20px;
        flex: 1;
    }

    .filter__blog .widget-title {
        margin-top: 20px
    }

    .coupon__item,.filter__blog .count {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex
    }

    .filter__blog .count {
        margin-top: -2px;
        background-color: rgba(84,84,84,.05);
        font-size: 12px;
        line-height: 18px;
        padding: 0 10px;
        text-align: center;
        min-width: 10px;
        border: 1px solid transparent;
        border-radius: 10px;
        width: 22%;
        -webkit-transition: all .3s ease-in-out;
        transition: all .3s ease-in-out
    }

    .coupon__item {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
        flex-flow: row wrap;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }

    .coupon__text {
        -webkit-box-flex: 1;
        -ms-flex: 1;
        flex: 1;
        margin-left: 20px
    }

    .posts__item {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-flow: row;
        flex-flow: row;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: flex-start;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }

    .post__img {
        width: 35%;
        margin-right: 15px
    }

    .post__title {
        font-size: 15px;
        line-height: 17px;
        color: #7a7a7a;
        width: 65%
    }

    .detail__content {
        text-align: left;
        margin: 10px 14px 10px 0;
        border: solid 1px #c4c4c4;
        border-radius: 15px;
    }

    .content__fig {
        margin: 0
    }

    .content__info {
        padding: 20px;
        width:100%;
    }

    .detail__content {
        width: 100%
    }
  .content__img[class*='--ie']{
    flex-shrink:1;
    width:100%;
    min-height:30vh;
  }
  .content__back.--bottom {
    margin: 0;
    text-align: right;
    width: 100%;
  }
}
/* Fix for dog difference overlapping lab guy */
@media screen and (min-width: 1201px){
  .page-id-2135 section.nmx-section .box-float-left.image-box {
    position: relative!important;
    margin-top: 51px !important;
    width: 483px !important;
    height: auto !important;
    right: calc(16% - 125px) !important;
}
}
@media screen and (min-width: 641px) and (max-width: 1201px){
.page-id-2999 section.nmx-section .box-float-left.image-box,	
.page-id-2135 section.nmx-section .box-float-left.image-box {
    position: relative !important;
    right: auto !important;
    margin: 0px auto !important;
    padding: 0px !important;
    width: 100% !important;
    height: auto!important;
    max-width: 500px !important;
    display: block!important;
    float: none!important;
}
.page-id-2999 section.nmx-section .box-float-left.image-box img,
.page-id-2135 section.nmx-section .box-float-left.image-box img {
    display: block!important;
    height: 500px !important;
    width: 500px !important;
    opacity: 1 !important;
    max-height: 500px;
    max-width: 500px;
    margin: 0 auto;
    text-align: center;
    float: none!important;
}
.page-id-2999 .cosequin-quality .section-box:not(.box-float-left),
  .page-id-2135 .cosequin-quality .section-box:not(.box-float-left) {
    background: #f2f7fa;
    padding: 60px 50px 40px 110px;
    width: 100% !important;
    border-radius: 10px;
    margin-right: 20px !important;
    display: block!important;
}
.page-id-2999 section.nmx-section .box-float-left.image-box:after,
  .page-id-2135 section.nmx-section .box-float-left.image-box:after {
    content: " ";
    position: absolute;
    top: 0;
    left: 0;
    border: solid 18px #0079c0;
    border-right: solid 18px #0079c0;
    display: inline-block!important;
    height: 500px!important;
    width: 500px!important;
    opacity: 1 !important;
}

.page-id-2999 .cosequin-quality .section-box:not(.box-float-left),
  .page-id-2135 .cosequin-quality .section-box:not(.box-float-left){
    margin-top: 10%;
  }
}
/* Fix for dog difference overlapping lab guy */
@media screen and (min-width:1024px) {
    .blogs__item {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
        flex-flow: row wrap;
        width: 76%
    }

    .blog__img {
        max-width: 85%
    }

    .blog__img[class*='--ie'] {
        max-width: 100%;
        width: 100%;
    }
  
    .filter__blog {
        width: 50%
    }

    .filter input[type=radio]+label,.filter input[type=radio]:checked+label {
        grid-column: 1/4
    }

    .filter__input {
        grid-template-columns: 1fr 1fr 1fr 1fr
    }

    .content__fig figcaption {
        text-align: right;
        padding-right: 10px;
    }

    .share__p,.social__share {
        width: auto;
        margin: 5px
    }

    .content__social {
        flex-flow: row wrap;
        justify-content: space-around;
        align-items: center
    }

    .blog__item.item3 {
        width: 8%;
        display: block
    }

/*     .detail__content {
        width: 96%
    } */
  .content__info .article {
    align-items: flex-start;
    flex-flow: column;
  }
}

@media screen and (min-width:1200px) {
  .blogs__item.active {
    display: flex;
    flex-flow: row;
  }
  
    .blogs__item {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
        flex-flow: row wrap;
        width: 85%;
        
    }
  
  .blogs__item[class*='--ie']{
    min-height:auto;
  }
  .blog__img[class*='--ie']{
    max-width:50%;
  }

    .blog__img {
        max-width: 50%;
        margin: 17px 0 17px -35px;
        flex-shrink: 0;
    }

    .filter input[type=radio]+label,.filter input[type=radio]:checked+label {
        grid-column: 1/3
    }

    .filter__input {
        grid-template-columns: 1fr 1fr 1fr
    }

    .content__social {
        width: 93%;
        justify-content: space-between;
        margin-top: 16px;
    }

    .share__face {
        margin-right: 12px
    }

    .blog__item.item1 {
        width: 30%;
/*         height: 117vmax; */
        height: 86vmax;
    }

    .blog__item.item3 {
        width: 4%
    }
/*     .detail__content {
        width: 85%
    } */
  
  .content__info .article {
    display: flex;
    flex-flow: row wrap;
    justify-content: center;
  }
  .article__p.right {
    flex: 1;
    margin-left: 25px;
  }
  [class*="pg-cosequin-blog"] .container.clr.page-header-inner {
    align-items: inherit;
    margin-left: 340px;
    background: none!important;
  }
  [class*="pg-cosequin-blog"] .page-heading-right {
    background: none;
    position: initial;
    text-align: left;
    height: auto !important;
    margin: 0 !important;
    transform: translateY(20%);
    margin-left: 0 !important;
  }
  .page-id-5620 header.nmx-slide-0.nmx.page-header.centered-minimal-page-header.nmx-blue.nmx-wide-45.nmx-top-60{
    background-position: 0px -5px !important; 
    height: 302px;
  }
  .page-id-5746 header.nmx-slide-0.nmx.page-header.centered-minimal-page-header.nmx-blue.nmx-wide-45.nmx-top-60{
    background-position: 0px -5px !important; 
    height: 302px;
  }
  .page-id-5751 header.nmx-slide-0.nmx.page-header.centered-minimal-page-header.nmx-blue.nmx-wide-45.nmx-top-60{
    background-position: 0px -5px !important; 
    height: 302px;
  }
  
  .page-id-5916 header.nmx-slide-0.nmx.page-header.centered-minimal-page-header.nmx-blue.nmx-wide-45.nmx-top-60{
    background-position: 0px -5px !important; 
    height: 302px;
  }
  .content__fig[class*='--ie']{
    width:100%;
    text-align:center;
    margin:0 auto;
  }
  
  [class*="pg-cosequin-blog"] #main .page-heading-right {
    margin-left: -20% !important;
  }
  .nmxmod_blog1 {
    margin: 0 auto;
    margin-left: 95px;
  }
  .filter__blog {
        margin: 0 35px;
   }
}

@media screen and (min-width:1850px){
  .nmxmod_blog1{
    width: 1650px;
    margin: 0 auto!important; 
  }
  [class*="pg-cosequin-blog"] .nmx.centered-minimal-page-header {
    height: 742px;
  }
}


@supports (display: grid) {
  
  @media screen and (min-width:1024px) {
    .nmxmod_blog1 {
      display: grid;
      grid-template-columns: 60px 420px 40px 1fr 60px;
      justify-content: center;
      align-items: flex-start;
      margin:0;
    }
    .blog__item.detail.item1 {
        height: 193vmax;
    }
    .blog__item.item1 {
      width: 100%;
      grid-column: 2;
      padding-right: 30px;
      height: auto;
      flex-flow: column;
    }
    .blog__item.item3 {
      width: 100%;
    }
    .blog__item.item2 {
      width: 100%;
      grid-column: 4;
      padding-left: 15px;
    }
    .blogs__item {
      width: 100%;
    }
    .filter__blog {
      margin: 0;
    } 
  }
  @media screen and (min-width:1440px){
    .nmxmod_blog1 {
      grid-template-columns: 143px 420px 40px 1fr 143px;
    }
  }
  @media screen and (min-width:1600px){
    .nmxmod_blog1 {
      grid-template-columns: 262px 420px 40px 1fr 262px;
    }
  }
  @media screen and (min-width:1850px){
  .nmxmod_blog1 {
    grid-template-columns: 382px 420px 40px 1fr 382px;
    width: 100%;
    margin: 0; 
  }
}
}

@media screen and (min-width:1200px){ 
  .blog__item.detail.item1 {
    height: 109vmax;
  }
}





  .detail__content.blog26 figure{
    margin: 0;
  }
  .detail__content.blog26 figcaption{
    font-size: 12px;
  }

  .detail__content.blog26 .ourFam__item {
    -ms-box-orient: horizontal;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -moz-flex;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-flow: row;
    margin-bottom: 15px;
  }
  .detail__content.blog26 .ourFam__item.item1 {
    display: block;
  }

  .detail__content.blog26 .ourFam__p{
    margin-top: 0;
    margin-left: 15px;
    width: 250%;
  }
  .detail__content.blog26 .ourFam__pR{
    margin-top: 0;
    margin-right: 15px;
    width: 250%;
  }
  .detail__content.blog26 .ourFam__img {
    border-radius: 15px;
    max-width:300px;
  }
  .detail__content.blog26 .ourFam__item.item3 figure,
  .detail__content.blog26 .ourFam__item.item5 figure {
    order: 2;
  }
  @media screen and (max-width: 866px){
    .detail__content.blog26 .ourFam__p {
      margin-top: inherit; 
      margin-left: inherit;
      width: 100%;
    }
    .detail__content.blog26 .ourFam__item{
      display: block;
    }
  }
  @media screen and (max-width: 424px){

    .detail__content.blog26 .lyptyv-pg .ourFam__img {
        width: 80%;
        display: block;
        margin: 0 auto;
    }

    .detail__content.blog26 figure{
      margin-bottom: 15px;
    }

  }

.detail__content.blog27 .ellepetlove{
    padding: 5px;
    max-height:250px;
    border-radius:15px;

}


.detail__content.blog28 .travelingimg{
    border-radius:10px;
    display:block;
    width:400px;
}
.detail__content.blog28 .travelinglist{
    padding-left:3%;
}


@media screen and (min-width : 375px) and (max-width : 667px) { 
.detail__content.blog28 .pg__h3{
  max-width: 100%;
  width: 75%;
}
}


 .catladyimg1 {
    border-radius: 10px !important;
    width: 300px;
    float: right !important;
  }

  .catladyimg {
    border-radius: 10px !important;
    width: 300px;
  }

  .catladyimgsmall {
    border-radius: 10px;
    width: 200px;
    height: 200px;
    padding: 3px;
  }

  .catladyimgmed {
    border-radius: 10px;
    width: 280px;
    padding: 5px;
  }

  figcaption {
    text-align: center;
    font-size: 15px;
  }

  .fright {
    float: right !important;
  }

  .blog.lyptyv-pg.lyptyv-blog-posts figure.flexImg {
    display: none !important;
  }

  .fright[class*='--ie']{
    display: flex!important;
    -ms-flex-direction: column;
  }

  @media screen and (max-width: 1014px) {
    .catladyimgmed {
      display: block;
    }
  }

  @media screen and (max-width: 829px) {
    p {
      clear: both;
    }

    .catladyimg1,
    .catladyimg {
      display: block !important;
      margin: 0 auto !important;
    }

    .fright {
      float: none !important;
    }
    .flexImg {
      display: flex !important;
      flex-direction: column;
      float: none !important;
    }

  }




.detail__content.blog31 .img1 {
  border-radius: 10px !important;
  width: 350px;
  float: right !important;
  margin-bottom: 20px;
}

.detail__content.blog31 h5{color:black;}

.detail__content.blog31 .mel_img {
  border-radius: 10px !important;
  width: 250px;
  float: right;
  margin-bottom: 20px;
}

.detail__content.blog31 .fright {
  float: right !important;
}

.detail__content.blog31 .blog.lyptyv-pg.lyptyv-blog-posts figure.flexImg {
  display: none !important;
}

.detail__content.blog31 .fright[class*='--ie']{
  display: flex!important;
  -ms-flex-direction: column;
}


@media screen and (max-width: 1190px) {
 .detail__content.blog31 p {
    clear: both;
  }
  
  .detail__content.blog20 img{
    float: none!important;
    display: block;
    margin: 0 auto;
  }

  .detail__content.blog31 .img1{ 
    display: block !important;
    margin: 0 auto !important;
  }
  .detail__content.blog31 .mel_img {
    display: block !important;
    margin: 0 auto !important;
  }

  .detail__content.blog31 .fright {
    float: none !important;
  }
  .detail__content.blog31 .flexImg {
    display: flex !important;
    flex-direction: column;
    float: none !important;
  }
  .detail__content.blog26 .ourFam__item {
    -ms-box-orient: horizontal;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -moz-flex;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-flow: row wrap;
    margin-bottom: 15px;
  }

}

@media screen and (max-width: 768px) {
.detail__content.blog31 h5 {width:80%;}
  .content__h2 {
    text-align: center;
}
}



.detail__content.blog32 .travel_img1 {
      border-radius: 10px;
      float: right;
      width: 250px;
      margin-left: 10px;
  }

  .detail__content.blog32 h5 {
      color: black;
  }

  .detail__content.blog32 .travel_img2 {
      border-radius: 20px;
      width: 350px;
      float: left;
      margin-right: 10px;
  }

  .detail__content.blog32 .fright {
      float: right !important;
  }

  .detail__content.blog32 .fleft {
      float: left !important;
  }

  .detail__content.blog32 .blog.lyptyv-pg.lyptyv-blog-posts figure.flexImg {
      display: none !important;
  }

  .detail__content.blog32 .fright[class*='--ie'] {
      display: flex !important;
      -ms-flex-direction: column;
  }

  @media screen and (max-width: 940px) {
      .detail__content.blog32 p {
          clear: both;
      }
      .detail__content.blog32 .travel_img1 {
          display: block !important;
          margin: 0 auto !important;
      }
      .detail__content.blog32 .travel_img2 {
          display: block !important;
          margin: 0 auto !important;
      }
      .detail__content.blog32 .fright {
          float: none !important;
      }
      .detail__content.blog32 .fleft {
          float: none !important;
      }
      .detail__content.blog32 .flexImg {
          display: flex !important;
          flex-direction: column;
          float: none !important;
      }
  }

  @media screen and (max-width: 768px) {
      .detail__content.blog32 h5 {
          width: 80%;
      }
  }


.detail__content.blog33 .blog_joint_img{
  float: right;
  width:300px;
  border-radius: 10px;
}

.detail__content.blog33 h3{
  color:#0072ce;
}
  
@media screen and (max-width: 900px){
  .detail__content.blog33 .blog_joint_img{
    float: none!important;
    display: block !important;
    margin: 0 auto !important;
  }
  
}



.detail__content.blog34 .blog_joint_img{
  float: right;
  width:300px;
  border-radius: 10px;
}

.detail__content.blog34 h3{
  color:#0072ce;
}
  
@media screen and (max-width: 900px){
  .detail__content.blog34 .blog_joint_img{
    float: none!important;
    display: block !important;
    margin: 0 auto !important;
  }
  
}


.detail__content.blog35 .DOF{
  text-decoration: underline;
}

.detail__content.blog35 .NDW-img{
  border-radius: 5px;   
  float:left;
  width: 300px;
  margin-right: 20px;
}

.detail__content.blog35 .NDW-bottom{  
  display: block;
  margin: 10px auto;
}

.detail__content.blog35 .NDW-img-bottom{
 height:250px;
  border-radius: 5px;   
  margin:10px;
}

@media screen and (max-width: 812px){
.detail__content.blog35 .img-float-left{
  display: flex !important;
  flex-direction: column;
  float: none !important;
}
.detail__content.blog35 .NDW-img{
  float: none!important;
  display: block!important;
  margin: 0 auto!important;
  
}
}

@media screen and (max-width:800px){
.detail__content.blog35 .NDW-img-bottom{
 height:250px;
  border-radius: 5px; 
 margin: 10px 0px;
}
}

.patBtn__item.active {
    background-color: #0065ad;
    border: #0079c0;
}

.patBtn__item.active a {
    color: #fff;
}

.detail__content.blog21 img {
    display: block;
    text-align: center;
    margin: 0 auto;
}


a.blog__linkA.test,
span.count.testSele,
label[for="testSele"],
.blogs .test {
    display: none!important;
}



.pg-cosequin-blog.test a.blog__linkA.test,
.pg-cosequin-blog.test span.count.testSele,
.pg-cosequin-blog.test label[for="testSele"],
.pg-cosequin-blog.test .blogs .test {
  display: flex!important;
}
