/**
 * Theme Name: Blocksy Child
 * Description: Blocksy Child theme
 * Author: Creative Themes
 * Template: blocksy
 * Text Domain: blocksy
 */

 [data-icons-type*=":"] .ct-icon-container {
    width: calc(var(--theme-icon-size, 15px) * 1.5) !important;
    height: calc(var(--theme-icon-size, 15px) * 1.5) !important;
 }

 .ct-button.gra_btn, .gra_btn a {
    background: linear-gradient(92.4deg, #095B18 4.46%, #D26D00 96.66%);
    border-radius: 15px;
    gap: 8px;
 }
 .ct-button.gra_btn:after, .gra_btn a:after {
    background-image: url(images/arrow-down-right.png);
    width: 24px;
    height: 24px;
    content: '';
 }
 .h_top {
    display: flex;
    align-items: center;
    gap: 18px;
 }
 .h_top > div {
    display: flex;
    gap: 12px;
    align-items: center;
    position: relative;
 }
 .h_top > div:first-child:after {
    width: 1px;
    height: 20px;
    background: rgba(210, 151, 37, 1);
    content: '';
    margin-left: 5px;
 }
 [data-footer*="type-1"] .ct-footer [data-row*="top"] > div {
    max-width: 783px;
 }
 .footer_m {
    display: flex;
    gap: 25px;
}
 .footer_ms {
    display: flex;
    gap: 8px;
    flex-direction: row;
    flex-wrap: wrap;
}
[data-footer*="type-1"] .ct-footer [data-row*="bottom"] {
   border-top: 1px solid rgba(255,255,255,0.1);
}
.width_1470 {
    max-width: 1470px !important;
}
ul.arrow_list {
   display: flex;
    flex-direction: column;
    gap: 12px;
    padding-left: 0;
}
ul.arrow_list li {
    list-style: none;
    display: flex;
    gap: 12px;
    align-items: center;
}
ul.arrow_list li:before {
   background-image: url('images/arrow.png');
   width: 24px;
   height: 24px;
   content: '';
	min-width: 24px;
}
ul.dark_arrows li:before {
   background-image: url('images/fill_arrow.png');
   width: 18px;
   height: 18px;
	min-width: 18px;
}
.orange_btn a {
   background-color: #EE8009;
}
.orange_btn:hover a {
   background-color: #11471B;
}
.full_width {
   width: 100% !important;
   max-width: 100%;
}
ul.number_list {
   display: flex;
    flex-direction: column;
    padding-left: 0;
    counter-reset: item;
    position: relative;
}
ul.number_list li::after {
  content: "";
  position: absolute;
  left: 17.5px;
  top: 0;
  bottom: 0;
  border-left: 2px dashed #898985;
}
ul.number_list li:last-child::after {
  display: none;
}
ul.number_list li {
   list-style: none;
    display: flex;
    gap: 0;
    flex-direction: column;
    font-size: 20px;
    font-weight: 700;
   padding-left: 45px;
    position: relative;
    counter-increment: item;
    padding-bottom: 28px;
}
ul.number_list li::before {
   content: counter(item, decimal-leading-zero);
   background: #E7711A;
   color: white;
   width: 35px;
   height: 35px;
   display: inline-flex;
   align-items: center;
   justify-content: center;
   margin-right: 12px;
   border-radius: 50%;
   font-weight: bold;
   font-size: 18px;
   position: absolute;
   left: 0;
   z-index: 2;
}
ul.number_list li span {
    font-size: 16px;
    font-weight: 400;
    padding-top: 3px;
}
.pop_tag {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translate(-50%, -50%);
   box-shadow: 0px 10px 15px -3px #0000001A;
}
.pro_tier {
   position: relative;
   box-shadow: 0px 4px 24px 0px #0000000D;
}
@media screen and (max-width: 768px) {
   .padding_top_bottom_50 {
      padding-top: 50px !important;
      padding-bottom: 50px !important;
   }
   .padding_top_50, #footer {
      padding-top: 50px !important;
   }
   .padding_bottom_50 {
      padding-bottom: 50px !important;
   }
   .padding_left_right_20 {
      padding-left: 30px !important;
      padding-right: 30px !important;
   }
	.padding_left_right_0 {
      padding-left: 0px !important;
      padding-right: 0px !important;
   }
   .padding_left_0 {
      padding-left: 0 !important;
   }
   .padding_20 {
      padding: 30px !important;
   }
   .margin_top_20 {
      margin-block-start: 15px !important;
   }
   .padding_top_20 {
      padding-top: 20px !important;
   }
   .footer_m {
      gap: 10px;
   }
   .footer_ms {
      justify-content: center;
   }
	.kbox > div {
    width: calc(100% - 50px);
    padding-top: 0 !important;
    margin-top: 0 !important;
    padding-left: 15px;
	}
	.kbox figure {
		width: 50px;
	}
	.kbox {
		flex-direction: row;
		display: flex;
		flex-wrap: wrap;
		padding: 20px !important;
	}
}