@font-face {
	font-family: 'League Gothic Condensed Italic';
	src: url('/app/assets/fonts/LeagueGothic-CondensedItalic.eot');
	src: local('☺'), 
		 url('/app/assets/fonts/LeagueGothic-CondensedItalic.woff') format('woff'), 
		 url('/app/assets/fonts/LeagueGothic-CondensedItalic.ttf') format('truetype'), 
		 url('/app/assets/fonts/LeagueGothic-CondensedItalic.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'League Gothic Condensed Regular';
	src: url('/app/assets/fonts/LeagueGothic-CondensedRegular.eot');
	src: local('☺'), 
		 url('/app/assets/fonts/LeagueGothic-CondensedRegular.woff') format('woff'), 
		 url('/app/assets/fonts/LeagueGothic-CondensedRegular.ttf') format('truetype'), 
		 url('/app/assets/fonts/LeagueGothic-CondensedRegular.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'League Gothic Italic';
	src: url('/app/assets/fonts/LeagueGothic-Italic.eot');
	src: local('☺'), 
		 url('/app/assets/fonts/LeagueGothic-Italic.woff') format('woff'), 
		 url('/app/assets/fonts/LeagueGothic-Italic.ttf') format('truetype'), 
		 url('/app/assets/fonts/LeagueGothic-Italic.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'League Gothic Regular';
	src: url('/app/assets/fonts/LeagueGothic-Regular.eot');
	src: url('/app/assets/fonts/LeagueGothic-Regular.woff') format('woff'), 
		 url('/app/assets/fonts/LeagueGothic-Regular.ttf') format('truetype'), 
		 url('/app/assets/fonts/LeagueGothic-Regular.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}
html {
	font-family: sans-serif;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
	-webkit-box-sizing: border-box;
  	-moz-box-sizing: border-box;
 	box-sizing: border-box;
}
*, *:before, *:after {
  	-webkit-box-sizing: inherit;
  	-moz-box-sizing: inherit;
  	box-sizing: inherit;
}
body, html {
	margin: 0; padding: 0;
	min-height: 100%;
}
b, strong {
	font-weight: 700;
}
small {
	font-size: 80%;
}
sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}
sup {
	top: -0.5em;
}
sub {
	bottom: -0.25em;
}
body,
button,
input,
select,
textarea {
	color: #9b9da5;
	font-family: "Open Sans", sans-serif;
	font-size: 16px;
	line-height: 1.4;
}
.wrapper {
	width: 100%;
	float: left;
	text-align: center;
}
.content {
	width: 1200px;
	margin: 0px auto;
}
#register-wrapper .content {
	width: 880px;
}
#login-wrapper .content {
	width: 340px;
}
h1, h2, h3, h4 {
	line-height: 1.2;
}
h1 {
	font-size: 26px;
	margin: 20px 0;
}
.page404 h1 {
	font-size: 64px;
}
#dashboard-content h1 {
	font-size: 34px;
	width: 100%;
	float: left;
}
h2 {
	font-size: 24px;
	margin: 15px 0;
}
h2:first-child {
	margin-top: 0;
}
h3 {
	font-size: 22px;
}
h4 {
	font-size: 20px;
	font-weight: normal;
	margin: 15px 0;
}
#dashboard-content h4 {
	font-size: 18px;
	font-weight: bold;
	margin: 30px 0 10px 0;
}
#dashboard-content h4:first-child {
	margin-top: 0;
}
h5 {
	font-size: 16px;
	font-weight: normal;
}
.boxed-content {
	background-color: #fff;
	padding: 30px 15px;
	float: left;
	width: 100%;
	-webkit-border-radius: 10px;
	-khtml-border-radius: 10px;	
	-moz-border-radius: 10px;
	border-radius: 10px;
}
a.button-link {
	font-weight: bold;
	text-transform: uppercase;
	border: 1px solid #000;
	padding: 5px 15px;
	display: inline-block;
	text-decoration: none;
	cursor: pointer;
}
a.color-btn {
	display: inline-block;
	cursor: pointer;
	font-size: 16px;
	font-weight: bold;
	text-transform: uppercase;
	text-decoration: none;
	padding: 10px;
	min-width: 170px;
	text-align: center;
}

p.centered {
	text-align: center;
}
p.uppercase {
	text-transform: uppercase;
}

/* HEADER 1 */
#header-1, #header-3 {
	margin-top: 30px;
	margin-bottom: 30px;
	width: 100%;
	float: left;
	text-align: center;
}
#header-1 img {
	width: 200px;
	height: auto;
}
/* HEADER 2 */
#header-2 {
	margin-top: 90px;
	margin-bottom: 30px;
}
/* HEADER 3 */
#header-3 #bright-reviews-logo, 
#header-3 #franchise-logo {
	display: inline-block;
}
#header-3 #bright-reviews-logo {
	float: left;
}
#header-3 #franchise-logo {
	float: right;
}

#errors, .errors {
	color: #d0232a;
}
#errors p, .errors p {
	margin: 10px 0;
	font-weight: bold;
	font-size: 12px;
	text-transform: uppercase;
	text-align: left;
}
#errors p:before, .errors p:before {
	font-family: Font Awesome\ 5 Free;
	content: "\f071";
	color: #d0232a;
	margin-right: 10px;
	font-size: 14px;
}
#success, .success {
	color: #87b187;
}
#success p, .success p {
	margin: 10px 0;
	font-weight: bold;
	font-size: 12px;
	text-transform: uppercase;
	text-align: left;
}
#success p:before, .success p:before {
	font-family: Font Awesome\ 5 Free;
	content: "\f058";
	color: #87b187;
	margin-right: 10px;
	font-size: 14px;
}
#order-errors {
	float: left;
    font-size: 12px;
    background-color: #fff;
    width: 100%;
}
#order-errors p {
	font-size: 11px;
	margin: 5px;
}
#postcards-order #order-errors p:first-child {
	margin-top: 5px;
}

/* Registration */
#register-wrapper {
	text-align: center;
}
#register-wrapper .boxed-content {
	margin: 15px 0 25px;
	text-align: left;
}
#register-wrapper h1 {
	width: 100%;
	float: left;
}
#register-wrapper h5 {
	margin-top: 25px;
}
#register-wrapper hr {
	margin-bottom: 10px;
	margin-top: 0;
	border-color: #e0e0e0;
}
#register-wrapper .totals {
	list-style: none;
	margin: 15px 0 0;
	padding: 0;
	font-size: 16px;
}
#register-wrapper .totals li {
	border-bottom: 1px solid #e0e0e0;
	padding: 0 0 10px 0;
	margin: 0 0 10px 0;
}
#register-wrapper .totals li.last-item {
	border-bottom: none;
	margin-bottom: 0;
}
#register-wrapper .totals li.discount-total {
	font-style: italic;
}
#register-wrapper .totals li .total-amt {
	float: right;
}

/* Login */
#login-wrapper .boxed-content {
	margin-bottom: 30px;
	padding: 25px;
}
#login-wrapper h3 {
	font-size: 18px;
	font-weight: bold;
	font-family: 'Open Sans';
	margin: 0 -25px 25px;
	padding-bottom: 25px;
	border-bottom: 2px solid #d4d4d5;
}
#login-wrapper .input-container {
	text-align: left;
}
#login-wrapper input[type=submit] {
	width: 100%;
}

.clearfix {
	width: 100%;
	float: left;
	clear: both;
}
.half-col {
	width: 50%;
	float: left;
	margin-bottom: 15px;
}
.one-half-col {
	width: 47.5%;
	margin-right: 5%;
	float: left;
}
.one-third-col {
	width: 30%;
	float: left;
	margin-right: 5%;
}
.one-third-col img {
	max-width: 100%;
	height: auto;
}
.two-thirds-col {
	width: 65%;
	margin-right: 5%;
	float: left;
}
.one-third-col.last-col, .two-thirds-col.last-col, .one-half-col.last-col {
	margin-right: 0;
}
form .half-col {
	border-left: 1px solid #e0e0e0;
	padding: 0 15px;
}
form#register-form .half-col {
	border-left: none;
}
#page-content form .half-col {
	border: none;
	padding: 0;
}
form#post-review .half-col {
	border: none;
	text-align: left;
}
#dashboard-content .half-col {
	width: 47%;
    margin-right: 6%;
    margin-bottom: 25px;
}
#dashboard-content .half-col.last-col {
	margin-right: 0;
}
.half-col.first-col {
	border-left: none;
}
form#register-form .half-col.first-col {
	border-right: 1px solid #e0e0e0;
}
.one-third-col.last-col {
	margin-right: 0;
}
.row {
	margin-left: -15px;
	margin-right: -15px;
}
.full-col {
	width: 100%;
	float: left;
	padding: 0 15px 15px;
}
#page-content form .full-col {
	padding: 0 0 15px 0;
}

input[type=text], input[type=password] {
	padding: 10px 10px 10px 30px;
	width: 100%;
	margin-bottom: 13px;
	border: 1px solid #e0e0e0;
}
input[type=text].input-error, input[type=password].input-error {
	border: 1px solid #b80060;
	color: #b80060;
	font-weight: bold;
}
#update-password-form input[type=password] {
	padding-left: 10px;
}
textarea {
	padding: 10px 30px;
	width: 100%;
	border: 1px solid #e0e0e0;
}
select {
	padding: 10px 10px 10px 30px;
	width: 100%;
	margin-bottom: 13px;
	border: 1px solid #e0e0e0;
	background-color: #fff;
	border-radius: 0px;
	-webkit-appearance: none;
	-moz-appearance: none;
	-khtml-appearance: none;
	appearance: none;
	background-image: url(/app/assets/images/select-arrow.png);
	background-repeat: no-repeat;
	background-position: right center;
}
input.field-not-valid, 
select.field-not-valid, 
textarea.field-not-valid {
	border-color: #d0232a;
}
input[type=checkbox] {
	margin-right: 10px;
}
input[type=submit] {
	font-weight: bold;
	text-transform: uppercase;
	padding: 11px 25px;
	border: none;
	cursor: pointer;
	margin-top: 10px;
}
input[type=submit]:disabled {
	opacity: 0.7;
	cursor: not-allowed;
}
#page-content input[type=submit] {
	margin-bottom: 13px;
}
a#preview-email {
	display: inline-block;
    margin-top: 5px;
    margin-right: 10px;
}
input#save-template {
	padding: 0;
	background: none;
	color: #b80060;
	text-transform: none;
	font-weight: normal;
	text-decoration: underline;
	float: right;
	margin-top: 5px;
	margin-left: 25px;
}
.discount-container input[type=text] {
	width: 80%;
}
.input-container {
	position: relative;
}
.input-container .mce-tinymce {
	-webkit-box-shadow: 0 0 0 rgba(0, 0, 0, 0);    
	-moz-box-shadow: 0 0 0 rgba(0, 0, 0, 0);
    box-shadow: 0 0 0 rgba(0, 0, 0, 0);
    border-color: #e4e4e4;
}
.input-container .mce-menubar {
	border: none;
}
.input-container #logo-img {
	position: relative;
    display: inline-block;
    float: left;
    min-height: 50px;
    cursor: pointer;
}
.input-container #logo-img img {
	width: 150px;
	height: auto;
}
.input-container #logo-img #logo-img-remove {
	opacity: 0;
	-webkit-transition: opacity 1s;
	-ms-transition: opacity 1s;
	transition: opacity 1s;
	position: absolute;
	background-color: rgba(184,0,96,0.7);
	color: #fff;
	left: 0; right: 0; top: 0; bottom: 0;
	text-align: center;
	height: 100%;
}
.input-container #logo-img #logo-img-remove:hover {
	opacity: 1;
}
.input-container #logo-img #logo-img-remove span {
	position: relative;
 	top: 50%;
  	-webkit-transform: translateY(-50%);
  	-ms-transform: translateY(-50%);
  	transform: translateY(-50%);
  	display: block;
  	text-transform: uppercase;
}
.input-container input[type=button] {
	background: none;
	border: none;
	color: #b80060;
	text-transform: uppercase;
	font-size: 14px;
	font-weight: bold;
	cursor: pointer;
}
.input-container input[type=button]:hover {
	color: #3d3f41;
}
#page-content .input-container {
	width: 100%;
	float: left;
}
#page-content .input-container.half-container {
	width: 50%;
	padding-right: 15px;
}
#page-content .input-container.half-container.last-half {
	padding-right: 0;
}
.input-container p {
	margin-top: 0;
}
.input-container .required-icon {
	position: absolute;
	left: 0;
	margin-left: 20px;
	top: 0;
	margin-top: 14px;
	color: #b80060;
}
.discount-container {
	border-top: 1px solid #e0e0e0;
	padding-top: 13px;
	margin-bottom: 15px;
}
.discount-container input[type=button] {
	border: none;
	background: none;
	text-transform: uppercase;
	font-size: 14px;
	text-decoration: underline;
	cursor: pointer;
	float: right;
	font-weight: bold;
	margin-top: 10px;
}
#agree-label {
	padding-top: 15px;
	display: block;
}

/* Landing page */
#landing-intro {
	padding: 30px 0;
}
#landing-intro .content {
	text-align: left;
}
#landing-intro .last-col {
	text-align: right;
}
#landing-intro #logo {
	margin-bottom: 30px;
	margin-top: 10px;
	width: 50%;
	float: left;
}
#landing-intro #logo img {
	height: 25px;
	width: auto;
}
.page404 #landing-intro #logo {
	margin-bottom: 0;
}
#landing-intro h1, #landing-signup h1 {
	font-size: 64px;	
	line-height: 1.1;
}
#landing-intro h1 {
	margin: 0;
}
#landing-intro h1 img {
	margin-top: 5px;
}
#landing-intro ul#user-actions {
	list-style: none;
	margin: 0 0 30px 0;
	padding: 0;
	float: right;
}
.page404 #landing-intro ul#user-actions {
	margin-bottom: 0;
}
#landing-intro ul#user-actions li {
	display: inline-block;
	margin-left: 10px;
}
#landing-details {
	padding: 50px 0;
}
#landing-details .content {
	text-align: left;
}
#landing-details h2 {
	font-size: 52px;
	margin: 10px 0 50px;
	text-align: center;
}
#landing-details h3 {
	font-size: 36px;
	margin: 40px 0 15px;
	padding-right: 40%;
}
#landing-details h3:first-child {
	margin-top: 0;
}
#landing-signup {
	padding: 70px 0 50px 0;
	font-size: 24px;
}
#landing-footer {
	padding: 60px 0;
	font-size: 13px;
}
#landing-footer a {
	text-decoration: none;
}
#landing-footer p.powered-by {
	text-align: right;
}
#landing-footer p.powered-by img {
	height: 20px;
	width: auto;
	float: right;
    margin-left: 5px;
}
#mobile-powered-by {
	display: none;
}

#page-content {
	background-color: #fff;
	text-align: left;
	padding: 40px 0;
}
.page404 #page-content {
	background-color: #d7d7d7;
	text-align: center;
	font-size: 16px;
}
#page-content .half-col {
	width: 47.5%;
	margin-right: 5%;
}
#page-content .half-col.last-col {
	margin-right: 0;
}
#page-content h2 {
	font-size: 36px;
	margin: 40px 0 20px 0;
}
#page-content h2:first-child {
	margin-top: 0;
}
#page-content ul {
	padding-left: 20px;
}
.content ol {
	padding-left: 15px;
}

/* DASHBOARD */
.dashboard-wrapper {
	background-image: url(/app/assets/images/dashboard-bkg.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	padding: 0 0 40px 0;
}
.dashboard-wrapper .boxed-content {
	padding: 0;
	position: relative;
	min-height: 600px;
}
.dashboard-wrapper #dashboard-menu {
	background-color: #cccdce;
	position: absolute;
	left: 0; 
	top: 0; bottom: 0;
	width: 115px;
	-webkit-border-top-left-radius: 10px;
	-khtml-border-radius-topleft: 10px;	
	-moz-border-radius-topleft: 10px;
	border-top-left-radius: 10px;
	-webkit-border-bottom-left-radius: 10px;
	-khtml-border-radius-bottomleft: 10px;	
	-moz-border-radius-bottomleft: 10px;
	border-bottom-left-radius: 10px;
	overflow: hidden;
	z-index: 200;
}
.dashboard-wrapper #dashboard-content {
	padding-left: 145px;
	padding-right: 30px;
	text-align: left;
	position: relative;
	float: left;
    width: 100%;
}
#dashboard-menu ul {
	list-style: none;
	margin: 0; padding: 0;
}
#dashboard-menu ul li a {
	display: block;
	height: 75px;
	border-bottom: 3px solid #b7b8b9;
	cursor: pointer;
}
#dashboard-menu ul li a i.fas {
	display: inline-block;
	font-size: 30px;
	line-height: 73px;
}
#dashboard-menu ul li a:hover i.fas {
	color: #353739;
}
#dashboard-menu ul li:last-child,
#dashboard-menu ul li:last-child a {
	border-bottom: none;
}
#dashboard-menu ul li a img {
	position: relative;
  	top: 50%;
  	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
  	transform: translateY(-50%);
}
#dashboard-menu ul li a:hover, 
#dashboard-menu ul li.activeMenuItem a {
    background-color: #b80060;
}
#dashboard-menu #powered-by {
	display: block;
	position: absolute;
	bottom: 0;
	left: 0; right: 0;
	font-size: 10px;
	line-height: 1.4;
	padding: 5px;
	font-style: italic;
	text-transform: uppercase;
}
#dashboard-menu #powered-by img {
	margin-top: 5px;
}
.dashboard-wrapper h1 {
	margin-top: 17px;
	padding-bottom: 17px;
	border-bottom: 2px solid #e4e4e4;
	text-transform: uppercase;
}
.dashboard-wrapper h1.landing-header {
	font-size: 35px;
    text-transform: none;
    border-bottom: none;
    padding-bottom: 0;
}
.dashboard-wrapper .two-thirds-col {
	width: 57%;
}
.dashboard-wrapper .one-third-col {
	width: 38%;
}
.dashboard-wrapper label {
	font-size: 13px;
	color: #9b9da5;
	text-transform: uppercase;
	margin-bottom: 5px;
	width: 100%;
	float: left;
	font-weight: bold;
}
.dashboard-wrapper input[type=text],
.dashboard-wrapper textarea {
	background-color: #fbfbfc;
	width: 100%;
	border: 1px solid #e4e4e4;
	padding: 10px;
	color: #3d3f41;
}
#txtFeedback {
	height: 195px;
}
#update-profile-form input[type=text] {
	padding-left: 30px;
}
#google-reviews #GPlusContent p{
    margin-bottom: 0;
    font-weight: 600;
}
#dashboard-content form {
	width: 100%;
	float: left;
	margin-bottom: 30px;
}
#dashboard-content form.form-google-reviews {
        display: flex;
        justify-content: space-between;
}
#dashboard-content form.form-google-reviews input[type=submit]{
    margin-top: 0;
    margin-bottom: 13px;
/*    display: block;
    margin: 0 auto;*/
}

#dashboard-content form .mce-panel {
	overflow: hidden;
}
#dashboard-content form .half-col {
	margin-bottom: 0;
	border: none;
	padding: 0;
}
#dashboard-content .quick-form {
	border: 1px solid #e4e4e4;
	position: relative;
}
#dashboard-content .quick-form input[type=text] {
	width: 70%;
	float: left;
	border: none;
	background-color: #fff;
	margin: 0;
	padding: 11px 5px 11px 35px;
	outline: none;
}
#dashboard-content .quick-form input[type=submit] {
	float: right;
	background-color: #929394;
	color: #fff;
	margin: -1px;
	border: 1px solid #7e7e7e;
	width: 130px;
	padding: 11px 0;
}
#dashboard-content .quick-form i.fas {
	display: inline-block;
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	margin-left: 12px;
	width: 15px;
	background-repeat: no-repeat;
	background-position: center;
	color: #e4e4e4;
	line-height: 40px;
    font-size: 16px;
}
.dashboard-wrapper input.field-not-valid, 
.dashboard-wrapper textarea.field-not-valid {
	border-color: #d0232a;
}
#postcards-order {
	position: absolute;
	top: 0;
	right: 0;
	margin-right: 0px;
	width: 36.5%;
	-webkit-border-top-right-radius: 10px;
	-khtml-border-radius-topright: 10px;	
	-moz-border-radius-topright: 10px;
	border-top-right-radius: 10px;
	-webkit-border-bottom-right-radius: 10px;
	-khtml-border-radius-bottomright: 10px;	
	-moz-border-radius-bottomright: 10px;
	border-bottom-right-radius: 10px;
	padding: 0 40px;
	font-size: 16px;
}
#postcards-order p:first-child, #postcards-order p.first {
	margin-top: 0;
}
#postcards-order.collapsed {
	bottom: 0;
}
#dashboard-content #postcards-order h1 {
	border-bottom: none;
	margin-bottom: 0;
}
#postcards-content form {
	text-align: center;
	font-size: 13px;	
}
#postcards-content label {
	text-transform: none;
	font-weight: normal;
}
#postcards-content input[type=checkbox] {
	margin: 0 5px 0 0;
}
#postcards-order .close,
#postcards-order .open {
	float: right;
	cursor: pointer;
	position: absolute;
	right: 0;
	top: 0;
	margin-top: 12px;
}
#postcards-order .open {
	display: inline-block;
	content: url(/app/assets/images/app-icons/icon-collapse.png);
}
#postcards-order.collapsed .open {
	display: none;
}
#postcards-order .close {
	display:none;
	content: url(/app/assets/images/app-icons/icon-close.png);
}
#postcards-order.collapsed .close {
	display: inline-block;
}
#postcards-content #preview {
	display: inline-block;
	float: right;
	position: relative;
	color: #28292a;
	margin-right: -21px;
	cursor: pointer;
}
#postcards-content #preview span {
	display: block;
	position: absolute;
	left: 0; right: 0;
	bottom: 0;
	margin-bottom: 35px;
	text-align: center;
	text-decoration: underline;
}
#postcards-content #preview:hover span {
	color: #000;
}

/* SETTINGS */
.settings-buttons {
	padding-top: 30px;
	text-align: center;
}
.settings-buttons a.button-link {
	background-color: #b80060;
	color: #fff;
	margin: 0px 10px;
	padding: 10px 15px;
	border: 1px solid #a0a1a2;
}
.settings-buttons a.button-link:hover {
	border: 1px solid #a0a1a2;
	background-color: #cccdce;
	color: #3d3f41;
}
.settings-buttons input[type=submit] {
	margin: 0px 10px;
	background-color: #0169d9;
}
#review-links {
	float: left;
	width: 100%;
	margin-bottom: 55px;
}
#review-links #links-container {
	margin-left: -13px;
	margin-right: -13px;
}
#social-share {
	float: left;
	width: 100%;
	text-align: center;
	margin: 20px 0;
}
#social-share ul {
	list-style: none; margin: 0; padding: 0;
}
#social-share ul {
	display: inline-block;
	margin: 0px auto;
}
#social-share ul li,
#review-links #links-container .social-link {
	display: inline-block;
	float: left;
	width: 120px;
	height: 120px;
	margin-right: 25px;
	border: 1px solid #e4e4e4;
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;	
	-moz-border-radius: 5px;
	border-radius: 5px;
	-webkit-box-shadow: inset 1px 1px 1px 1px rgba(255,255,255,1);
	-moz-box-shadow: inset 1px 1px 1px 1px rgba(255,255,255,1);
	box-shadow: inset 1px 1px 1px 1px rgba(255,255,255,1);
	background-color: #fbfbfc;
	text-align: center;
	position: relative;
	font-size: 12px;
	font-weight: bold;
	margin-bottom: 10px;
}
#review-links #links-container .social-link {
	margin: 5px 13px;
	padding: 0 2px;
}
#review-links #links-container #add-more-links {
	cursor: pointer;
}
#review-links #links-container #add-more-links:hover {
	color: #b80060;
}
#review-links #links-container #add-more-links span {
	position: relative;
  	top: 50%;
  	-webkit-transform: translateY(-50%);
  	-ms-transform: translateY(-50%);
  	transform: translateY(-50%);
  	display: block;
  	font-size: 14px;
  	font-weight: bold;
  	line-height: 1.2;
}
#social-share ul li {
	height: 120px;
	width: 100px;
	margin-right: 15px;
}
#social-share ul li:last-child {
	margin-right: 0;
}
#social-share ul li a {
	padding: 10px 0 20px 0;
	display: block;
	cursor: pointer;
	text-decoration: none;
}
#review-links ul li img, #social-share ul li img,
#review-links #links-container img {
	margin-top: 10px;
}
#social-share ul li img {
	margin-bottom: 5px;
}
#review-links .linkStatus {
	position: absolute;
	bottom: 0;
	left: 0; right: 0;
	margin-left: 1px; margin-right: 1px; margin-bottom: 1px;
	background-color: #b7b8b9;
	padding-left: 30px;
	-webkit-border-bottom-left-radius: 5px;
	-khtml-border-radius-bottomleft: 5px;	
	-moz-border-radius-bottomleft: 5px;
	border-bottom-left-radius: 5px;
	-webkit-border-bottom-right-radius: 5px;
	-khtml-border-radius-bottomright: 5px;	
	-moz-border-radius-bottomright: 5px;
	border-bottom-right-radius: 5px;
	color: #fff;
	font-size: 13px;
	text-transform: uppercase;
	cursor: pointer;
}
#review-links .linkActive,
#review-links .linkStatus:hover,
#review-links .linkStatus.showInput {
	background-color: #0169d9;
}
#review-links .linkStatus span {
	display: inline-block;
	padding: 5px 0;
}
#review-links .linkStatus i.fa-link {
	position: absolute;
	left: 0; top: 0; bottom: 0;
	width: 30px;
	line-height: 28px;
	text-align: center;
	background-color: #cccdce;
	-webkit-border-bottom-left-radius: 5px;
	-khtml-border-radius-bottomleft: 5px;	
	-moz-border-radius-bottomleft: 5px;
	border-bottom-left-radius: 5px;
}
#review-links .linkStatus:hover i.fa-link,
#review-links .linkActive i.fa-link {
	background-color: #353739;
}
#review-links .linkInput {
	position: absolute;
    left: 0;
    margin-top: 5px;
    width: 262px;
	background-image: url(/app/assets/images/link-input-bkg.png);
	background-size: cover;
	background-repeat: no-repeat;
	padding: 8px 2px 4px 2px;
	display: none;
	z-index: 100;
}
#review-links .linkInput input {
	border: none;
	background-color: #fbfbfc;
	padding: 9px 10px 10px;
	outline: none;
	font-size: 12px;
	margin: 0;
}
#more-links-container {
	display: none;
}

.help-link {
	color: #b7b8b9;
	font-size: 14px;
	text-decoration: none;
	display: inline-block;
	float: right;
	font-weight: bold;
}

.title-note {
	font-family: Open Sans;
	display: inline-block;
	float: right;
	font-size: 60%;
}
.required {
	color: #b80060;
}

#postcards-content input[type=submit] {
	font-size: 24px;
	padding: 10px 20px;
	margin-top: 15px;
}
#update-profile-form, #update-password-form {
	border-bottom: 1px solid #e4e4e4;
	padding-bottom: 20px;
}
#update-profile-form .input-container {
	width: 100%;
	float: left;
}
#update-profile-form .input-container.short-input {
	width: 48%;
	float: left;
	margin-right: 4%;
}
#update-profile-form .input-container.last-input {
	margin-right: 0;
}
#update-profile-form .required-field {
	padding-left: 30px;
}
#update-profile-form input[type=submit],
#update-password-form input[type=submit] {
	margin-top: 0;
	background-color: #0169d9;
}
#update-profile-form input[type=submit]:hover,
#update-password-form input[type=submit]:hover {
	background-color: #3d3f41;
}

#update-password-form .input-container {
	width: 23.5%;
	float: left;
	margin-right: 2%;
}
#update-password-form .input-container.last-input {
	margin-right: 0;
}

#update-subscription input[type=submit] {
	width: 408px;
	height: 46px;
	background-image: url(/app/assets/images/update-subscription.jpg);
	background-size: cover;
	text-indent: -99999px;
}

#preview-wrapper {
	text-align: center;
}
#preview-wrapper .content {
	width: 690px;
}
#preview-logo {
	margin: 50px 0;
}
#preview-logo img {
	max-width: 250px;
	max-height: 150px;
	height: auto;
	width: auto;
}
#preview-content h3 {
	font-family: Open Sans;
	font-weight: bold;
	color: #3d3f41;
}
#preview-content h4 {
	font-family: Open Sans;
	color: #000;
	font-weight: normal;
}
#preview-content h1 {
	color: #000;
	font-weight: bold;
	font-size: 32px;
	text-transform: none;
	border-bottom: none;
	margin: 15px 20% 30px 20%;
}
#preview-content h1.reviews {
	font-size: 55px;
	color: #b6005d;
}
#preview-content form#post-review {
	margin-top: 40px;
}
#preview-content form#post-review label {
	color: #3d3f41;
	text-transform: none;
	font-size: 16px;
}
#preview-content form#post-review textarea {
	height: 203px;
}
#preview-content form#post-review #errors p {
	display: inline-block;	
}
#buttons-rating button {
	padding: 0;
    border: none;
    border-radius: 50%;
	background-clip: padding-box;
	margin: 0 10px;
	cursor: pointer;
	-webkit-box-shadow: 0px 0px 4px 0px #666; /* Android 2.3+, iOS 4.0.2-4.2, Safari 3-4 */
    box-shadow: 0px 0px 4px 0px #666;
	-webkit-transition: all 0.3s ease-out;  /* Android 2.1+, Chrome 1-25, iOS 3.2-6.1, Safari 3.2-6  */
          transition: all 0.3s ease-out;
	outline: none;
}
#buttons-rating button#bad-job {
	background-color: #b6005d;
}
#buttons-rating button#bad-job:hover {
	background-color: #870045;
}
#buttons-rating button#good-job {
	background-color: #699f52;
}
#buttons-rating button#good-job:hover {
	background-color: #4b743a;
}
.stars-content {
	width: 570px;
	margin: 0px auto;
	font-size: 12px;
	color: #bbbbbb;
	text-transform: uppercase;
}
.stars-content span.low {
	display: inline-block;
	float: left;
}
.stars-content span.high {
	display: inline-block;
	float: right;
}
#stars {
	width: 100%;
	float: left;
	background-color: #fbfbfc;
	border: 1px solid #e4e4e4;
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;	
	-moz-border-radius: 5px;
	border-radius: 5px;
	padding: 25px;
	margin-top: 10px;
}
#preview-footer {
	width: 100%;
	float: left;
	margin: 50px 0 25px 0;
	color: #404446;
	font-size: 13px;
	font-weight: bold;
}
#preview-footer p {
	margin-bottom: 25px;
}
#preview-footer span {
	display: block;
	color: #000;
	margin: 5px 0;
}

#review-submitted {
	font-family: League Gothic Regular;
    font-size: 42px;
    color: #0169d9;
    text-align: center;
}
#review-submitted p:before {
	content: url(/app/assets/images/check-big.png);
	width: 100%;
    height: 112px;
    display: block;
	margin-bottom: 30px;
}

#profile-footer {
	width: 100%;
	float: left;
	margin: 50px 0 25px 0;
	color: #b7b8b9;
	font-size: 13px;
}

#powered-by {
	font-size: 12px;
    display: flex;
    justify-content: center;
    margin-top: 100px;
}
#powered-by.preview-bpy {
	width: 100%;
	margin-top: 50px;
}

/* FOOTER 1 */
#footer-1 {
	font-size: 12px;
	margin-top: 60px;
}
#footer-1 ul#footer-1-menu {
	list-style: none;
	padding: 0;
	display: inline-block;
	margin-bottom: 0px auto;
}
#footer-1 ul#footer-1-menu li, #dashboard-footer ul li {
	display: inline-block;
	float: left;
	margin: 0;
	padding: 0 12px;
	position: relative;
}
#footer-1 ul#footer-1-menu li:before, #dashboard-footer ul li:before {
	content: " ";
	width: 1px;
	height: 100%;
	position: absolute;
	left: 0;
}
#footer-1 ul#footer-1-menu li.first-menu-item:before, #dashboard-footer ul li.first-menu-item:before {
	display: none;
}
#footer-1 a, 
#dashboard-footer a {
	color: #3d3f41;
    text-decoration: none;
}
#footer-1 a:hover, 
#dashboard-footer a:hover {
	color: #b80060;
}
#dashboard-footer {
	width: 100%;
	float: left;
	margin: 30px 0;
}
#dashboard-footer #copyright {
	display: inline-block;
	float: left;
}
#dashboard-footer #footer-menu {
	display: inline-block;
	float: right;
}
#dashboard-footer ul {
	list-style: none;
	margin: 0; padding: 0; 
}
#footer-1 ul#footer-1-menu li, 
#dashboard-footer ul li {
    display: inline-block;
    float: left;
    margin: 0;
    padding: 0 12px;
    position: relative;
}
#footer-1 ul#footer-1-menu li:before, 
#dashboard-footer ul li:before {
    content: " ";
    width: 1px;
    height: 100%;
    position: absolute;
    left: 0;
    background-color: #3d3f41;
}

#account-error {
	width: 100%;
	float: left;
	margin-bottom: 40px;
	background-color: #d0232a;
	color: #fff;
}
#account-error .content {
	text-align: left;
	font-size: 12px;
	text-transform: uppercase;
}
#account-error a {
	color: #fff;
}
#account-error a:hover {
	color: #000;
}

#review-text-form .tip {
	display: inline-block;
	float: right;
}
#review-text-form .tip-trigger {
	background: none;
	border: none;
	color: #b80060;
    text-transform: none;
    font-weight: normal;
    text-decoration: underline;
    padding: 0;
    margin: 5px 0 0 10px;
    cursor: pointer;
    outline: none;
}
#review-text-form .tip-trigger:hover {
	color: #3d3f41;
}

/* TIPS */
.tip {
	display: inline-block;
	position: relative;
}
.tip .tip-content {
	position: absolute;
    z-index: 300;
    width: 250px;
    padding: 10px;
    background-color: #fff;
    -webkit-box-shadow: 0px 0px 8px 0px rgba(0,0,0,0.3);
	-moz-box-shadow: 0px 0px 8px 0px rgba(0,0,0,0.3);
	box-shadow: 0px 0px 8px 0px rgba(0,0,0,0.3);
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;	
	-moz-border-radius: 5px;
	border-radius: 5px;
	font-size: 13px;
	margin-left: -90px;
	margin-top: 15px;
	display: none;
}
.tip .tip-content:before {
	width: 100%;
	float: left;
	margin-top: -23px;
	content: url(/app/assets/images/tip-bkg.png);
	text-align: center;
}

#locations {
	width: 400px;
	margin: 30px auto 0 auto;
}

/* POPUPS */
.popup-wrapper {
	display: none;
	position: fixed;
	height: 100%;
    z-index: 500;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    text-align: center;
    background-color: rgba(0,0,0,0.8);
}
.w-popup-wrapper {
	background-color: rgba(255,255,255,0.7);
}
.popup-container {
	position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    display: inline-block;
    width: 500px;
    margin: 0px auto;
    background-color: #fff;
    -webkit-border-radius: 5px;
	-khtml-border-radius: 5px;	
	-moz-border-radius: 5px;
	border-radius: 5px;
	font-size: 16px;
}
.w-popup-wrapper .popup-container {
	background-color: #464646;
	color: #fff;
}
.popup-content {
	padding: 20px;
	text-align: left;
}
.popup-content img.tab-icon {
	height: 15px;
	width: auto;
	margin: 0 5px;
}
button.close-btn {
	position: absolute;
    right: 0;
    margin-right: 5px;
    top: 0;
    margin-top: 5px;
    border: none;
    background-color: transparent;
    color: #b80060;
    font-weight: 900;
    font-size: 18px;
    cursor: pointer;
    outline: none;
}
button.close-btn:hover {
	color: #000000;
}
#notdone-popup.popup-container {
	padding: 40px;
	-webkit-border-radius: 0;
    -khtml-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    font-weight: bold;
    font-size: 20px;
    width: auto;
    position: relative;
    top: 50px;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
}
#notdone-popup.popup-container:after {
	content: url(/app/assets/images/downward-arrow.png);
    position: absolute;
    zoom: 0.6;
    left: 0;
    margin-left: 40%;
}
#notdone-popup button.close-btn {
	font-size: 60px;
    line-height: 1;
    color: #fff;
    font-weight: 300;
    padding: 0;
    margin: 0;
    top: 10px;
    right: 20px;
}
#notdone-popup p strong {
	color: #fdde50;
}
#notdone-popup h1 {
	color: #fff;
    border: none;
    font-size: 35px;
    font-family: Open Sans,sans-serif;
    font-weight: 300;
}

/* Activity */
.activity-filters {
	display: inline-block;
	float: right;
	width: 66.66%;
}
.activity-filter {
	width: 50%;
	display: inline-block;
	float: left;
}
.activity-filter.rightalign {
	float: right;
}
#dashboard-content #activity-search,
#dashboard-content #activity-time {
	float: right;
	width: auto;
	display: inline-block;
	margin-bottom: 0;
}
#dashboard-content #activity-time {
	margin-right: 10px;
}
#activity-search input {
	background: none;
	border: none;
}
#activity-search label, #activity-time label {
	display: inline-block;
	float: left;
	width: auto;
	font-size: 13px;
	text-transform: none;
	font-family: Open Sans, sans-serif;
	color: #3d3f41;
	margin-right: 10px;
	margin-top: 7px;
}
#activity-search .search-content {
	display: inline-block;
	float: left;
	border: 1px solid #e4e4e4;
	padding: 5px;
	width: 250px;
}
#activity-search input[type=text] {
	float: left;
	display: inline-block;
	max-width: 200px;
	padding: 0;
	margin: 0;
	outline: none;
}
#activity-search input[type=submit] {
	float: right;
    display: inline-block;
    margin: 0;
    padding: 0;
    width: 20px;
    background-image: url(/app/assets/images/search-btn.png);
    background-position: center;
    background-repeat: no-repeat;
    text-indent: -99999px;
}
#activity-time select {
	width: auto;
    float: right;
    padding: 5px 40px 5px 10px;
    margin: 0;
}
#activity-time .time-interval {
	height: 0;
	overflow: hidden;
	width: 100%;
	float: left;
	-moz-transition: all 1s;
	-html-transition: all 1s; 
	-khtml-transition: all 1s;
	transition: all 1s;
}
.time-interval input.datepicker {
	width: 45%;
	float: left;
	font-size: 13px;
	padding: 5px;
	background-color: #fff;
	margin-bottom: 0;
}
.time-interval span {
	width: 10%;
    display: inline-block;
    float: left;
    font-size: 18px;
    text-transform: none;
    font-family: Open Sans, sans-serif;
    color: #3d3f41;
    text-align: center;
}
.activity-row {
	margin-left: -10px;
	margin-right: -10px;
}
.activity-row .activity-item {
	width: 33.33%;
	float: left;
	padding: 10px;
}
.activity-row .activity-item .activity-details {
	background-color: #fbfbfc;
	border: 1px solid #e4e4e4;
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;	
	-moz-border-radius: 5px;
	border-radius: 5px;
	-webkit-box-shadow: inset 0px 0px 0px 1px rgba(255,255,255,1);
	-moz-box-shadow: inset 0px 0px 0px 1px rgba(255,255,255,1);
	box-shadow: inset 0px 0px 0px 1px rgba(255,255,255,1);
	padding: 10px;
}
.activity-row .activity-item p.activity-date {
	margin: 0;
	padding: 0;
	color: #87b187;
	font-size: 13px;
	font-weight: bold;
}
.activity-row .activity-item p.activity-email {
	font-size: 16px;
	color: #3d3f41;
	margin: 0; 
	padding: 0;
}
.activity-footer {
	width: 100%;
	float: left;
	margin: 20px 0 40px 0;
}
.activity-footer a.button-link:hover {
	background-color: #353739;
}
.pages {
	display: inline-block;
	float: right;
	font-size: 14px;
	color: #3d3f41;
}
.pages span {
	display: inline-block;
	margin: 0px 15px;
}
.pages .nav-btn {
	display: inline-block;
	background-color: #87b187;
	color: #fff;
	font-size: 13px;
	padding: 3px 10px;
	cursor: pointer;
	text-decoration: none;
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;	
	-moz-border-radius: 5px;
	border-radius: 5px;
}
.pages .nav-btn:hover {
	background-color: #353739;
}

/* Insights */
#insights {
	margin-bottom: 40px;
}
ul.reviews-by-star { 
	list-style: circle; 
	padding-left: 15px; 
	margin-bottom: 15px; 
} 
ul.reviews-by-star li { 
	margin-bottom: 10px; 
} 
ul.reviews-by-star li.bad-reviews { 
	color: #ca1f25; 
	margin-top: 20px;
}
ul.reviews-by-service { 
	width: 100%; 
	float: left; 
	list-style: none; 
	padding: 0; 
	margin: 15px 0; 
} 
ul.reviews-by-service li { 
	background-color: #f0f0f0; 
	font-weight: bold; 
	padding: 15px; 
	margin-bottom: 10px; 
	width: 100%; 
	float: left; 
	line-height: 35px; 
} 
ul.reviews-by-service li .service-icon { 
	display: inline-block; 
	float: left; 
	margin-right: 10px;
} 
ul.reviews-by-service li .service-icon img { 
	float: left; 
}

/* WIDGET */
.service-status {
	display: inline-block;
	float: right;
}
#dashboard-content .service-status form {
	display: inline-block;
    width: auto;
    float: none;
    margin-bottom:0;
}
.service-status .button, 
.embed-wrapper .button,
button.button {
	background-color: #0169d9;
	color: #fff;
	text-transform: uppercase;
	padding: 5px 15px;
	border: none;
	cursor: pointer;
	margin: 0 0 0 5px;
}
button.button i {
	margin-right: 10px;
}
#dashboard-content .important {
	background-color: #d0232a;
	color: #fff;
	text-transform: uppercase;
	padding: 5px 15px;
	border: none;
	cursor: pointer;
	margin: 0 0 0 5px;
}
.embed-wrapper .button {
	margin: 10px 0 0;
}
.service-status .button.disable {
	background-color: #cccdce;
	color: #000;
}
.service-status .button:hover,
.service-status .button.disable:hover, 
#dashboard-content .button:hover {
	background-color: #353739;
	color: #fff;
}
#widgetWindow, #previewWindow {
	padding: 15px 0;
	margin-bottom: 15px;
}
#previewWindow .br_review_entry {
	width: 100%;
}
textarea.widget-code {
	height: 320px;
	outline: none;
}
#facebook-reviews{
    margin-bottom: 30px;
    margin-top: 30px;
}
#google-reviews{
    padding-top: 30px;
}
#GPlusContent #map {
  height: 100%;
  margin-bottom: 15px;
}
#GPlusContent .controls {
  background-color: #fff;
  border-radius: 2px;
  border: 1px solid transparent;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.3);
  box-sizing: border-box;
  font-family: Roboto;
  font-size: 15px;
  font-weight: 300;
  height: 29px;
  margin-left: 17px;
  margin-top: 10px;
  outline: none;
  padding: 0 11px 0 13px;
  text-overflow: ellipsis;
  width: 400px;
}
#GPlusContent .controls:focus {
  border-color: #4d90fe;
}
#GPlusContent .title {
  font-weight: bold;
}
#GPlusContent #infowindow-content {
  display: inline;
}
#GPlusContent #map-plug { display:none; }
#GPlusContent #pac-input{
	position: absolute;
	top: 0px;
	z-index: 999;
	height: 40px;
	width: 49%;
	margin: 10px 0;
}
#GPlusContent .gbr-place-wrap {
    width: 100%;
    font-size: 16px;
}
#GPlusContent .gbr-place-wrap #place-id {
    font-weight: bold;
}
#GPlusContent #copy-place-id {
    font-weight: 600;
    color: #000000;
    background-color: #ffffff;
    border: 1px solid #000000;
    margin: 10px auto;
    display: block;
    cursor: pointer;
}
#GPlusContent #copy-place-id:hover {
	color: #0169d9;
	border-color: #0169d9;
}
#GPlusContent .address-box {
    margin-top: 10px;
}
#GPlusContent .gbr-place-wrap p {
	margin: 15px 0;
}
#GPlusContent.none{
	display: none;
}
#GPlusContent.block{
	display: block;
}

@media screen and (max-width: 1200px) {
	.content {
		width: 100%;
	}
	#account-error .content, #dashboard-footer,
	#landing-intro .content, #landing-details .content, #landing-signup .content, #landing-footer .content, #page-content .content {
		width: 96%;
	}
	#landing-intro #logo {
		margin-left: 0;
	}
	#dashboard-footer {
		margin-left: 1%;
	}
	.boxed-content {
		-webkit-border-radius: 0px;
	    -khtml-border-radius: 0px;
	    -moz-border-radius: 0px;
	    border-radius: 0px;
	}
	.dashboard-wrapper #dashboard-menu {
		-webkit-border-top-left-radius: 0;
	    -khtml-border-radius-topleft: 0;
	    -moz-border-radius-topleft: 0;
	    border-top-left-radius: 0;
	    -webkit-border-bottom-left-radius: 0;
	    -khtml-border-radius-bottomleft: 0;
	    -moz-border-radius-bottomleft: 0;
	    border-bottom-left-radius: 0;
	    width: 80px;
	}
	#dashboard-menu ul li.firstMenuItem a img {
		width: 70%;
		height: auto;
	}
	firstMenuItem {
		height: 80px;
	}
	#account-error {
		margin-bottom: 10px;
	}
	#dashboard-menu #powered-by img {
		max-width: 100%;
		height: auto;
	}
	#postcards-order {
		-webkit-border-top-right-radius: 0px;
	    -khtml-border-radius-topright: 0px;
	    -moz-border-radius-topright: 0px;
	    border-top-right-radius: 0px;
	    -webkit-border-bottom-right-radius: 0px;
	    -khtml-border-radius-bottomright: 0px;
	    -moz-border-radius-bottomright: 0px;
	    border-bottom-right-radius: 0px;
	    padding: 0 20px;
	    width: 38.5%;
	}
	.dashboard-wrapper #dashboard-content {
		padding-left: 100px;
		padding-right: 20px;
	}
	.two-thirds-col {
		margin-right: 2%;
	}
	.half-col img {
		max-width: 100%;
		height: auto;
	}
	#landing-details h3 {
		padding-right: 0;
	}
	#dashboard-content #activity-search {
		width: 100%;
		padding-left: 10px;
	}
	#activity-time select, #activity-search .search-content {
		width: 100%;
	}
}
@media screen and (max-width: 1024px) {
	#landing-intro h1, #landing-signup h1 {
		font-size: 54px;
	}
	#landing-intro h1 img {
		max-width: 80%;
		height: auto;
	}
	#landing-details h2 {
		font-size: 42px;
	}
	#landing-intro #logo img {
		height: 30px;
		width: auto;
	}
	#landing-details, #landing-intro, #landing-signup, #landing-footer {
		padding: 30px 0;
	}
	.dashboard-wrapper #dashboard-content .one-half-col {
		width: 100%;
		margin-right: 0;
	}
	.activity-row .activity-item {
		width: 50%;
	}
	#page-content .input-container.half-container {
		width: 100%;
		padding-right: 0;
	}
}
@media screen and (max-width: 940px) {
	.dashboard-wrapper h1 {
		margin-top: 20px;
    	padding-bottom: 20px;
	}
	div#dashboard-screen img {
		max-width: 100%;
		height: auto;
	}	
}
@media screen and (max-width: 895px) {
	.dashboard-wrapper .two-thirds-col {
		width: 100%;
		margin-right: 0;
	}
	#postcards-order {
		position: relative;
		width: 100%;
	}
	#register-wrapper .content {
		width: 96%;
	}
	.discount-container input[type=text] {
		width: 70%;
	}
}
@media screen and (max-width: 875px) {
	#dashboard-content form .half-col {
		width: 100%;
		margin-right: 0;
		margin-bottom: 25px;
	}
	#dashboard-content form .half-col.last-col {
		margin-bottom: 0;
	}
	.activity-filters {
		width: 100%;
	}
}
@media screen and (max-width: 785px) {
	#dashboard-footer {
		text-align: center;
	}
	#dashboard-footer #copyright {
		width: 100%;
		text-align: center;
		margin-bottom: 20px;
	}
	#dashboard-footer #footer-menu {
		float: none;
		margin: 0px auto;
	}
	#update-password-form .input-container {
		width: 32%;
	}
	#dashboard-content .half-col {
		width: 100%;
		margin-right: 0;
	}
}
@media screen and (max-width: 700px) {
	#landing-details .one-third-col {
		width: 100%;
		margin-right: 0;
		text-align: center;
		margin-bottom: 15px;
	}
	#landing-details .one-third-col .col-section {
		width: 49%;
		float: left;
		padding-right: 2%;
		text-align: left;
	}
	#landing-details .one-third-col .last-section {
		padding-right: 0;
	}
	#preview-wrapper .content {
		width: 90%;
	}
	.stars-content {
		width: 100%;
	}
	#stars {
		padding: 15px;
	}
	#stars .star {
		width: 8%;
		margin: 0px 1%;
		height: 30px;
		background-size: contain;
	}
	#preview-content h1 {
		margin: 15px 10% 30px 10%;
	}
	.activity-row .activity-item {
		width: 100%;
	}
}
@media screen and (max-width: 640px) {
	form#register-form .half-col {
		width: 100%;
		padding: 0;
	}
	form#register-form .half-col.first-col {
		border-right: none;
		border-bottom: 1px solid #e0e0e0;
	}
	#page-content .half-col {
		width: 100%;
		margin-right: 0;
	}
	#update-password-form .input-container {
		width: 48%;
	}
}
@media screen and (max-width: 600px) {
	#account-error {
		margin-bottom: 0;
	}
	#landing-intro .half-col {
		width: 100%;
	}
	#landing-intro .last-col {
		text-align: center;
	}
	#landing-details .one-third-col .col-section, #landing-footer .one-third-col {
		width: 100%;
		padding-right: 0;
		text-align: center;
	}
	#landing-footer p.powered-by {
		text-align: center;
	}
	#landing-footer p.powered-by img {
		float: none;
	}
	.activity-filter {
		width: 100%;
		padding: 0;
		margin-bottom: 10px;
	}
	#dashboard-content #activity-time {
		margin-right: 0;
	}
	#dashboard-content #activity-search {
		padding-left: 0;
	}
	#notdone-popup button.close-btn {
		font-size: 40px;
	}
	#notdone-popup h1 {
		font-size: 25px;
		margin: 10px 0;
		padding: 0;	
	}
	#notdone-popup.popup-container {
		font-size: 16px;
	}
}
@media screen and (max-width: 480px) {
	#landing-signup h1 {
		font-size: 44px;
	}
	#landing-signup {
		font-size: 18px;
	}
	#landing-intro #logo {
		margin-bottom: 30px;
	}
	#landing-intro #logo img {
		max-width: 80%;
		height: auto;
	}
	#header-1 img {
		max-width: 100%;
		height: auto;
	}
	.dashboard-wrapper #dashboard-menu {
		position: relative;
		width: 100%;
	}
	#dashboard-menu ul {
		display: flex;
	}
	#dashboard-menu ul li {
		flex-grow: 1;
		border-left: 1px solid #dbdcdd;
		border-top: 0px;
	}
	#dashboard-menu ul li a {
		border-bottom: none;
		height: 100%;
	    display: flex;
	    align-items: center;
	    justify-content: center;
	    text-decoration: none;
	    padding: 10px 0;
	}
	#dashboard-menu ul li a i.fas {
		line-height: 1;
		font-size: 20px;
	}
	#dashboard-menu ul li a img {
		width: 100%;
		height: auto;
	}
	#dashboard-menu ul li.firstMenuItem a img {
		width: auto;
	    height: 30px;
	    top: 0;
	    transform: none;
	}
	#dashboard-menu ul li.firstMenuItem {
		border-left: 0;
	}
	#dashboard-menu #powered-by {
		display: none;
	}
	.dashboard-wrapper #dashboard-content {
		padding-left: 20px;
		padding-right: 20px;
	}
	.dashboard-wrapper h1 {
		font-size: 28px;
		font-weight: normal;
		background-color: #f2f2f2;
		padding-left: 20px;
		padding-right: 20px;
		margin-top: 0;
		padding-top: 20px;
		margin-left: -20px;
		margin-right: -20px;
	}
	.dashboard-wrapper .w-popup-wrapper h1 {
		background: none;
	}
	#dashboard-content h1 {
		width: auto;
		float: none;
	}
	#dashboard-content h1.activity-header span {
		display: block;
	}
	#dashboard-content .activity-filters {
		width: 100%;
		float: none;
	}
	#dashboard-content #activity-time {
		width: 100%;
	}
	.dashboard-wrapper #preview-content h1 {
		background-color: transparent;
	}
	#postcards-order {
		margin-left: -20px;
		margin-right: -20px;
		clear: both;
		float: none;
		width: auto;
	}
	#postcards-order.collapsed {
		clear: none;
		float: left;
	}
	#postcards-order .close, #postcards-order .open {
		margin-right: 20px;
		margin-top: 30px;
	}
	#dashboard-content #postcards-order h1 {
		background-color: transparent;
	}
	#account-error {
		margin-bottom: 2px;
	}
	#dashboard-content .quick-form input[type=text] {
		width: 60%;
	}
	 #dashboard-footer ul li {
		width: 100%;
	}
	#dashboard-footer ul li:before {
		display: none;
	}
	#mobile-powered-by {
		display: block;
		text-align: center;
		margin-top: 20px;
	}
	.pby-mobile-content {
		display: inline-block;
		margin: 0 auto;
		font-style: italic;
	}
	.pby-mobile-content img {
		float: right;
		margin-left: 10px;
	}
	#update-subscription input[type=submit] {
		max-width: 100%;
		height: auto;
		background-size: 100%;
		background-repeat: no-repeat;
		background-position: center;
		background-color: #fcc353;
	}
	.help-link {
		margin-top: 10px;
	}
	#preview-content h1 {
		margin: 15px 0 30px 0;
	}
	#activity-search .search-content {
		background-color: #fff;
	}
	.pages {
		width: 100%;
		text-align: center;
		margin-top: 20px;
	}
	#notdone-popup.popup-container {
		padding: 40px 20px;
	}
	#preview-content h1.reviews {
		padding: 0;
		font-size: 45px;
		margin-top: 0;
	}
	#preview-logo {
		margin: 30px 0;
	}
	#preview-content h3, #preview-footer, #social-share {
		margin-bottom: 0;
	}
	#preview-footer {
		margin-top: 25px;
	}
}
@media screen and (max-width: 400px) {
	#landing-intro ul#user-actions, #landing-intro #logo {
		width: 100%;
		text-align: center;
	}
	#landing-intro h1, #landing-signup h1 {
		font-size: 44px;
	}
	#login-wrapper .content {
		width: 96%;
	}
	#review-links ul li:nth-child(even) {
		margin-right: 0;
	}	
	.settings-buttons a.button-link, .settings-buttons input[type=submit] {
		float: none;
		clear: both;
		margin-bottom: 10px;
	}
	#notdone-popup.popup-container {
		padding: 40px 10px;
	}
}
@media screen and (max-width: 365px) {
	#dashboard-content .quick-form input[type=text] {
		width: 50%;
	}
}

/* LANDING PAGE */
#landing-details h2, #landing-details h3 {
	color: #000;
}
#landing-intro {
	background-color: #b7005c;
	background-image: url(/app/assets/images/landing-intro-bkg.jpg);
	background-size: cover;
	color: #fff;
}
#landing-intro h1, #landing-signup h1 {
	color: #fff;
}
#landing-signup {
	background-image: url(/app/assets/images/landing-details-bkg.jpg);
	background-size: cover;
	color: #fff;
}


/* branding */
body {
	background-color: #f1f1f1;
	color: #353739;
}

a {
	color: #353739;
	text-decoration: underline;
}
a:hover {
	color: #b80060;
}
a.button-link {
	color: #000;
}
a.button-link.light-button {
	color: #fff;
	border-color: #fff;
}
a.button-link:hover {
	color: #f2f2f2;
	border-color: #f2f2f2;
}
a.color-btn {
	background-color: #b80060;
	color: #fff;
}
a.color-btn:hover {
	background-color: #cccdcf;
	color: #000;
}
a.help-link {
	font-family: Open Sans, sans-serif;	
}

h1, h2, h3, h4 {
	font-family: "League Gothic Regular";
	font-weight: normal;
	color: #353739;
}
#dashboard-content h4 {
	font-family: Open Sans;
}
#landing-details h2, #landing-details h3 {
	color: #000;
}

.discount-container input[type=button] {
	color: #353739;	
}
.discount-container input[type=button]:hover {
	color: #b80060;
}
input[type=submit],
#dashboard-content .quick-form input[type=submit]:hover  {
	background-color: #b80060;
	color: #fff;
}
input[type=submit]:hover {
	background-color: #353739;
}
input#save-template:hover {
	color: #3d3f41;
}