/*
Theme Name: SamplesFlash
*/

*{
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
body, input, button, textarea{
  font-family: 'Nunito Sans', sans-serif;
}

/* Hide spinners in Chrome, Edge, and Safari */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
textarea{
  resize: none;
}
select{
  appearance: none;
  -webkit-appearance: none;
  color: #000;
}
input[type="number"] {
  -moz-appearance: textfield;
}
input[type="text"]::placeholder,
input[type="email"]::placeholder,
input[type="number"]::placeholder,
textarea::placeholder {
  color: #000;
  font-family: 'Nunito Sans', sans-serif;
  font-size: inherit;
}
input[type="text"]:focus, 
input[type="email"]:focus, 
input[type="number"]:focus, 
textarea:focus, 
select:focus {
  outline: none;
}
button{
  border: none;
  background: inherit;
  font-size: inherit;
  font-family: inherit;
  color: inherit;
  cursor: pointer;
}

.container{
  max-width: 1170px;
  margin: 0 auto;
}
a {
  text-decoration: none;
}
.wrapper{
  background: #F2F2F2;
}

/* header css */


.wpr-pricing-table-icon img, img{
  width: 100%;
}
.blog-image.container{
  max-width: 100%;
  margin: 0;
  width: 100%;
  /* min-height: 500px;
  height: 500px;
  overflow: hidden; */
}
.blog-desc figure{
  display: none;
}

/* breadcrumb section */
.bredcumbs-section{
  color: #000;
  font-size: 16px;
  font-style: italic;
  font-weight: 400;
  line-height: 28.8px;
  margin: 15px auto 36px;
  padding: 0 25px;
}
.bredcumbs-section a{
  color: inherit;
}

/* blog css */
.blog-title{
  color: #000;
  font-size: 50px;
  font-style: normal;
  font-weight: 800;
  line-height: 65px;
}
.mid-section{
  display: flex;
  justify-content: space-between;
  padding: 0 25px;
  flex-direction: column;
  align-items: center;
}
.blog-inner-section .mid-section{
  display: flex;
  justify-content: space-between;
  padding: 0 25px;
  flex-direction: column;
  align-items: flex-start;
  margin-bottom: 40px;
}
.blog-desc p{
  color: #6B6B6B;
  font-size: 16px;
  font-weight: 400;
  line-height: 180%; 
  margin: 20px auto;
}
.blog-desc p strong{
  color: #000;
  font-size: 24px;
}

/* sidebar css */
.sidebar{    
  max-width: 400px;
  width: 100%;   
}
.sidebar-inner{
  border-radius: 20px;
  background: #FFF;
  min-height: 785px;
  height: auto;
  padding: 29px 16px;
  min-height: 785px;
}
.sidebar .title{
  color: #000;
  text-align: center;
  font-size: 30px;
  font-weight: 800;
  line-height: 36px;
  padding: 0 15px;
  margin-bottom: 28px;
}
.article-box a{
  cursor: pointer;
  display: block;
}
.sidebar .article-box:not(:first-child) {
  margin: 28px 0;
}
.article-desp{
  display: flex;
  justify-content: center;
  align-items: center;
}
.article-desp img{
  width: 100px;
  height: 100px;
  object-fit: cover;
  border-radius: 100px;
  margin-right: 22px;
}
.article-desp h3{
  color: #000;
  font-size: 16px;
  font-weight: 700;
  line-height: 120%; 
}
.article-desp h3 strong{
  display: -webkit-box;
  -webkit-line-clamp: 3; 
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis; 
}

#crumbs .b_slash img{
  width: 17px;
  height: auto;
  display: inline-flex ;
  vertical-align: middle;
  margin: 0 7px;
}

@media screen and (max-width: 768px) {  
  .blog-title{
    font-size: 30px;
    line-height: 40px;
  }
}

@media screen and (min-width: 768px) {  
  .blog-content.container{
    max-width: 834px;
    margin: 0;
  }
  .article-box a:hover{
    text-decoration: none;
    color: #000;
  }
  .mid-section{
    flex-direction: row;
  }
  .blog-inner-section .mid-section{
    flex-direction: row;
  }

  .sidebar{
    max-width: 270px;
  }
}


/* legal pages */
.legal-content {
  width: 100%;
  height: auto;
  position: relative;
  padding-bottom: 50px;
}
.pp-content b, .pp-content strong{
  line-height: 23px;
}
.legal-inner {
  max-width: 1170px;
  width: 95%;
  margin: 0 auto;
  background: #FFF;
  padding: 40px 25px;
  font-size: 14px;
  line-height: 23px;
  color: #123;
  text-align: left;
}
.legal-inner p {
  margin-top: 30px
}
.legal-inner h2 {
  margin-top: 30px;
  font-size: 18px;
  font-weight: 700;
  line-height: 21px
}
.legal-inner p a, .legal-inner ul li a {
  text-decoration: underline;
  color: #123;
}
.legal-inner p a:hover, .legal-inner ul li a:hover {
  text-decoration: none;
  color: #0e5fce;
}
.legal-inner br {
  display: block;
}
.bg-color {
  position: relative;
}
.legalpage-title {
  color: #FFF;
  text-align: center;
  font-size: 30px;
  font-weight: 800;
  position: relative;
  z-index: 1;
  padding: 60px 0 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 95%;
  margin: 0 auto;
}
.legalpage-title::before, .legalpage-title::after{
  content: "";
  background: #FFF;
  height: 1.2px;
  width: 51px;
  margin: 0;
}
.legalpage-title span{
  margin: 0 20px;
}
.bg-color::after {
  content: "";
  background: rgba(8, 10, 20, 0.8) url(images/lander-banner-img.png) no-repeat top/cover;
  background-blend-mode: overlay;
  width: 100%;
  height: 400px;
  position: absolute;
  top: 0px;
}

@media screen and (min-width: 768px) {  
  .legalpage-title{
    font-size: 40px;
  }
  .legal-inner{
    padding: 40px 50px;
  }
  .legalpage-title::before, .legalpage-title::after{
    width: 115px;
  }
}
@media screen and (max-width: 359px) {  
  .legalpage-title span {
    margin: 0 6px;
  }
}

/* unsubscribe page */
.legalpage-wrapper{
  background: #F2F2F2;
  min-height: 100vh;
}
.accordion {
  width: 90%;
  background-color: #fff;
  min-height: 350px;
}  
.accordion-item {    
  color: #111;
  margin: 0 auto;
  padding: 18px 0;
  width: 90%;    
}  
.accordion-item:not(:first-child):not(:last-child) {
  border-top: 1px solid #CECECE; 
  border-bottom: 1px solid #CECECE; 
}
.accordion-item-header {
  padding: 0;
  min-height: 3.5rem;
  line-height: 18px;
  font-weight: 700;
  display: flex;
  align-items: center;
  position: relative;
  cursor: pointer;
  color: #4284FA;
  font-size: 24px;
}  
.accordion-item-header::after {
  content: "\002B"; 
  font-size: 40px;
  position: absolute;
  transition: transform 0.2s ease; 
  color: #000;
  right: 9px
}  
.accordion-item-header.active::after {
  transform: rotate(45deg); 
}  
.accordion-item-body {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.2s ease-out;
}
.acc-items{
  margin: 20px auto 40px;
}
.acc-content{
  padding: 0 20px;
}
.acc-items:last-child{
  margin-bottom: 35px;
}

h3.acc-title{
  color: #000;
  font-size: 18px;
  font-weight: 700;
  line-height: 18px;
}
h4.acc-subtitle{
  display: flex;
  align-items: center;
  font-size: 14px;
  font-weight: 700;
  line-height: 18px;
}
h4.acc-subtitle span{
  margin-left: 10px;
}
.acc-inner-content{ 
  display: flex ;
  justify-content: center;
  margin: 14px auto;
}
.acc-item-body-inner-content p{
  font-size: 14px;
  color: #333;
  line-height: 18px;
  padding-top: 10px;
}
.acc-item-body-inner-content p a{
  font-size: 14px;
  color: #337ab7;
  text-decoration: underline;
}
.acc-item-body-inner-content p a:hover{
  text-decoration: none;
}
.acc-title-email-sub{
  font-size: 16px;
  font-weight: 600;
  line-height: 18px;
  color: #000;
}
p.steps{
  max-width: 60px;
  min-height: 24px;
  height: 24px;
  border-radius: 2px;
  background: #D6E5FF;
  width: 100%;
  color: #000;
  font-weight: 600;
  line-height: 18px;
  font-size: 14px;
  display: flex ;
  align-items: center;
  justify-content: center;
  margin-right: 10px;
  padding: 0px;
}
p.desp{
  width: 100%;
  font-size: 14px;
  color: #333;
  line-height: 18px;
  padding: 0px;
}
.acc-item-body-inner-content{
  border-bottom: 1px solid #CECECE;
}
.accordion-item-body-content .acc-item-body-inner-content:nth-child(n+2) {
  margin-top: 32px;
}
.acc-item-body-inner-content:last-child{
  border: none;
}
.about-content p{
  margin: auto;
    color: #000;
    font-size: 20px;
    letter-spacing: 0;
    line-height: 28px;
    text-align: center;
    padding: 30px 20px;
}
@media screen and (max-width: 768px) {  
  .accordion{
    min-height: 300px;
    width: 100%;
  }
  .accordion-item{
    padding: 12px 0;
    width: 100%;
  }
  .accordion-item-header{
    font-size: 18px;
    padding-right: 35px;
    line-height: 24px;
  }
  .accordion-item-header::after{
    font-size: 32px;
  }
  .accordion-item-body-content{
    margin-top: 10px;
  }
  .acc-item-body-inner-content p a:hover{
    text-decoration: underline;
  }
  .acc-content{
    padding: 0;
  }
  .unsubscribe-inner, .accordion{
    padding: 0 10px;
  }
  p.desp{
    width: calc(100% - 70px);
  }
  .about-content p {
    font-size: 18px;
    line-height: 26px;
    padding: 30px 10px;
}
}

/* signup page */
.signup-content{
  padding: 0;
}
.form-title{
  color: #000;
  text-align: center;
  font-size: 18px;
  font-weight: 300;
  line-height: 27px;
  margin-bottom: 9px;
  padding: 0 10px;
}
.signup-inner{
  max-width: 1170px;
  margin: 0 auto;
  background: #fff;
  width: 95%;
}
form{
  text-align: center;
  max-width: 900px;
  margin: 0 auto;
  padding: 0 10px;
}
input[type="text"], input[type="email"], input[type="number"], textarea, select{
  min-height: 50px;
  width: 100%;
  height: auto;
  border-radius: 10px;
  border: 1px solid #AAA;
  background: #FFF;
  padding: 13px 24px;
  box-sizing: border-box;
  font-family: inherit;
  margin: 20px auto 0;
  font-size: 16px;
  color: #000;
} 
select{
  background-image: url('data:image/svg+xml,%3Csvg xmlns%3D%22http%3A//www.w3.org/2000/svg%22 width%3D%2218%22 height%3D%2210%22 viewBox%3D%220 0 18 10%22 fill%3D%22none%22%3E%3Cpath d%3D%22M8.75 10L0 1.25V0H1.25L8.75 7.5L16.25 0H17.5V1.25L8.75 10Z%22 fill%3D%22black%22/%3E%3C/svg%3E');
  background-repeat: no-repeat;
  background-position: right 20px center; 
  background-size: 17px 10px;
}
.two-grid-layout p{
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  column-gap: 10px;
}
.two-grid-layout label{
  width: 100%;  
}
input[type="submit"]{
  width: 100%;
  min-height: 50px;
  height: auto;
  border-radius: 10px;
  background: #4284FA;
  color: #FFF;
  font-size: 24px;
  font-weight: 800;
  border: none;
  cursor: pointer;
  margin-top: 15px;
}
.error-text-msg, .wpcf7-not-valid-tip{
  font-size: 12px;
  color: #ea7979;
  font-weight: 400;
  padding-top: 2px;
  text-align: left;
}
.signup-form{
  padding: 58px 0 28px;
}
textarea{
  height: 180px;
}
#showoptoutdesp{
  display: none;
  text-align: center;
  max-width: 900px;
  margin: 0 auto;
  padding: 0 10px;
}
#showoptoutdesp h2, #showoptoutdesp p {
  color: #000;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 22px;
  margin: 30px auto 0;
}
#showoptoutdesp a{
  text-decoration: underline;
}
.formwrapper .inputwrapper, .formwrapper .wpcf7-response-output, .screen-reader-response, .wpcf7-response-output{
  display: none;
}

@media screen and (min-width: 768px) {  
  input[type="submit"]:hover{
    background: #2e62bd;
  }
  #showoptoutdesp a:hover{
    text-decoration: none;
  }
}

/* categories/article page css */
.cat-page{
  padding: 30px 0;
  min-height: 100vh;
}
.cat-page h1{
  text-align: center;
  margin: 20px auto;
}
.cat-page .content-wrap{
  grid-template-columns: repeat(1, 1fr);
  display: grid ;
  grid-gap: 30px;
  padding: 0 15px;
}
.article-box a{
  max-width: 544px;
  margin: 0 auto;
  transition: transform 0.3s ease-in-out;
}
.cat-page img{
  width: 100%;
  height: 218px;
  object-fit: cover;
}
.cat-page h2{
  color: #000;
  font-size: 22px;
  font-weight: 600;
  line-height: 26px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  margin: 11px auto 13px;
}
.cat-page .article-text h3{
  color: #000;
  font-size: 22px;
  font-weight: 600;
  line-height: 26px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  margin: 11px auto 13px;
}
.cat-page .article-text p{
  color: #6B6B6B;
  font-size: 13px;
  font-weight: 300;
  line-height: 18px;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.cat-page button{
  color: #F06907;
  font-size: 14px;
  font-weight: 600;
  line-height: 19px; 
  text-transform: capitalize;
  margin-top: 17px;
  display: flex ;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
.cat-page button svg{
  margin-left: 5px;
}
@media (min-width: 600px) {
  .cat-page .content-wrap{
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (min-width: 900px) {
  .cat-page .content-wrap{
    grid-template-columns: repeat(3, 1fr);
  }
}

@media screen and (min-width: 768px) {
  .article-box a:hover .article-text button{
    text-decoration: underline;
  }
  .lp-post-wrapper img{
    height: 322px;
  }
  .cat-page h2{
    font-size: 29px;
    line-height: 33px;
    margin: 15px auto 16px;
  }
  .cat-page button{
    font-size: 17px;
    margin-top: 12px;
  }
  .cat-page button svg{
    width: 20px;
    height: 20px;
  }
  .cat-page .article-text h3{
    font-size: 20px;
    line-height: 30px;
    margin: 15px auto 10px;
  }
  .cat-page .article-text p{
    font-size: 12px;
    line-height: 19px;
    -webkit-line-clamp: 2;
  }
}
footer .foot-nav {
  background-color: #f2f2f2;
  padding: 29px 10px;
  border-top: 1px solid rgba(162, 160, 160, 0.5);
}
footer .foot-nav ul {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  margin-right: 0px !important;
  gap: 0px !important;
}
footer .foot-nav ul li {
  list-style: none;
  text-decoration: none;
  color: #000;
  text-align: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  line-height: 22px;
}
footer .foot-nav ul li a {
  color: inherit;
  text-decoration: none;
}
footer ul li:hover {
  text-decoration: underline;
    color: #000;
}
footer .foot-nav ul li::after {
  content: "|";
  margin: 0 5px;
  color: #000;
  font-size: inherit;
  font-family: inherit;
}
footer .foot-nav ul li:last-child::after {
  display: none;
}
footer .foot-nav .menu{
  position: unset; 
max-height: none;
}

@media screen and (max-width: 768px) {
  footer .foot-nav {
    padding: 9px 6px;
}

footer .foot-nav ul li {
  font-size: 11px;
  line-height: 20px;
}
footer .foot-nav ul li a{
  font-size: 11px ;
  line-height: 20px ;
}
footer ul li:hover {
  text-decoration: none;
  color: #000 ;
}
}