@font-face {
    font-family: 'Charm';
    font-style: normal;
    font-weight: normal;
    src: local('Charm'), url('/fonts/charm-v3-latin-regular.woff') format('woff');
}

*,::before,::after {
    box-sizing: border-box;
}

.grey-background::after {
    content: '';
    display: table;
    clear: both;
}

#reg_section {
    text-align: center;
    position: relative;
    min-height: 380px;
    padding: 10px 0 30px;
}

.white-background {
    background: #ffffff;
}

/******************* Hero ***********************/

#hero_section {
    text-align: center;
    position: relative;
}

#hero_banner {
    min-height: 450px;
    margin-bottom: 185px;
    background: url(/img/corp/vendio_handmade/bg_mobile.jpg) center no-repeat;
    background-size: cover;
    color: #fff;
    padding-top: 20px;
    padding-bottom: 60px;
}

#hero_banner h1 {
    font-size: 42px;
    text-shadow: 0px 2px 6px #000;
}

#hero_banner p {
    font-size: 15px;
    letter-spacing: -.02em;
    padding: 0 10px;
} 

.channels-list {
    margin: 0;
    padding: 20px 0 0;
    list-style: none;
}

.channels-list li {
    display: inline-block;
    vertical-align: middle;
    margin: 10px 20px;
}

.channels-list .etsy-logo {
    max-height: 40px;
}

.channels-list .amazon-logo {
    max-height: 40px;
}

.channels-list .ebay-logo {
    max-height: 40px;
}

.channels-list .cart-logo {
    max-height: 46px;
}

.join-program {
    border: 3px solid #778198;
    border-radius: 20px;
    position: absolute;
    bottom: 60px;
    left: 50%;
    transform: translateX(-50%);
    overflow: hidden;
    max-width: 70%;
}

#reg_section .join-program {
	position: relative;
	bottom: initial;
	height: auto;
}

.join-program .filter {
    background: rgba(255, 255, 255, .58);
    padding: 10px;
}

.join-program h2 {
    font-family: Charm;
    font-size: 22px;
    font-weight: 400;
    color: #062c6a;
    margin: 0;
}

.join-program .email-field {
    border: 2px solid #ccc;
    padding: 10px;
    width: 280px;
    max-width: 280px;
    border-radius: 5px;
    display: inline-block;
    vertical-align: middle;
    text-align: left;
    margin-bottom: 15px;
    font-size: 20px;
}

.join-program .submit-button {
    background: #31527c;
    border-radius: 5px;
    color: #fff;
    width: 160px;
    font-size: 20px;
    line-height: 24px;
    display: inline-block;
    vertical-align: middle;
    margin-bottom: 15px;
    margin-left: 5px;
}

.form_errors_reg {
	display: none;
	text-align: left !important;
	position: absolute;
	color: #e00000 !important;
	font-size: 12px !important;
	margin: 10px 0px 0px 0px !important;
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	border-radius: 7px;
	border: 0px none !important;
	padding: 0px !important;
	z-index: 30;
}

.form_errors_reg  ul {
	padding: 9px 10px 4px 23px !important;
        text-align: left !important;
				
}

.vendio_register_agree_hdm {
      font-size: 11px;
      color: #000000;
      width: 210px;
      line-height: 11px;
      margin: 0 auto;
      position: relative;
      top: 262px;
      left: 0px;
}

.vendio_register_agree_hdm a {
      color: #000000;
      text-decoration: underline !important;
}

.vendio_register_agree_hdm a:hover {
      color: #000000;
}

input {
    box-shadow: -2px -2px 6px #333333;
}


#thankyou_div {
      margin-bottom: 20px;
}

@media(min-width: 768px) {
    #hero_banner {
        padding-bottom: 100px;
        background: url(/img/corp/vendio_handmade/bg_wide.jpg) center no-repeat;
        background-size: cover;
	margin-bottom: 250px;
    }

    #hero_banner h1 {
        font-size: 54px;
    }

    #hero_banner p {
        padding: 0 80px;
        font-size: 22px;
    } 

    .channels-list {
        padding: 0;
    }

    .channels-list li {
        margin: 20px;
    }

    .channels-list .etsy-logo {
        max-height: 44px;
    }

    .channels-list .ebay-logo {
        max-height: 42px;
    }

    .channels-list .cart-logo {
        max-height: 50px;
    }

    .join-program {
        width: 90%;
        bottom: -35px;
    }
  
    .join-program .filter {
        padding: 10px 10px 30px;
	height: 385px;
    }
    
    .join-program h2 {
        font-size: 40px;
    }

    .vendio_register_agree_hdm {
        top: 225px;
        left: initial;
    }

    #reg_section .join-program .filter {
	height: 350px;
    }
}

@media(max-width: 767px) {
  .join-program {
    bottom: -100px;
    height: 370px;
  }

  .join-program .filter {
    height: 364px;
  }

  .join-program h2 {
	font-size: 22px;
  }

  #thankyou_div {
    margin-bottom: 0px;
  }
  .vendio_register_agree_hdm {
    top: 228px;
    left: 0px;
  }

 .join-program {
	width: 94%;
	max-width: 94%;
  }
}

@media(max-width: 576px) {
  .join-program {
    bottom: -130px;
  }

  .join-program h2 {
    padding: 10px 0 20px;
    line-height: 14px;
  }

  .vendio_register_agree_hdm {
    top: 228px;
    left: 0px;
  }

}


@media(min-width: 992px) {
    #hero_banner {
	margin-bottom: 230px;
    }

    #hero_banner p {
        padding: 0;
    }

    .channels-list {
        padding: 0 0 15px;
    }

    .join-program {
        bottom: 50px;
    }

    .join-program h2 {
        line-height: 20px;
    }

    .join-program .filter {
        padding-bottom: 0;
	height: auto;
    }

    #reg_section .join-program .filter {
	height: auto;
    }

    #reg_section .join-program h2 {
	line-height: normal;
    }

    .vendio_register_agree_hdm {
      top: 125px;
      left: 0px;
    }
}


@media(min-width: 1200px) {
    .channels-list {
        padding: 0 0 30px;
    }

    .join-program {
        bottom: 30px;
    }

    .join-program h2 {
        font-size: 56px;
	line-height: 30px;
	margin-bottom: 30px;
    }

    #reg_section .join-program h2 {
	margin-bottom: 0;
    }

    .vendio_register_agree_hdm {
        left: 267px;
        top:74px;
        width: 170px;
    }

}


/******************* Cards ***********************/

.card-columns .card {
    margin-bottom: .75rem
}

@media(min-width: 576px) {
    .card-columns {
        -webkit-column-count:3;
        -moz-column-count: 3;
        column-count: 3;
        -webkit-column-gap: 1.25rem;
        -moz-column-gap: 1.25rem;
        column-gap: 1.25rem;
        orphans: 1;
        widows: 1
    }

    .card-columns .card {
        display: inline-block;
        width: 100%
    }
}

.ind-lead-tools-cont {
    max-width: 1170px;
    color: #525c63;
    margin: auto;
}

#indLeadToolsTitle {
    margin-top: 0;
    margin-bottom: 47px;
    font-size: 46px;
    font-weight: 600;
    text-align: center;
}

@media(max-width: 575.98px) {
    .ind-lead-tools-cont #indLeadToolsTitle {
        margin-top:148px;
        margin-bottom:27px
    }
}

@media(min-width: 768px) and (max-width:991.98px) {
    #indLeadToolsTitle,#ourPlansTitle {
        font-size: 40px
    }
}

@media(min-width: 576px) and (max-width:767.98px) {
    #indLeadToolsTitle,#ourPlansTitle {
        margin-top:140px;
        font-size: 35px
    }
}

@media(max-width: 575.98px) {
    #indLeadToolsTitle,#ourPlansTitle {
        font-size: 32px
    }
}

.ind-lead-tools {
    height: 100%;
    padding: 30px;
    background: #fff;
    text-align: center;
    position: relative;
    outline: 0;
}

.ind-lead-tools:hover,
.ind-lead-tools:focus {
    box-shadow: 0 .5px 5px 0 rgba(0,0,0,0.13),0 6px 0 0 #3183cb;
}

.tools-icon {
    margin-bottom: 18px;
    width: auto;
    height: 35px
}

.tools-text {
    width: auto;
    margin-bottom: 15px;
    font-size: 19px;
    line-height: 1.58;
}

@media(max-width: 575.98px) {
    .tools-text {
        margin-bottom:-15px
    }

    .tools-text>div li {
        left: 0
    }
}

.tools-text-header {
    font-size: 29px;
    margin-bottom: 10px
}

@media(max-width: 991.98px) {
    .tools-text-header {
        font-size:24px
    }
}

.tools-text-body {
    line-height: 1.58
}

@media(min-width: 768px) {
    .tools-text-body {
        font-size:17px
    }
}

#toolsCardCont .card {
    border: 0;
    border-radius: 0;
    overflow: auto;
    width: 100%
}

@media(min-width: 992px) {
    .card-columns {
        column-count:3
    }
}

@media(min-width: 576px) and (max-width:767.98px) {
    .card-columns {
        column-count:2
    }
}

@media(max-width: 575.98px) {
    .card-columns {
        column-count:1
    }
}

.more-about-handmade {
    padding: 30px;
    background: #fff;
    text-align: center;
    font-size: 24px;
    line-height: 1.6;
    margin: 10px auto 50px;
}
