body {
    color: #333333;
    position: relative;
    font-family: 'Source Sans Pro', sans-serif;
}
a.selected {
  text-decoration: underline;
}
.container-main,
.divider {
    width: 100%;
}

.header-main-links li a {
    font-weight: 600;
    color: #333;
    margin: 0 7px;
}

.header-main-links li a:hover {
  text-decoration: underline;
}

.lighboxlpboxin {
    height: 315px;
    overflow: auto;
    padding: 15px;
    width: 470px;
	font-size: 12px !important;
}

.header-main-links {
  padding-top: 30px;
 text-align: center;
}


.header-first-row-link {
    font-weight: 700;
    font-size: 10px;
}

.header-first-row-link,
.footer-content a {
    color: #285ec9;
}

.header-first-row-link:hover,
.footer-content a:hover {
    color: #134bb5;
    transition: all 0.3s ease 0s;
}

.header-first-row-link,
.vendio-footer h5 {
    text-transform: uppercase;
}

.nav-upper-menu {
    font-size: 8px;
}

.signed_in_user li {
    font-size: 12px;
}

.nav-main-menu {
    margin-top: 65px;
}

.nav-main-menu-logged-in {
    margin-top: 35px;
}

.main-menu-item {
    font-size: 12px;
}

.selling-channels-dropdown {
    padding-bottom: 10px;
    position: relative;
}

.selling-channels-dropdown a span.glyphicon {
    font-size: 12px;
}

.selling-channels-dropdown-content {
    display: none;
    position: absolute;
    background-color: #ffffff;
    min-width: 160px;
    box-shadow: 0px 2px 6px 2px #676767;
    z-index: 1;
    left: -40px;
    top: 30px;
}

/* Show the dropdown menu on hover */
.selling-channels-dropdown:hover {display: block;}

.selling-channels-dropdown-content a {
    color: black;
    margin: 0 !important;
    padding: 8px 12px;
    text-decoration: none;
    display: block;
    width: 300px;
    border-bottom: 1px solid #F2E8DF;
}

.selling-channels-dropdown-content a span {
    display: inline-block;
    float: left;
    margin-top: 12px;
    margin-left: 5px;
}

.selling-channel-img {
    position: relative;
    margin-left:auto; margin-right:0;
    height: 50px;
}

.ebay-dropdown-item {
    background: url('/img/corp/selling_channels_dropdown/ebay_w_shadow.png') no-repeat 42px 0;
    background-size: 116px;
    width: 210px;
}

.ebay-dropdown-item-hovered {
    background: url('/img/corp/selling_channels_dropdown/ebay_w_color.png') no-repeat 34px -2px;
    background-size: 130px;
    width: 210px;
}

.amz-dropdown-item {
    background: url('/img/corp/selling_channels_dropdown/amz_w_shadow.png') no-repeat 40px 10px;
    background-size: 116px;
    width: 210px;
}

.amz-dropdown-item-hovered {
    background: url('/img/corp/selling_channels_dropdown/amz_w_color.png') no-repeat 32px 10px;
    background-size: 130px;
    width: 210px;
}

.ahm-dropdown-item {
    background: url('/img/corp/selling_channels_dropdown/ahm_w_shadow.png') no-repeat 4px 8px;
    background-size: 200px;
    width: 210px;
}

.ahm-dropdown-item-hovered {
    background: url('/img/corp/selling_channels_dropdown/ahm_w_color.png') no-repeat 0px 9px;
    background-size: 207px;
    width: 210px;
}

.etsy-dropdown-item {
    background: url('/img/corp/selling_channels_dropdown/etsy_w_shadow.png') no-repeat 50px 5px;
    background-size: 86px;
    width: 210px;
}

.etsy-dropdown-item-hovered {
    background: url('/img/corp/selling_channels_dropdown/etsy_w_color.png') no-repeat 44px 2px;
    background-size: 100px;
    width: 210px;
}

.more-comm-dropdown-item {
    background: url('/img/corp/selling_channels_dropdown/more_comm_w_shadow.png') no-repeat 26px 6px;
    background-size: 140px;
    width: 210px;
}

.more-comm-dropdown-item-hovered {
    background: url('/img/corp/selling_channels_dropdown/more_comm_w_color.png') no-repeat 24px 6px;
    background-size: 160px;
    width: 210px;
}

.your-store-dropdown-item {
    background: url('/img/corp/selling_channels_dropdown/your_store_w_shadow.png') no-repeat 26px 6px;
    background-size: 140px;
    width: 210px;
}

.your-store-dropdown-item-hovered {
    background: url('/img/corp/selling_channels_dropdown/your_store_w_color.png') no-repeat 20px 5px;
    background-size: 160px;
    width: 210px;
}

.fb-dropdown-item {
    background: url('/img/corp/selling_channels_dropdown/fb_w_shadow.png') no-repeat 25px 0;
    background-size: 140px;
    width: 210px;
    border-bottom: 0;
}

.fb-dropdown-item-hovered {
    background: url('/img/corp/selling_channels_dropdown/fb_w_color.png') no-repeat 18px 7px;
    background-size: 160px;
    width: 210px;
}

.footer-content  li {
    line-height: normal;
    line-height: 24px;
}

.footer-content div {
    width: 49%;
    vertical-align: top;
    display: inline-block;
}
#footer_links a:hover {
  text-decoration: underline !important;
}

#registration-form {
  padding-bottom: 0px !important;
}

.wrapper {
  height: 430px;
  width: 280px;
  margin: 0 auto;
  text-align: center;
}

.begin-journey-hero-img {
    background: black url(/img/corp/home_new/form-background-img.jpg) center no-repeat;
      background-size: cover;
      height: 515px;
      top: 0;
      left: 0;
      bottom: 0;
      right: 0;
      position: absolute;
}

.begin-journey-section-handmade .begin-journey-hero-img {
    background: white url(/img/corp/vendio_handmade/tools_bkg_img.png) center no-repeat;
    background-size: cover;
}

.social-widget{
    position: fixed;
    top: 65%;
    right: 0;
    background-color: #FFFFFF;    
    border-top: 1px solid #DDDDDD;
    border-left: 1px solid #DDDDDD;
    list-style: none;
    margin: 0;
    padding: 0;
    line-height: 18px;
    z-index: 1000;
    overflow: visible;
}
.social-widget li a{
    background-color: #FFFFFF;
    background-repeat: no-repeat;
    display: block;
    height: 25px;
    padding: 4px;
    width: 25px;    
}
.social-widget li{
    border-bottom: 1px solid #DDDDDD;
    margin-bottom: 0;
}
.icon{
    background: transparent url(/img/corp/social-icons-sprite.png) no-repeat 0 0;
}
.facebook-icon{
    background-position: 0 0;
}
.twitter-icon{
    background-position: 0 -38px  !important;
}
.googleplus-icon{
    background-position: 0 -75px !important;
}

.grey-background, .vendio-footer {
    background: #f7faff;
}

.vendio-footer h4 {
    margin-bottom: 10px;
    letter-spacing: 1px;
}

.vendio-footer .section-content {
    text-align: left;
}

.row {
    padding: 30px 0 50px;
}

#copyright {
    color: #666;
    font-size: 12px;
    text-align: left;
}

.container-inner, .container-outer {
    width: 95%;
    margin: 0 auto;
    position: relative;
}
.container-outer {
    max-width: 1024px;
}


.header ul:not(.header-main-links) {
    text-align: right;
}

.header-list-container, .img-container  {
    display: inline-block;
    vertical-align: top;
}

.img-container {
  position: relative;
  z-index: 30;
  width: 29%;
}

.header-list-container {
    width: 100%;
    text-align: right;
    position: absolute;
    right: 0;
    z-index: 29;
}

.header li a {
    margin-left: 5px;
}

.header li {
    display: inline-block;
    text-align: right;
}

.header {
    padding: 20px 0 30px;
    position: relative;
    min-height: 60px;
}


.begin-journey-section {
    position: relative;
    min-height: 270px;
}

.begin-journey-section .section-title {
    color: #fff;
    max-width: 660px;
    margin: 17.4px auto;
    font-size: 26px;
    text-align: center;
}


.begin-journey-section-handmade .section-title {
    font-size: 26px;
    text-shadow: 2px 0px 3px #000000;
    max-width: 1200px;
    margin: 5px auto;
}

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

    .vendio_register_agree_new a {
	color: #ffffff;
	text-decoration: underline !important;
    }

    .vendio_register_agree_new a:hover {
	color: #ffffff;
    }

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

    .header {
        padding: 20px 0 10px;
    }

    .header li a {
        margin-left: 20px;
    }

    .header-list-container {
        width: 70%;
        position: relative;
    }

    .header-first-row-link {
        font-size: 14px;
    }

    .signed_in_user li {
        font-size: 16px;
    }

    ul.header-main-links {
        text-align: right;
    }

    .main-menu-item {
        font-size: 16px;
    }

    .nav-upper-menu {
        font-size: 16px;
    }

    .selling-channels-dropdown-content {
        left: 30px;
        top: 30px;
    }

    .header .header-main-links li a {
        margin-left: 30px;
        margin-right: 0;
    }

    .vendio-footer .section-content {
        text-align: center;
    }

    .footer-content div {
        width: 30%;
    }

    .begin-journey-section {
        min-height: 490px;
    }

    .footer-content ul,
    .footer-content h5 {
        text-align: left;
    }
}
@media screen and (min-width: 667px) {
    .begin-journey-section {
        min-height: 300px;
    }

    .begin-journey-hero-img {
        height: 322px;
    }
    .wrapper {
      width: 620px;
      height: 270px;
    }
    .vendio_register_agree_new {
      top: 168px;
      left: 0px;
    }
}
@media screen and (min-width: 768px) {

    .footer-content div {
        width: 25%;
        display: inline-block;
    }

}
@media screen and (min-width: 1024px) {
    .footer-content div {
        width: 19%;
    }


    .begin-journey-section {
        min-height: 230px;
    }

    .begin-journey-hero-img {
        height: 230px;
    }
}



@media screen and (min-width: 1025px) {
    .vendio_register_agree_new {
      left: 392px;
      top: 68px;
      width: 170px;
    }

    .wrapper {
      width: 1000px;
      height: 170px;
    }
}

