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

/*
*
* Styles for Mediaum Large screens 980 - 1349 px wide
*
*
*/


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

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

section {
	padding-top: 2em;
}

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

.button-med {
	margin-bottom: .5em;
    font-size: .85em;
    padding: .75em;
}

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

/* 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-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-block;
  	padding: 17px 0 8px;
	text-align:center;
}

#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;
}

/* Translator Styles */
#trans {
	max-width: 100px;
    top: 15px;
    right: 0;
}

/* ---------- Footer Styles ---------- */
.foot-full {
	width: 80%;
	max-width: 1300px;
}

.foot-col{
	width: 20%;
}

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

.footer-menu li {
	display: block;
}

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

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

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

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

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


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

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

/*------------ 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: 0;
    top: 3.5em;
    font-size: 1.5em;
    line-height: 1;
}

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

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

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

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

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

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

.font-lightboxright {
	font-size: .9em;
	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: 90%;
}

@media (max-width:1120px) {
	.font-lightboxcontainer {
    	flex-wrap: -webkit-wrap;
    	flex-wrap: wrap;
	}
	.font-lightboxright {
		max-width: 600px;
	}
	
	#font-signup {
		text-align: center;
	}
}

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

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

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

.font-copy {
	margin: 0;
}

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

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

.font-icon-wrapper {
    right: 4em;
    max-width: 325px;
}



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

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

/*----------- 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 {
	text-align: left;
}

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

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

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

.feat-list-desc {
	width: 50%;
	padding: .5em 9px;
}


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


/*Product Aside Styles*/

.hero-img-aside{
	width:20%;
	max-width: 500px;
	margin-top: 2em;
	margin-right: 2%;
}

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;
	padding-bottom: 0;
	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: 1em;
	padding-bottom: 1em;
}

/* 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;
}


/* 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(http://s3.amazonaws.com/Summitsoft/website/logo-design-studio-pro-1/sprout-sprite2.png) no-repeat;
	
} 


#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-1400.jpg');
	height: 800px;
}

/* GDS */
#gds-sect1 video {
	padding-top: 3em; /* same as h2 fonts size */
} 


/* Website Creator 12 */
.final-text {
	padding: 2em 30px 3em;
}

/* Font Landing Page */
#font-video-overlay-wrapper {
	top:10%;
	left: 30%;
}

#font-video-overlay-wrapper img {
	width: 75%;
}

/* Creative Font Pages */
.font-banner {
	height: 315px;
	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: 6%;
	width: 49%;
}

#final-text-wrapper h2 {
	font-size: 1.15em;
	font-weight: 800;
	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('http://s3.amazonaws.com/Summitsoft-Digital-Assets/emails/2017-04-13/2017-04-13-01-ml.jpg');
	min-height: 372px;
}

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

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

.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%;
	
}