/** Shopify CDN: Minification failed

Line 11:15 Expected identifier but found whitespace
Line 11:17 Unexpected "{"
Line 11:26 Expected ":"

**/
/*========================================================= FOOTER ==================================================*/

  #footer { 
    text-align: {{ section.settings.text-alignment }}; 
  }
  #big-footer > div {
    padding: 0 20px;
    min-height: 120px;
  }
  
  .footer-social {
    background: #f8f8f8; 
    text-align: center;
  	padding: 1% 0%;
    border-bottom: 3px solid #c4c4c4;
  }
  .social-text {    
    display: inline-block; 
    font-size: 28px;
    font-weight: 900;
    color: #2d2d2d;
    margin-right: 20px;
  }
  #footer {
  	background: #f2f2f2 !important;
  }
  #big-footer h4 {
    color: #2d2d2d;
    margin-bottom: 20px;
    text-transform: unset;
    margin-top: 20px;
  }
  #big-footer a {
    color: #2d2d2d !important;
    font-size: 15px;
    font-weight: 600;
    line-height: 1.6;
  }
  .footer-sect {
  	text-align: left;
  }
  .footer-sect p {
    font-size: 16px;
    margin-bottom: 10%;
    color: #2d2d2d;
    font-weight: 600;
  }
  .footer-polocy {
  	color: #2d2d2d !important;
    font-size: 15px;
    font-weight: 600;
  }
  #close a {
  	color: #2d2d2d !important;
    font-size: 15px;
    font-weight: 600;
  }
  #big-footer {
    border-bottom: 3px solid hotpink;
    padding-bottom: 6%
  }
  .footer-sbtd-image-500 {
  	margin-bottom: 10px;
  }
  .footer-sbtd-image-accredited {
  	margin-bottom: 10px;
    width: 55%;
  }
  .footer-sbtd-image-cards {
  	width: 80%;
  }
  .footer-social i {
  	font-size: 40px;
    color: #2d2d2d;
    margin-right: 20px;
  }
  .lnk-bump-girl-s {
    	display:none;
  }

  #big-footer {
    margin-bottom: 20px;
    margin-top: 20px;
    padding: 30px 0 6%;
    list-style-type: none;
    color: #ffffff;
  }

  h4 {
    font-size: 20px;
    font-weight: 700;
  }
  
  #big-footer ul {
    list-style: none;
    margin: 0;
    padding: 0;
  }

  #close {
    text-align: center;
    line-height: 32px;
    color: #ffffff;
  }


  @media screen and ( max-width: 980px ) {
    #big-footer {
      margin: 0px;
      padding: 10px 0px 25px 0px;
    }
    .footer-sect {
      height: 230px;
      overflow: hidden;
    }
    .footer-sbtd-image-cards {
      width: 70%;
    }
    .footer-sbtd-image-accredited {
      margin-bottom: 10px;
      width: 40%;
    }
    .social-text {
      display: inline-block;
      font-size: 18px;
      font-weight: 900;
      color: #2d2d2d;
      margin-right: 15px;
      vertical-align: super;
    }
    .footer-social i {
      font-size: 35px;
      color: #2d2d2d;
      margin-right: 15px;
    }
    .footer-social {
      background: #f8f8f8;
      text-align: center;
      padding: 3% 0%;
      border-bottom: 3px solid #c4c4c4;
    }
  }
  
  @media screen and ( max-width: 740px ) {
   	.lnk-bump-girl span {
    	display:none;
    }
  }
  
  @media screen and ( max-width: 425px ) {
    .footer-sbtd-image-500 {
      width: 50%;	
    }
    .footer-sbtd-image-cards {
      width: 100%;
    }
    .footer-sbtd-image-accredited {
      margin-bottom: 5px;
      width: 75%;
    }
    .lnk-bump-girl {
    	display:none;
    }
    .lnk-bump-girl-s {
    	display:block;
    }
  }
  
