@charset "utf-8";
/* CSS Document */

/*
*
* Styles for Extra Small screens up to 549 px wide 
*
*
*/


/* ---------- General Styles ---------- */

body {
	font-size: 18px;
	line-height: 1.5;
}

section {
	clear: both;
	padding-top: .5em;
}

.highlight-blue figure {
	margin-right: 1%;
}

.align-left {
	padding-left: 15px !important;
}


.button-med {
	margin: 0 auto 1em;
	padding: .75em 48px;
	font-size: 1.35em;
}

/* ---------- Layout Styles ---------- */
.full-section {
	width:100%;
	max-width:550px;
}

.wide-section {
	width:94%;
	max-width:550px;
}

/* column and row grid layout */
.col-1 {
	width: 8.33%;
	}
.col-2 {
	width: 16.66%;
	}
.col-3 {
	width: 25%;
	}
.col-4 {
	width: 32%;
	}
.col-5 {
	width: 41.66%;
	}
.col-6 {
	width: 46%;
	}
.col-7 {
	width: 58.33%;
	}
.col-8 {
	width: 66.66%;
	}
.col-9 {
	width: 75%;
	}
.col-10 {
	width: 83.33%;
	}
.col-11 {
	width: 91.66%;
	}
.col-12 {
	width: 100%;
	}
[class*="col-"] {
    padding: 15px 0px;
}

.row {
	margin-right: -15px;
	margin-left: -15px;
}


/* column offsets */
.col-offset-1 {
	margin-left: 8.33%;
	}
.col-offset-2 {
	margin-left: 16.66%;
	}
.col-offset-3 {
	margin-left: 25%;
	}
.col-offset-4 {
	margin-left: 32%;
	}
.col-offset-5 {
	margin-left: 41.66%;
	}
.col-offset-6 {
	margin-left: 46%;
	}
.col-offset-7 {
	margin-left: 58.33%;
	}
.col-offset-8 {
	margin-left: 66.66%;
	}
.col-offset-9 {
	margin-left: 75%;
	}
.col-offset-10 {
	margin-left: 83.33%;
	}
.col-offset-11 {
	margin-left: 91.66%;
	}

section.features, section.feature {
	padding-top: 0;
}

.feature-text p {
	padding: 1.1em 8px;
}

.feature-text-right {
	margin-right: 8px;
	margin-left: 24px;
}

.feature-text-center {
	margin-right: auto;
	margin-left: auto;
	width: 98%;
}

.item-row-wrapper {
	flex-wrap: wrap;
}

.item {
	padding: 0 15px;
}

.item-copy {
	min-height: 150px;
}

.item-foot a {
	margin-right: 1.75em;
}

/* ---------- Navigation Styles ---------- */

.menu {
	padding: 0px;
}

#main-nav-wrapper {
	width: 94%;
	max-width: 550px;
	display: block;
	padding-bottom: .25em;
}

#menu-main-nav {
	max-width: 200px;
}

#small-menu {
	display: inline-block;
}

.menu-main-nav-container {
	background-color: #0a121f;
	display: none;
	left:0;
	max-width: 550px;
	position: absolute;
	top: 45px;
	z-index: 999;
}

#menu-main-nav li {
  	padding: 12px 0 4px 30px;
	text-align: left;
}

#menu-main-nav {
  display: block;
}
/* Dropdown functionality  */
.sub-menu {
	border-left: #666666 1px solid;
    display: none;
    position: absolute;
	left: 100%;
	margin-left: 5px;
	padding: 1.45em 9px 0;
	text-align: left;
	width: 100%;
	z-index: 999;
}

.sub-menu li{
	width:100%;
	font-size: .75em !important;
	padding: .5em .25em !important;
}

.sub-menu a {
    color: #cccccc;
    text-decoration: none;
    display: inline-block;
    text-align: left;
}

li:hover > ul {
    display: block;
	cursor: pointer;
}

.menu-item-has-children {
	display: flex;
	justify-content: space-between;
}


#menu-main-nav ul:after {
	content: '>';
}

.sub-menu .menu-item-has-children > .sub-menu {
	font-size: 1.25em;
	left: 100%;
	top: 0;	
}

.sub-menu .menu-item-has-children {
	display: -moz-inline-flex;
	display: -ms-inline-flex;
	display: -o-inline-flex;
	display: inline-flex;
	-moz-justify-content: space-between;
	-ms-justify-content: space-between;
	-o-justify-content: space-between;
	justify-content: space-between;
}
.menu-item-has-children::after {
	content: '>';
}

/* Search Menu styling */
#site-search {
	padding-bottom: 1em;
	padding-left: 30px;
	display: none;
}

#site-search-top {
	background-size: 24px 24px;
	background-repeat: no-repeat;
	height: 30px;
    margin-top: .5em;
	padding: 0 30px;
	width: 40px;
}
/* Translator Styles */

#trans {
	max-width: 25px;
    top: 10px;
    right: 0;
}

/* ---------- Footer Styles ---------- */

.foot-full {
	width: 95%;
	max-width: 800px;
}

.first-block {
	margin-left: 5%;
}

.foot-col {
	width: 100%;
}

.footer-menu-title {
	min-height: 1em;
}

.footer-menu li {
	display: inline-block;
	margin-left: 4%;
}

/*--------Display Object Styles ---------*/

.arrow-step {
  top: 1em;
  right:-55px;
  
}

.arrow-step img {
  width: 50%;
}


/*------------ Testemonials ----------*/

#testimonials {
	margin-bottom: 2em;
}

#testimonials .item {
	font-size: .85em;
	margin-right: 10px;
	margin-left: 10px;
	padding-top: 1em;
	padding-bottom: 1em;
}

/* ---------- Home Pages Styles ---------- */

.home-page-callout {
    right: 0;
    top: 4.5em;
    font-size: 1.25em;
    line-height: 1;
}

.home-page-callout p {
    padding: .40em 1em;
}

.about-desc p {
	display: block;
	max-height: 210px;
	padding-bottom: 0;
	overflow: none;	
}

#free-font-lnk, #ss-edu {
	padding: 8px 16px;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
}

#free-font-lnk figure {
	width: 60%;
}

#ss-edu figure {
	width: 70%;
}

.font-lightboxcontainer {
	flex-wrap: -webkit-wrap;
	flex-wrap: wrap;
}
.font-lightboxright {
	max-width: 600px;
}

#font-signup {
	text-align: center;
}

#help-center{
	font-size: .65em;
}

#help-center .item-row-wrapper {
	padding: 20px 10px;
}

.deal-day {
	flex: 1 1 auto;
}

.soft-solutions {
	flex: 1 1 auto;
}

.os-logo figure {
    right: .75em;
    bottom: -1em;
}

.font-copy-wrapper {
	flex: 1 1 auto;
}

.font-copy {
	margin: 0;
}

.font-copy p {
    margin: 0;
	padding: 0;
}

.font-button {
	margin-top: 1em;
}

.font-icon-wrapper {
    right: 2.5em;
    max-width: 200px;
}

/* ---------- Product List Styles ---------- */

.prod-list {
	margin: .5em 2px 1em;
}
 
.prod-list img {
	width: 50%;
	margin-right: 3px;
	
}

/* ---------- Product Menu Styles ---------- */

#prod-menu {
	width:95%;
	max-width: 800px;
	margin: .25em auto 0;
}


#prod-name {
	margin: 1em 0 0;
	font-size: .85em;
}

#prod-name .prod-price {
	margin-left: 10px;
}

#prod-menu ul{
	text-align: center;
}

#prod-nav li{
	display: inline-block;
	font-size: .75em;
}

#prod-nav li > a {
	margin: 1em 0 0;
	padding: 0 1.25em;
}

#prod-nav li:last-child { 
	/* buy button styling */
	margin: .25em 0 0 1em;
}

.ss-buy-btn {
	/* buy button styling */
	padding: 4px 35px 2px;
	font-size: 14px;
	line-height: 1.42857143;
}

/*----------- Product page Styles ----------*/

/* Product Features */
.prod-feat {
	margin: .5em auto;
	width: 98%;
}

.prod-feat-title {
	font-weight: 600;
}

.prod-feat p {
	font-size: 1em;
}

.feat-left, .feat-right {
	text-align: center;
}

.feat-list-img {
	width: 100%;
}

.feat-list-desc {
	-webkit-order: 1;
	order: 1; 
	padding: .5em 9px;
	width: 100%;
}
/*Product Checklist */
.prod-chcklst {
	width: 45%;
} 

.prod-chcklst p {
	padding-bottom: .25em;
}

/* ---------- Product Aside Styles ---------- */

.hero-img-aside{
	width:30%;
	max-width: 250px;
	margin-top: 1em;
	margin-right: .5%;
}

hero-img-aside-right {
	margin-top: 2em;
}

.prod-aside{
	min-width: 150px;
	max-width: 225px;
	margin: 0;
	font-size: 14px;
	padding: 1% .5% .5% 5%;
	
}

.aside-right {
	padding: 2% 2.25% 1% 15%;
}

.aside-left {
	padding: 2% 15% 1% 2.25%
}


.aside-title {
	margin-bottom: .6em;
	font-size: 1.25em;
	line-height: 1.25em;
}

.aside-body{
	line-height: 1.55em;
}
/* ---------- Product Sample Styles ---------- */

/* Image Focus-Squares styling */

#product-focus {
	padding-top: 0;
}

.img-sqrs-wrapper{
	display: inline-flex;
	padding-top: .5em;
	padding-bottom: .5em;
}

/* Product Features */
.tab-pane-desc-wrapper {
	margin-top: 1em;
	
}

.tab-pane-desc {
	width:80%;
	margin-right: 5%;
	margin-left: auto;
	padding: 1em 0 1em 5%;
	font-size: .75em;
}

/*---------- Specific Product Pages styling ----------*/
/* Home Page */
/* LDS */

 #logo-build-pills {
	 display: block;
 }
 
 #logo-build-scroll {
	 display: none;
 }
 
 #logo-build-scroll-images {
	 margin-left: .5%;
 }

#lds-intro-prallax {
	background-image: url('http://s3.amazonaws.com/Summitsoft-Digital-Assets/logo-design-studio-pro/product-page/logo-design-studio-pro-small-business-banner-2-600.jpg');
	height: 320px;
}
 
/* Font Landing Page */
#font-video-overlay-wrapper {
	top: 5%;
	left: 30%;
}
#font-video-overlay-wrapper img {
	width: 65%;
}


/* Creative Font Pages */
.font-banner {
	height: 280px;
	margin-top: 1em;
	padding-top: 1em;
}

.font-title-right {
    width: 35%;
    right: 0px;
	margin-right: 2%;
}

.brand-sm {
	font-size: 0.5em;
}

/* Website Creator 12 Page  */

#final-text {
	left: 5%;
	width: 51%;
}

#final-text-wrapper {
	padding-bottom: 2%;
}
#final-text-wrapper h2 {
	font-size: 1em;
	font-weight: 800;
	margin-bottom: 2em;
}

#final-text-wrapper p {
	display: none;
	font-size: .75em;
}
 
/* Promotional Landing Page */
.promo-buy-btn {
	/* buy button styling */
	padding: 3px 9px;
	font-size: 1em;
	line-height: 1.42857143;
}


/* VIP Special Landing Page */
.hero-banner {
	background-image: url('http://s3.amazonaws.com/Summitsoft-Digital-Assets/emails/2017-04-13/2017-04-13-01-xs.jpg');
	min-height: 290px;
}

.hero-banner h1 {
	padding-top: .75em;
}
.vip-header-banner {
	width: 98%;
}

.product-title {
	-webkit-flex: 1 1 100%;
	-ms-flex: 1 1 100%;
	flex: 1 1 100%;
	margin: 10px;
	order: 1;
}

.product-box, .product-sale-btn {
	-webkit-flex: 1 1 auto;
	-ms-flex: 1 1 auto;
	flex: 1 1 auto;
	
}

.product-box {
	-webkit-order: 2;
	order: 2;
}
.product-sale-btn {
	-webkit-order: 3;
	order: 3;
}
