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

/*
*
* Styles for Large screens 1350 px or greater
*
*
*/


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

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

section {
	padding-top: 2em;
}

.highlight-blue figure {
	margin-right: auto;
}

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

/* ----------  Layout Styles ---------- */
.wide-section {
	max-width:1300px;
	width:80%;
}

.half-section {
	width: 50%;
}

/* 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.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;
	max-width: 300px;
	width: 98%;
}

.pad-sm {
	padding: 1em 24px;
}

.pad-med {
	padding: 1.5em;
}

.pad-lg {
	padding: 2em 48px;
}

.pad-xl {
	padding: 2em 72px
}

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

/* ---------- Navigation Styles ---------- */
.menu {
	padding: 0;
}

#main-nav-wrapper {
	-webkit-align-items: center;
	-moz-align-items: center;
	-ms-align-items: center;
	align-items: center;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: flex;
	max-width: 1300px;
	width: 80%;
}

#small-menu {
	display: none;
}

.menu-main-nav-container {
	max-width: 1300px;
	display: inline-block;
}

#menu-main-nav li {
  	display: inline-flex;
  	padding: 17px 0 8px;
	text-align: left;
}

#menu-main-nav {
	display: -webkit-inline-flex;
	display: -moz-inline-flex;
	display: -ms-inline-flex;
	display: inline-flex;
  	-webkit-justify-content: space-around;
  	-moz-justify-content: space-around;
  	-ms-justify-content: space-around;
  	justify-content: space-around;
}


#menu-main-nav ul:after {
  display: inline-block;
}

/* Dropdown functionality  */
.sub-menu {
    display: none;
    position: absolute;
    min-width: 160px;
    background-color: #404852;
	padding: 1.45em 9px 0;
	text-align: left;
	top: 52px; /* same as height of site menu */
	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;
}

.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;
}
.sub-menu .menu-item-has-children::after {
	content: '>';
}
/* Search Menu styling */
#site-search {
	padding-left: 0;
	display: none;
}

#site-search-top {
	width: 40px;
	height: 30px;
	background-size: 24px 24px;
}

/* Translation Styles */
#trans {
    right: 10px;
    top: 15px;
}

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

#foot-prime {
	display: -webkit-flex;
	display: -moz-flex;
	display: inline-flex;
	-moz-justify-content: space-between;
	-webkit-justify-content: space-between;
	justify-content: space-between;
}

.foot-full {
	width: 80%;
	max-width: 1300px;
}

.foot-col{
	width: 20%;
}

.footer-menu li {
	display: block;
}

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

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

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

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

#prod-menu {
	width: 80%;
	max-width: 1300px;
	margin: 0 auto;
	padding: .25em 0 .1em;
}


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

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

#prod-nav li{
	font-size: .65em;
}

#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: 3px 35px;
	font-size: 14px;
	line-height: 1.42857143;
}


.cta-btn-wrapper {
	margin-top: 3em;
}


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

#testimonials {
	margin-bottom: 2em;
}

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


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


.home-page-callout {
    right: 2em;
    top: 3.5em;
    font-size: 1.75em;
    line-height: 1;
}

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

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

#featured-links {
	text-align: center;
	padding: 0;
	width: 100%
}

.about-desc p {
	padding-bottom: 0;
	font-size: .75em;
	line-height:2;
}

#free-font-lnk, #ss-edu {
	padding: 16px 48px;
}

.font-lightboxright {
	font-size: 1.1em;
	font-weight: 600;
	margin-right: auto;
	margin-left: auto;
	max-width: 400px;
	padding: 0 24px 0 24px;
}

.font-lightboxright h3 {
	font-size: 1.2em;
	margin-bottom: 1em;
}

#font-signup{
	font-size: 1em;
	text-align: left;
	width: 100%;
}

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

.deal-day {
	flex: 0 1 60%;
}

.soft-solutions {
	flex: 0 1 60%;	
}

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

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

.font-sample {
	flex: 0 1 40%;
}

.font-copy {
    margin: 1.25em 0;
}

.font-copy p {
	margin-top: 1em;
	margin-bottom: 1em;
	padding: 0;
}


.font-icon-wrapper {
    right: 6em;
    max-width: 450px;
}


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

.prod-list {
	margin: 1em 4px 2em;
}

.prod-list img {
	margin-right: 10px;
}

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

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

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

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

.feat-left {
	text-align: left;
}

.feat-right {
	text-align: right;
}

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

.feat-list-img figure {
	display: inline-block;
}

.feat-list-desc {
	width: 65%;
	padding: .5em 0 .5em 1em;
}

.prod-list-cat {
	width: 80%;
	max-width: 1300px;
}



/*Product Checklist */
.prod-chcklst {
	width: 20%;
} 

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

.hero-img-aside{
	/* width:30%;
	max-width: 500px; */
	max-width: 250px;
	margin-top: 2em;
}

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

.prod-aside{
	min-width: 215px;
	max-width: 300px;
	margin: 0;
	font-size: 16px;
	padding: 2% 2.25% 1% 15%;
	
}

.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 */
.img-sqrs-wrapper{
	padding-top: 2em;
	padding-bottom: 2em;
}

/* Product Features */


.tab-pane-desc-wrapper {
	margin-top: 2.5em;
	
}

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

/* Parallax scrolling with sidebar */
.parallax-left-highlight {
	width: 30%;
}

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

 #logo-build-pills {
	 display: none;
 }
 
 #logo-build-scroll {
	 display: -webkit-flex;
	 display: flex;
 }
 
 #logo-build-scroll-images {
	 margin-left: 2%;
 } 

 #logo-build-scroll-img-2 {
	left: 0;
	top: 0;
	margin: 4% 0 0 2%;
	background: url('https://s3.amazonaws.com/Summitsoft/website/logo-design-studio-pro-1/sprout-sprite2.png') no-repeat;
	
} 

#lds-intro-parallax {
	background-image: url('https://s3.amazonaws.com/Summitsoft-Digital-Assets/logo-design-studio-pro/product-page/logo-design-studio-pro-small-business-banner-2-2000.jpg');
	height: 1000px;
}
 
/* Font Landing Page */

#font-title {
	padding-bottom:2em;
}

#font-video-overlay-wrapper {
	top:13%;
	left: 35%;
}

/* Creative Font Pages */

.font-banner {
	height: 455px;
	margin-top: 2em;
}

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

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

/* Website Creator 12 Page  */

#final-text {
	left: 10%;
	padding: 1em 30px 0;
	width: 45%;
}

#final-text-wrapper {
	padding-bottom: 10%;
}
 
/* 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('https://s3.amazonaws.com/Summitsoft-Digital-Assets/emails/2017-04-13/2017-04-13-01.jpg');
	min-height: 725px;
}

.hero-banner h1 {
	padding-top: 1.5em;
}

.vip-header-banner {
	width: 60%;
}

.product-listing {
	padding: 1em 0 1em 100px
}

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

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



/* Holiday Box Sale Landing Page */
#right-catalog{
	padding-top: 3em;
}