body * {
  font-family: "Evergrow Sans", sans-serif;
  box-sizing: border-box;
}

.sub-menu-container {
  z-index: 99 !important;
}

.hero {
  padding-top: 174px;
}

#header > .container,
#colophon .container {
  max-width: calc(100% - 40px) !important;
  width: 1272px;
}

header {
  background-color: #fff;
}
header.site_header {
  position: unset !important;
}
header.site_header.fixed {
  position: unset !important;
  z-index: auto;
}

.hero {
  background-color: #f5f5f6;
  padding: 96px 0;
}
.hero h1 {
  font-size: 24px;
  margin-bottom: 8px;
  line-height: 36px;
  color: rgba(0, 0, 0, 0.5);
  text-align: center;
  font-weight: 400;
}
.hero p {
  font-size: 24px;
  margin-bottom: 8px;
  line-height: 36px;
  color: rgba(0, 0, 0, 0.5);
  text-align: center;
}
.hero p.subtitle {
  margin-bottom: 0;
  font-size: 20px;
  line-height: 30px;
  color: rgba(0, 0, 0, 0.8);
}
.hero h2 {
  font-size: 72px;
  margin-bottom: 24px;
  color: rgba(0, 0, 0, 0.3);
  text-align: center;
  line-height: 86px;
}
.hero h2 strong {
  color: #000000;
}

.navigation_holder {
  padding: 16px;
  background-color: #f5f5f6;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.navigation_holder.fixed {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1000000;
  background-color: #fff !important;
}
.navigation_holder.fixed .input_outer {
  background-color: #f5f5f6 !important;
}
.navigation_holder .navbar_holder {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 64px;
}
.navigation_holder .navbar_holder .navbar_mobile {
  display: none;
}
.navigation_holder .navbar_holder .nav_search {
  flex: 1;
  width: 100%;
  max-width: 500px;
  position: relative;
}
.navigation_holder .navbar_holder .nav_search .results_wrapper {
  position: absolute;
  display: none;
  top: 52px;
  left: 0;
  width: 100%;
  padding: 24px 4px 24px 24px;
  border-radius: 6px;
  box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, 0.1), 0px -3px 4px -2px rgba(0, 0, 0, 0.06);
  background-color: #fff;
  z-index: 999;
}
.navigation_holder .navbar_holder .nav_search .results_wrapper .results {
  max-height: 292px;
  overflow-y: auto;
}
.navigation_holder .navbar_holder .nav_search .results_wrapper .results::-webkit-scrollbar {
  width: 6px;
}
.navigation_holder .navbar_holder .nav_search .results_wrapper .results::-webkit-scrollbar-track {
  background-color: #f7f7f7;
  border-radius: 9999px;
  border: none;
  box-shadow: none;
}
.navigation_holder .navbar_holder .nav_search .results_wrapper .results::-webkit-scrollbar-thumb {
  background-color: rgba(122, 122, 122, 0.5);
  border-radius: 9999px;
  width: 6px;
}
.navigation_holder .navbar_holder .nav_search .results_wrapper .no_result {
  font-size: 16px;
  line-height: 24px;
  color: rgba(0, 0, 0, 0.3);
}
.navigation_holder .navbar_holder .nav_search .results_wrapper .title {
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 20px;
  color: #000000;
  font-weight: bold;
  display: inline-block;
  white-space: nowrap;
}
.navigation_holder .navbar_holder .nav_search .results_wrapper .search_result {
  margin-bottom: 16px;
}
.navigation_holder .navbar_holder .nav_search .results_wrapper .search_result:last-child {
  margin-bottom: 0;
}
.navigation_holder .navbar_holder .nav_search .results_wrapper .search_result a {
  font-size: 14px;
  line-height: 20px;
  font-weight: 400;
  color: #000000;
  text-decoration: none;
  display: inline-block;
  white-space: nowrap;
}
.navigation_holder .navbar_holder .nav_search .results_wrapper .search_result a:hover {
  opacity: 0.5;
}
.navigation_holder .navbar_holder .nav_search .input_outer {
  width: 100%;
  display: flex;
  align-items: center;
  background-color: #fff;
  height: 48px;
  padding: 5px 5px 5px 24px;
  border-radius: 100px;
}
.navigation_holder .navbar_holder .nav_search .input_outer input {
  border: 0;
  outline: 0;
  flex: 1;
  margin-right: 20px;
  background-color: transparent;
}
.navigation_holder .navbar_holder .nav_search .input_outer input::placeholder {
  font-size: 14px;
  line-height: 24px;
  color: #808080;
}
.navigation_holder .navbar_holder .nav_search .input_outer .search_btn {
  text-decoration: none;
  width: 108px;
  flex: 0 0 108px;
  background-color: #000000;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  font-weight: 500;
  padding: 9px 0;
  gap: 4px;
  border-radius: 100px;
}
.navigation_holder .navbar_holder .navbar {
  list-style: none;
  display: flex;
  margin: 0;
  padding: 0;
  gap: 32px;
}
.navigation_holder .navbar_holder .navbar .cat_item {
  font-size: 16px;
  line-height: 24px;
  font-weight: 500;
  cursor: pointer;
  display: flex;
  align-items: center;
  gap: 4px;
  position: relative;
}
.navigation_holder .navbar_holder .navbar .cat_item::after {
  content: "";
  width: 15px;
  height: 15px;
  background: url("https://10web.io/wp-content/themes/10web-theme/images/icons/arrows/icon_arrow_down.svg") no-repeat center center;
}
.navigation_holder .navbar_holder .navbar .cat_item::before {
  width: 100%;
  height: 30px;
  content: "";
  background-color: transparent;
  position: absolute;
  top: 0;
}
.navigation_holder .navbar_holder .navbar .cat_item .cat_sub_menu_outer {
  position: absolute;
  opacity: 0;
  visibility: hidden;
  height: 0;
  left: 0;
  top: 30px;
  z-index: 99999;
}
.navigation_holder .navbar_holder .navbar .cat_item .cat_sub_menu {
  background-color: #fff;
  display: grid;
  gap: 40px;
  padding: 24px;
  border-radius: 6px;
  box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, 0.1), 0px -3px 4px -2px rgba(0, 0, 0, 0.06);
  width: max-content;
  min-width: 240px;
}
.navigation_holder .navbar_holder .navbar .cat_item .cat_sub_menu.columns_3 {
  grid-template-columns: repeat(3, 1fr);
}
.navigation_holder .navbar_holder .navbar .cat_item .cat_sub_menu.columns_2 {
  grid-template-columns: repeat(2, 1fr);
}
.navigation_holder .navbar_holder .navbar .cat_item .cat_sub_menu .cat_parent_group {
  align-self: start;
  margin-bottom: 24px;
}
.navigation_holder .navbar_holder .navbar .cat_item .cat_sub_menu .cat_parent_group:last-child {
  margin-bottom: 0;
}
.navigation_holder .navbar_holder .navbar .cat_item .cat_sub_menu .cat_parent_group > a {
  text-decoration: none;
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 20px;
  color: #000000;
  font-weight: bold;
  display: inline-block;
  white-space: nowrap;
}
.navigation_holder .navbar_holder .navbar .cat_item .cat_sub_menu .cat_parent_group > a:hover {
  opacity: 0.5;
}
.navigation_holder .navbar_holder .navbar .cat_item .cat_sub_menu .cat_parent_group .sub_category .sub_category_item {
  margin-bottom: 16px;
}
.navigation_holder .navbar_holder .navbar .cat_item .cat_sub_menu .cat_parent_group .sub_category .sub_category_item a {
  font-size: 14px;
  line-height: 20px;
  font-weight: 400;
  color: #000000;
  text-decoration: none;
  display: inline-block;
  white-space: nowrap;
}
.navigation_holder .navbar_holder .navbar .cat_item .cat_sub_menu .cat_parent_group .sub_category .sub_category_item a:hover {
  opacity: 0.5;
}
.navigation_holder .navbar_holder .navbar .cat_item .cat_sub_menu .cat_parent_group .sub_category .sub_category_item:last-child {
  margin-bottom: 0;
}
.navigation_holder .navbar_holder .navbar .cat_item:hover .cat_sub_menu_outer {
  opacity: 1;
  visibility: visible;
  height: min-content;
}

.templates_holder {
  padding-top: 80px;
  padding-bottom: 150px;
}
.templates_holder .breadcrumbs {
  margin-bottom: 20px !important;
}
.templates_holder.no_pad_bottom {
  padding-bottom: 0;
}
.templates_holder.single {
  padding-top: 0;
}
.templates_holder.single h3,
.templates_holder.single h1 {
  font-size: 40px;
  line-height: 52px;
  margin-bottom: 64px;
}
.templates_holder .tags_container {
  display: flex;
  gap: 12px;
  margin-bottom: 36px;
  flex-wrap: wrap;
}
.templates_holder .tags_container.mobile {
  display: none;
}
.templates_holder .tags_container .tag {
  border-radius: 6px;
  background-color: #f5f5f6;
  position: relative;
}
.templates_holder .tags_container .tag.more:hover .more_tags {
  opacity: 1;
  visibility: visible;
  z-index: 9999;
}
.templates_holder .tags_container .tag .more_tags {
  padding-top: 20px;
  opacity: 0;
  visibility: hidden;
  position: absolute;
  top: 20px;
}
.templates_holder .tags_container .tag .more_tags .more_tags_inner {
  background-color: #fff;
  padding: 24px;
  border-radius: 6px;
  box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, 0.1), 0px -3px 4px -2px rgba(0, 0, 0, 0.06);
}
.templates_holder .tags_container .tag .more_tags .more_tags_inner .tag_link {
  margin-bottom: 16px;
}
.templates_holder .tags_container .tag .more_tags .more_tags_inner .tag_link:last-child {
  margin-bottom: 0;
}
.templates_holder .tags_container .tag .more_tags .more_tags_inner .tag_link a {
  font-size: 14px;
  line-height: 20px;
  color: #000000;
  font-weight: 400;
  padding: 0;
}
.templates_holder .tags_container .tag .more_tags .more_tags_inner .tag_link a:hover {
  opacity: 0.5;
}
.templates_holder .tags_container .tag.active {
  background-color: #000000;
}
.templates_holder .tags_container .tag.active a {
  color: #fff;
}
.templates_holder .tags_container .tag:hover {
  background-color: rgba(0, 0, 0, 0.1);
}
.templates_holder .tags_container .tag:hover a {
  color: #000000;
}
.templates_holder .tags_container .tag a {
  text-decoration: none;
  color: #7b7b7b;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 20px;
  display: block;
  padding: 8px 16px;
  white-space: nowrap;
}
.templates_holder .pagination_container {
  margin-top: 64px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.templates_holder .pagination_container a {
  font-size: 14px;
  color: #000000;
  text-decoration: none;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 40px;
}
.templates_holder .pagination_container a:hover {
  opacity: 0.5;
}
.templates_holder .pagination_container span.current {
  color: #fff;
  width: 40px;
  height: 40px;
  background-color: #000000;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 40px;
  font-size: 14px;
}
.templates_holder h3,
.templates_holder h1 {
  font-size: 28px;
  line-height: 40px;
  margin-bottom: 20px;
}
.templates_holder .templates_container {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  column-gap: 24px;
  row-gap: 56px;
}
.templates_holder .templates_container .template_item.hovered h4 a {
  color: #000000;
  opacity: 0.5;
}
.templates_holder .templates_container .template_item .img_holder {
  position: relative;
  height: 286px;
  background-repeat: no-repeat;
  background-position: bottom;
  overflow: hidden;
  border-radius: 4px;
  margin-bottom: 20px;
  background-color: #f9f9f9;
  background-size: contain;
  box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, 0.1), 0px -3px 4px -2px rgba(0, 0, 0, 0.06);
}
.templates_holder .templates_container .template_item .img_holder a {
  width: 100%;
  height: 100%;
  display: block;
  position: relative;
  z-index: 10;
}
.templates_holder .templates_container .template_item .img_holder .top_bar {
  position: absolute;
  width: 100%;
  top: 0;
}
.templates_holder .templates_container .template_item .img_holder .main_image img {
  height: calc(100% - 30px);
  width: 100%;
  object-fit: cover;
  position: absolute;
  bottom: 0;
  z-index: 1;
}
.templates_holder .templates_container .template_item h4 a {
  text-decoration: none;
  font-size: 20px;
  line-height: 30px;
  color: #000000;
  font-weight: 500;
  opacity: 1;
}

.easy_steps_container {
  padding-bottom: 150px;
}
.easy_steps_container h2 {
  font-size: 40px;
  line-height: 50px;
  font-weight: 700;
  margin-bottom: 20px;
  text-align: center;
}
.easy_steps_container p {
  margin-bottom: 64px;
  font-size: 20px;
  line-height: 30px;
  font-weight: 400;
  text-align: center;
}
.easy_steps_container .steps_blocks_container {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 24px;
}
.easy_steps_container .steps_blocks_container .block_item {
  padding: 32px;
  border-radius: 24px;
  box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, 0.1), 0px -3px 4px -2px rgba(0, 0, 0, 0.06);
}
.easy_steps_container .steps_blocks_container .block_item img {
  margin-bottom: 24px;
  display: inline-block;
}
.easy_steps_container .steps_blocks_container .block_item h3 {
  font-size: 28px;
  line-height: 40px;
  font-weight: 700;
  margin-bottom: 16px;
}
.easy_steps_container .steps_blocks_container .block_item p {
  font-size: 18px;
  line-height: 28px;
  font-weight: 400;
  text-align: left;
  margin-bottom: 0;
}

.builder_section_holder {
  background-color: #3339f1;
  padding-top: 80px;
}
.builder_section_holder.single_builder_section .content_holder {
  align-items: center;
  justify-content: center;
  flex-direction: column;
  padding-bottom: 80px;
}
.builder_section_holder.single_builder_section h2,
.builder_section_holder.single_builder_section .section_sub_title {
  text-align: center;
}
.builder_section_holder.single_builder_section .section_title {
  justify-content: center;
}
.builder_section_holder.single_builder_section .btn_holder {
  display: table;
  margin: 0 auto;
}
.builder_section_holder .content_holder {
  display: flex;
  align-items: flex-start;
  gap: 100px;
}
.builder_section_holder .content_holder .content .button_container .white {
  background-color: #fff;
  color: #000000;
}
.builder_section_holder .content_holder .content .button_container .white:hover {
  opacity: 0.8;
}
.builder_section_holder .content_holder .content .section_title {
  display: flex;
  align-items: center;
  gap: 12px;
  color: rgba(255, 255, 255, 0.5);
  margin-bottom: 8px;
  font-size: 24px;
  line-height: 36px;
  font-weight: 500;
}
.builder_section_holder .content_holder .content h2,
.builder_section_holder .content_holder .content .section_sub_title {
  margin-bottom: 48px;
  color: #fff;
  font-size: 56px;
  line-height: 72px;
  font-weight: 700;
}
.builder_section_holder .content_holder .img_holder {
  display: flex;
  align-items: flex-end;
  margin-right: -50px;
}

.horizontal-blocks .horizontal-blocks__item {
  box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, 0.1), 0px -3px 4px -2px rgba(0, 0, 0, 0.06);
}

.single_template_intro {
  padding: 96px 0;
  background-color: #f5f5f6;
  position: relative;
  overflow: hidden;
}
.single_template_intro .intro_container {
  display: flex;
  gap: 100px;
  align-items: center;
  justify-content: flex-start;
}
.single_template_intro .intro_container .intro_image_container {
  overflow: hidden;
  height: calc(100% - 96px);
  bottom: 0;
  background-size: contain;
  height: 720px;
}
.single_template_intro .intro_container .intro_image_container .image_holder {
  border-top-left-radius: 24px;
  position: absolute;
  width: 1080px;
  max-width: 50%;
  height: 100%;
  background-size: cover;
}
.single_template_intro .intro_container .intro_content {
  max-width: 650px;
  width: 100%;
}
.single_template_intro .intro_container .intro_content h1 {
  font-size: 64px;
  line-height: 80px;
  color: #000000;
  margin-bottom: 24px;
}
.single_template_intro .intro_container .intro_content h1 strong {
  opacity: 0.3;
  text-transform: none;
}
.single_template_intro .intro_container .intro_content .btns_holder {
  display: flex;
  gap: 20px;
}
.single_template_intro .intro_container .intro_content p {
  font-size: 20px;
  line-height: 30px;
  font-weight: 400;
  margin-bottom: 48px;
}

.breadcrumbs {
  margin-bottom: 8px;
  display: flex;
  gap: 8px;
  align-items: center;
}
.breadcrumbs * {
  font-size: 14px;
  line-height: 20px;
  display: inline-block;
}
.breadcrumbs a {
  font-weight: 400;
  text-decoration: none;
  color: #000000;
}
.breadcrumbs a.home {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 20px;
  height: 20px;
}
.breadcrumbs a.home img {
  vertical-align: middle;
}
.breadcrumbs a.home:hover {
  opacity: 0.5;
}
.breadcrumbs strong {
  font-weight: 700;
}

.best_for_section {
  padding: 152px 0;
}
.best_for_section .screenshot_holder_tablet {
  display: none;
}
.best_for_section .screenshot_holder_tablet .screenshot_title {
  display: none;
  font-size: 28px;
  line-height: 40px;
  font-weight: 700;
  margin-bottom: 20px;
  opacity: 0.1;
}
.best_for_section .screenshot_holder_tablet .screenshot_title:hover {
  opacity: 1;
}
.best_for_section .screenshot_holder_tablet .screenshot_title.active {
  opacity: 1;
}
.best_for_section .content_outer {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  gap: 80px;
}
.best_for_section .content_outer .demos {
  display: flex;
  align-items: flex-start;
  gap: 64px;
}
.best_for_section .content_outer .demos .demos_nav {
  min-width: 284px;
}
.best_for_section .content_outer .demos .demos_nav .screenshot_title {
  padding-left: 56px;
  margin-bottom: 20px;
  color: rgba(0, 0, 0, 0.5);
  font-size: 24px;
  line-height: 36px;
  font-weight: 500;
  cursor: pointer;
}
.best_for_section .content_outer .demos .demos_nav .screenshot_title:hover {
  color: rgba(0, 0, 0, 0.8);
}
.best_for_section .content_outer .demos .demos_nav .screenshot_title.active {
  color: #000000;
  background: url("https://10web.io/wp-content/themes/10web-theme/images/website_templates/active_nav.svg") no-repeat left center;
}
.best_for_section .content_outer .demos .screenshot_holder .screenshot {
  display: none;
  position: relative;
}
.best_for_section .content_outer .demos .screenshot_holder .screenshot:hover .overlay {
  opacity: 1;
  visibility: visible;
}
.best_for_section .content_outer .demos .screenshot_holder .screenshot .overlay {
  transition: all 0.3s ease;
  opacity: 0;
  visibility: hidden;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  padding: 32px;
  backdrop-filter: blur(8px);
  background-color: rgba(255, 255, 255, 0.3);
}
.best_for_section .content_outer .demos .screenshot_holder .screenshot .overlay a {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 32px;
}
.best_for_section .content_outer .demos .screenshot_holder .screenshot img {
  max-width: 344px;
  height: auto;
}
.best_for_section .content_outer .demos .screenshot_holder .screenshot.active {
  display: block;
}
.best_for_section .content_outer .description h3 {
  font-size: 32px;
  line-height: 44px;
  margin-bottom: 20px;
}
.best_for_section .content_outer .description p {
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 48px;
}

.success_section {
  padding-bottom: 152px;
}
.success_section.has_desc h3 {
  margin-bottom: 20px;
}
.success_section h3 {
  text-align: center;
  margin-bottom: 64px;
  font-size: 40px;
  line-height: 52px;
  font-weight: 700;
}
.success_section .subtitle {
  margin-bottom: 64px;
  font-size: 20px;
  line-height: 30px;
  text-align: center;
}
.success_section .tips_holder {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-auto-rows: 1fr;
  gap: 24px;
}
.success_section .tips_holder .tip {
  padding: 32px;
  box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, 0.1), 0px -3px 4px -2px rgba(0, 0, 0, 0.06);
  border-radius: 24px;
}
.success_section .tips_holder .tip h4 {
  margin: 24px 0 16px 0;
  font-size: 28px;
  line-height: 40px;
  font-weight: 700;
}
.success_section .tips_holder .tip p {
  font-size: 18px;
  line-height: 28px;
  font-weight: 400;
}

.search_modal {
  display: none;
}

.loader {
  width: 17px;
  height: 17px;
  border: 2px solid #c4c4c5;
  border-bottom-color: #000000;
  border-radius: 50%;
  display: inline-block;
  box-sizing: border-box;
  animation: rotation 1s linear infinite;
  margin-right: 20px;
  display: none;
}

@keyframes rotation {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

/*# sourceMappingURL=template-gallery.css.map */