.start-section .section-wrapper {
  padding-top: 8px;
}
.resources-intro {
  max-width: 660px;
  margin: auto;
}


.resource-list {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-content: flex-start;
  -ms-flex-line-pack: start;
  align-content: flex-start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  margin-top: 41px;
}
.resource-column {
  max-width: 450px;
}
.resource-item {
  background-color: #f0f0f0;
  border-radius: 8px;
  overflow: hidden;
  position: relative;
  margin: 0 auto 50px;
}

.resource-item-image {

}
.resource-image-container {
/*   display: block; */
  position: relative;
}
.resource-image-container::after {
  content: "";
  display: none;
  position: absolute;
  width: 59px;
  height: 59px;
  background: rgba(0, 0, 0, .35) url(/assets/img/resources/magnifier@2x.png) no-repeat center center / 32px 32px;
  border-radius: 50%;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);  
}
.resource-image-container:hover::after {
  display: block;
}
.resource-item-content {
  padding: 4px 5.3333333% 40px;
  color: #000000;
}
.resource-item-title {
  font-size: 2rem;
  font-weight: normal;
  margin-bottom: 0;
  line-height: 1.3;
}
.resource-item-text {
  font-size: 1.4rem;
  margin-top: 6px;
  margin-bottom: 27px;
  line-height: 1.8;
}
.button-element {
  display: block;
  margin: 0 auto;
  padding: 7px 0 7px;
}
.resource-button-download {
  max-width: 140px;
}
.resource-button-read {
  max-width: 140px;
}

.image-round-coner-wrapper {
  border-radius: 5px;
  overflow: hidden;
  display: inline-block;
}
.image-wrapper {
  margin-top: 15px;
  margin-bottom: 30px;
  font-size: 0;
  text-align: center;
}
.image-center-align {
  display: block;
  margin: 30px auto 40px;
}

.corner-radius-5 {
  border-radius: 5px;
}
.corner-radius-10 {
  border-radius: 10px;
}

.article-strong {
  font-weight: 600;
}

.ordered-list {
  padding: 0;
    margin: 0;
    text-align: left;
}
.ordered-list li {
    margin-top: 8px;
    padding-left: 20px;
}
.page-title + .article-section-default {
  margin-top: 30px;
}
.article-section-default + .article-section-default {
  margin-top: 40px;
}
.articles-menu {
  margin-top: 15px;
}
.articles .unordered-list li {
  margin-top: 8px;
  padding-left: 20px;
}
.unordered-list-normal-space li {
  margin-top: 0;
  background: gold;
  padding-bottom: 0;
}

/*
.article-subsection {
  padding-top: 24px;
  padding-bottom: 0;
}
*/

.unordered-list .unordered-list li:before {
  border: 2px solid #777;
  background: none;
}
.articles  .commercial-fonts-list li {
  margin-top: -5px;
}

.article-section-title {
  margin: 20px 0 19px;
  font-size: 2.4rem;
  font-weight: normal;
  line-height: 1.3;
  
}
.article-subsection-title {
  margin: 20px 0 0;
  font-size: 2.1rem;
  font-weight: normal;
  line-height: 1.5;
}
.article-section-title + .article-subsection {
  margin-top: 38px;
}
p + .article-section-title,
p + .article-subsection-title,
p + .article-subsection {
  margin-top: 30px;
}

.article-figure {
  margin: 0 auto;
}
.article-figure + .article-figure {
  margin-top: 30px;
}
.article-figcaption {
  position: relative;
  z-index: 10;
  font-size: 1.1rem;
  line-height: 1.6;
  color: #818181;
  margin-top: 10px;
/*   padding-bottom: 10px; */
  margin-bottom: -6px;
}


.additional-fonts .start-section {
  padding-bottom: 60px;
}
.additional-fonts .resources-intro .button-element {
  margin-top: 20px;
  margin-bottom: 35px;
}
.additional-fonts-gallery {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: space-between;
  -ms-flex-pack: space-between;
  justify-content: space-between;
  -webkit-align-content: flex-start;
  -ms-flex-line-pack: start;
  align-content: flex-start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  margin-top: 50px;
  margin-bottom: 10px;
}
.additional-fonts-item {
  width: 31%;
  text-align: center;
  text-decoration: none;
  margin-bottom: 25px;
}
.additional-fonts-item:hover img {
  opacity: .75;
}
.additional-fonts-name {
  margin-top: 10px;
  font-size: 1.3rem;
  line-height: 1.2;
/*   color: #d19d00; */
}
.additional-fonts-item:hover .additional-fonts-name {
  color: #d1bc7d;
/*   color: #d19d00; */
}

.articles .page-title {
  margin-bottom: 20px;
}
.articles .start-section {
  padding-bottom: 60px;
}
.narrow-width-text,
.articles p {
  max-width: 720px;
  margin-left: auto;
  margin-right: auto;
}
.articles .start-section img {
/*
  margin-top: 15px;
  margin-bottom: 30px;
*/
}

.apps-section {
  padding: 10px 20px;
  background-color: #ebebeb;
}
.apps-container {
  max-width: 400px;
  margin: 1.8% auto 4%;
/*   margin-top: 1.8%; */

  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-direction: normal;
  -moz-box-direction: normal;
  -webkit-box-orient: horizontal;
  -moz-box-orient: horizontal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-align-content: stretch;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
  -webkit-box-align: stretch;
  -moz-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}
.apps-item {
  width: 39.215686%;   
  min-width: 130px; 
  text-align: center;
  white-space: nowrap;
  color: #232323;
  text-decoration: none;
}
.apps-item-icon {
  border-radius: 10px;
  width: 90%;
  height: 0;
  padding-bottom: 90%;
  margin: auto;

}
.apps-item-at .apps-item-icon {
  background: url(/assets/img/home/art-text-4-icon.svg) no-repeat 46% 51%;
  background-size: 62%;
}
.apps-item-ltr .apps-item-icon {
  background: url(/assets/img/home/letters-icon.svg) no-repeat 60% 49%;
  background-size: 75.8%;
}
.apps-item:hover .apps-item-icon {
  background-color: #ffffff;
}
.apps-item-name {
  font-size: 2.7rem;
  line-height: 1.2;
  padding-top: 3px;
}


.letters-outro-section,
.art-text-outro-section {
  padding: 0 20px;
  background-color: #ebebeb;
  overflow: hidden;
}
.letters-outro-section .section-content,
.art-text-outro-section .section-content {
  padding: 40px 0 40px;
  max-width: 712px;

  margin: auto;
  text-align: center;
}
.letters-outro-section-img,
.art-text-outro-section-img {
  margin-bottom: 25px;
}
.letters-outro-section-img img {
  width: 100px;
  margin-right: -25px;  
}

.letters-outro-section .button-element,
.art-text-outro-section .button-element {
  display: inline-block;
  margin-top: 20px;
}
  .art-text-outro-section .button-element + .button-element {
    margin-left: 20px;
  }

.letters-outro-section .button-flexible,
.art-text-outro-section .button-flexible {
  padding: 8px 21px;
  width: auto;
}
.letters-outro-button-wrapper,
.art-text-outro-button-wrapper {
  margin: 15px -10px 0;
}
.letters-outro-button-wrapper .button-element,
.art-text-outro-button-wrapper .button-element {
  margin: 10px 10px;
}


.resources-steps-wrapper {
  margin-top: 50px;
  margin-bottom: 50px;
}

.chalk-lettering .custom-list-point:not(:first-child) {
  margin-top: 50px;
}
/*
.chalk-lettering .image-wrapper + .custom-list-point {
  margin-top: 60px;
}
*/

.custom-list-point,
.custom-list-non-point {
  position: relative;
  padding-left: 35px;
  margin: 30px auto;
/*   background: orange; */
}
.custom-list-point::before {
  content: attr(data-list-point);
  position: absolute;
  left: 0;
  top: -1px;
  display: inline-block;
  width: 3rem;
  height: 3rem;
  border-radius: 4rem;
  text-align: center;
  line-height: 2.6rem;
  font-size: 2rem;
  color: #232323;
  border: 2px solid #e8bf41;
  font-weight: 600;
/*   letter-spacing: -.2rem; */
/*   text-indent: -.2rem; */
}


.article-app-section {
  margin-top: 40px;
  margin-bottom: 60px;
}
.chess-order-item:not(:first-child) { /* vector-art-app */
  margin-top: 44px;
}
.article-app-section .chess-order-item-image {
  margin-bottom: 10px;
}
.chess-order-item-text p:last-child {
  margin-bottom: 0;
}
.chess-order-title {
  font-size: 1.9rem;
  line-height: 1.333;
  font-weight: 400;
  margin-top: 0;
  margin-bottom: 11px;  
}
.article-app-section .chess-order-item-image img {
  max-width: 30%;
}

.article-publication-date {
  font-size: 1.3rem;
  font-style: italic;
  text-align: right;
}

.free-logo-makers .article-subsection {
  margin-top: 40px;
}


@media only screen and (min-width: 567px) {
  .additional-fonts-item {
    width: 23%;
  }
  .additional-fonts-name {
    font-size: 1.4rem;
  }

  .apps-item-name {
    font-size: 3rem;
    padding-top: 5px;
  }

/*
  .article-subsection {
    padding-top: 31px;
  }
*/

  .article-section-title {
    font-size: 3rem;
    margin-bottom: 21px;
  }
  .article-subsection-title {
    margin-bottom: 16px;
    font-size: 2.4rem;
  }
  .article-section-default + .article-section-default  {
    margin-top: 50px;
  }
  ul + .article-section-title,
  p + .article-section-title {
    margin-top: 47px;
  }

  .articles-menu {
    margin-top: 25px;
  }

  .article-figure + .article-figure {
    margin-top: 45px;
  }
  .article-figcaption {
    font-size: 1.4rem;
    margin-top: 15px;
  }

  .article-publication-date {
    font-size: 1.5rem;
    margin-top: 20px;
  }
}

@media only screen and (min-width: 668px) {
  .resource-list {
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .resource-column {
    width: 46.875%;
  }
  .button-element {
    font-size: 2rem;
    padding: 8px 0 8px;
  }

  .resource-button-download {
    max-width: 150px;
  }
  .resource-button-read {
    max-width: 170px;
  }

  .articles .page-title {
    margin-bottom: 40px;
  }

  .articles p,
  .watercolor-typography .unordered-list {
    font-size: 1.9rem;
    line-height: 29px;
    margin-top: 20px;
    margin-bottom: 20px;
  }
  .express-with-fonts p {
    font-size: 1.7rem;
  }
  .articles .start-section img {
/*
    margin-top: 30px;
    margin-bottom: 50px;
*/
  }

  .image-wrapper {
    margin-top: 30px;
    margin-bottom: 50px;
    
  }
  .image-wrapper + p {
    margin-top: -20px;
    
  }


  .letters-outro-section .section-content,
  .art-text-outro-section .section-content {
      display: -webkit-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      -webkit-box-direction: normal;
      -webkit-box-orient: horizontal;
      -webkit-flex-direction: row;
      -ms-flex-direction: row;
      flex-direction: row;
      -webkit-flex-wrap: nowrap;
      -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
      -webkit-box-pack: start;
      -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
      justify-content: flex-start;
      -webkit-align-content: flex-start;
      -ms-flex-line-pack: start;
      align-content: flex-start;
      -webkit-box-align: center;
      -webkit-align-items: center;
      -ms-flex-align: center;
      align-items: center;
  
      text-align: left;
      padding-top: 40px;
      padding-bottom: 60px;
  }
  .letters-outro-section-img {
    padding-top: 6px;
    width: 22.8%;
    margin-bottom: 0;
  }
  .art-text-outro-section-img {
    padding-top: 6px;
    width: 24.8%;
    margin-bottom: 0;
    padding-left: 3%;
    text-align: center;
  }

  .letters-outro-section-img img {
/*   max-width: 100%; */
    width: 100%;
    margin-right: 0;
}
  .letters-outro-section-text {
    width: 77.2%;
    padding-left: 8.6%;
  }
  .art-text-outro-section-text {
    width: 75.2%;
    padding-left: 1.6%;
  }
  
  .letters-outro-section .button-flexible,
  .art-text-outro-section .button-flexible {
    padding: 9px 25px 10px;
    font-size: 1.7rem;
  }
/*
  .art-text-outro-section .button-element + .button-element {
    margin-left: 20px;
  }
*/

  .resources-steps-wrapper {
    margin-top: 70px;
    margin-bottom: 70px;
  }
  .custom-list-point {
    margin: 30px auto;
  }

  .additional-fonts .start-section {
    padding-bottom: 110px;
  }
  .additional-fonts .resources-intro .button-element {
    margin-bottom: 50px;
  }
  .additional-fonts-gallery {
    margin-bottom: 30px;
  }

  .article-app-section {
    margin-top: 60px;
    margin-bottom: 70px;
  }
  .article-app-section p {
    font-size: 1.7rem;
    line-height: 1.52941176;
  }

  .chess-order-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-direction: normal;
    -webkit-box-orient: horizontal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-align-content: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: left;  
  }
  .chess-order-item:not(:first-child) {
    margin-top: 62px;
  }
  .chess-order-reverse {
    -webkit-flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
  }
  .chess-order-reverse .chess-order-item-image {
    text-align: right;
  }
  .article-app-section .chess-order-item-image,
  .chess-order-item-image {
    margin-bottom: 0;
  }
  .chess-order-item-width-60 {
    width: 60%;
  }
  .chess-order-item-width-40 {
    width: 40%;
  }
  .chess-order-item-width-61 {
    width: 60.625%;
  }
  .chess-order-item-width-39 {
    width: 39.375%;
  }
  .chess-order-item-width-50 {
    width: 50%;
  }
  .chess-order-item-width-43 {
    width: 43%;
  }
  .chess-order-item-width-57 {
    width: 57%;
  }
  .chess-order-item-width-46 {
    width: 46%;
  }
  .chess-order-title {
    font-size: 2.1rem;
  }
  .article-app-section .chess-order-item-image img {
    max-width: 100%;
  }

}

@media only screen and (min-width: 769px) {
  .additional-fonts-item {
    width: 18%;
  }

  .free-logo-makers .article-subsection {
    margin-top: 60px;
  }
 
}  
