/*!*******************************************************************************************************************************************************************************************************************************************************!*\ !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[3].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[3].use[2]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[3].use[3]!./assets/js/src/about/about.scss ***! \*******************************************************************************************************************************************************************************************************************************************************/ #wpcontent { padding-left: 0 !important; } .ti-about { --border: 1px solid #ccc; --link-color: var(--wp-admin-theme-color); -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; line-height: normal; display: grid; gap: 30px; } .ti-about .container { margin: 0 auto; max-width: 960px; padding: 0 15px; } .ti-about p { font-size: 14px; line-height: 1.6; } .ti-about button { font-weight: 600; } .ti-about .spin { animation: spin 1s infinite linear; } @keyframes spin { 0% { transform: rotate(0deg); } 100% { transform: rotate(359deg); } } .ti-about .head { background: #fff; border-bottom: var(--border); padding: 18px 0; } .ti-about .head .container { padding: 0 15px; display: flex; flex-wrap: wrap; align-items: center; } .ti-about .head img { max-height: 55px; } .ti-about .head p { margin-left: 10px; } .ti-about .head a { font-style: italic; font-weight: bold; } .ti-about .nav { border-bottom: var(--border); display: flex; flex-wrap: wrap; font-size: 16px; margin: 0; font-weight: 600; -moz-column-gap: 20px; column-gap: 20px; } .ti-about .nav a { border-bottom: 4px solid transparent; color: #868686; padding: 20px 10px; text-decoration: none; margin-bottom: -1px; box-sizing: border-box; } .ti-about .nav a:hover { color: #313233; } .ti-about .nav li { display: flex; margin: 0; } .ti-about .nav li.active a { border-color: var(--link-color); color: #313233; } .ti-about .story-card .footer, .ti-about .story-card .body { display: grid; grid-template-columns: var(--grid, 1fr); align-items: center; } .ti-about .story-card { border: var(--border); border-radius: 0 0 10px 10px; } .ti-about .story-card .body { background: #fff; padding: 35px 35px 10px 35px; } .ti-about .story-card .body h2 { font-size: 30px; margin: 0 0 30px; color: #1F1D1D; } .ti-about .story-card .body p { color: #1E1E1E; } .ti-about .story-card .body figure { order: 0; margin: 0; } .ti-about .story-card .body figcaption { margin: 10px 0; color: #797979; font-size: 12px; } .ti-about .story-card .body img { border-radius: 8px; max-width: 100%; } .ti-about .story-card .footer { border-top: var(--border); padding: 30px 40px; } .ti-about .story-card .footer h2 { margin: 0 0 20px; text-align: center; font-size: 21px; } .ti-about .story-card form { display: flex; align-items: center; } .ti-about .story-card form .dashicons-yes-alt { color: #609952; } .ti-about .story-card input { height: 36px; flex-grow: 1; border: var(--border); border-radius: 2px; font-size: 12px; margin-right: 15px; } .ti-about .product-cards { display: grid; gap: 30px; } .ti-about .product-card { background: #fff; display: grid; border: var(--border); } .ti-about .product-card h2 { font-size: 21px; margin: 0; } .ti-about .product-card p { margin: 0; color: #6C6C6C; } .ti-about .product-card .header { padding: 20px 15px 0; display: flex; align-items: center; } .ti-about .product-card .body { padding: 20px 15px; } .ti-about .product-card img { max-width: 50px; margin-right: 15px; border-radius: 6px; } .ti-about .product-card .footer { border-top: var(--border); display: flex; align-items: center; padding: 15px; align-self: flex-end; } .ti-about .product-card .footer p { margin: 8px 0; font-weight: 600; font-size: 13px; color: #313233; } .ti-about .product-card .footer .not-installed { color: #7E7E7E; } .ti-about .product-card .footer .active { color: #609952; } .ti-about .product-card button, .ti-about .product-card a, .ti-about .product-card .spin { margin-left: auto; text-decoration: none; } .ti-about .product-page { margin: 0 auto; padding: 0; width: 100%; max-width: 960px; border: 1px solid #CCCCCC; border-radius: 8px; background-color: #FFFFFF; } .ti-about .product-page .hero { display: flex; flex-direction: column; align-items: center; padding: 64px; border-bottom: 1px solid #CCCCCC; } .ti-about .product-page .hero h1 { font-size: 30px; line-height: 42px; max-width: 500px; text-align: center; } .ti-about .product-page .hero p { font-size: 14px; line-height: 24px; max-width: 500px; text-align: center; } .ti-about .product-page .hero .logo { width: 64px; margin-bottom: 24px; } .ti-about .product-page .hero .label { font-size: 10px; line-height: 12px; color: #ED6F57; background-color: rgba(237, 111, 87, 0.1803921569); padding: 8px 16px; border-radius: 4px; } .ti-about .product-page .col-3-highlights { display: flex; flex-direction: column; justify-content: space-evenly; padding: 24px 0; border-bottom: 1px solid #CCCCCC; align-items: center; text-align: center; } .ti-about .product-page .col-3-highlights .col { max-width: 360px; } .ti-about .product-page .col-3-highlights .col h3 { font-size: 21px; line-height: 32px; margin-bottom: 8px; } .ti-about .product-page .col-3-highlights .col p { font-size: 14px; line-height: 24px; } .ti-about .product-page .col-2-highlights { display: flex; flex-direction: column; justify-content: space-evenly; align-items: center; padding: 24px 0; border-bottom: 1px solid #CCCCCC; } .ti-about .product-page .col-2-highlights .col { width: 90%; } .ti-about .product-page .col-2-highlights .col img { max-width: 450px; width: 100%; } .ti-about .product-page .col-2-highlights .col h2 { font-size: 24px; line-height: 35px; margin-bottom: 8px; } .ti-about .product-page .col-2-highlights .col p { font-size: 14px; line-height: 24px; } .ti-about .product-page .button-row { display: flex; gap: 12px; margin-top: 48px; } .ti-about .otter-blocks .testimonial-nav { display: flex; gap: 8px; } .ti-about .otter-blocks .testimonial-nav .testimonial-button { width: 10px; height: 10px; background-color: #D9D9D9; margin: 0; padding: 0; border-radius: 50%; } .ti-about .otter-blocks .testimonial-nav .testimonial-button.active { background-color: #ED6F57; } .ti-about .otter-blocks .testimonial-container { width: 100%; max-width: 450px; display: flex; overflow-x: scroll; scroll-behavior: smooth; margin: 0; padding: 0; } .ti-about .otter-blocks .testimonial-container::-webkit-scrollbar { display: none; } .ti-about .otter-blocks .testimonial-container .testimonial { width: 100%; flex: 1 0 100%; display: flex; flex-wrap: wrap; justify-content: left; gap: 14px; align-items: center; } .ti-about .otter-blocks .testimonial-container .testimonial p { width: 100%; font-size: 14px; line-height: 24px; } .ti-about .otter-blocks .testimonial-container .testimonial h3 { font-size: 16px; line-height: 20px; font-weight: 700; color: #1C1C1C; } .ti-about .otter-blocks .testimonial-container .testimonial img { width: 36px; height: 36px; border-radius: 50%; } .ti-about .otter-blocks .otter-button.is-primary { background-color: #ED6F57; } .ti-about .otter-blocks .otter-button.is-secondary { color: #ED6F57; box-shadow: inset 0 0 0 1px #ED6F57; } .ti-about .otter-blocks .otter-button.is-loading { background-color: #6C6C6C; color: #FFFFFF; } @media (min-width: 660px) { .ti-about .product-cards { grid-template-columns: 1fr 1fr; } .ti-about .product-page .col-3-highlights, .ti-about .product-page .col-2-highlights { flex-direction: row; padding: 64px 0; } .ti-about .product-page .col-3-highlights { text-align: left; } .ti-about .product-page .col-3-highlights .col { max-width: 200px; } .ti-about .product-page .col-2-highlights .col { width: 45%; } } @media (min-width: 992px) { .ti-about .story-card .footer, .ti-about .story-card .body { gap: 60px; } .ti-about .story-card { --grid: 1.1fr 1fr; } .ti-about .story-card .footer h2 { margin: 0; text-align: left; } .ti-about .product-cards { grid-template-columns: 1fr 1fr 1fr; } } /*# sourceMappingURL=about.css.map*/