@charset "UTF-8";
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, address, cite, code, del, dfn, em, img, ins, q, small, strong, sub, sup, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
  border: 0;
  margin: 0;
  padding: 0;
}

article, aside, figure, figure img, figcaption, hgroup, footer, header, nav, section, video, object {
  display: block;
}

a img {
  border: 0;
}

figure {
  position: relative;
}

figure img {
  width: 100%;
}

h1, h2, h3 {
  font-family: "OswaldBook web", serif;
  font-weight: normal;
  margin-bottom: 1.5em;
  line-height: 1.5em;
}

h1 {
  font-size: 2em;
  margin-bottom: 0.5em;
  letter-spacing: 3px;
}

h2 {
  font-size: 1.5em;
  margin-bottom: 0.5em;
}

h3 {
  font-size: 1.125em;
  margin-bottom: 0.375em;
}

h4 {
  font-size: 1.25em;
  font-weight: normal;
  margin-bottom: 0.25em;
}

h5 {
  margin-bottom: 0.5em;
}

.contact-page {
  letter-spacing: 0;
  text-align: center;
}

.inner {
  margin: 3% 25%;
  max-width: 100%;
}

[class^=icon-]:before,
[class*=" icon-"]:before {
  padding-right: 0.5em;
}

.no-js .no-js-hide {
  display: none !important;
}

.no-fontface [class^=icon-],
.no-fontface [class*=" icon-"],
.no-fontface .fontface-label {
  display: none !important;
}

.fontface .label-fallback,
.placeholder .label-fallback,
.fontface .fontface-fallback {
  display: none;
}

.no-fontface .fontface-fallback {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

html, body {
  height: 100%;
}

body {
  font: 100%/1.5 "Overlock web", serif;
  color: #404040;
  overflow-x: hidden;
  text-rendering: optimizeLegibility;
}

body,
input,
button {
  -webkit-font-smoothing: antialiased;
}

.body-font {
  font-family: "Overlock web", serif !important;
}

p {
  max-width: 50em;
  margin-bottom: 1em;
}

small {
  font-size: 15px;
}

ul {
  list-style: none;
}

a {
  color: #09C;
  text-decoration: none;
  border-bottom: 1px solid #3cf;
}

.modal a {
  color: white;
  border-bottom-color: #ccc;
}

.no-link-style {
  color: inherit;
  text-decoration: inherit;
  border: inherit;
}

.minor-error {
  color: #a33;
}

sup, sub {
  vertical-align: baseline;
  position: relative;
  top: -0.4em;
}

sub {
  top: 0.4em;
}

.price-wrap {
  font-size: 30px;
  font-family: "OswaldBook web", serif;
}

.price-wrap sup {
  font-size: 0.5em;
  top: -0.65em;
  margin-right: 1px;
}

.cf,
.row {
  display: block;
  zoom: 1;
}

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

.cf:after,
.row:after {
  clear: both;
}

.clear {
  clear: both;
}

.checkered {
  background-image: url("/images/checkered.png");
}

.justify-grid {
  text-align: justify;
  line-height: 0;
}

.justify-grid:after {
  content: "";
  display: inline-block;
  width: 100%;
}

.justify-grid-item {
  display: inline-block;
  vertical-align: top;
  line-height: 1.5;
  *display: inline;
  *zoom: 1;
}

.placeholder.justify-grid-item {
  height: 0 !important;
  padding: 0 !important;
  border: 0 !important;
  margin: 0 !important;
}

.center-wrapper {
  text-align: center;
}

.center-self {
  position: absolute;
  margin: auto;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.hide {
  display: none !important;
}

.group {
  margin-bottom: 1em;
}

.group--inline {
  margin-right: 1em;
}

.fade-in {
  filter: alpha(opacity=0);
  opacity: 0;
  -webkit-transition: all 1s;
  transition: all 1s;
}

.fade-out {
  opacity: 0;
}

.faded-in {
  filter: alpha(opacity=100);
  opacity: 1;
}

.no-anim {
  -webkit-transition: all 0s !important;
  transition: all 0s !important;
}

[contenteditable] {
  cursor: text !important;
}

.button,
button {
  display: block;
  width: 100%;
  background: #2C4147;
  color: white;
  font: 1em/3em "OswaldBook web", serif;
  margin-bottom: 1em;
  text-align: center;
  text-decoration: none;
  border: 0;
  border-radius: 5px;
  cursor: pointer;
  position: relative;
  -webkit-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
}

input.button:focus, input.button:active {
  border: 0;
}

.massive.button,
button.massive {
  font-size: 1.5em;
}

.inline.button,
button.inline {
  width: 150px;
  font-size: 15px;
  display: inline-block;
  padding: 0 0.5em;
  margin-right: 1em;
}

.light.button,
button.light {
  background: #09c;
}

button.plain,
.plain.button {
  width: auto;
  font: 100%/1.5 "Overlock web", serif;
  color: #09C;
  border: 0;
  border-bottom: 1px solid #3cf;
  background: none;
  filter: none;
  text-decoration: none;
  border-radius: 0;
  box-shadow: none;
  -webkit-transition: none;
  transition: none;
}

button.plain,
.plain.button {
  padding: 0;
  margin: 0;
}

.modal button.plain,
.modal .plain.button {
  color: white;
  border-bottom-color: #ccc;
}

.modal button.plain:hover,
.modal .plain.button:hover {
  border-bottom-color: #BBBBBB;
  color: #DDDDDD;
}

.button [class*=icon-],
button [class*=icon-] {
  vertical-align: middle;
  line-height: inherit;
}

.button-icon-right {
  position: absolute;
  right: 0;
  margin-top: -3px;
}

.button-icon-right:before {
  vertical-align: middle;
}

.button-icon {
  display: inline-block;
  color: #2C4147;
  text-decoration: none;
  border: 0;
}

.light.button-icon {
  color: #09c;
}

.no-fontface .button-icon {
  background: #2C4147;
  color: white;
  padding: 2px 4px;
  border-radius: 4px;
}

.no-fontface .light.button-icon {
  background: #09c;
}

.back-to-top:before {
  content: " ↑";
  font-family: Arial, sans-serif;
  margin-right: 5px;
}

.tooltip {
  top: 0;
  left: 0;
  font-family: "Overlock web";
  font-size: 18px;
  width: 300px;
  max-width: 100%;
  line-height: 2em;
  padding: 0 1.25em 0 0.5em;
  position: absolute;
  z-index: 20;
  cursor: default;
  border: 1px solid white;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

@media (max-width: 350px) {
  .tooltip {
    line-height: 1.25em;
  }
}
.tooltip-close-btn {
  font-size: 0.75em;
  line-height: 1em !important;
}

.tooltip:before {
  content: "";
  position: absolute;
  bottom: -14px;
  left: 36px;
  width: 0px;
  height: 0px;
  border-style: solid;
  border-width: 14px 9px 0;
  border-color: white transparent transparent transparent;
}

.tooltip:after {
  content: "";
  position: absolute;
  bottom: -12px;
  left: 38px;
  width: 0px;
  height: 0px;
  border-style: solid;
  border-width: 12px 7px 0;
  border-color: #0099cc transparent transparent transparent;
}

.error.tooltip,
.error.tooltip:hover {
  background-color: #D00;
}

.error.tooltip:after {
  border-color: #C00 transparent transparent transparent;
}

.file-input-btn, .button.file-input-btn {
  position: relative;
  overflow: hidden;
}

.line-through {
  clear: both;
  display: block;
  margin-bottom: 1em;
}

.line-through:before,
.line-through:after {
  content: "";
  display: inline-block;
  border-style: solid;
  border-width: 0.1em 0 0;
  border-color: inherit;
  filter: alpha(opacity=50);
  opacity: 0.5;
  width: 30%;
  height: 3px;
}

.line-through:before {
  margin-right: 1em;
}

.line-through:after {
  margin-left: 1em;
}

.modal-container {
  margin-bottom: 1em;
  width: 100%;
}

.modal {
  padding: 2em 2em 1em 2em;
  position: relative;
  max-width: 100%;
  max-height: 100%;
}

.modal-close,
.tooltip-close-btn {
  position: absolute;
  right: 0;
  top: 0;
  color: #2C4147;
  padding: 0.5em;
}

.modal-close:before,
.tooltip-close-btn:before {
  padding-right: 0;
}

.fontface-fallback.modal-close,
.fontface-fallback.tooltip-close-btn {
  background-color: #2C4147;
  font-weight: bold;
  font-family: Verdana, sans-serif;
  color: white;
  height: 2em;
  line-height: 1;
  padding: 0.5em 0;
  text-align: center;
  width: 2em;
}

.fontface-fallback.tooltip-close-btn {
  font-size: 14px;
}

.blue.modal {
  background: #09C;
  color: white;
}

.blue .modal-title {
  color: white;
}

.modal input,
.modal textarea,
.modal select {
  padding-top: 0.5em;
  padding-bottom: 0.5em;
}

.modal-section-title {
  display: block;
  margin-bottom: 0.5em;
}

.modal-action-buttons {
  padding-top: 1em;
}

.psuedo-checkbox:before,
.psuedo-checkbox:after {
  cursor: pointer;
}

.psuedo-checkbox:before {
  content: "";
  display: inline-block;
  background: #EEE;
  height: 1.25em;
  width: 1.25em;
  border: 2px solid #EEE;
  border-radius: 5px;
  box-shadow: 0 0 1px rgba(0, 0, 0, 0.4);
}

.psuedo-checkbox-icon:after {
  font-family: FontAwesome;
  content: "\f00c";
  color: #2C4147;
  line-height: 1.5em;
  text-decoration: inherit;
  display: inline-block;
  speak: none;
  opacity: 0;
}

.no-fontface .psuedo-checkbox-icon:after {
  content: "X";
  font-weight: bold;
  color: #444;
  font-family: Verdana, sans-serif;
  margin-right: 1.15em;
}

input[type=checkbox]:hover + .psuedo-checkbox-icon:after {
  opacity: 0.2;
}

input[type=checkbox]:checked + .psuedo-checkbox-icon:after {
  opacity: 1;
}

.info-msg {
  font-size: 11px;
}

.sp-replacer {
  padding: 3px;
  border-color: #879295;
}

.sp-replacer:hover,
.sp-replacer.sp-active {
  border-color: #2C4147;
}

.sp-preview {
  margin-right: 0;
}

.module-row .sp-preview {
  height: 21px;
}

.sp-preview-inner:before {
  content: "";
  position: absolute;
  right: -1px;
  bottom: -1px;
  background: #EEEEEE;
  height: 6px;
  width: 6px;
}

.sp-preview-inner:after {
  content: "";
  position: absolute;
  right: -3px;
  bottom: -2px;
  width: 0px;
  height: 0px;
  border-style: solid;
  border-width: 4px 3px 0;
  border-color: #000000 transparent transparent;
}

.sp-dd {
  display: none;
}

.sp-container button {
  width: auto;
  display: inline-block;
  margin-bottom: 0;
  margin-right: 0;
}

.sp-cancel {
  border: 0;
}

.row {
  padding: 0.5em 2em;
  margin: 0;
}

@media (max-width: 320px) {
  .row {
    padding: 0.25em 1em;
  }
}
.half-col, .two-third-col, .third-col {
  text-align: center;
  margin-bottom: 2em;
}

.last-col {
  margin-right: 0 !important;
}

.nav {
  display: none;
  float: left;
  list-style: none;
  font-size: 14px;
}

.nav li {
  float: left;
  margin-right: 4em;
  color: #666;
}

.nav a {
  color: #666;
  text-decoration: none;
  -webkit-transition: color 0.5s;
  transition: color 0.5s;
}

form {
  margin-bottom: 1em;
}

input,
input[type=text],
input[type=search],
input[type=number],
input[type=email],
input[type=password],
select,
option,
textarea {
  width: 100%;
  border: 1px solid #bba;
  border-top: 1px solid #999;
  border-right: 1px solid #aaa;
  background: white;
  padding: 4px 0 4px 5px;
  font-size: 16px;
  /*font-family: 'Overlock web', sans-serif; Sofia*/
  background: white;
  color: #404040;
  margin: 8px 0px;
}

input[type=radio] {
  width: unset;
  margin-right: 5px;
}

.touch input,
.touch input[type=text],
.touch input[type=search],
.touch input[type=number],
.touch input[type=email],
.touch input[type=password],
.touch textarea {
  font-size: 18.5px;
}

input[type=checkbox] {
  width: auto;
}

input[type=range],
input[type=range]:focus {
  border: 0;
}

form textarea {
  max-width: 100%;
  padding-bottom: 0;
}

select {
  padding: 2px;
}

@media (max-width: 699px) {
  select {
    padding: 4px 3px 4px 2px;
  }
}
@media (min-width: 600px) and (max-width: 1200px) {
  .touch select {
    padding: 5px 3px;
  }
}
select option {
  width: auto;
  padding: 1px 2px 1px 8px;
  border: 0;
  margin: 0;
}

::-webkit-input-placeholder {
  color: #333;
}

input:focus::-webkit-input-placeholder,
textarea:focus::-webkit-input-placeholder {
  color: #AAA;
}

:-moz-placeholder {
  color: #333;
}

input:focus:-moz-placeholder,
textarea:focus:-moz-placeholder {
  color: #AAA;
}

::-moz-placeholder {
  color: #333;
}

input:focus::-moz-placeholder,
textarea:focus::-moz-placeholder {
  color: #AAA;
}

:-ms-input-placeholder {
  color: #333;
}

input:focus:-ms-input-placeholder,
textarea:focus:-ms-input-placeholder {
  color: #AAA;
}

input:focus,
textarea:focus {
  border: 1px solid #4343d1;
}

.no-select,
label {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
}

.input-w-icon {
  position: relative;
}

.input-icon {
  position: absolute;
  left: 0;
  line-height: 30px;
  padding-left: 5px;
  color: #666666;
}

.input-icon:before {
  padding-right: 0;
}

.input-w-icon input,
.input-w-icon textarea,
.input-w-icon select {
  padding-left: 1.4em;
}

.large.input-w-icon .input-icon {
  line-height: 36px;
  padding-left: 0.5em;
}

.large.input-w-icon .input-icon:before {
  vertical-align: -10%;
  font-size: 1.33em;
}

.large.input-w-icon input,
.large.input-w-icon textarea,
.large.input-w-icon select {
  padding: 0.5em 0 0.5em 2em;
}

.spinner {
  background: url("/images/spinner-stopped.png") no-repeat -9999px -9999px;
}

.logo-wrapper {
  float: left;
  text-decoration: none;
  border: 0;
}

.logo {
  float: left;
  height: 24px;
  line-height: 24px;
  font-size: 1.5em;
  color: #09C;
  text-transform: uppercase;
  position: relative;
}

.logo-img {
  float: left;
  margin-top: 3px;
  height: 20px;
  pointer-events: none;
}

.logo [class^=icon-]:before {
  padding-right: 0;
  position: relative;
}

.logo-tagline {
  display: inline-block;
  float: left;
  font-size: 13px;
  line-height: 2em;
  margin-left: 0.5em;
  color: #333;
}

@media (max-width: 700px) {
  .logo-wrapper {
    margin: -0.5em 0;
    padding: 0.5em 0.5em 0.8em;
  }
}
@media (max-width: 300px) {
  .logo-wrapper {
    text-align: center;
    width: 100%;
    padding: 0.5em;
  }
  .logo {
    float: none;
  }
  .logo-img {
    float: none;
    margin-right: -4px;
  }
  .no-fontface .logo-img {
    margin-right: 0;
  }
  .logo [class^=icon-]:before {
    top: -1px;
  }
  .logo-tagline {
    display: none;
  }
}
.main-header-premium-login {
  float: right;
  margin-top: 0.9em;
  margin-right: 1em;
}

.extra.main-header-premium-login {
  margin-top: 0;
}

.main-nav {
  float: right;
}

.main-nav .selected {
  color: #EDEDED;
  display: none;
}

.main-nav a:hover {
  color: #BBBBBB;
}

.main-header .row {
  border-bottom: 2px solid #666666;
}

.top-ad-row .row {
  padding-top: 0;
  padding-bottom: 0;
}

.ad-wrapper {
  max-width: 100%;
  overflow: scroll;
}

.main-header .ad-wrapper {
  margin: 0 auto;
  float: right;
}

@media (max-width: 800px) {
  .top-ad-row .row {
    padding-left: 0;
    padding-right: 0;
  }
  .main-header .ad-wrapper {
    float: none;
  }
}
.ad-placeholder {
  background: #CCC;
  height: 90px;
  line-height: 90px;
  width: 728px;
  max-width: 100%;
  font-size: 30px;
  text-align: center;
}

.square-ad {
  margin-left: auto;
  margin-right: auto;
  width: 300px;
  height: 300px;
  line-height: 300px;
}

.file-browse-trigger {
  position: absolute;
  left: 0;
  top: 0;
  font-size: 4em;
  height: 100%;
  filter: alpha(opacity=0);
  opacity: 0;
  width: auto;
  cursor: pointer;
  z-index: 1000;
}

.main-content {
  min-height: 80%;
  padding-bottom: 2em;
}

.main-content .row {
  padding-top: 2em;
}

@media (min-width: 801px) {
  .main-content .front-page-examples.row {
    width: 208px;
    display: inline-block;
    padding-top: 3em;
    padding-left: 0;
    padding-right: 0;
  }
}
.main-intro h1 {
  color: #666;
  margin-bottom: 0.5em;
}

.main-intro h4 {
  margin-bottom: 2em;
}

@media (max-width: 350px) {
  .main-content .row {
    padding-top: 1em;
  }
  .main-intro h4 {
    margin-bottom: 1.25em;
  }
}
.choose-photo-container {
  opacity: 0;
  transition: opacity 0.25s;
}

.dnd .choose-photo-container,
.no-dnd .choose-photo-container {
  opacity: 1;
}

.progress-div {
  background: #efefef;
  background: rgba(0, 153, 204, 0.3);
  margin-bottom: 0.75em;
}

.progress-bar {
  background: green;
  height: 1em;
  width: 0;
}

.image-select,
.front-page-examples {
  text-align: center;
}

.image-select-option {
  display: inline-block;
  width: 33%;
  min-width: 100px;
  max-width: 220px;
  padding: 1em 0;
  margin: 0 3% 1em;
  background: #eee;
  position: relative;
  overflow: hidden;
}

@media (max-width: 300px) {
  .image-select-option {
    min-width: 0;
    width: 40%;
  }
}
.no-fileinput .use-computer-image {
  display: none;
}

.use-computer-image .icon-desktop,
.use-computer-computer-label {
  display: none;
}

.image-select-option-separator {
  margin-top: 1em;
  font-family: "OswaldBook web", serif;
  color: #666;
}

.image-select-option-separator:before,
.image-select-option-separator:after {
  width: 25%;
}

@media (min-width: 801px) {
  .image-select-option-separator:before,
  .image-select-option-separator:after {
    width: 15%;
  }
}
.image-select-option [class^=icon-]:before,
.image-select-option [class*=" icon-"]:before {
  padding: 4px 0 8px;
}

.image-select-option small {
  display: block;
  font-size: 11px;
  line-height: 1em;
  color: #666;
}

.image-select-option-label {
  color: #666;
  font-family: "OswaldBook web", serif;
}

.import-from-url {
  text-align: left;
  margin-top: -3em;
}

.import-from-url .drag-supported {
  display: none;
}

.drop-file-here {
  display: none;
}

.demo-image-option {
  display: block;
  max-width: 300px;
  margin: 0 auto 2em;
  background: white;
  padding: 2px;
  border: 1px solid #666;
  box-shadow: 1px 1px 5px black;
}

.demo-image-option img {
  display: block;
  width: 100%;
  background: inherit;
}

.gallery-widget-breadcrumbs {
  margin-bottom: 0.25em;
  text-align: left;
}

.breadcrumb-item {
  float: left;
  color: #EEE;
  text-decoration: underline;
  padding: 0.5em 0;
  margin-left: 4px;
}

.selected.breadcrumb-item {
  cursor: default;
  text-decoration: none;
}

.breadcrumb-item:before {
  content: " > ";
}

.breadcrumb-item:first-child:before {
  content: "";
}

.gallery-widget-list {
  display: none;
  min-height: 220px;
  -webkit-transition: opacity 0.25s;
  transition: opacity 0.25s;
}

.selected.gallery-widget-list {
  display: block;
}

#categories-list {
  min-height: 0;
}

.gallery-widget-list .justify-grid-item {
  width: 46%;
  text-align: center;
  cursor: pointer;
  margin-bottom: 1em;
  vertical-align: middle;
}

.gallery-widget-list .selected img {
  box-shadow: 0 0 0 2px rgba(0, 0, 0, 0.75);
}

.gallery-widget-list .justify-grid-item img {
  display: block;
  margin: 0 auto;
  max-width: 100%;
  max-height: 100%;
}

.gallery-widget-pagination {
  display: block;
  margin: 0 auto 1em;
  text-align: center;
  width: 150px;
}

.pagination-button {
  display: inline-block;
  height: 34px;
  line-height: 28px;
  margin: 0 0.25em;
  width: 34px;
  background: #2C4147;
  border: 3px solid white;
  border-radius: 50%;
  cursor: pointer;
}

.disabled.pagination-button {
  cursor: default;
  filter: alpha(opacity=20);
  opacity: 0.2;
}

.pagination-button [class^=icon-]:before {
  padding-right: 0;
}

.preview-image-wrapper {
  text-align: center;
}

.canvas-wrapper,
.image-wrapper {
  width: 100%;
  text-align: center;
  margin-bottom: 1em;
  position: relative;
}

.canvas-wrapper > svg:not(.template-overlay),
.image-wrapper .final-img {
  max-width: 100%;
  max-height: 210px;
  overflow: hidden;
}

.canvas-wrapper svg:not(.template-overlay) {
  display: block;
}

.image-wrapper .final-img {
  max-height: 400px;
}

.loading-image-msg {
  background: #09C;
  color: white;
  height: 210px;
  padding: 60px 0;
  width: 100%;
  position: relative;
  z-index: 1;
  -webkit-transition: all 1s;
  transition: all 1s;
}

.loading-msg-center {
  height: 92px;
}

.loading-image-msg a {
  color: white;
}

.loading-image-msg p {
  margin-left: auto;
  margin-right: auto;
}

.loading-image-spinner {
  width: 45px;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.abs-height.loading-image-msg {
  position: absolute;
  height: 100%;
}

#init-vectos-info {
  position: absolute;
  width: 90%;
  margin: 0 5%;
  bottom: 0.5em;
}

.maker-module {
  text-align: left;
  margin-bottom: 1em;
}

.opera-mini .maker-module {
  border-bottom: 1px solid #aaa;
}

.opera-mini .maker-module:last-of-type {
  border-bottom: 0;
}

.maker-module input,
.maker-module select,
.maker-module option,
.maker-module textarea {
  margin-bottom: 0;
}

.maker-module-header,
.maker-module .addText {
  background: #333;
  background: #2C4147;
  padding: 0 1em;
  text-align: left;
  font-family: "OswaldBook web", serif;
  line-height: 48px;
  color: #FFF;
  border-radius: 5px;
  cursor: pointer;
}

.addText-btn [class*=icon-] {
  vertical-align: inherit;
}

.open .maker-module-header,
.maker-module-header:hover {
  background: #222;
  background: #1E2D31;
}

.open .maker-module-header {
  border-radius: 5px 5px 0 0;
}

[contenteditable].maker-module-title {
  border-left: 1px solid transparent;
}

.maker-module-header .close-toggle {
  float: left;
  line-height: 45px;
  margin-right: 0.45em;
}

.maker-module-header .close-toggle:before {
  padding-right: 0;
  color: #CCC;
}

.open .maker-module-header .close-toggle:before {
  content: "\f0d8";
}

.maker-error-refresh-btn {
  background: rgba(0, 0, 0, 0.8);
}

@media (max-width: 599px) {
  .delete-textmodule-btn {
    color: #aa0000;
  }
}
.maker-module-body {
  overflow: hidden;
  background: #CCC;
  padding: 0 1em;
  max-height: 0;
}

.open .maker-module-body,
.opera-mini .maker-module-body {
  max-height: 500px;
  padding-top: 1em;
}

@media (max-width: 275px) {
  .maker-module-body {
    padding: 0 0.5em;
  }
  .open .maker-module-body {
    padding-top: 0.5em;
  }
}
.module-row {
  margin-bottom: 1em;
}

.module-row label {
  float: left;
  font-size: 14px;
  text-align: right;
  width: 42px;
  margin-right: 1em;
}

.module-row select {
  float: left;
  width: 150px;
  max-width: 42%;
  margin-right: 1em;
}

.module-row .input-error {
  border: 2px solid red;
}

.module-row .last-col {
  margin-right: 0;
}

.textPosSelect {
  display: none;
}

.module-row textarea {
  max-width: 100%;
  min-width: 100%;
  height: 3.2em;
}

.module-row .colorPicker {
  float: left;
}

.alignPicker {
  height: 28px;
  width: 33px;
  float: left;
  background: #eee;
  border: 1px solid #879295;
  text-align: center;
}

.alignPicker:hover,
.active.alignPicker {
  border-color: #2C4147;
}

.alignPicker [class^=icon-]:before,
.alignPicker [class*=" icon-"]:before {
  padding-right: 0;
  line-height: 28px;
}

.alignPickerMenu {
  position: absolute;
  left: 0;
  width: 100%;
  max-width: 400px;
  margin-top: -214px;
  background: #EEEEEE;
  border: 1px solid #879295;
  text-align: left;
  font-size: 0.75em;
}

.alignPickerMenu-title {
  display: block;
  background: #2C4147;
  color: white;
  padding-left: 1em;
}

.alignPicker-option {
  float: left;
  height: 55px;
  line-height: 55px;
  width: 33%;
  border-top: 1px solid #CCCCCC;
  border-left: 1px solid #999;
  border-right: 1px solid white;
  color: #2a2a2a;
  text-align: center;
  text-decoration: none;
  text-shadow: 1px 1px #FFFFFF;
  box-shadow: inset 0 2px rgba(255, 255, 255, 0.8);
  -webkit-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
  font-size: 2em;
}

.alignPicker-option:nth-child(3n+1) {
  width: 34%;
}

.selected.alignPicker-option,
.selected.alignPicker-option:hover {
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.4) inset;
  border-right-color: #AAA;
  background: #AAA;
  background: rgba(0, 0, 0, 0);
}

.more-info {
  padding: 0.5em;
}

.more-info:before {
  padding: 0;
}

.no-fontface .fontface-fallback.more-info {
  background-color: #2C4147;
  border-radius: 30em;
  display: inline-block;
  height: 1.4em;
  width: 1.4em;
  margin-left: 0.5em;
  padding: 0;
  text-align: center;
}

.share-reuse-background-label {
  display: inline-block;
  text-align: left;
  font-size: 15px;
  margin: 0.5em 0;
  position: relative;
  cursor: pointer;
}

.share-reuse-background-label:before,
.share-reuse-background-label:after {
  position: absolute;
  top: 0;
  right: 100%;
  margin-right: 0.75em;
}

.share-reuse-background-label:after {
  margin-right: 1em;
}

.share-page-link-div {
  text-align: center;
  margin-bottom: 1em;
}

.share-page-link {
  display: inline-block;
}

.save-share-image {
  text-align: center;
}

.save-share-image .inline.button {
  margin-right: 0.5em;
  margin-left: 0.5em;
}

.save-share-image .wait-msg {
  padding: 1em;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.save-share-spinner {
  width: 25px;
  padding: 1em 0;
  margin-bottom: 1em;
}

.save-share-image-more-options .line-through {
  margin: 1em 0 2em;
}

#retry-download-btn {
  padding-top: 1em;
}

.fbcover .canvas-wrapper {
  margin-bottom: 8%;
  border: 1px solid #666;
}

.twitter-profile-bg .canvas-wrapper {
  max-width: 520px;
  margin-left: auto;
  margin-right: auto;
}

.template-overlay {
  position: absolute;
  height: 100%;
  top: 0;
  left: 0;
  pointer-events: none;
  max-width: 100%;
}

.fbcover-image-profile-overlay {
  top: 66.5%;
  z-index: 1;
}

.scale-bg-settings {
  text-align: right;
  font-size: 14px;
  font-size: 0.875rem;
}

.button.watermark-info-link {
  margin-left: auto;
  margin-right: auto;
  margin-top: 1em;
  opacity: 0;
}

.editor-loaded .button.watermark-info-link {
  opacity: 0.8;
}

.share-page-image {
  border: 0;
}

.main-footer {
  color: black;
  background: #f5f5f5;
  padding-top: 30px;
}

.main-footer a:hover {
  color: black;
  border-color: black;
}

.main-footer-content-section {
  margin: 0;
  text-align: left;
  width: 30%;
}

.main-footer-content p {
  width: 100%;
  margin: auto;
  margin-top: 3%;
  margin-bottom: -25px;
  font-weight: 600;
  text-align: center;
}

.category-links {
  width: 80%;
  margin: auto;
  display: flex;
  margin-bottom: 20px;
  padding-top: 30px;
}

.footer-column {
  width: 15%;
  float: left;
  margin: auto;
  margin-top: 30px;
}

.footer-column a {
  text-decoration: none;
  border: none;
  color: black;
  display: grid;
  margin-bottom: 1em;
}

.footer-column a:hover {
  font-weight: 600;
}

.secondary-footer-content {
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.6px;
  text-align: center;
  border-top: 1px solid #ccc;
  padding-top: 40px;
  padding-bottom: 40px;
}

.secondary-footer-content a {
  text-decoration: none;
  border: none;
  margin: 1%;
  color: grey;
}

.secondary-footer-content a:hover {
  color: black;
}

.footer-bottom-links {
  text-align: center;
  margin: 10px;
  font-weight: 600;
  color: white;
}

.footer-bottom-links a {
  color: white;
  font-weight: 600;
}

@media (max-width: 650px) {
  .category-links {
    flex-direction: column;
    padding-top: 0;
  }
  .footer-column {
    margin-top: 0;
    text-align: center;
    width: 100%;
  }
  .main-footer-content p {
    text-align: center;
    margin-bottom: 25px;
  }
}
@media (max-width: 310px) {
  .image-select-option-separator:before,
  .image-select-option-separator:after {
    width: 15%;
  }
}
.maker-error-refresh-btn {
  margin-left: 14px;
  padding: 4px 0 4px 6px;
  border-radius: 5px;
}

.text-module-spinner {
  position: relative;
  height: 18px;
  margin-left: 18px;
  top: 4px;
  -webkit-transition: all 1s ease;
  transition: all 1s ease;
}

.maker-module-header .delete-textmodule-btn {
  float: right;
  line-height: 45px;
  opacity: 0.75;
}

.maker-module-header .delete-textmodule-btn:hover {
  color: #FF2222;
  opacity: 1;
}

.maker-module-header .delete-textmodule-btn:before {
  padding-right: 0;
}

@media (max-width: 599px) {
  .text-module-label-div {
    float: left;
  }
  .text-module-label-div label {
    float: none;
    display: block;
  }
  .text-module-label-div .delete-textmodule-btn {
    padding: 0.25em 0.25em 0.25em 0.5em;
  }
  .maker-module-body textarea {
    min-width: 0;
    width: 75%;
    float: left;
  }
  .maker-modules,
  .maker-module {
    margin-bottom: 0;
  }
  .save-share-image {
    margin-top: -3em;
  }
  .gallery-photo-picker {
    margin-top: -3em;
  }
  .gallery-widget-list-item:nth-child(2n+1) {
    clear: both;
  }
  .main-page-share-buttons,
  .row.maker-row {
    padding: 0;
    padding-bottom: 2em;
  }
  .preview-image-wrapper .next-btn,
  .maker-modules .addText-btn,
  .maker-module-header {
    display: none;
  }
  .preview-image-wrapper,
  .canvas-wrapper, .preview-image {
    margin-bottom: 0;
  }
  .maker-toolbar {
    position: fixed;
    overflow: hidden;
    display: block;
    bottom: 0;
    left: 0;
    line-height: 1em;
    height: 3.5em;
    width: 100%;
    z-index: 1;
    background: #8f8f8f;
  }
  .no-support .maker-toolbar {
    display: none;
  }
  .maker-toolbar-button {
    height: 3.5em;
    width: 20%;
    line-height: 3.5em;
    float: right;
    margin-left: 0;
    margin-right: 5%;
    margin-bottom: 0;
  }
  .opera-mini .maker-toolbar-button {
    padding: 1em 0;
  }
  .next-btn.maker-toolbar-button {
    margin-right: 0;
    width: 25%;
    position: absolute;
    right: 0;
    z-index: 10;
  }
  .addText-btn.maker-toolbar-button {
    margin-right: 30%;
  }
  .maker-toolbar .textGroup-btn {
    float: left;
    opacity: 0.6;
  }
  .textGroup-btn-refresh {
    position: absolute;
    left: 0px;
    right: 0px;
    top: 0px;
    bottom: 0px;
    z-index: 10;
    font-size: 2em;
  }
  .textGroup-btn-spinner {
    position: absolute;
    bottom: 0;
    left: 35%;
    width: 30%;
    webkit-transition: all 1s ease;
    transition: all 1s ease;
  }
  .selected.maker-toolbar-button {
    opacity: 1;
  }
  .maker-toolbar-button [class^=icon-]:before,
  .maker-toolbar-button [class*=" icon-"]:before {
    padding-right: 0;
  }
  .no-fixed-pos .modal-container {
    position: relative;
    z-index: 2;
  }
  .no-fixed-pos .maker-toolbar {
    position: static;
  }
  .share-reuse-background-group {
    margin-right: -2em;
  }
  .fontface .share-buttons .button {
    text-align: left;
  }
  .share-buttons [class*=icon-] {
    padding-left: 0.25em;
  }
}
@media (min-width: 600px) and (max-width: 1200px) {
  .touch .alignPicker {
    width: 37px;
    height: 31px;
    padding-top: 1px;
  }
}
@media (max-width: 599px) {
  .main-page-share-buttons {
    display: none;
  }
}
@media (max-height: 585px) {
  .limitedHeight {
    display: none;
  }
}
@media (max-width: 260px) {
  .maker-module-body textarea {
    max-width: 70%;
  }
}
@media (min-width: 600px) {
  .maker-toolbar {
    display: none;
  }
}
.stylePickerTriggerElement {
  float: left;
  margin-right: 1em;
  margin-bottom: 0;
  height: 31px;
  line-height: 31px;
  max-width: 42%;
  width: 150px;
  text-align: left;
  position: relative;
  padding-left: 0.375em;
  padding-right: 26px;
  *padding-right: 0;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  cursor: pointer;
}

.stylePickerTriggerElement:after {
  content: "▼";
  font-family: Arial, sans-serif;
  font-size: 12px;
  line-height: 34px;
  opacity: 0.9;
  padding: 0 5px;
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
}

.logos_div .premiumLogo {
  position: relative;
}

.logos_div .premiumLogo:after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  background-position: 0 -61px;
  width: 46px;
  height: 46px;
}

.dp_tag_div:nth-of-type(n+2) li:nth-of-type(3) {
  margin-top: 1.5em;
  position: relative;
}

.dp_tag_div:nth-of-type(n+2) li:nth-of-type(3):after {
  content: "Premium styles";
  color: #aaa;
  font-size: 12.8px;
  font-size: 0.8rem;
  position: absolute;
  top: -1.5em;
  left: 0;
}

.dp_open .canvas-wrapper svg {
  pointer-events: none;
}

@font-face {
  font-family: "OswaldBook web";
  src: url("/images/fonts/oswald-regular-webfont.eot");
  src: url("/images/fonts/oswald-regular-webfont.eot?#iefix") format("embedded-opentype"), url("/images/fonts/oswald-regular-webfont.woff") format("woff"), url("/images/fonts/oswald-regular-webfont.ttf") format("truetype"), url("/images/fonts/oswald-regular-webfont.svg#OswaldBook") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Overlock web";
  src: url("/images/fonts/Overlock-Regular-OTF-webfont.eot");
  src: url("/images/fonts/Overlock-Regular-OTF-webfont.eot?#iefix") format("embedded-opentype"), url("/images/fonts/Overlock-Regular-OTF-webfont.woff") format("woff"), url("/images/fonts/Overlock-Regular-OTF-webfont.ttf") format("truetype"), url("/images/fonts/Overlock-Regular-OTF-webfont.svg#Overlock") format("svg");
  font-weight: normal;
  font-style: normal;
}
.app-link {
  border: none;
}

/*I'm Here*/
/*Sofia - LOGIN*/
.circle1 {
  border-radius: 50% 50% 43% 57%/46% 59% 41% 54%;
  width: 60%;
  height: 40%;
  position: absolute;
  background: linear-gradient(230deg, #fa709a, #f6d365, #fda085) 0% 0%/300% 300% !important;
  animation: MoveBG 5s ease 0s infinite normal none running;
  z-index: -1;
  box-shadow: 0px 5px 20px rgba(0, 0, 0, 0.1);
  margin-top: -100px;
  opacity: 0.5;
}

.circle2 {
  border-radius: 50% 50% 43% 57%/46% 59% 41% 54%;
  width: 30%;
  height: 20%;
  position: absolute;
  background: linear-gradient(230deg, #f6d365, #fda085, #fa709a) 0% 0%/300% 300% !important;
  animation: MoveBG 5s ease 0s infinite normal none running;
  z-index: -1;
  box-shadow: 0px 5px 20px rgba(0, 0, 0, 0.1);
  margin-top: -50px;
  opacity: 0.5;
  margin-left: 270px;
}

.circle3 {
  margin-top: 2%;
  margin-left: -25px;
  width: 70%;
  background: linear-gradient(230deg, #f6d365, #fa709a, #fda085) 0% 0%/300% 300% !important;
  height: 40%;
  border-radius: 50% 50% 43% 57%/46% 59% 41% 54%;
  position: absolute;
  animation: MoveBG 5s ease 0s infinite normal none running;
  z-index: -1;
  box-shadow: 0px 5px 20px rgba(0, 0, 0, 0.1);
  opacity: 0.5;
}

#cm-login-dialog {
  padding: 0;
  overflow: hidden;
}

.cm-login-google img, .cm-login-facebook img {
  width: 100%;
}

.ui-widget-header {
  display: none;
}

.cm-login-download-message {
  font-size: 15px;
  color: #404040;
  width: 100%;
  padding: 0 20px;
  margin: 15px 0;
  text-align: center;
}

.cm-login-download-message h4 {
  font-weight: bold;
  font-size: 16px;
  margin: 8% 0;
}

.inside-login {
  width: 100%;
  height: 100% !important;
  /*background-image: linear-gradient(to bottom, rgba(248,7,89,0.2) ,rgba(178,78,156,1));*/
  /*background: linear-gradient(230deg, rgb(75, 207, 147), rgb(75, 121, 207), rgb(162, 75, 207)) 0% 0% / 300% 300%!important;*/
  margin: 0;
  padding: 3% 0 !important;
  /*animation: MoveBG 10s ease 0s infinite normal none running;*/
}

@-webkit-keyframes MoveBG {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}
@-moz-keyframes MoveBG {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}
@keyframes MoveBG {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}
.icon {
  width: 30%;
}

.ui-widget.ui-widget-content {
  box-shadow: 0px 5px 20px rgba(0, 0, 0, 0.1);
  padding: 0;
}

.login-social {
  text-align: center;
  width: 95%;
  height: 100%;
  margin: 0 auto;
  /*padding: 5%;*/
  border-radius: 5px;
  /*box-shadow: 0px 5px 20px rgba(0, 0, 0, 0.8);*/
}

.login-social h3 {
  font-size: 25px;
  width: 100%;
  font-weight: bold;
  text-align: center;
  font-family: Arial, Helvetica, sans-serif;
}

.cm-login-google {
  color: rgb(248, 7, 89);
  border: 2px solid rgb(248, 7, 89);
}

.cm-login-facebook {
  color: #6f86d6;
  border: 2px solid #6f86d6;
}

.cm-login-google, .cm-login-facebook {
  width: 60px;
  height: 60px;
  background-color: #fff;
  display: inline;
  outline: none;
  margin: 0 10px;
  font-weight: 600;
  padding: 5px;
  transition: none;
  border-radius: 50%;
}

.cm-login-google:hover {
  background-image: linear-gradient(to bottom, #f78ca0 0%, #f9748f 19%, #fd868c 60%, #fe9a8b 100%);
  color: #fff;
}

.cm-login-facebook:hover {
  background-image: linear-gradient(to bottom, #6f86d6 0%, #48c6ef 100%);
  color: #fff;
}

nav {
  width: 100%;
  height: 60px;
  box-shadow: 0px 5px 20px rgba(0, 0, 0, 0.2);
  border: none;
  position: relative;
  z-index: 1;
}

nav a {
  border: none;
}

.topnav {
  height: 100%;
}

.topnav a {
  float: left;
  color: #333;
  text-align: center;
  padding: 18px 15px 16px;
  text-decoration: none;
  font-size: 17px;
  transition: ease-out 0.3s;
  margin-left: 2%;
  white-space: nowrap;
}

.topnav a:hover {
  background-color: #ffc83b;
  color: black;
}

.create-new-design a {
  float: right;
  color: #ccc;
  border: 1px solid #ccc;
  padding: 10px 20px;
  margin-top: 8px;
  border-radius: 40px;
  font-size: 14px;
  font-weight: 600;
  margin-right: 10px;
}

.account {
  float: right;
}

.account-menu {
  display: none;
  margin-top: 60px;
  background-color: #fff;
  border-radius: 3px;
  right: 0;
  position: absolute;
  float: right;
  margin-right: 5px;
  margin-top: 65px;
  font-size: 14px;
  font-weight: bold;
  flex: 1 1 auto;
  text-align: center;
  text-transform: uppercase;
  background-size: 200% auto;
  box-shadow: 0px 5px 20px rgba(0, 0, 0, 0.1);
  z-index: 1;
  width: 200px;
}

.style-wrapper a {
  margin: unset;
  text-align: right;
  display: block;
  float: none;
  padding: 10px;
}

.style-wrapper a:hover {
  background-color: #ffc83b;
  width: 200px;
}

.account-menu p {
  margin: 0;
  text-align: left;
  padding: 5px 20px;
}

nav .cm-logo {
  background-image: url(/images/creator-me1.png);
  width: 160px;
  height: 60px;
  background-size: 150px 30px;
  background-repeat: no-repeat;
  background-position: 8px 16px;
  float: left;
  margin-left: 2%;
  cursor: pointer;
}

nav img {
  width: 150px;
  margin-left: 25px;
  margin-top: 15px;
  float: left;
}

.figure-content {
  padding-top: 20px;
  clear: both;
}

.cm-figure {
  display: inline-block;
  padding: 8px;
  margin: 0px;
  width: 228px;
  transition: ease-out 0.1s;
}

.cm-figure figcaption {
  margin-bottom: -3px;
  font-size: 15px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 75%;
}

.cm-figure img {
  width: 100%;
  border: 1px solid #fafafa;
}

.topnav button {
  display: none;
}

.flyout, .flyout-header, .flyout ul {
  display: none;
}

/* helen added for design layout */
.cm-column {
  flex-direction: column;
}

.cm-row {
  display: flex;
  flex-direction: row;
}

.cm-flex {
  flex: 1;
}

@media (max-width: 650px) {
  .flyout {
    padding-top: 100px;
    height: 100%;
    width: 250px;
    position: fixed;
    z-index: 100;
    top: 0;
    left: 0;
    overflow-x: hidden;
    transition: 0.5s;
    background-color: white;
    -webkit-box-shadow: 10px 0px 18px 0px rgba(82, 82, 82, 0.3);
    -moz-box-shadow: 10px 0px 18px 0px rgba(82, 82, 82, 0.3);
    box-shadow: 10px 0px 18px 0px rgba(82, 82, 82, 0.3);
  }
  .flyout-header {
    display: block;
    width: 230px;
    height: 36px;
    position: relative;
    top: -75px;
    left: 10px;
    border-bottom: 1px solid #ccc;
  }
  .flyout-header h3 {
    float: left;
    margin-top: -10px;
  }
  .flyout h4 {
    font-family: "Poppins", sans-serif;
    font-size: 17px;
    font-weight: 600;
    text-align: center;
    color: black;
    display: inline-block;
    left: 17px;
    position: relative;
  }
  .flyout-header button {
    float: right;
    top: -25px;
  }
  .flyout ul {
    display: block;
    position: relative;
    top: -65px;
  }
  .flyout li {
    padding: 10px 20px;
    font-size: 25px;
    color: black;
    transition: 0.3s;
    font-family: "Poppins", sans-serif;
    font-size: 16px;
  }
  .flyout li:hover {
    background: #ffc83b;
    width: 250px;
    cursor: pointer;
  }
  .flyout a {
    float: none;
  }
  .flyout a:hover {
    background: none;
  }
  .flyout .closebtn {
    position: absolute;
    top: 0;
    right: 25px;
    font-size: 36px;
    margin-left: 50px;
  }
  .cm-figure.cm-category-menu {
    display: none;
  }
  .figure-content {
    margin-top: 20px;
  }
  nav .cm-logo {
    background-image: url(/images/logo-icon.png);
    width: 60px;
    height: 60px;
    background-size: 60px 60px;
    background-position: 0px 0px;
  }
  .topnav button {
    float: left;
    border-radius: 0px;
    display: block;
    background: unset;
    width: 60px;
    height: 60px;
  }
  .topnav button:hover {
    background-color: #ffc83b;
  }
}
body {
  background-color: white;
  font-family: "Poppins", sans-serif;
}

body, html {
  height: 100%;
}

hr {
  width: 110px;
  border: 1px solid white;
  margin-bottom: 17px;
}

button {
  background: #ffc83b;
  border-radius: 28px;
  color: black;
  font-family: Poppins, sans-serif;
  font-size: 16px;
  width: 200px;
  display: inline;
}

button:hover {
  background: rgb(122, 162, 251);
}

a {
  text-decoration: none;
  border-bottom: none;
  color: black;
}

.topnav button {
  display: none;
}

.flyout {
  display: none;
}

.section-heading {
  margin: 50px;
  text-align: center;
}

.section-heading h1 {
  font-family: Poppins, sans-serif;
  font-weight: 600;
  font-size: 30px;
  letter-spacing: 0.6px;
  color: #2d303c;
  margin: 10px;
}

.section-heading h2 {
  font-family: Poppins, sans-serif;
  font-weight: 600;
  font-size: 28px;
  letter-spacing: 0.6px;
  color: #2d303c;
  margin: 10px;
}

.section-heading h3 {
  font-family: Poppins, sans-serif;
  font-weight: 400;
  font-size: 16px;
  letter-spacing: 0.32px;
  color: #424242;
}

/********************************Carousel*********************************/
#carousel {
  width: 90%;
  height: 400px;
  margin: 0 auto;
  position: relative;
  z-index: 0;
  overflow: hidden;
}

#carousel div {
  position: absolute;
  transition: transform 1s, left 1s, opacity 1s, z-index 0s;
  opacity: 1;
}

#carousel div img {
  width: 400px;
  transition: width 1s;
  box-shadow: 0px 5px 20px rgba(0, 0, 0, 0.3);
}

#carousel div.hideLeft {
  left: 0%;
  opacity: 0;
  transform: translateY(50%) translateX(-50%);
}

#carousel div.hideLeft img {
  width: 200px;
}

#carousel div.hideRight {
  left: 100%;
  opacity: 0;
  transform: translateY(50%) translateX(-50%);
}

#carousel div.hideRight img {
  width: 200px;
}

#carousel div.prev {
  z-index: 5;
  left: 30%;
  transform: translateY(50px) translateX(-50%);
}

#carousel div.prev img {
  width: 300px;
}

#carousel div.prevLeftSecond {
  z-index: 4;
  left: 15%;
  transform: translateY(50%) translateX(-50%);
  opacity: 0.7;
}

#carousel div.prevLeftSecond img {
  width: 200px;
}

#carousel div.selected {
  z-index: 10;
  left: 50%;
  transform: translateY(0px) translateX(-50%);
}

#carousel div.next {
  z-index: 5;
  left: 70%;
  transform: translateY(50px) translateX(-50%);
}

#carousel div.next img {
  width: 300px;
}

#carousel div.nextRightSecond {
  z-index: 4;
  left: 85%;
  transform: translateY(50%) translateX(-50%);
  opacity: 0.7;
}

#carousel div.nextRightSecond img {
  width: 200px;
}

.carousel-buttons {
  text-align: center;
  margin: 35px auto 20px;
}

.carousel-buttons button {
  display: inline-block;
  vertical-align: middle;
  transform: perspective(1px) translateZ(0);
  transition-duration: 0.1s;
  width: 54px;
  background: white;
  border: 1px #cfcfcf solid;
  font-size: 18px;
}

/*
#carousel .categories{
	visibility: hidden;
    top: 0;
    opacity: 0;
    text-align: center;
    height: 100%;
    padding: 60px;
    background: rgba(152, 59, 248, 0.89);
    color: #fff;
    width: 100%;
    transition: 0.5s;
}

.inside {
    width: 280px;
    text-align: center;
    border: 1px solid #fff;
    padding: 1em;
}
.inside h2{
    letter-spacing: 0.15em;
    font-weight: 300;
    margin: 0;
}
.inside h3{
    margin: 25px 0;
    color: #fff;
    font-size: 16px;
    border-top: 1px solid rgba(255, 255, 255, 0.5);
}
.inside span{
	font-weight: 800;
}
.inside a{
	color: #fff;
    text-decoration: none;
    border:none;
}

#carousel div.selected:hover .categories{
	visibility:visible;
	opacity:1;
}
.explore{
	display: block;
    font-style: normal;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 16px;
    letter-spacing: 1px;
    padding-top: 4px;
}
.explore:hover {
    color: rgba(255,242,34, 0.8);
	border:none
}

.carousel button:hover {
	transition: transform 0.1s ease-out;
}
*/
.prev {
  margin-right: 10px;
}

.next {
  margin-left: 10px;
}

.prev:hover {
  transform: translateX(-4px);
}

.next:hover {
  transform: translateX(4px);
}

.browse-designs {
  text-align: center;
  margin: auto;
  margin-bottom: 30px;
}

/* End of Section 1 - Introduction */
/* Section! Landing Pages Section */
.lpSlides {
  display: none;
  width: 100%;
}

#lpSlideshow {
  display: block;
  margin: auto;
  position: relative;
  width: 100%;
  height: 500px;
}

#lpSlideshow > div {
  position: absolute;
}

.lpPrev, .lpNext {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  padding: 16px;
  margin-top: -22px;
  color: white;
  font-weight: bold;
  font-size: 18px;
  transition: 0.6s ease;
  border-radius: 0 3px 3px 0;
  user-select: none;
  background-color: rgba(0, 0, 0, 0.2);
  z-index: 1;
}

.lpNext {
  right: 0;
  border-radius: 3px 0 0 3px;
}

.lpPrev:hover, .lpNext:hover {
  background-color: rgba(0, 0, 0, 0.6);
}

.dot {
  cursor: pointer;
  height: 10px;
  width: 10px;
  margin: 0 2px;
  background-color: #bbb;
  border-radius: 50%;
  display: inline-block;
  transition: background-color 0.6s ease;
  top: -30px;
  position: relative;
}

.active, .dot:hover {
  background-color: #717171;
}

.fade {
  animation-name: fade ease-in 2s;
}

@keyframes fade {
  from {
    opacity: 0.8;
  }
  to {
    opacity: 1;
  }
}
.igpost-landing, .igstory-landing, .fbcover-landing, .fbpost-landing, .a3poster-landing {
  box-shadow: inset 0px 0px 20px 10px rgba(0, 0, 0, 0.14);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.igpost-landing {
  background-image: url(../images/igpostSlider.jpg);
}

.igstory-landing {
  background-image: url(../images/igstorySlider.jpg);
}

.fbpost-landing {
  background-image: url(../images/fbpostSlider.jpg);
}

.fbcover-landing {
  background-image: url(../images/fbcoverSlider.jpg);
}

.a3poster-landing {
  background-image: url(../images/a3posterSlider.jpg);
}

.design-type {
  background: white;
  box-shadow: 0px 10px 15px 0px rgba(0, 0, 0, 0.3);
  border-radius: 2px;
  margin: 40px;
  height: 20%;
  padding: 0 10px;
  overflow: hidden;
}

.design-type-wrapper {
  display: block;
}

.design-type-cards {
  margin: 0px 150px;
  display: flex;
  flex-direction: row-reverse;
}

.design-type-card-column {
  width: 300px;
  text-align: center;
}

.design-type-card {
  box-shadow: 0px 7px 20px rgba(0, 0, 0, 0.3);
  padding: 30px;
  border-radius: 6px;
  background-color: white;
  width: 300px;
  height: auto;
  padding-top: 0;
}

.design-type-info {
  margin-top: 28px;
  margin-bottom: 28px;
}

.design-type-info h3 {
  font-family: Poppins, sans-serif;
  font-weight: 600;
  font-size: 20px;
  letter-spacing: 0;
  margin-top: 30px;
}

.design-type-info p {
  font-family: Poppins, sans-serif;
  font-size: 1em;
}

.design-type-img {
  height: 150px;
}

.design-type-img img {
  width: auto;
  height: 100%;
  margin: 20px;
}

/*.design-type-info a {
	font-family: Poppins, sans-serif;	
	border-bottom: none;
	background: linear-gradient( to bottom, #ffc83b 0%, #ffc83b 100% );
	background-position: 0 100%;
	background-repeat: repeat-x;
	background-size: 4px 4px;
	color: #000;
	text-decoration: none;
	transition: background-size .2s;
}

.design-type-info a:hover {
	background-size: 4px 50px;
}*/
/* Section! End of landing pages section */
/* Section 2 - Industry Specific Designs */
.industry {
  margin-bottom: 0px;
  margin-top: 0px;
  background-image: url(../images/pattern.png);
  padding-top: 10px;
  padding-bottom: 30px;
}

.industry .section-heading {
  margin-bottom: 0px;
}

.cards {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  padding-bottom: 65px;
  margin: auto;
}

.industry-card-column {
  width: 300px;
  margin: 0 20px;
  text-align: center;
}

.industry img {
  width: 175px;
  height: 175px;
  border-radius: 90px;
  box-shadow: 0px 7px 20px rgba(0, 0, 0, 0.25);
  position: relative;
  top: 70px;
  cursor: pointer;
}

.industry-card {
  box-shadow: 0px 7px 20px rgba(0, 0, 0, 0.3);
  padding: 30px;
  padding-top: 75px;
  text-align: left;
  border-radius: 6px;
  background-color: white;
  width: 300px;
  height: 215px;
  cursor: pointer;
}

.industry-card h1 {
  font-family: Poppins, sans-serif;
  font-weight: 600;
  font-size: 20px;
  letter-spacing: 0;
  margin: unset;
  margin-bottom: 8px;
}

.industry-card p {
  font-family: Poppins, sans-serif;
  font-size: 16px;
}

.industry-card button {
  width: unset;
  padding-left: 25px;
  padding-right: 25px;
}

.industry a {
  font-family: Poppins, sans-serif;
  border-bottom: none;
  background: linear-gradient(to bottom, #ffc83b 0%, #ffc83b 100%);
  background-position: 0 100%;
  background-repeat: repeat-x;
  background-size: 4px 4px;
  color: #000;
  text-decoration: none;
  transition: background-size 0.2s;
}

.industry a:hover {
  background-size: 4px 50px;
}

.industry-card-column .browse-designs {
  text-align: right;
  margin-right: 10px;
}

.arrow-link {
  width: 980px;
  justify-content: flex-end;
}

/* End of Section 2 - Industry Specific Designs */
/* Section 3 - As Easy As 1-2-3 */
.three-steps {
  padding-bottom: 35px;
}

.step h3 {
  font-family: Poppins, sans-serif;
  font-size: 20px;
  margin: 0;
}

.step p {
  font-size: 16px;
  color: #727272;
}

.easy-as {
  display: flex;
  justify-content: center;
  padding: 0px 50px 50px;
}

.step {
  width: 270px;
  margin: auto 1%;
  text-align: center;
}

.step img {
  width: 250px;
}

/* End of Section 3 - As Easy As 1-2-3 */
/* Section 4 - Banner */
.banner {
  width: 100%;
  margin-bottom: 0;
  color: white;
  text-align: center;
}

.banner-container {
  background-image: linear-gradient(to right, #8a2387, #e94057, #f27121);
  padding: 30px 38px;
}

.banner h3 {
  font-family: Merriweather, serif;
  font-style: italic;
  font-size: 23px;
  margin: auto;
  margin-bottom: 18px;
}

.banner h2 {
  font-family: Poppins, sans-serif;
  font-weight: 600;
  font-size: 25px;
  color: white;
  letter-spacing: 0;
  margin: 0;
  line-height: 32px;
}

.banner p {
  font-family: Poppins, sans-serif;
  color: white;
  line-height: 3;
  font-weight: 400;
  font-size: 16px;
  max-width: none;
}

.banner button {
  background: rgba(255, 200, 59, 0);
  border: 3px solid white;
  color: white;
  font-weight: 600;
  font-size: 16px;
}

.banner button:hover {
  background: #ffc83b;
  color: black;
  border: 3px solid #ffc83b;
}

/* End of Section 4 - Banner */
/* Section 5 - Cool Features */
.cool-features {
  justify-content: center;
  margin-bottom: 0px;
  background: linear-gradient(to bottom, #fff, #f7f7f7);
  padding-top: 1px;
  padding-bottom: 50px;
}

.feature {
  display: flex;
  justify-content: center;
  margin-bottom: 35px;
}

.feature-card {
  float: left;
  width: 860px;
  padding: 0 10px;
  margin: 0 15px;
  overflow: hidden;
  box-shadow: 0px 7px 20px rgba(0, 0, 0, 0.1);
  border-radius: 6px;
  border: solid 1px #f0f0f0;
  background-color: white;
}

.feature-img {
  display: inline-block;
  position: relative;
  width: 150px;
  height: 150px;
  overflow: hidden;
  border-radius: 50%;
  float: right;
  margin: 28px;
  margin-left: 21px;
  margin-right: 47px;
}

.feature-img > img {
  width: auto;
  height: 100%;
}

.feature-info {
  float: left;
  margin-left: 47px;
  width: 60%;
  margin-top: 28px;
}

.feature-info h3 {
  font-family: Poppins, sans-serif;
  font-size: 20px;
}

.feature-info p {
  font-size: 16px;
}

/* End of Section 5 - Cool Features */
/* Section 6 - End of Home*/
.end-banner {
  text-align: center;
  background-image: url(../images/banner-img.jpg);
  background-size: cover;
  padding: 20px 0px;
}

.end-banner button {
  margin-bottom: 30px;
}

.end-banner > .section-heading {
  margin: 0px 0px 25px;
  padding-top: 25px;
}

.end-banner h1 {
  color: white;
  font-size: 24px;
}

/* End of Section 6 - End Banner*/
/*RESPONSIVE STYLING*/
@media screen and (max-width: 950px) {
  .topnav button {
    display: none;
  }
  .flyout {
    display: none;
  }
  /*SECTION 1*/
  .carousel {
    width: 80%;
    text-align: center;
    margin: 0px auto 20px;
  }
  .carousel-buttons {
    margin-top: 0px;
  }
  #carousel div img {
    width: 350px;
  }
  #carousel div.hideLeft img {
    width: 150px;
  }
  #carousel div.hideRight img {
    width: 150px;
  }
  #carousel div.prev img {
    width: 250px;
  }
  #carousel div.prevLeftSecond img {
    width: 150px;
  }
  #carousel div.next img {
    width: 250px;
  }
  #carousel div.nextRightSecond img {
    width: 150px;
  }
  /*SECTION 2*/
  .industry > .section-heading {
    margin-bottom: 30px;
  }
  /*END SECTION 2*/
  /*SECTION 3*/
  .three-steps {
    padding-bottom: 25px;
  }
  .three-steps > .section-heading {
    margin-bottom: auto 1%;
  }
  .easy-as {
    display: table;
    margin: auto;
    padding: 0;
  }
  .step {
    margin: auto auto 60px;
    width: 500px;
  }
  .step img {
    width: 500px;
  }
  /*END OF SECTION 3*/
  .landing-pages-section {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
  }
  /*SECTION 4*/
  .banner-container {
    padding: 30px 20px;
  }
  .banner h1 {
    font-size: 24px;
  }
  /*END OF SECTION 4*/
  /*SECTION 5*/
  .feature-card {
    width: 70%;
    padding: 10px;
  }
  .feature-info {
    margin-left: 20px;
    margin-top: 20px;
    width: 68%;
  }
  .feature-img {
    display: block;
    width: 100px;
    height: 100px;
    margin: 0;
    margin-right: 2%;
    margin-left: 2%;
    top: 20px;
  }
  /*END OF SECTION 5*/
}
@media screen and (max-width: 650px) {
  .carousel-buttons {
    margin-top: -50px;
  }
  #carousel div img {
    width: 315px;
  }
  #carousel div.hideLeft img {
    width: 115px;
  }
  #carousel div.hideRight img {
    width: 115px;
  }
  #carousel div.prev img {
    width: 215px;
  }
  #carousel div.prevLeftSecond img {
    width: 115px;
  }
  #carousel div.next img {
    width: 215px;
  }
  #carousel div.nextRightSecond img {
    width: 115px;
  }
  .topnav button {
    display: none;
  }
  .flyout {
    display: none;
  }
  /*SECTION 2
  .card-row{
  	display: block; //
  	justify-content: center;
  }

  .industry {
  	margin-top: 0px;
  }

  .industry-card-column {
      margin:auto;
  }


  END OF SECTION 2*/
  /*Design Section*/
  .design-type-cards {
    margin: unset;
  }
  .design-type-card-column {
    margin: auto;
  }
  .design-type-card {
    opacity: 0.96;
  }
  /*SECTION 3*/
  .three-steps {
    padding-bottom: 25px;
  }
  .three-steps > .section-heading {
    margin-bottom: auto 1%;
  }
  .easy-as {
    padding: 0;
  }
  .step {
    margin: auto auto 30px auto;
    width: 280px;
  }
  .step h3 {
    font-size: 18px;
  }
  .step p {
    font-size: 16px;
  }
  .step img {
    width: 250px;
  }
  /*END OF SECTION 3*/
  /*SECTION 5*/
  .feature-card {
    width: 350px;
    padding: 10px;
    padding-bottom: 50px;
  }
  .feature-info {
    margin: 5%;
    width: 90%;
    text-align: center;
  }
  .feature-img {
    float: none;
    display: block;
    width: 150px;
    height: 150px;
    margin: auto;
  }
  /*END OF SECTION 5*/
}
@media screen and (max-width: 450px) {
  /*SECTION 1*/
  .carousel {
    width: 60%;
    margin-top: -45px;
  }
  /*SECTION 2

  .industry-card-column {
  	width:270px;
  	margin-bottom: 30px;
  }

  .industry-card {
  	width: 270px;
  }

  END SECTION 2*/
  /*SECTION 4*/
  .banner h1 {
    font-size: 24px;
  }
  /*END OF SECTION 4*/
}
@media screen and (max-width: 350px) {
  /*SECTION 1*/
  .carousel {
    width: 90%;
  }
}
/*Header*/
.covid-19-header {
  background-image: url(../images/covid-19-bg.jpg);
}

.category-header.covid-19-header {
  background-position-y: 80%;
}

.children-header {
  background-image: url(../images/children-bg.jpg);
}

.cleaning-header {
  background-image: url(../images/cleaning-bg.jpg);
}

.clothing-header {
  background-image: url(../images/clothing-bg.jpg);
}

.delivery-header {
  background-image: url(../images/delivery-bg.jpg);
}

.landscaping-header {
  background-image: url(../images/landscaping-bg.jpg);
}

.sports-header {
  background-image: url(../images/sports-bg.jpg);
}

.inspiration-header {
  background-image: url(../images/inspiration-bg.jpg);
}

.category-header.inspiration-header {
  background-position-y: 20%;
}

.beauty-header {
  background-image: url(../images/beauty-bg.jpg);
}

.beauty-header > .category-header {
  background-position: top;
}

.fitness-header {
  background-image: url(../images/fitness-bg.jpg);
}

.music-header {
  background-image: url(../images/music-bg.jpg);
}

.invitation-header {
  background-image: url(../images/invitation-bg.jpg);
}

.realestate-header {
  background-image: url(../images/realestate-bg.jpg);
}

.food-header {
  background-image: url(../images/food-bg.jpg);
}

.animals-header {
  background-image: url(../images/animals-bg.jpg);
}

.birthday-header {
  background-image: url(../images/birthday-bg.jpg);
}

.handyman-header {
  background-image: url(../images/handyman-bg.jpg);
}

.occasions-header {
  background-image: url(../images/occasions-bg.jpg);
}

.sales-promotion-header {
  background-image: url(../images/sales-promotion-bg.jpg);
}

.love-header {
  background-image: url(../images/love-bg.jpg);
}

.wedding-header {
  background-image: url(../images/wedding-bg.jpg);
}

.travel-header {
  background-image: url(../images/travel-bg.jpg);
}

.cycling-header {
  background-image: url(../images/cycling-bg.jpg);
}

.category-header.cycling-header {
  background-position-y: 40%;
}

.health-header {
  background-image: url(../images/health-bg.jpg);
}

.all-header {
  background-image: url(../images/all-bg.jpg);
}

/****************************** Page styling ******************************/
.templates-page-header {
  width: 80%;
  margin: auto;
}

.category-header {
  background-size: cover;
  border-radius: 12px;
  margin: 20px auto 5px;
  background-position: center center;
  padding: 30px;
}

.category-header h1 {
  border: none;
  color: #ffffff;
  margin: auto;
  margin-top: -15px;
  width: max-content;
  font-size: 50px;
  font-family: Poppins;
  font-weight: 700;
  text-align: center;
  letter-spacing: 0.81px;
  text-transform: none;
}

.category-header p {
  color: white;
  margin: auto;
  text-align: center;
}

.category-header-text {
  margin: auto;
  width: min-content;
}

.category-header-text p {
  text-align: left;
  margin-left: 6px;
}

#category-header-text-description p {
  text-align: center;
}

.template-search-module {
  display: flex;
  margin: auto;
  justify-content: center;
}

.search-designs {
  background: url(images/search-icon.png) no-repeat 20px center;
  background-color: white;
  border: solid 1px #ccc;
  padding: 15px 10px 13px 50px;
  -webkit-border-radius: 0.5em;
  -moz-border-radius: 0.5em;
  border-radius: 3px;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
  font-size: 15px;
  font-family: "Poppins", sans-serif;
}

.template-search-module select {
  padding: 13px 10px;
  width: 30%;
  margin-right: 10px;
  -webkit-border-radius: 0.5em;
  -moz-border-radius: 0.5em;
  border-radius: 3px;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
  font-size: 15px;
  font-family: "Poppins", sans-serif;
  -moz-appearance: none; /* Firefox */
  -webkit-appearance: none; /* Safari and Chrome */
  appearance: none;
  background: url(/images/arrow-1.png) no-repeat right white;
  background-position-x: 94%;
  border-color: #ccc;
  text-overflow: ellipsis;
}

form {
  margin-bottom: unset;
  margin-bottom: none;
}

.template-size-slider {
  display: none;
}

.cm-category-menu {
  border-right: 1px solid #ececec;
  height: 100%;
}

h3.cm-category-menu-header {
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  padding: 7px;
  letter-spacing: 0.81px;
  color: black;
  text-align: right;
  margin-top: -7px;
}

ul.cm-category-list {
  line-height: 30px;
  font-family: "Poppins";
  text-align: right;
}

ul.cm-category-list a {
  text-decoration: none;
  border-bottom: none;
  color: inherit;
  width: 100%;
  display: inline-block;
}

.cm-category-list li {
  padding: 2px 0px;
  padding-right: 10px;
}

.cm-category-list li:hover {
  background: #ffc83b;
  color: black;
}

.cm-design-top {
  border-bottom: 1px solid #ececec;
  position: relative;
  padding-bottom: 25px;
  font-family: "Poppins", sans-serif;
}

.cm-design-top li {
  border: 1px solid #bababa;
  padding: 6px 10px;
  margin: 10px 3px -3px;
  border-radius: 2px;
  float: left;
}

.cm-design-top li:hover {
  background-color: #ffc83b;
  border: 1px solid #ffc83b;
}

.cm-design-content {
  width: 100%;
  position: relative;
}

.spinner {
  width: 10% !important;
  margin: 0 auto;
}

@media (max-width: 650px) {
  /* form{
  	width:70%;
  } */
  /* //Burger menu - placed here due to introduction of menu for categories to be visible in mobile.
  .topnav button {
  	display:block;
  	background-color:white;
  }*/
  .category-header-text h1 {
    font-size: revert;
    margin-top: -8px;
  }
  #template-size {
    display: none;
  }
  .template-search-module select {
    width: unset;
  }
  .template-size-slider {
    display: block;
    white-space: nowrap;
    overflow-x: scroll;
    margin-top: 10px;
    margin-left: 10px;
  }
  .template-size-slider a {
    font-family: "Poppins", sans-serif;
    border-bottom: none;
    background: linear-gradient(to bottom, #ffc83b 0%, #ffc83b 100%);
    background-position: 0 100%;
    background-repeat: repeat-x;
    background-size: 4px 4px;
    color: #000;
    text-decoration: none;
    transition: background-size 0.2s;
    margin-right: 10px;
    /* 		display:inline-block;
    		text-align:center; */
  }
  .template-size-slider a:hover {
    background-size: 4px 50px;
  }
  .templates-page-header {
    width: 100%;
  }
  .category-header {
    border-radius: unset;
    margin: unset;
  }
  .template-search-module {
    width: 95%;
  }
  .cm-leftnav, .cm-design-top {
    display: none;
  }
  .header-align button {
    display: block;
  }
  .figure-content {
    margin-top: 20px;
  }
}
.cm-landingpage {
  width: 100%;
}

.lp-wrapper {
  margin: 0 60px;
}

.cm-lp-intro,
.cm-lp-social-icons {
  display: flex;
  justify-content: center;
}

.cm-lp-intro {
  width: 100%;
  margin: auto;
  margin-bottom: -7px;
  padding-top: 40px;
  background-image: linear-gradient(-14deg, rgb(255, 200, 59) 5.87%, rgba(255, 200, 59, 0.65) 90%);
}

.cm-lp-section-text {
  padding-left: 10px;
  padding-right: 10px;
  padding-bottom: 15px;
}

.cm-lp-section-text h1 {
  font-family: Poppins, sans-serif;
  font-weight: 600;
  font-size: 1.8em;
  letter-spacing: 0.6px;
  color: #2d303c;
  text-align: center;
  margin: auto;
}

.cm-lp-section-text h2 {
  font-family: Poppins, sans-serif;
  font-weight: 600;
  font-size: 1.5em;
  letter-spacing: 0.6px;
  text-align: center;
  margin: 20px auto;
}

.cm-lp-section-text p {
  font-family: Poppins, sans-serif;
  font-size: 1.2em;
  text-align: center;
  margin: auto;
  width: 75%;
}

.cm-lp-intro .lp-wrapper {
  margin: auto;
  margin-bottom: -7px;
  justify-content: center;
}

.lp-wrapper .cm-lp-section-text p {
  width: auto;
}

.cm-lp-section-text h3, .cm-lp-design-type-info h3 {
  font-family: Poppins, sans-serif;
  font-weight: 900;
  font-size: 1em;
  text-transform: uppercase;
}

.cm-lp-section-text h3 {
  font-family: Poppins, sans-serif;
  font-weight: 900;
  font-size: 1em;
  text-transform: uppercase;
  text-align: center;
}

.cm-lp-intro .cm-lp-section-text {
  float: right;
  padding-left: 25px;
  margin-top: 50px;
  max-width: 450px;
}

.cm-lp-intro .cm-lp-buttons {
  margin-top: 20px;
}

.cm-lp-buttons button {
  width: 185px;
  background: white;
  border: 2px solid white;
  box-shadow: 0px 10px 30px 0px rgba(0, 0, 0, 0.3);
  margin-right: 10px;
}

.cm-lp-intro .cm-lp-buttons button:hover {
  border: 2px solid white;
  background: rgb(122, 162, 251);
}

.cm-lp-buttons button.newDesign {
  background: unset;
  border: 2px solid white;
  color: white;
}

.cm-lp-buttons button.newDesign:hover {
  border: 2px solid white;
  background: rgb(122, 162, 251);
  color: black;
}

/*.cm-lp-buttons button.newDesign:hover {
	background: white;
	color:black;
	border: 2px solid #404040;
}*/
.cm-lp-intro h1, .cm-lp-intro p {
  text-align: left;
}

.cm-lp-intro-slideshow {
  /*width: 100%;*/
  float: left;
}

.cm-lp-audience {
  text-align: center;
  margin: 64px;
  margin-bottom: 40px;
}

.audience-buttons-wrapper {
  display: flex;
}

.audience-buttons div {
  justify-content: center;
  margin: 30px auto;
}

.cm-lp-audience p {
  font-family: Poppins, sans-serif;
  margin: 20px auto;
  width: 75%;
  font-size: 1.2em;
}

.audience-buttons img {
  transition: ease-in 0.4s;
  width: 160px;
}

.audience-button-img p {
  color: black;
  margin: auto;
  font-size: 0.9em;
}

.audience-buttons img:hover {
  transform: translateY(-20px);
  transition: 0.4s ease-out;
}

.audience-line-1 {
  font-family: Poppins;
  font-weight: bold;
  font-size: 6vw;
  line-height: 96.53px;
  letter-spacing: 10.8px;
  text-transform: uppercase;
}

.audience-line-2 {
  margin-top: -7vh;
  font-family: Poiret One, cursive;
  font-size: 7vw;
}

.audience-line-3 {
  margin-top: -10px;
  font-family: Poppins;
  font-size: 4.5vw;
  line-height: 67.26px;
  letter-spacing: 7.5px;
  text-transform: uppercase;
}

.cm-lp-categories {
  background-image: url(../images/fbcoverGradient.jpg);
  padding: 20px 0 30px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  color: #2d303c;
  padding: 20px 0 30px;
}

.lp-categories-slider {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.lp-categories-slider .lp-wrapper {
  margin: 30px 60px;
}

.categories-wrap {
  display: flex;
}

.categories-wrap div {
  width: 230px;
  height: 330px;
  box-shadow: 0px 10px 30px 0px rgba(0, 0, 0, 0.3);
  background-color: white;
  transition: ease-in 0.4s;
  color: black;
  margin: 20px;
}

.categories-wrap div:hover {
  transform: translateY(-20px);
  transition: 0.4s ease-out;
}

.categories-buttons {
  justify-content: center;
  width: 100%;
  display: inline-flex;
}

.lp-creator-banner {
  width: 90%;
  margin: auto;
}

.lp-banner-wrapper {
  margin: 40px 0;
}

.banner-img {
  text-align: left;
  width: 70%;
  margin: auto;
}

.banner-img p {
  color: black;
  margin-bottom: 0px;
  margin-left: 20px;
  font-weight: 400;
  font-family: Poppins, sans-serif;
  font-size: 24px;
}

.banner-img img {
  width: 400px;
}

.banner-img button {
  float: right;
}

.cm-lp-designs {
  background: linear-gradient(200deg, rgb(193, 232, 250) 15%, rgb(102, 168, 252) 100%);
  display: flex;
  justify-content: center;
  padding-top: 30px;
  padding-bottom: 30px;
}

.cm-lp-designs .lp-wrapper {
  margin: 0 40px;
}

.cm-lp-designs .cm-lp-section-text {
  margin-bottom: 30px;
}

.cm-lp-design-type {
  background: white;
  box-shadow: 0px 10px 15px 0px rgba(0, 0, 0, 0.3);
  border-radius: 2px;
  margin: 40px;
  height: 20%;
  padding: 0 10px;
  overflow: hidden;
}

.cm-lp-design-type-wrapper {
  display: block;
}

.cm-lp-design-type-info {
  float: left;
  margin-left: 20px;
  width: 70%;
  margin-top: 28px;
  margin-bottom: 28px;
}

.cm-lp-design-type-info p {
  font-family: Poppins, sans-serif;
  font-size: 1em;
}

.cm-lp-design-type-img {
  height: 150px;
  float: right;
  margin: 28px 20px 28px 21px;
}

.cm-lp-design-type-img img {
  width: auto;
  height: 100%;
}

.cm-lp-design-type-info a {
  font-family: Poppins, sans-serif;
  border-bottom: none;
  background: linear-gradient(to bottom, #ffc83b 0%, #ffc83b 100%);
  background-position: 0 100%;
  background-repeat: repeat-x;
  background-size: 4px 4px;
  color: #000;
  text-decoration: none;
  transition: background-size 0.2s;
}

.cm-lp-design-type-info a:hover {
  background-size: 4px 50px;
}

.cm-lp-banner {
  width: 90%;
  border-radius: 13px;
  margin: auto;
  margin-bottom: 30px;
  text-align: center;
}

.banner-text-line-1 {
  font-family: Poppins, sans-serif;
  font-weight: 600;
  font-size: 24px;
  padding-top: 15px;
}

.banner-img-overlay img {
  position: relative;
  left: 123px;
  top: 5px;
  display: none;
}

.banner-text-line-2 {
  font-family: Poppins, sans-serif;
  background: linear-gradient(90deg, #fc00ff 40%, #fcb045 50%, #00dbde 60%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  font-weight: 900;
  font-size: 43px;
  margin-bottom: 10px;
  letter-spacing: 1.4px;
  position: relative;
  z-index: 1;
}

.cm-lp-banner button {
  background: none;
  border: #090808 2px solid;
}

.cm-lp-banner button:hover {
  background: #fcb045;
  color: black;
  border: 2px solid #fcb045;
}

.cm-lp-social-icons {
  margin-top: 40px;
  margin-bottom: 90px;
}

.cm-icons-list {
  margin-top: 20px;
}

.fab {
  padding: 10px;
  font-size: 1em;
  line-height: 1em !important;
  text-align: center;
  text-decoration: none;
  border-radius: 50%;
  width: 36px;
}

.fab:hover {
  opacity: 0.7;
}

.fa-facebook-f {
  background: #1877F2;
  color: white;
}

.fa-twitter {
  background: #1DA1F2;
  color: white;
}

.fa-pinterest-p {
  background: #BD081C;
  color: white;
}

@media screen and (max-width: 1000px) {
  .cm-lp-intro .cm-lp-section-text {
    text-align: center;
  }
  .cm-lp-intro .cm-lp-section-text {
    text-align: center;
    width: 100%;
    padding-right: 25px;
    float: none;
    max-width: unset;
    margin: auto;
  }
  .cm-lp-buttons button {
    margin: 3px 3px 10px;
    width: 185px;
  }
  .cm-lp-buttons {
    margin-bottom: 20px;
    text-align: center;
  }
  .cm-lp-intro {
    display: block;
  }
  .cm-lp-intro h1, .cm-lp-intro p {
    text-align: center;
  }
  .cm-lp-intro-slideshow {
    text-align: center;
    float: none;
  }
  .cm-lp-intro-slideshow img {
    width: 45%;
    position: relative;
    top: 7px;
  }
  .banner-img {
    width: 100%;
  }
}
@media screen and (max-width: 850px) {
  .cm-lp-section-text p {
    width: auto;
  }
  .cm-lp-intro-slideshow img {
    width: 45%;
  }
  .cm-lp-design-type-info, .cm-lp-design-type-img {
    width: 100%;
    text-align: center;
  }
  .cm-lp-design-type-info {
    padding: 0;
  }
  .cm-lp-design-type-img img {
    margin: auto;
  }
  .cm-lp-categories .lp-wrapper {
    margin: 0;
  }
  .lp-categories-slider .lp-wrapper {
    margin: 0;
  }
  .categories-wrap {
    display: inline-flex;
    flex-direction: column;
  }
  .cm-lp-audience p {
    width: auto;
  }
  .audience-buttons-wrapper {
    flex-direction: column;
  }
  .audience-line-1 {
    font-size: 14vw;
  }
  .audience-line-2 {
    font-size: 14vw;
    margin-top: -5vh;
  }
  .audience-line-3 {
    font-size: 8.5vw;
  }
  .cm-lp-design-type-wrapper {
    display: flex;
    flex-direction: row;
  }
  .cm-lp-design-type {
    height: auto;
    margin: 20px 0px 60px 20px;
  }
  .cm-lp-design-type-img {
    width: 100%;
    text-align: center;
    float: unset;
    margin: auto;
    margin-bottom: 20px;
    margin-top: 20px;
  }
  .cm-lp-design-type-info {
    margin: 0;
    padding-bottom: 30px;
  }
  .cm-lp-design-type-info p {
    margin: auto 10px 15px;
  }
  .banner-img {
    text-align: center;
  }
  .banner-img p {
    margin: auto;
  }
  .banner-img button {
    float: unset;
    margin-top: 10px;
    margin-bottom: 10px;
  }
  .banner-img img {
    width: 100%;
  }
}
@media screen and (max-width: 650px) {
  .cm-lp-design-type {
    display: block;
  }
  .cm-lp-intro-slideshow img {
    width: 75%;
  }
  .cm-lp-section-text {
    padding: 0 15px;
  }
  .categories-wrap {
    display: block;
  }
  .cm-lp-design-type-wrapper {
    display: block;
  }
}
/*
body {
	display: flex;
	flex-direction: column;
}
*/
.cm-tlp-page {
  flex: 1;
  max-width: 74em;
  margin-right: auto;
  margin-left: auto;
  padding: 3em 1em;
  line-height: 1.5em;
  font-family: Poppins, sans-serif;
}
.cm-tlp-page h1, .cm-tlp-page h3 {
  font-family: Poppins, sans-serif;
  font-weight: 600;
}
.cm-tlp-page h1 {
  font-size: 1.5em;
  letter-spacing: 0;
  margin-top: 1em;
}
.cm-tlp-page h3 {
  font-weight: 600;
}
.cm-tlp-page img {
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto;
  vertical-align: middle;
}
.cm-tlp-page .cm-tlp-breadcrumbs a, .cm-tlp-page .cm-tlp-tips a {
  border-bottom: none;
  background: linear-gradient(to bottom, #ffc83b 0%, #ffc83b 100%);
  background-position: 0 100%;
  background-repeat: repeat-x;
  background-size: 4px 4px;
  color: #000;
  text-decoration: none;
  transition: background-size 0.2s;
}
.cm-tlp-page .cm-tlp-breadcrumbs a:hover, .cm-tlp-page .cm-tlp-tips a:hover {
  background-size: 4px 50px;
}

.cm-tlp-layout {
  display: flex;
  flex-wrap: wrap;
  margin-top: -1em;
  margin-left: -1em;
  align-items: center;
}
.cm-tlp-layout:not(:first-of-type) {
  margin-top: 3em;
}
.cm-tlp-layout:nth-child(even) {
  flex-direction: row-reverse;
}
.cm-tlp-layout .cm-tlp-layout-item {
  padding-top: 1em;
  padding-left: 1em;
}
.cm-tlp-layout .cm-tlp-layout-item.cm-tlp-preview {
  margin-right: auto;
  flex-grow: 1;
}
@supports (max-width: max-content) {
  .cm-tlp-layout .cm-tlp-layout-item.cm-tlp-preview {
    min-width: 20rem;
    max-width: max-content;
    flex-basis: 20rem;
    flex-grow: 99999;
  }
}
.cm-tlp-layout .cm-tlp-layout-item.cm-tlp-info {
  flex-grow: 9999;
  flex-basis: 20rem;
}
.cm-tlp-layout .cm-tlp-layout-item.cm-tlp-info .cm-tlp-button-group button:nth-child(2) {
  background-color: unset;
  border: 2px solid black;
  margin-left: 10px;
}
.cm-tlp-layout .cm-tlp-layout-item.cm-tlp-info .cm-tlp-button-group button:nth-child(2):hover {
  background-color: #7aa3fb;
  border: 2px solid #7aa3fb;
}
.cm-tlp-layout .cm-tlp-layout-item.cm-tlp-info .cm-tlp-tips {
  background-color: #f9f9f9;
  border-radius: 12px;
  border: 1px solid inset #ddd;
  padding: 20px;
}
.cm-tlp-layout .cm-tlp-layout-item.cm-tlp-info .cm-tlp-tips img {
  height: 20px;
  margin-right: 3px;
  margin-bottom: 3px;
}
.cm-tlp-layout .cm-tlp-layout-item.cm-tlp-info .cm-tlp-tips ul {
  list-style: inside;
  margin-bottom: 10px;
}
/****************************** media rules ******************************/

/*# sourceMappingURL=creator-1.1.46.css.map */
