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

/* ---------- Embedded Fonts ---------- */


@font-face {
  	font-family: 'Myriad Set Pro';
  	src: url('../css/fonts/myriad-set-pro.woff2') format('woff2'), 
		 url('../css/fonts/myriad-set-pro.woff') format('woff');
	font-style: normal;
	font-weight: 500;
}

@font-face {
  	font-family: 'Myriad Set Pro Bold';
  	src: url('../css/fonts/myriad-set-pro-bold.woff2') format('woff2'),
       	 url('../css/fonts/myriad-set-pro-bold-webfont.woff') format('woff');
	font-style: normal;
	font-weight: 700;
}

@font-face {
  	font-family: 'Myriad Set Pro Thin';
  	src: url('../css/fonts/myriad-set-pro-thin.woff2') format('woff2'),
         url('../css/fonts/myriad-set-pro-thin.woff') format('woff');
	font-style:normal;
	font-weight: 300;
}

@font-face {
  	font-family: 'Myriad Set Pro Ultra Thin';
  	src: url('../css/fonts/myriad-set-pro-ultralight.woff2') format('woff2'), 
		 url('../css/fonts/myriad-set-pro-ultralight.woff') format('woff');
	font-style: normal;
	font-weight: 200;
}

@font-face {
  font-family: 'Material Icons';
  font-style: normal;
  font-weight: 400;
  src: url(https://fonts.gstatic.com/s/materialicons/v41/flUhRq6tzZclQEJ-Vdg-IuiaDsNc.woff2) format('woff2');
}


/* ==========================================================================
   Login form styles
   ========================================================================== */

.html-overflow-x-auto{
	overflow-x:auto !important;
}

.help-modal-instructions {
	text-align: left; 
	margin-left: 65px; 
	margin-right: 65px;
	font-size: 1.2em;
}

#account-modal {
	display: none;
	z-index: 800;
}

.modal {
    justify-content: center;
    align-items: center;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgb(64,66,65);
    background-color: rgba(64,66,65,0.9);
}

.modal-login-wrapper {
	position: relative;
	width: 70%;	
	background: #ffffff;
	font-size: 1.35rem;  /*Same as main */
	text-align: center;
    -webkit-animation-name: slideDown;
    -webkit-animation-duration: 0.4s;
    animation-name: slideDown;
    animation-duration: 0.4s;
}

.modal-login-wrapper input[type="text"], .modal-login-wrapper input[type="password"]{
	color: #222222;
}

#ajax-login-form {
	margin-bottom: 0;
}

#login-modal {
	display: none;
}

/* Add Animation */
@-webkit-keyframes slideDown {
    from {top: -300px; opacity: 0} 
    to {top: 0; opacity: 1}
}

@keyframes slideDown {
    from {top: -300px; opacity: 0}
    to {top: 0; opacity: 1}
}

@-webkit-keyframes fadeIn {
    from {opacity: 0} 
    to {opacity: 1}
}

@keyframes fadeIn {
    from {opacity: 0} 
    to {opacity: 1}
}

.login-close {
	position: absolute;
	top: -12px; /* half the font size */
	right: -12px; /* half the font size */
	cursor: pointer;
 }

#modal-login-form {
	position: relative;
	display: none;
	justify-content: center;
	margin-bottom: 5em;
}

.login-branding {
	padding-top: 1em;
	padding-bottom: 1em;
    text-align: center;
}

#login-title h2 {
	margin: 0;
	color: #404040;
	font-size: 1.5em;
	font-weight: 500;
}

.modal-login-wrapper h1 a, .login h1 a {
	background-image: url('img/login-logo.gif');
	height: 65px;
	width: 320px;
	background-size: 320px 65px;
	background-repeat: no-repeat;
	padding-bottom: 30px;
}

.log-reg-form-wrapper {
	padding: 1.5em 8px 1em;
	color: #ffffff;
	background-color: #222222;
}

#login-msg {
	width: 85%;
	margin: 0 auto .25em;
}

.forms-wrapper {
	display: flex;
	align-items: center;
	justify-content: center;
	margin-top: 1.5em;
}

#login-form-wrapper {
	display: flex;
    flex-direction: column;
    justify-content: center;
    flex: 0 1 55%;
    border-right: 5px #cccccc solid;
}

.login-form {
	width: 95%;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
}

#login label{
	display: inline-block;
	font-size: .75em;
	color: #ffffff;
}


.modal-form {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}

.login-input-wrapper, .reg-input-wrapper {
	display: flex;
    align-items: center;
    padding: .25em 0;
}

.login-input-wrapper {
    justify-content: space-around;
}

.reg-input-wrapper {
    justify-content: space-between;
}

.acct-form-button-wrapper {
	margin: 1em 0;
}

.acct-form-button, .pum-button-regular {
    padding: 4px 46px;
    color: #fff;
    text-transform: uppercase;
    background-color: #0191da;
    border: 1px #20688e solid;
    border-radius: 5px;
    cursor: pointer;
}

.acct-form-button:hover {
    background-color: #20688e;
}

.pum-login-form p {
	margin: .75em 0;
}

.pum-login-form label {
	padding-right: .35em;
	font-size: .75em;
	color: #ffffff;
}

.pum-login-form p.status{
    display: none;
}

p.login-submit {
	text-align: center;
}

.pum-fields {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}

#ajax-login-form .pum-field-text {
	display: flex;
	justify-content: center;
}

#ajax-login-form .pum-field-wp-submit {
	text-align: center;
}
#ajax-login-form .pum-field-user_login, #ajax-login-form .pum-field-user_pass {
	width:80%;
	margin-right: 0;
}

.login-password label {
	padding-right: .5em;
}

.form-link-wrapper {
	width: 100%;
	font-size: .5em;
	color: #cccccc;
}

.form-link:hover {
	text-decoration: underline;
	cursor: pointer;
}

#login-form nav a {
	color: #fe0606;
}

#pre-reg-form {
	display: inline-flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	flex: 1 1 35%;
	padding: .5em;
	text-align: center;
	
}

button.register-link{
	max-width: 200px;
}

.reg-msg {
	text-transform: uppercase;
}

.reg-info p {
	margin-top: 0;
	font-size: .75em;
}


#registration-form, #pw-reset-form {
	display: none;
	width: 60%;
	margin: 0 auto;
}

.reg-input {
	display: inline-flex;
	justify-content: space-between;
	width: 100%;
	margin: .25em 0;
}

.reg-submit {
	margin-top: .75em;
}

.login-overlay{
    height: 100%;
    width: 100%;
    background-color: #f6f6f6;
    opacity: 0.9;
    position: fixed;
    z-index: 998;
}



/* ==========================================================================
   Main styles
   ========================================================================== */
#dsn-main {
	width: 100%;
    font-size: 1.9em;
	font-weight: 600;
	text-align: center;
}

.material-icons {
  font-family: 'Material Icons';
  font-weight: normal;
  font-style: normal;
  font-size: 24px;
  line-height: 1;
  letter-spacing: normal;
  text-transform: none;
  display: inline-block;
  white-space: nowrap;
  word-wrap: normal;
  direction: ltr;
  font-feature-settings: 'liga';
  -webkit-font-smoothing: antialiased;
}

.brand-emph {
	font-family: 'Myriad Set Pro Bold', 'Helvetica Neue', Helvetica, 'Open Sans', sans-serif;
	font-weight: 700;
}


/* ==========================================================================
   Modal Pop Up styles
   ========================================================================== */

.popup-close, .login-close {
	cursor: pointer;
	position: absolute;
}

.popup-close {
	right: -10px;
	top: -30px;
	font-size: 40px;
}

.login-close {
    right: -1.5em;
    top: -1.5em;
}
	
.popup-close a, .login-close a {
	color: #cccccc;
}

.popup-close a:hover, .login-close a:hover {
	color: #ffffff;
}

.login-close a .material-icons {
	font-size: 40px;
}


/* ==========================================================================
   Button styles
   ========================================================================== */

.btn-slow-trans {
    cursor: pointer;
    transition: color 1s, background-color 1s;
}

#login-btn-top {
	cursor: pointer;
}

#des-menu-login-btn {
    border: 1px #ffbc09 solid;
	font-weight: 500;
	text-transform: uppercase;
	background-color: #ffbc09;
    transition: color 1s, background-color 1s;
}

#des-menu-login-btn:hover {
    color: #ffbc09;
	background-color: #ffffff;
}

.log-reg-btn {
	margin: 0 16px 0;
	padding: 12px 16px;
	border-radius: 5px;
	cursor: pointer;
}

a.designer-link {
    border: 1px #fc1e67 solid;
	border-radius: 5px;
    color: #ffffff;
	font-weight: 700;
	background: #fc1e67;
	text-transform: uppercase;
    transition: color 1s, background-color 1s;
}

.designer-link:hover {
    color: #fc1e67;
	background: #ffffff;
}

/* ==========================================================================
   Media Queries
   ========================================================================== */

/* For non-retina based devices that have a smaller screen */
@media only screen and (min-width: 320px) {

    #content {
		padding-right: 0px;
		padding-left: 0px;
	}
	
	.menu-main-menu-container, .add-links-container {
		width: 100%;
		text-align: center;
	}
	
	.designer-link {
		padding: 12px 7px;
	}
	
	/* Pricing Page */
	.pricing-wrapper {
		flex-wrap: wrap;
	}
	
	.pricing-option {
		flex: 1 1 auto; 
		padding: 0 12px 1em;
		font-size: 1em;
	}
	
	.option-desc {
		margin-top: 1em;
	}
	
	
	.option-includes ul {
		list-style: disc outside none;
    	margin-left: 0; 
    	padding-left: 1em;
		text-align: left;
	}
	
	.option-includes ul  > li {
    	padding-left: 1em;
		text-indent: -1.5em;
	}

}

/* Retina enabled devices with smaller screen */
@media  only screen and (-webkit-min-device-pixel-ratio: 2) and (min-width: 320px), 
only screen and ( -o-min-device-pixel-ratio: 2/1) and (min-width: 320px),  
only screen and ( min-device-pixel-ratio: 2) and (min-width: 320px),  
only screen and ( min-resolution: 192dpi) and (min-width: 320px),  
only screen and ( min-resolution: 2dppx) and (min-width: 320px) {

}

/* For non-retina based devices that have a smaller screen */
@media only screen and (min-width: 768px) {
	#dsn-content {
		padding-right: 0;
		padding-left: 0;
	}
	
	/* Button Styles */

	.button-sm {
		width: auto;
		margin: 0 auto;
		padding: .25em 24px;
		font-size: 1.5rem;
	}
	
	.button-med {
		width: 25%;
		font-size: 1rem;
	}
	
	.button-lg {
		width: auto;
		margin: 0 auto;
		padding: .25em 24px;
		font-size: 1.75rem;
        font-weight: 700;
	}
	
	.button-xl {
        padding: .25em 1.5em .15em;
        font-size: 2.2rem;
        font-weight: 700;
        text-transform: uppercase;
	}
	
	/* Pricing Page */
	.pricing-wrapper {
		flex-wrap: wrap;
	}
	
	.pricing-option {
		flex: 1 1 auto; 
		padding: 0 12px 1em;
		font-size: 1em;
	}
	
	.pricing-option, .option-contents {
		padding: 1em 12px;
	}
	
	.option-contents {
		font-size: .9em;
	}
	
	.option-includes ul {
		width: 50%;
    	margin: 0 auto;
		text-align: left;
	}
	
	.option-desc {
		margin-top: 1em;
	}

}

/* Retina enabled devices with smaller screen */
@media  only screen and (-webkit-min-device-pixel-ratio: 2) and (min-width: 768px), 
only screen and ( -o-min-device-pixel-ratio: 2/1) and (min-width: 768px),  
only screen and ( min-device-pixel-ratio: 2) and (min-width: 768px),  
only screen and ( min-resolution: 192dpi) and (min-width: 768px),  
only screen and ( min-resolution: 2dppx) and (min-width: 768px) {

}

/*Non- retina based devices with medium screen size */
@media only screen and (min-width: 980px) {

    /* Button Styles */
	.designer-link {
		padding: 15px;
	}
 
	/* Pricing Page */
	.pricing-wrapper {
		flex-wrap: nowrap;
	}
	
	.pricing-option {
		flex: 0 1 28%; 
		padding: 0 12px;
		font-size: 1em;
	}
	
	.option-desc {
    	width: 65%;
		margin: 2em auto 1em;
	}
	
	.option-includes ul {
    	width: auto;
	}
	
	#login-wrapper {
		top: 50px;
		left: 9%;
		font-size: 1.25rem;
	}
	

	.gs-login-btn .button {
		width: auto;
	}
	
	.gs-intro h1{
		margin-top: .25em;
	}
	
	.gs-intro p {
		margin-bottom: .75em;
	}
	
	.gs-option h2 {
		margin-top: 1rem;
		margin-bottom: 1rem;
		font-size: 2em;
	}

}

/* Retina devices with medium screen size */
@media only screen and (-webkit-min-device-pixel-ratio: 2) and (min-width: 980px),  
only screen and ( -o-min-device-pixel-ratio: 2/1) and (min-width: 980px),  
only screen and ( min-device-pixel-ratio: 2) and (min-width: 980px),  
only screen and ( min-resolution: 192dpi) and (min-width: 980px),  
only screen and ( min-resolution: 2dppx) and (min-width: 980px) {
	
}

/* Non-retina devices with large screen sizes */
@media only screen and (min-width: 1200px) {

}

/* Retina devices with large screen sizes */
@media  only screen and (-webkit-min-device-pixel-ratio: 2) and (min-width: 1200px),  
only screen and ( -o-min-device-pixel-ratio: 2/1) and (min-width: 1200px),  
only screen and ( min-device-pixel-ratio: 2) and (min-width: 1200px),  
only screen and ( min-resolution: 192dpi) and (min-width: 1200px),  
only screen and ( min-resolution: 2dppx) and (min-width: 1200px) {


}

/* ==========================================================================
   Helper classes
   ========================================================================== */

.hidden {
    display: none !important;
    visibility: hidden;
}

.visuallyhidden {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
}

.invisible {
    visibility: hidden;
}

.clearfix:before,
.clearfix:after {
    content: " ";
    display: table;
}

.clearfix:after {
    clear: both;
}

/* ==========================================================================
   Print styles
   ========================================================================== */

@media print {
    *,
    *:before,
    *:after {
        background: transparent !important;
        color: #000 !important;
        box-shadow: none !important;
        text-shadow: none !important;
    }

    a,
    a:visited {
        text-decoration: underline;
    }

    a[href]:after {
        content: " (" attr(href) ")";
    }

    abbr[title]:after {
        content: " (" attr(title) ")";
    }

    a[href^="#"]:after,
    a[href^="javascript:"]:after {
        content: "";
    }

    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }

    thead {
        display: table-header-group;
    }

    tr,
    img {
        page-break-inside: avoid;
    }

    img {
        max-width: 100% !important;
    }

    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }

    h2,
    h3 {
        page-break-after: avoid;
    }
}
