/**
 *
 *  STYLE FOR TYPOGRAPHY IN BOTH FRONT PAGE AND ADMIN PAGE
 *
 *
 *  [Table of contents]
 *
 *  [&. Content / #key]
 *  [Let press Ctrl + f and type of paste the key, then press Enter to search the content ]
 *
 *  Summary:
 *
 *
 *  01. Blockquote
 *     - Default
 *     - US - Florida
 *     - US - California
 *     - US - Georgia
 *     - US - New York
 *  02. Dropcap
 *  03. Bullet List
 *
 *
 *
 */
/*======================================
=            01. Blockquote            =
======================================*/
/*----------  Default  ----------*/
blockquote,
q {
  -webkit-hyphens: none;
  -moz-hyphens: none;
  -ms-hyphens: none;
  hyphens: none;
  quotes: none;
}

blockquote:before, blockquote:after,
q:before,
q:after {
  content: none;
}

blockquote {
  font-size: 18px;
  font-weight: 400;
  margin: 0 0 20px;
  padding: 8px 0 10px 50px;
  border-left: 4px solid #8dd64f;
}

blockquote blockquote {
  margin-right: 0;
}

blockquote cite,
blockquote small {
  font-size: 18px;
  font-weight: 700;
  text-align: center;
  display: block;
  margin-top: 20px;
  color: #8dd64f;
}

blockquote em,
blockquote i {
  font-weight: 300;
}

blockquote strong,
blockquote b {
  font-weight: 400;
}

/*----------  US - Florida  ----------*/
/*----------  US - California  ----------*/
blockquote .st-california,
.st-california blockquote {
  padding: 20px 40px 23px 60px;
  background-color: #f6f6f6;
}

@media screen and (max-width: 667px) {
  blockquote .st-california,
  .st-california blockquote {
    font-size: 16px;
    padding-left: 20px;
  }
}

/*----------  US - Georgia  ----------*/
blockquote .st-georgia,
.st-georgia blockquote {
  color: #fff;
  border-left: 0;
  font-size: 24px;
  font-weight: 900;
  line-height: 50px;
  letter-spacing: 1px;
  position: relative;
  text-transform: uppercase;
  padding: 40px 141px 80px 55px;
  background-color: #8dd64f;
}

@media screen and (max-width: 667px) {
  blockquote .st-georgia,
  .st-georgia blockquote {
    font-size: 18px;
    line-height: 1.5;
    padding: 30px 70px 30px 40px;
  }
}

blockquote .st-georgia p,
.st-georgia blockquote p {
  position: relative;
  margin-bottom: 0;
}

blockquote .st-georgia p + p,
.st-georgia blockquote p + p {
  margin-top: 15px;
}

blockquote .st-georgia p:before,
.st-georgia blockquote p:before {
  position: absolute;
  right: -70px;
  bottom: 3px;
  color: #00ffbb;
  font-size: 36px;
  content: '\f347';
  font-family: "Ionicons";
}

@media screen and (max-width: 667px) {
  blockquote .st-georgia p:before,
  .st-georgia blockquote p:before {
    right: -32px;
    bottom: -9px;
  }
}

/*----------  US - New York  ----------*/
blockquote .st-newyork,
.st-newyork blockquote {
  color: #15151d;
  border-left: 0;
  margin: 40px 0;
  padding: 0;
  font-size: 18px;
  line-height: 28px;
  text-align: center;
  position: relative;
  letter-spacing: 0.3px;
}

@media screen and (max-width: 667px) {
  blockquote .st-newyork,
  .st-newyork blockquote {
    font-size: 16px;
    margin: 20px 0;
  }
}

blockquote .st-newyork p,
.st-newyork blockquote p {
  position: relative;
  padding-left: 75px;
}

@media screen and (max-width: 667px) {
  blockquote .st-newyork p,
  .st-newyork blockquote p {
    padding-left: 0;
  }
}

@media screen and (max-width: 667px) {
  blockquote .st-newyork p + p:before,
  .st-newyork blockquote p + p:before {
    padding-top: 45px;
  }
}

blockquote .st-newyork p:before,
.st-newyork blockquote p:before {
  position: absolute;
  content: '\201C';
  top: -3px;
  left: 0;
  color: #8dd64f;
  font-size: 100px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 1px;
  font-family: "Montserrat", sans-serif;
}

@media screen and (max-width: 667px) {
  blockquote .st-newyork p:before,
  .st-newyork blockquote p:before {
    position: relative;
    display: block;
    top: auto;
    left: auto;
    font-size: 90px;
    line-height: 0;
    letter-spacing: 0;
  }
}

/*----------  US - Illinoise  ----------*/
.st-illinois blockquote {
  padding: 0 0 0 40px;
  line-height: 1.556;
  font-size: 18px;
}

blockquote .st-illinois {
  padding: 0;
  margin-left: -10px;
  line-height: 1.556;
  font-size: 18px;
}

/*=====  End of 01. Blockquote  ======*/
/*===================================
=            02. Dropcap            =
===================================*/
.dropcap {
  margin-bottom: 20px;
}

.dropcap:after {
  content: "";
  display: table;
  clear: both;
}

.dropcap:first-letter,
.dropcap p:first-letter {
  font-size: 80px;
  color: #8dd64f;
  font-weight: 500;
  line-height: 1;
  display: block;
  margin-right: 5px;
  vertical-align: bottom;
  float: left;
  position: relative;
}

.dropcapi {
  margin-bottom: 20px;
  font-style: italic;
}

.dropcapi:after {
  content: "";
  display: table;
  clear: both;
}

.dropcapi:first-letter,
.dropcapi p:first-letter {
  font-size: 80px;
  color: #8dd64f;
  font-weight: 500;
  line-height: 1;
  display: block;
  margin-right: 5px;
  vertical-align: bottom;
  font-style: italic;
  float: left;
  position: relative;
}

.dropcapb {
  margin-bottom: 20px;
  font-weight: 700;
}

.dropcapb:after {
  content: "";
  display: table;
  clear: both;
}

.dropcapb:first-letter,
.dropcapb p:first-letter {
  font-size: 80px;
  color: #8dd64f;
  font-weight: 700;
  line-height: 1;
  display: block;
  margin-right: 5px;
  vertical-align: bottom;
  float: left;
  position: relative;
}

/*=====  End of 02. Dropcap  ======*/
/*=======================================
=            03. Bullet List            =
=======================================*/
.slz-bullet-list-col-1 {
  -webkit-column-count: 1;
  -moz-column-count: 1;
  column-count: 1;
  list-style-position: inside;
}

.slz-bullet-list-col-2 {
  -webkit-column-count: 2;
  -moz-column-count: 2;
  column-count: 2;
  list-style-position: inside;
}

.slz-bullet-list-col-3 {
  -webkit-column-count: 3;
  -moz-column-count: 3;
  column-count: 3;
  list-style-position: inside;
}

.slz-bullet-list-col-4 {
  -webkit-column-count: 4;
  -moz-column-count: 4;
  column-count: 4;
  list-style-position: inside;
}

.slz-bullet-list-col-1 li,
.slz-bullet-list-col-2 li,
.slz-bullet-list-col-3 li,
.slz-bullet-list-col-4 li {
  list-style-position: inside;
}

.entry-content .slz-bullet-list-col-1,
.entry-content .slz-bullet-list-col-2,
.entry-content .slz-bullet-list-col-3,
.entry-content .slz-bullet-list-col-4 {
  padding-left: 0;
}

/*=====  End of 03. Bullet List  ======*/
