🚀 Advanced Web Server Manager
Complete File Manager & Terminal - Standalone Version
By Sid Gifari | Gifari Industries
Current path:
/
/
home
/
duzhbywe
/
appmen.com.ng
/
wp-content
/
themes
/
newsmunch
/
assets
/
css
✏️
Editing: themes.css
/*==================== Basic Style & Pseudo Classes & Elements ====================*/ :root { --dt-main-rgb: 17, 81, 211; /*33, 97, 87; 17, 173, 109; 245, 73, 35; 255, 0, 61; 255, 76, 96;*/ --dt-main-color: rgba(var(--dt-main-rgb)); --dt-secondary-color: #121418; --dt-text-color: #5c6777; --dt-white-color: #fff; --dt-title-family: "IBM Plex Serif", serif; --dt-base-family: "PT Serif", serif; --dt-gradient: linear-gradient(180deg, rgba(255, 255, 255, .15), rgba(255, 255, 255, 0)); } /* selection */ ::selection { color: #fff; background: var(--dt-main-color); } /* width */ ::-webkit-scrollbar { width: 8px; height: 2px; } /* Track */ ::-webkit-scrollbar-track { background: #f1f1f1; } /* Handle */ ::-webkit-scrollbar-thumb { background: #888; } /* Handle on hover */ ::-webkit-scrollbar-thumb:hover { background: var(--dt-main-color); } ::-webkit-input-placeholder { color: #463838; } :-moz-placeholder { color: #463838; } ::-moz-placeholder { color: #463838; } :-ms-input-placeholder { color: #463838; } ::-webkit-input-placeholder { color: #d1d1d1; opacity: 1; transition: opacity 0.3s; } :-moz-placeholder { color: #d1d1d1; opacity: 1; transition: opacity 0.3s; } ::-moz-placeholder { color: #d1d1d1; opacity: 1; transition: opacity 0.3s; } :-ms-input-placeholder { color: #d1d1d1; opacity: 1; transition: opacity 0.3s; } *:focus::-webkit-input-placeholder { opacity: 0; } *:focus:-moz-placeholder { opacity: 0; } *:focus::-moz-placeholder { opacity: 0; } *:focus:-ms-input-placeholder { opacity: 0; } *, *::after, *::before { box-sizing: inherit; -webkit-font-smoothing: antialiased; word-break: break-word; word-wrap: break-word; } *:not(table *) { -moz-osx-font-smoothing: grayscale; -webkit-font-smoothing: antialiased; word-break: break-word; } @media (prefers-reduced-motion:no-preference) { :root { scroll-behavior: smooth; } } html { font-size: 62.5%; overflow-x: hidden; scroll-behavior: smooth; box-sizing: border-box; } @media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } } @media (max-width: 75em) { html { font-size: 62.5%; } } @media only screen and (min-width: 62em) and (max-width: 77.313em) { html { font-size: 58.5936%; } } @media (max-width: 61.95em) { html { font-size: 53%; } } @media (max-width: 35.95em) { html { font-size: 55%; } } @media (min-width: 120.063em) { html { font-size: 75%; } } body { margin: 0; font-size: 1.6rem; font-weight: 500; line-height: 1.7; font-family: var(--dt-base-family); color: var(--dt-text-color); letter-spacing: .01em; background-color: #f5f5f5; -webkit-text-size-adjust: 100%; -webkit-tap-highlight-color: transparent; } body:not(.admin-bar) { position: relative; } a { color: var(--dt-main-color); text-decoration: underline; text-underline-offset: 0.3rem; outline: none; } a:hover, a:active, a:focus { color: var(--dt-main-color); text-decoration-style: dotted; } .clearfix:after, .clearfix:before { content: ""; display: block; clear: both; } .dt-btn svg { display: inline-block; vertical-align: middle; } .wp-block-search__button { flex-shrink: 0; } button[type=submit], button, input[type="button"], input[type="reset"], input[type="submit"], .dt-btn, .dt-load-more a, .button:not(.add_to_cart_button) { font-size: 1.6rem; font-weight: 500; padding: 0.8rem 2rem; line-height: 1.5; letter-spacing: .03rem; border-width: 0.1rem; border-style: solid; border-color: transparent; border-radius: 0; overflow: hidden; display: inline-block; vertical-align: middle; white-space: nowrap; text-transform: initial; font-family: inherit; text-decoration: none; position: relative; z-index: 0; box-shadow: 0 3px 5px -1px rgba(7, 10, 25, .2); } button[type=button].mfp-close, button[type=button].mfp-arrow { background-color: transparent; } .dt-load-more a:hover, .dt-load-more a:focus, a.dt-btn:hover, a.dt-btn:focus, .contact__body a:hover, .contact__body a:focus { text-decoration: none; } button[type=submit], input[type="button"], input[type="reset"], input[type="submit"], .dt-load-more a, .dt-btn-primary, a.wp-block-button__link, .wp-block-button__link { color: #fff; background-color: var(--dt-main-color); border-color: var(--dt-main-color); } .dt-btn-border { border-width: 0.2rem; } .dt-btn-primary.dt-btn-border { color: var(--dt-main-color); background-color: transparent; border-color: var(--dt-main-color); } .dt-load-more a:hover, .dt-load-more a:focus, .dt-btn-primary.dt-btn-border:hover, .dt-btn-primary.dt-btn-border:focus, .dt-btn-primary:hover, .dt-btn-primary:focus { color: #fff; background-color: rgba(var(--dt-main-rgb), 0.9); border-color: rgba(var(--dt-main-rgb), 0.9); } button[type=button].dt-btn-secondary, button[type=submit].dt-btn-secondary, .dt-btn-secondary { color: #fff; background-color: var(--dt-secondary-color); border-color: var(--dt-secondary-color); } .dt-btn-secondary.dt-btn-border { color: var(--dt-secondary-color); background-color: transparent; border-color: var(--dt-secondary-color); } .dt-btn-secondary.dt-btn-border:hover, .dt-btn-secondary.dt-btn-border:focus, .dt-btn-secondary:hover, .dt-btn-secondary:focus { color: #fff; background-color: var(--dt-secondary-color); border-color: var(--dt-secondary-color); } .dt-btn-white { color: var(--dt-secondary-color); background-color: #fff; } .dt-btn-white.dt-btn-border { color: #fff; background-color: transparent; border-color: #fff; } .dt-btn-white.dt-btn-border:hover, .dt-btn-white.dt-btn-border:focus { color: var(--dt-main-color); background-color: #fff; border-color: #fff; box-shadow: 0 0 2rem rgba(0, 0, 0, 0.05); } .dt-btn-gray { background-color: var(--dt-gray3-color); color: var(--dt-secondary-color); border-color: var(--dt-gray3-color); } .dt-btn-gray.dt-btn-border { color: var(--dt-gray3-color); background-color: transparent; border-color: var(--dt-gray3-color); } .dt-btn-gray.dt-btn-border:hover, .dt-btn-gray.dt-btn-border:focus { color: var(--dt-main-color); background-color: var(--dt-gray3-color); border-color: var(--dt-gray3-color); box-shadow: 0 0 2rem rgba(0, 0, 0, 0.05); } button:focus { box-shadow: none; } .dt-btn:before { content: ""; position: absolute!important; top: -40px; right: auto; bottom: auto; left: -100px; height: 220px; width: 50px; z-index: -1; opacity: .1; -ms-filter: "alpha(opacity=10)"; -webkit-transform: skew(-12deg,0deg); transform: skew(-12deg,0deg); -webkit-transition: .5s ease 0s; transition: .5s ease 0s; visibility: hidden; background: -webkit-linear-gradient(left,rgba(255,255,255,0) 0%,rgba(255,255,255,0.03) 1%,rgba(255,255,255,0.6) 30%,rgba(255,255,255,0.85) 50%,rgba(255,255,255,0.85) 70%,rgba(255,255,255,0.85) 71%,rgba(255,255,255,0) 100%); background: linear-gradient(to right,rgba(255,255,255,0) 0%,rgba(255,255,255,0.03) 1%,rgba(255,255,255,0.6) 30%,rgba(255,255,255,0.85) 50%,rgba(255,255,255,0.85) 70%,rgba(255,255,255,0.85) 71%,rgba(255,255,255,0) 100%) } .dt-btn:hover:before, .dt-btn:focus:before { left: 100%; visibility: visible; -webkit-transition: .5s ease .2s; transition: .5s ease .2s; background: -webkit-linear-gradient(left,rgba(255,255,255,0) 0%,rgba(255,255,255,0.03) 1%,rgba(255,255,255,0.6) 30%,rgba(255,255,255,0.85) 50%,rgba(255,255,255,0.85) 70%,rgba(255,255,255,0.85) 71%,rgba(255,255,255,0) 100%); background: linear-gradient(to right,rgba(255,255,255,0) 0%,rgba(255,255,255,0.03) 1%,rgba(255,255,255,0.6) 30%,rgba(255,255,255,0.85) 50%,rgba(255,255,255,0.85) 70%,rgba(255,255,255,0.85) 71%,rgba(255,255,255,0) 100%) } /* // */ button[type="submit"]:focus, button:focus, input[type="button"]:focus, input[type="reset"]:focus, input[type="submit"]:focus, .dt-btn:focus { outline-width: 0.1rem; outline-offset: 0.3rem; outline-style: dotted; } a, area, button, input, label, select, summary, textarea { touch-action: manipulation; transition: all .2s ease-in-out; } button, input, optgroup, select, textarea { margin: 0; } button, input { overflow: visible; } button, select { text-transform: none; } img { display: inline-block; max-width: 100%; height: auto; vertical-align: middle; border: 0; transition-delay: .1s; transition-timing-function: ease-in-out; transition-duration: .7s; transition-property: all; } h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6 { margin: 1.4rem 0; padding: 0; font-weight: 800; line-height: 1.25; font-family: var(--dt-title-family); color: var(--dt-secondary-color); word-break: break-word; } h1, .h1 { font-size: 5.5rem; } h2, .h2 { font-size: 4.5rem; } h3, .h3 { font-size: 3rem; } h4, .h4 { font-size: 2.4rem; } h5, .h5 { font-size: 2.2rem; } h6, .h6 { font-size: 1.7rem; } em, q { color: var(--dt-main-color); font-style: italic; font-weight: bold; } code, kbd, tt, var, samp, pre { -webkit-hyphens: none; -moz-hyphens: none; -ms-hyphens: none; hyphens: none; background-color: var(--dt-secondary-color); color: #fff; padding: 0.1rem 0.5rem; border-radius: 0; font-size: 88%; } pre { display: block; margin: 0 0 1rem; font-size: 1.3rem; word-break: break-all; word-wrap: break-word; border: 0.1rem solid #ccc; border-radius: 0; overflow: auto; } table { border: 0.1rem solid #e9e9e9; background-color: #fcfcfc; border-spacing: 0; letter-spacing: 0.05rem; margin: 0 0 2rem; text-align: start; table-layout: fixed; border-collapse: collapse; } table th { border: 0.1rem solid rgba(0, 0, 0, 0.25); } table td { border: 0.1rem solid #e9e9ea; } table th, table td { padding: 1.5rem; } table th { background: var(--dt-main-color); color: #fff; } p { margin: 0 0 1.6rem; word-break: break-word; } .widget_media_image>.wp-block-image { margin: 0; } address, table, pre { width: 100%; } small { font-size: 80%; } sub, sup { font-size: 75%; font-weight: 600; position: relative; vertical-align: baseline; } sub { bottom: -0.4rem; } sup { top: -0.8rem; } fieldset { border: 0.1rem solid #e9e9ea; margin: 2.4rem 0.2rem; padding: 1rem 2.5rem 2rem; border-radius: 0; } iframe { max-width: 100%; } button, input[type="button"], input[type="reset"], input[type="submit"] { cursor: pointer; appearance: button; -moz-appearance: button; -webkit-appearance: button; } input[type="submit"]:hover, input[type="submit"]:focus { transform: translateY(-0.2rem); } button:focus, input[type="button"]:focus, input[type="reset"]:focus, input[type="submit"]:focus { outline: 0.1rem dotted; outline-offset: -0.2rem; } input[type="text"], input[type="email"], input[type="url"], input[type="password"], input[type="search"], input[type="number"], input[type="tel"], input[type="range"], input[type="date"], input[type="month"], input[type="week"], input[type="time"], input[type="datetime"], input[type="datetime-local"], input[type="color"], textarea { position: relative; border-radius: 0; display: block; line-height: 1.5; font-size: 1.6rem; font-weight: 500; max-height: 5rem; padding: 1.3rem 1.6rem; vertical-align: middle; width: 100%; background-color: #fdfdfd; border: 0.1rem solid rgba(189, 189, 189, 0.4); outline: none; letter-spacing: 0.05rem; box-shadow: none; transition: all .2s ease-in-out; } input[type="text"]:focus, input[type="email"]:focus, input[type="url"]:focus, input[type="password"]:focus, input[type="search"]:focus, input[type="number"]:focus, input[type="tel"]:focus, input[type="range"]:focus, input[type="date"]:focus, input[type="month"]:focus, input[type="week"]:focus, input[type="time"]:focus, input[type="datetime"]:focus, input[type="datetime-local"]:focus, input[type="color"]:focus, textarea:focus, select:focus { border-color: var(--dt-main-color); background-color: #fff; } button[type="submit"]:hover, input[type="button"]:hover, input[type="reset"]:hover, input[type="submit"]:hover, button[type="submit"]:focus, input[type="button"]:focus, input[type="reset"]:focus, input[type="submit"]:focus { color: #fff; background-color: var(--dt-main-color); } [type="search"] { appearance: none; -moz-appearance: none; -webkit-appearance: none; outline-offset: -0.2rem; } select { background-clip: padding-box; border: 0.1rem solid rgba(189, 189, 189, 0.2); border-radius: 0; display: block; font-size: 92%; font-weight: 400; padding: 0.6rem 1.2rem; position: relative; text-decoration: none; white-space: nowrap; width: 100%; box-shadow: none; overflow: auto !important; outline: 0; background-image: linear-gradient(#242424, #242424), linear-gradient(#e9e9ea, #e9e9ea); background-size: 0 0.1rem, 100% 0.1rem; background-repeat: no-repeat; background-position: center bottom, center calc(100% - -0.1rem); background-color: #f6f6f6; transition: background 0s ease-out; } textarea { height: 13.2rem; overflow: auto; resize: vertical; max-height: 100%; } input[type="checkbox"], input[type="radio"], form[id*="give-form"] #give-gateway-radio-list>li input[type="radio"], form[id*="give-form"] #give-gateway-radio-list>li input[type="checkbox"], div.wpforms-container-full .wpforms-form input[type="radio"], div.wpforms-container-full .wpforms-form input[type="checkbox"] { border: 2px solid var(--dt-main-color); background: #fff; color: #555; clear: none; cursor: pointer; display: inline-block; line-height: 0; height: 20px; margin: -3px 3px 0 0; outline: 0; padding: 0; text-align: center; vertical-align: middle; width: 20px !important; max-width: 20px; appearance: none !important; -moz-appearance: none !important; -webkit-appearance: none !important; transition: 0.05s border-color ease-in-out; } input[type="radio"] { border-radius: 50%; margin-right: 4px; line-height: 12px; } input[type="checkbox"]:checked:before, input[type="radio"]:checked:before { display: inline-block; vertical-align: middle; speak: none; line-height: 1.1; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; transition: all .2s ease-in-out; } input[type="radio"]:checked:before { content: "⬤"; text-indent: -9999px; border-radius: 50px; font-size: 24px; width: 8px; height: 8px; margin: 4px; line-height: 20px; background: var(--dt-main-color); } input[type="checkbox"]:checked:before { content: "✔"; font-weight: 900; color: var(--dt-main-color); } /*---//---*/ /* Grid List Two Column Like Table List */ .dt-grid-list dt { padding: 0.8rem 0 0.8rem 0; font-weight: 600; } .dt-grid-list dd { margin: 0; padding: 0.8rem 0 0.8rem 0; } @media (min-width: 34.375em) { .dt-grid-list { display: grid; grid-template-columns: 1fr 1fr; grid-template-rows: auto; } .dt-grid-list dt { grid-column-start: 1; } .dt-grid-list dd { grid-column-start: 2; } .dt-grid-list dt+dd {} } /* ---//--- */ .position-relative { position: relative; } .float-left { float: left; } .float-right { float: right; } .float-none { float: none; } .dt-d-none, div.dt-d-none { display: none; } .dt-d-block, div.dt-d-block { display: block; } .dt-d-inline, div.dt-d-inline { display: inline; } .dt-d-inline-block, div.dt-d-inline-block { display: inline-block; } .dt-d-flex { display: flex; } .dt-flex-wrap { flex-wrap: wrap; } .dt-flex-row-reverse { flex-direction: row-reverse; } .dt-align-items-center { align-items: center; } .dt-justify-content-center { justify-content: center; } .dt-justify-content-left { justify-content: start; } .dt-container, .dt-container-lg, .dt-container-md, .dt-container-sm, .dt-container-xl, .dt-container-xxl, .dt-container-fluid { width: 100%; padding-right: 1.6rem; padding-left: 1.6rem; margin-right: auto; margin-left: auto; } .dt-container-fluid { padding-right: 5rem; padding-left: 5rem; } .dt-row { --dt-gutter-x: 2.4rem; --dt-gutter-y: 0; display: flex; flex-wrap: wrap; margin-top: calc(var(--dt-gutter-y) * -1); margin-right: calc(var(--dt-gutter-x)/ -2); margin-left: calc(var(--dt-gutter-x)/ -2); } .dt-row>* { flex-shrink: 0; width: 100%; max-width: 100%; padding-right: calc(var(--dt-gutter-x)/ 2); padding-left: calc(var(--dt-gutter-x)/ 2); margin-top: var(--dt-gutter-y); } .dt-g-0, .dt-gx-0 { --dt-gutter-x: 0rem; } .dt-g-0, .dt-gy-0 { --dt-gutter-y: 0rem; } .dt-g-1, .dt-gx-1 { --dt-gutter-x: 0.4rem; } .dt-g-1, .dt-gy-1 { --dt-gutter-y: 0.4rem; } .dt-g-2, .dt-gx-2 { --dt-gutter-x: 0.8rem; } .dt-g-2, .dt-gy-2 { --dt-gutter-y: 0.8rem; } .dt-g-3, .dt-gx-3 { --dt-gutter-x: 1.6rem; } .dt-g-3, .dt-gy-3 { --dt-gutter-y: 1.6rem; } .dt-g-4, .dt-gx-4 { --dt-gutter-x: 2.4rem; } .dt-g-4, .dt-gy-4 { --dt-gutter-y: 2.4rem; } .dt-g-5, .dt-gx-5 { --dt-gutter-x: 4.8rem; } .dt-g-5, .dt-gy-5 { --dt-gutter-y: 4.8rem; } .dt-col { flex-basis: 0; flex-grow: 1; max-width: 100%; } .dt-col-1 { flex: 0 0 8.333333%; max-width: 8.333333%; } .dt-col-2 { flex: 0 0 16.666667%; max-width: 16.666667%; } .dt-col-3 { flex: 0 0 25%; max-width: 25%; } .dt-col-4 { flex: 0 0 33.333333%; max-width: 33.333333%; } .dt-col-5 { flex: 0 0 41.666667%; max-width: 41.666667%; } .dt-col-6 { flex: 0 0 50%; max-width: 50%; } .dt-col-7 { flex: 0 0 58.333333%; max-width: 58.333333%; } .dt-col-8 { flex: 0 0 66.666667%; max-width: 66.666667%; } .dt-col-9 { flex: 0 0 75%; max-width: 75%; } .dt-col-10 { flex: 0 0 83.333333%; max-width: 83.333333%; } .dt-col-11 { flex: 0 0 91.666667%; max-width: 91.666667%; } .dt-col-12 { flex: 0 0 100%; max-width: 100%; } .dt-m-0 { margin: 0; } .dt-mt-auto { margin-top: auto; } .dt-mr-auto { margin-right: auto; } .dt-mb-auto { margin-bottom: auto; } .dt-ml-auto { margin-left: auto; } .dt-my-auto { margin-top: auto; margin-bottom: auto; } .dt-mx-auto { margin-left: auto; margin-right: auto; } .dt-mt-0 { margin-top: 0; } .dt-mt-1 { margin-top: 0.4rem; } .dt-mt-2 { margin-top: 0.8rem; } .dt-mt-3 { margin-top: 1.6rem; } .dt-mt-4 { margin-top: 2.4rem; } .dt-mt-5 { margin-top: 3.2rem; } .dt-mt-6 { margin-top: 4.8rem; } .dt-mr-0 { margin-right: 0; } .dt-mr-1 { margin-right: 0.4rem; } .dt-mr-2 { margin-right: 0.8rem; } .dt-mr-3 { margin-right: 1.6rem; } .dt-mr-4 { margin-right: 2.4rem; } .dt-mr-5 { margin-right: 3.2rem; } .dt-mr-6 { margin-right: 4.8rem; } .dt-mb-0 { margin-bottom: 0; } .dt-mb-1 { margin-bottom: 0.4rem; } .dt-mb-2 { margin-bottom: 0.8rem; } .dt-mb-3 { margin-bottom: 1.6rem; } .dt-mb-4 { margin-bottom: 2.4rem; } .dt-mb-5 { margin-bottom: 3.2rem; } .dt-mb-6 { margin-bottom: 4.8rem; } .dt-ml-0 { margin-left: 0; } .dt-ml-1 { margin-left: 0.4rem; } .dt-ml-2 { margin-left: 0.8rem; } .dt-ml-3 { margin-left: 1.6rem; } .dt-ml-4 { margin-left: 2.4rem; } .dt-ml-5 { margin-left: 3.2rem; } .dt-ml-6 { margin-left: 4.8rem; } .dt-my-0 { margin-top: 0; margin-bottom: 0; } .dt-my-1 { margin-top: 0.4rem; margin-bottom: 0.4rem; } .dt-my-2 { margin-top: 0.8rem; margin-bottom: 0.8rem; } .dt-my-3 { margin-top: 1.6rem; margin-bottom: 1.6rem; } .dt-my-4 { margin-top: 2.4rem; margin-bottom: 2.4rem; } .dt-my-5 { margin-top: 3.2rem; margin-bottom: 3.2rem; } .dt-my-6 { margin-top: 4.8rem; margin-bottom: 4.8rem; } .dt-mx-0 { margin-left: 0; margin-right: 0; } .dt-mx-1 { margin-left: 0.4rem; margin-right: 0.4rem; } .dt-mx-2 { margin-left: 0.8rem; margin-right: 0.8rem; } .dt-mx-3 { margin-left: 1.6rem; margin-right: 1.6rem; } .dt-mx-4 { margin-left: 2.4rem; margin-right: 2.4rem; } .dt-mx-5 { margin-left: 3.2rem; margin-right: 3.2rem; } .dt-mx-6 { margin-left: 4.8rem; margin-right: 4.8rem; } .dt-pt-0 { padding-top: 0; } .dt-pt-1 { padding-top: 0.4rem; } .dt-pt-2 { padding-top: 0.8rem; } .dt-pt-3 { padding-top: 1.6rem; } .dt-pt-4 { padding-top: 2.2rem; } .dt-pt-5 { padding-top: 3.2rem; } .dt-pt-6 { padding-top: 4.8rem; } .dt-pr-0 { padding-right: 0; } .dt-pr-1 { padding-right: 0.4rem; } .dt-pr-2 { padding-right: 0.8rem; } .dt-pr-3 { padding-right: 1.6rem; } .dt-pr-4 { padding-right: 2.4rem; } .dt-pr-5 { padding-right: 3.2rem; } .dt-pr-6 { padding-right: 4.8rem; } .dt-pb-0 { padding-bottom: 0; } .dt-pb-1 { padding-bottom: 0.4rem; } .dt-pb-2 { padding-bottom: 0.8rem; } .dt-pb-3 { padding-bottom: 1.6rem; } .dt-pb-4 { padding-bottom: 2.2rem; } .dt-pb-5 { padding-bottom: 3.2rem; } .dt-pb-6 { padding-bottom: 4.8rem; } .dt-pl-0 { padding-left: 0; } .dt-pl-1 { padding-left: 0.4rem; } .dt-pl-2 { padding-left: 0.8rem; } .dt-pl-3 { padding-left: 1.6rem; } .dt-pl-4 { padding-left: 2.4rem; } .dt-pl-5 { padding-left: 3.2rem; } .dt-pl-6 { padding-left: 4.8rem; } .dt-p-0 { padding: 0; } .dt-p-1 { padding: 0.4rem; } .dt-p-2 { padding: 0.8rem; } .dt-p-3 { padding: 1.6rem; } .dt-p-4 { padding: 2.4rem; } .dt-p-5 { padding: 3.2rem; } .dt-p-6 { padding: 4.8rem; } .dt-py-0 { padding-top: 0; padding-bottom: 0; } .dt-py-1 { padding-top: 0.4rem; padding-bottom: 0.4rem; } .dt-py-2 { padding-top: 0.8rem; padding-bottom: 0.8rem; } .dt-py-3 { padding-top: 1.6rem; padding-bottom: 1.6rem; } .dt-py-4 { padding-top: 2.2rem; padding-bottom: 2.2rem; } .dt-py-5 { padding-top: 3.2rem; padding-bottom: 3.2rem; } .dt-py-6 { padding-top: 4.8rem; padding-bottom: 4.8rem; } .dt-px-0 { padding-left: 0; padding-right: 0; } .dt-px-1 { padding-left: 0.4rem; padding-right: 0.4rem; } .dt-px-2 { padding-left: 0.8rem; padding-right: 0.8rem; } .dt-px-3 { padding-left: 1.6rem; padding-right: 1.6rem; } .dt-px-4 { padding-left: 2.4rem; padding-right: 2.4rem; } .dt-px-5 { padding-left: 3.2rem; padding-right: 3.2rem; } .dt-px-6 { padding-left: 4.8rem; padding-right: 4.8rem; } .dt-text-left { text-align: start; } .dt-text-right { text-align: end; } .dt-text-center { text-align: center; } .dt-flex-10 { flex: 1 1 10%; } .dt-flex-15 { flex: 1 1 15%; } .dt-flex-20 { flex: 1 1 20%; } .dt-flex-25 { flex: 1 1 25%; } .dt-flex-30 { flex: 1 1 30%; } .dt-flex-35 { flex: 1 1 35%; } .dt-flex-40 { flex: 1 1 40%; } .dt-flex-45 { flex: 1 1 45%; } .dt-flex-50 { flex: 1 1 50%; } .dt-flex-55 { flex: 1 1 55%; } .dt-flex-60 { flex: 1 1 60%; } .dt-flex-65 { flex: 1 1 65%; } .dt-flex-70 { flex: 1 1 70%; } .dt-flex-75 { flex: 1 1 75%; } .dt-flex-80 { flex: 1 1 80%; } .dt-flex-85 { flex: 1 1 85%; } .dt-flex-90 { flex: 1 1 90%; } .dt-flex-95 { flex: 1 1 95%; } .dt-flex-100 { flex: 1 1 100%; } .dt-flex-auto { flex: 1 1 auto; } .dt-float-right { float: right; } .dt-float-left { float: left; } .dt-float-none { float: none; } .dt-order-1 { order: 1; } .dt-order-2 { order: 2; } .dt-order-3 { order: 3; } .dt-order-4 { order: 4; } .dt-order-5 { order: 5; } .dt-order-6 { order: 6; } .dt-order-7 { order: 7; } .dt-order-8 { order: 8; } .dt-order-9 { order: 9; } .dt-order-10 { order: 10; } .dt-order-11 { order: 11; } .dt-order-12 { order: 12; } /* Masonry container */ .dt-masonry { width: 100%; column-gap: 2.4rem; } .dt-masonry-4 { column-count: 4; } .dt-masonry-3 { column-count: 3; } .dt-masonry-2 { column-count: 2; } @media (max-width: 47.95em) { .dt-masonry[class*="dt-masonry-"] { column-count: 1; } } @media only screen and (min-width: 62em) and (max-width: 64em) { .dt-masonry[class*="dt-masonry-"] { column-count: 3; } } @media only screen and (min-width: 48em) and (max-width: 61.95em) { .dt-masonry[class*="dt-masonry-"] { column-count: 2; } } /* ---//--- */ /* Small Screen */ @media (min-width: 36em) { .float-sm-left { float: left; } .float-sm-right { float: right; } .float-sm-none { float: none; } .dt-container, .dt-container-sm { max-width: 63.68rem; /*54rem*/ } .dt-g-sm-0, .dt-gx-sm-0 { --dt-gutter-x: 0rem; } .dt-g-sm-0, .dt-gy-sm-0 { --dt-gutter-y: 0rem; } .dt-g-sm-1, .dt-gx-sm-1 { --dt-gutter-x: 0.4rem; } .dt-g-sm-1, .dt-gy-sm-1 { --dt-gutter-y: 0.4rem; } .dt-g-sm-2, .dt-gx-sm-2 { --dt-gutter-x: 0.8rem; } .dt-g-sm-2, .dt-gy-sm-2 { --dt-gutter-y: 0.8rem; } .dt-g-sm-3, .dt-gx-sm-3 { --dt-gutter-x: 1.6rem; } .dt-g-sm-3, .dt-gy-sm-3 { --dt-gutter-y: 1.6rem; } .dt-g-sm-4, .dt-gx-sm-4 { --dt-gutter-x: 2.4rem; } .dt-g-sm-4, .dt-gy-sm-4 { --dt-gutter-y: 2.4rem; } .dt-g-sm-5, .dt-gx-sm-5 { --dt-gutter-x: 4.8rem; } .dt-g-sm-5, .dt-gy-sm-5 { --dt-gutter-y: 4.8rem; } .dt-col-sm { flex-basis: 0; flex-grow: 1; max-width: 100%; } .dt-col-sm-1 { flex: 0 0 8.333333%; max-width: 8.333333%; } .dt-col-sm-2 { flex: 0 0 16.666667%; max-width: 16.666667%; } .dt-col-sm-3 { flex: 0 0 25%; max-width: 25%; } .dt-col-sm-4 { flex: 0 0 33.333333%; max-width: 33.333333%; } .dt-col-sm-5 { flex: 0 0 41.666667%; max-width: 41.666667%; } .dt-col-sm-6 { flex: 0 0 50%; max-width: 50%; } .dt-col-sm-7 { flex: 0 0 58.333333%; max-width: 58.333333%; } .dt-col-sm-8 { flex: 0 0 66.666667%; max-width: 66.666667%; } .dt-col-sm-9 { flex: 0 0 75%; max-width: 75%; } .dt-col-sm-10 { flex: 0 0 83.333333%; max-width: 83.333333%; } .dt-col-sm-11 { flex: 0 0 91.666667%; max-width: 91.666667%; } .dt-col-sm-12 { flex: 0 0 100%; max-width: 100%; } .dt-d-sm-none, div.dt-d-sm-none { display: none; } .dt-d-sm-block, div.dt-d-sm-block { display: block; } .dt-d-sm-inline, div.dt-d-sm-inline { display: inline; } .dt-d-sm-inline-block, div.dt-d-sm-inline-block { display: inline-block; } .dt-text-sm-left { text-align: start; } .dt-text-sm-right { text-align: end; } .dt-text-sm-center { text-align: center; } .dt-mt-sm-auto { margin-top: auto; } .dt-mr-sm-auto { margin-right: auto; } .dt-mb-sm-auto { margin-bottom: auto; } .dt-ml-sm-auto { margin-left: auto; } .dt-my-sm-auto { margin-top: auto; margin-bottom: auto; } .dt-mx-sm-auto { margin-left: auto; margin-right: auto; } .dt-m-sm-0 { margin: 0; } .dt-mt-sm-0 { margin-top: 0; } .dt-mt-sm-1 { margin-top: 0.4rem; } .dt-mt-sm-2 { margin-top: 0.8rem; } .dt-mt-sm-3 { margin-top: 1.6rem; } .dt-mt-sm-4 { margin-top: 2.4rem; } .dt-mt-sm-5 { margin-top: 3.2rem; } .dt-mt-sm-6 { margin-top: 4.8rem; } .dt-mr-sm-0 { margin-right: 0; } .dt-mr-sm-1 { margin-right: 0.4rem; } .dt-mr-sm-2 { margin-right: 0.8rem; } .dt-mr-sm-3 { margin-right: 1.6rem; } .dt-mr-sm-4 { margin-right: 2.4rem; } .dt-mr-sm-5 { margin-right: 3.2rem; } .dt-mr-sm-6 { margin-right: 4.8rem; } .dt-mb-sm-0 { margin-bottom: 0; } .dt-mb-sm-1 { margin-bottom: 0.4rem; } .dt-mb-sm-2 { margin-bottom: 0.8rem; } .dt-mb-sm-3 { margin-bottom: 1.6rem; } .dt-mb-sm-4 { margin-bottom: 2.4rem; } .dt-mb-sm-5 { margin-bottom: 3.2rem; } .dt-mb-sm-6 { margin-bottom: 4.8rem; } .dt-ml-sm-0 { margin-left: 0; } .dt-ml-sm-1 { margin-left: 0.4rem; } .dt-ml-sm-2 { margin-left: 0.8rem; } .dt-ml-sm-3 { margin-left: 1.6rem; } .dt-ml-sm-4 { margin-left: 2.4rem; } .dt-ml-sm-5 { margin-left: 3.2rem; } .dt-ml-sm-6 { margin-left: 4.8rem; } .dt-my-sm-0 { margin-top: 0; margin-bottom: 0; } .dt-my-sm-1 { margin-top: 0.4rem; margin-bottom: 0.4rem; } .dt-my-sm-2 { margin-top: 0.8rem; margin-bottom: 0.8rem; } .dt-my-sm-3 { margin-top: 1.6rem; margin-bottom: 1.6rem; } .dt-my-sm-4 { margin-top: 2.4rem; margin-bottom: 2.4rem; } .dt-my-sm-5 { margin-top: 3.2rem; margin-bottom: 3.2rem; } .dt-my-sm-6 { margin-top: 4.8rem; margin-bottom: 4.8rem; } .dt-mx-sm-0 { margin-left: 0; margin-right: 0; } .dt-mx-sm-1 { margin-left: 0.4rem; margin-right: 0.4rem; } .dt-mx-sm-2 { margin-left: 0.8rem; margin-right: 0.8rem; } .dt-mx-sm-3 { margin-left: 1.6rem; margin-right: 1.6rem; } .dt-mx-sm-4 { margin-left: 2.4rem; margin-right: 2.4rem; } .dt-mx-sm-5 { margin-left: 3.2rem; margin-right: 3.2rem; } .dt-mx-sm-6 { margin-left: 4.8rem; margin-right: 4.8rem; } .dt-p-sm-0 { padding: 0; } .dt-pt-sm-0 { padding-top: 0; } .dt-pt-sm-1 { padding-top: 0.4rem; } .dt-pt-sm-2 { padding-top: 0.8rem; } .dt-pt-sm-3 { padding-top: 1.6rem; } .dt-pt-sm-4 { padding-top: 2.2rem; } .dt-pt-sm-5 { padding-top: 3.2rem; } .dt-pt-sm-6 { padding-top: 4.8rem; } .dt-pr-sm-0 { padding-right: 0; } .dt-pr-sm-1 { padding-right: 0.4rem; } .dt-pr-sm-2 { padding-right: 0.8rem; } .dt-pr-sm-3 { padding-right: 1.6rem; } .dt-pr-sm-4 { padding-right: 2.4rem; } .dt-pr-sm-5 { padding-right: 3.2rem; } .dt-pr-sm-6 { padding-right: 4.8rem; } .dt-pb-sm-0 { padding-bottom: 0; } .dt-pb-sm-1 { padding-bottom: 0.4rem; } .dt-pb-sm-2 { padding-bottom: 0.8rem; } .dt-pb-sm-3 { padding-bottom: 1.6rem; } .dt-pb-sm-4 { padding-bottom: 2.2rem; } .dt-pb-sm-5 { padding-bottom: 3.2rem; } .dt-pb-sm-6 { padding-bottom: 4.8rem; } .dt-pl-sm-0 { padding-left: 0; } .dt-pl-sm-1 { padding-left: 0.4rem; } .dt-pl-sm-2 { padding-left: 0.8rem; } .dt-pl-sm-3 { padding-left: 1.6rem; } .dt-pl-sm-4 { padding-left: 2.4rem; } .dt-pl-sm-5 { padding-left: 3.2rem; } .dt-pl-sm-6 { padding-left: 4.8rem; } .dt-py-sm-0 { padding-top: 0; padding-bottom: 0; } .dt-py-sm-1 { padding-top: 0.4rem; padding-bottom: 0.4rem; } .dt-py-sm-2 { padding-top: 0.8rem; padding-bottom: 0.8rem; } .dt-py-sm-3 { padding-top: 1.6rem; padding-bottom: 1.6rem; } .dt-py-sm-4 { padding-top: 2.2rem; padding-bottom: 2.2rem; } .dt-py-sm-5 { padding-top: 3.2rem; padding-bottom: 3.2rem; } .dt-py-sm-6 { padding-top: 4.8rem; padding-bottom: 4.8rem; } .dt-px-sm-0 { padding-left: 0; padding-right: 0; } .dt-px-sm-1 { padding-left: 0.4rem; padding-right: 0.4rem; } .dt-px-sm-2 { padding-left: 0.8rem; padding-right: 0.8rem; } .dt-px-sm-3 { padding-left: 1.6rem; padding-right: 1.6rem; } .dt-px-sm-4 { padding-left: 2.4rem; padding-right: 2.4rem; } .dt-px-sm-5 { padding-left: 3.2rem; padding-right: 3.2rem; } .dt-px-sm-6 { padding-left: 4.8rem; padding-right: 4.8rem; } .dt-float-sm-right { float: right; } .dt-float-sm-left { float: left; } .dt-float-sm-none { float: none; } .dt-order-sm-1 { order: 1; } .dt-order-sm-2 { order: 2; } .dt-order-sm-3 { order: 3; } .dt-order-sm-4 { order: 4; } .dt-order-sm-5 { order: 5; } .dt-order-sm-6 { order: 6; } .dt-order-sm-7 { order: 7; } .dt-order-sm-8 { order: 8; } .dt-order-sm-9 { order: 9; } .dt-order-sm-10 { order: 10; } .dt-order-sm-11 { order: 11; } .dt-order-sm-12 { order: 12; } } /* ---//--- */ /* Medium Screen */ @media (min-width: 48em) { .float-md-left { float: left; } .float-md-right { float: right; } .float-md-none { float: none; } .dt-container, .dt-container-md, .dt-container-sm { max-width: 100rem; /*72rem*/ } .dt-g-md-0, .dt-gx-md-0 { --dt-gutter-x: 0rem; } .dt-g-md-0, .dt-gy-md-0 { --dt-gutter-y: 0rem; } .dt-g-md-1, .dt-gx-md-1 { --dt-gutter-x: 0.4rem; } .dt-g-md-1, .dt-gy-md-1 { --dt-gutter-y: 0.4rem; } .dt-g-md-2, .dt-gx-md-2 { --dt-gutter-x: 0.8rem; } .dt-g-md-2, .dt-gy-md-2 { --dt-gutter-y: 0.8rem; } .dt-g-md-3, .dt-gx-md-3 { --dt-gutter-x: 1.6rem; } .dt-g-md-3, .dt-gy-md-3 { --dt-gutter-y: 1.6rem; } .dt-g-md-4, .dt-gx-md-4 { --dt-gutter-x: 2.4rem; } .dt-g-md-4, .dt-gy-md-4 { --dt-gutter-y: 2.4rem; } .dt-g-md-5, .dt-gx-md-5 { --dt-gutter-x: 4.8rem; } .dt-g-md-5, .dt-gy-md-5 { --dt-gutter-y: 4.8rem; } .dt-col-md { flex-basis: 0; flex-grow: 1; max-width: 100%; } .dt-col-md-1 { flex: 0 0 8.333333%; max-width: 8.333333%; } .dt-col-md-2 { flex: 0 0 16.666667%; max-width: 16.666667%; } .dt-col-md-3 { flex: 0 0 25%; max-width: 25%; } .dt-col-md-4 { flex: 0 0 33.333333%; max-width: 33.333333%; } .dt-col-md-5 { flex: 0 0 41.666667%; max-width: 41.666667%; } .dt-col-md-6 { flex: 0 0 50%; max-width: 50%; } .dt-col-md-7 { flex: 0 0 58.333333%; max-width: 58.333333%; } .dt-col-md-8 { flex: 0 0 66.666667%; max-width: 66.666667%; } .dt-col-md-9 { flex: 0 0 75%; max-width: 75%; } .dt-col-md-10 { flex: 0 0 83.333333%; max-width: 83.333333%; } .dt-col-md-11 { flex: 0 0 91.666667%; max-width: 91.666667%; } .dt-col-md-12 { flex: 0 0 100%; max-width: 100%; } .dt-d-md-none, div.dt-d-md-none { display: none; } .dt-d-md-block, div.dt-d-md-block { display: block; } .dt-d-md-inline, div.dt-d-md-inline { display: inline; } .dt-d-md-inline-block, div.dt-d-md-inline-block { display: inline-block; } .dt-text-md-left { text-align: start; } .dt-text-md-right { text-align: end; } .dt-text-md-center { text-align: center; } .dt-mt-md-auto { margin-top: auto; } .dt-mr-md-auto { margin-right: auto; } .dt-mb-md-auto { margin-bottom: auto; } .dt-ml-md-auto { margin-left: auto; } .dt-my-md-auto { margin-top: auto; margin-bottom: auto; } .dt-mx-md-auto { margin-left: auto; margin-right: auto; } .dt-m-md-0 { margin: 0; } .dt-mt-md-0 { margin-top: 0; } .dt-mt-md-1 { margin-top: 0.4rem; } .dt-mt-md-2 { margin-top: 0.8rem; } .dt-mt-md-3 { margin-top: 1.6rem; } .dt-mt-md-4 { margin-top: 2.4rem; } .dt-mt-md-5 { margin-top: 3.2rem; } .dt-mt-md-6 { margin-top: 4.8rem; } .dt-mr-md-0 { margin-right: 0; } .dt-mr-md-1 { margin-right: 0.4rem; } .dt-mr-md-2 { margin-right: 0.8rem; } .dt-mr-md-3 { margin-right: 1.6rem; } .dt-mr-md-4 { margin-right: 2.4rem; } .dt-mr-md-5 { margin-right: 3.2rem; } .dt-mr-md-6 { margin-right: 4.8rem; } .dt-mb-md-0 { margin-bottom: 0; } .dt-mb-md-1 { margin-bottom: 0.4rem; } .dt-mb-md-2 { margin-bottom: 0.8rem; } .dt-mb-md-3 { margin-bottom: 1.6rem; } .dt-mb-md-4 { margin-bottom: 2.4rem; } .dt-mb-md-5 { margin-bottom: 3.2rem; } .dt-mb-md-6 { margin-bottom: 4.8rem; } .dt-ml-md-0 { margin-left: 0; } .dt-ml-md-1 { margin-left: 0.4rem; } .dt-ml-md-2 { margin-left: 0.8rem; } .dt-ml-md-3 { margin-left: 1.6rem; } .dt-ml-md-4 { margin-left: 2.4rem; } .dt-ml-md-5 { margin-left: 3.2rem; } .dt-ml-md-6 { margin-left: 4.8rem; } .dt-my-md-0 { margin-top: 0; margin-bottom: 0; } .dt-my-md-1 { margin-top: 0.4rem; margin-bottom: 0.4rem; } .dt-my-md-2 { margin-top: 0.8rem; margin-bottom: 0.8rem; } .dt-my-md-3 { margin-top: 1.6rem; margin-bottom: 1.6rem; } .dt-my-md-4 { margin-top: 2.4rem; margin-bottom: 2.4rem; } .dt-my-md-5 { margin-top: 3.2rem; margin-bottom: 3.2rem; } .dt-my-md-6 { margin-top: 4.8rem; margin-bottom: 4.8rem; } .dt-mx-md-0 { margin-left: 0; margin-right: 0; } .dt-mx-md-1 { margin-left: 0.4rem; margin-right: 0.4rem; } .dt-mx-md-2 { margin-left: 0.8rem; margin-right: 0.8rem; } .dt-mx-md-3 { margin-left: 1.6rem; margin-right: 1.6rem; } .dt-mx-md-4 { margin-left: 2.4rem; margin-right: 2.4rem; } .dt-mx-md-5 { margin-left: 3.2rem; margin-right: 3.2rem; } .dt-mx-md-6 { margin-left: 4.8rem; margin-right: 4.8rem; } .dt-p-md-0 { padding: 0; } .dt-pt-md-0 { padding-top: 0; } .dt-pt-md-1 { padding-top: 0.4rem; } .dt-pt-md-2 { padding-top: 0.8rem; } .dt-pt-md-3 { padding-top: 1.6rem; } .dt-pt-md-4 { padding-top: 2.2rem; } .dt-pt-md-5 { padding-top: 3.2rem; } .dt-pt-md-6 { padding-top: 4.8rem; } .dt-pr-md-0 { padding-right: 0; } .dt-pr-md-1 { padding-right: 0.4rem; } .dt-pr-md-2 { padding-right: 0.8rem; } .dt-pr-md-3 { padding-right: 1.6rem; } .dt-pr-md-4 { padding-right: 2.4rem; } .dt-pr-md-5 { padding-right: 3.2rem; } .dt-pr-md-6 { padding-right: 4.8rem; } .dt-pb-md-0 { padding-bottom: 0; } .dt-pb-md-1 { padding-bottom: 0.4rem; } .dt-pb-md-2 { padding-bottom: 0.8rem; } .dt-pb-md-3 { padding-bottom: 1.6rem; } .dt-pb-md-4 { padding-bottom: 2.2rem; } .dt-pb-md-5 { padding-bottom: 3.2rem; } .dt-pb-md-6 { padding-bottom: 4.8rem; } .dt-pl-md-0 { padding-left: 0; } .dt-pl-md-1 { padding-left: 0.4rem; } .dt-pl-md-2 { padding-left: 0.8rem; } .dt-pl-md-3 { padding-left: 1.6rem; } .dt-pl-md-4 { padding-left: 2.4rem; } .dt-pl-md-5 { padding-left: 3.2rem; } .dt-pl-md-6 { padding-left: 4.8rem; } .dt-py-md-0 { padding-top: 0; padding-bottom: 0; } .dt-py-md-1 { padding-top: 0.4rem; padding-bottom: 0.4rem; } .dt-py-md-2 { padding-top: 0.8rem; padding-bottom: 0.8rem; } .dt-py-md-3 { padding-top: 1.6rem; padding-bottom: 1.6rem; } .dt-py-md-4 { padding-top: 2.2rem; padding-bottom: 2.2rem; } .dt-py-md-5 { padding-top: 3.2rem; padding-bottom: 3.2rem; } .dt-py-md-6 { padding-top: 4.8rem; padding-bottom: 4.8rem; } .dt-px-md-0 { padding-left: 0; padding-right: 0; } .dt-px-md-1 { padding-left: 0.4rem; padding-right: 0.4rem; } .dt-px-md-2 { padding-left: 0.8rem; padding-right: 0.8rem; } .dt-px-md-3 { padding-left: 1.6rem; padding-right: 1.6rem; } .dt-px-md-4 { padding-left: 2.4rem; padding-right: 2.4rem; } .dt-px-md-5 { padding-left: 3.2rem; padding-right: 3.2rem; } .dt-px-md-6 { padding-left: 4.8rem; padding-right: 4.8rem; } .dt-float-md-right { float: right; } .dt-float-md-left { float: left; } .dt-float-md-none { float: none; } .dt-order-md-1 { order: 1; } .dt-order-md-2 { order: 2; } .dt-order-md-3 { order: 3; } .dt-order-md-4 { order: 4; } .dt-order-md-5 { order: 5; } .dt-order-md-6 { order: 6; } .dt-order-md-7 { order: 7; } .dt-order-md-8 { order: 8; } .dt-order-md-9 { order: 9; } .dt-order-md-10 { order: 10; } .dt-order-md-11 { order: 11; } .dt-order-md-12 { order: 12; } } /* ---//--- */ /* Large Screen */ @media (min-width: 62em) { .float-lg-left { float: left; } .float-lg-right { float: right; } .float-lg-none { float: none; } .dt-container, .dt-container-lg, .dt-container-md, .dt-container-sm { max-width: 106.668rem; /*96rem*/ } .dt-g-lg-0, .dt-gx-lg-0 { --dt-gutter-x: 0rem; } .dt-g-lg-0, .dt-gy-lg-0 { --dt-gutter-y: 0rem; } .dt-g-lg-1, .dt-gx-lg-1 { --dt-gutter-x: 0.4rem; } .dt-g-lg-1, .dt-gy-lg-1 { --dt-gutter-y: 0.4rem; } .dt-g-lg-2, .dt-gx-lg-2 { --dt-gutter-x: 0.8rem; } .dt-g-lg-2, .dt-gy-lg-2 { --dt-gutter-y: 0.8rem; } .dt-g-lg-3, .dt-gx-lg-3 { --dt-gutter-x: 1.6rem; } .dt-g-lg-3, .dt-gy-lg-3 { --dt-gutter-y: 1.6rem; } .dt-g-lg-4, .dt-gx-lg-4 { --dt-gutter-x: 2.4rem; } .dt-g-lg-4, .dt-gy-lg-4 { --dt-gutter-y: 2.4rem; } .dt-g-lg-5, .dt-gx-lg-5 { --dt-gutter-x: 4.8rem; } .dt-g-lg-5, .dt-gy-lg-5 { --dt-gutter-y: 4.8rem; } .dt-col-lg { flex-basis: 0; flex-grow: 1; max-width: 100%; } .dt-col-lg-1 { flex: 0 0 8.333333%; max-width: 8.333333%; } .dt-col-lg-2 { flex: 0 0 16.666667%; max-width: 16.666667%; } .dt-col-lg-3 { flex: 0 0 25%; max-width: 25%; } .dt-col-lg-4 { flex: 0 0 33.333333%; max-width: 33.333333%; } .dt-col-lg-5 { flex: 0 0 41.666667%; max-width: 41.666667%; } .dt-col-lg-6 { flex: 0 0 50%; max-width: 50%; } .dt-col-lg-7 { flex: 0 0 58.333333%; max-width: 58.333333%; } .dt-col-lg-8 { flex: 0 0 66.666667%; max-width: 66.666667%; } .dt-col-lg-9 { flex: 0 0 75%; max-width: 75%; } .dt-col-lg-10 { flex: 0 0 83.333333%; max-width: 83.333333%; } .dt-col-lg-11 { flex: 0 0 91.666667%; max-width: 91.666667%; } .dt-col-lg-12 { flex: 0 0 100%; max-width: 100%; } .dt-d-lg-none, div.dt-d-lg-none { display: none; } .dt-d-lg-block, div.dt-d-lg-block { display: block; } .dt-d-lg-inline, div.dt-d-lg-inline { display: inline; } .dt-d-lg-inline-block, div.dt-d-lg-inline-block { display: inline-block; } .dt-text-lg-left { text-align: start; } .dt-text-lg-right { text-align: end; } .dt-text-lg-center { text-align: center; } .dt-mt-lg-auto { margin-top: auto; } .dt-mr-lg-auto { margin-right: auto; } .dt-mb-lg-auto { margin-bottom: auto; } .dt-ml-lg-auto { margin-left: auto; } .dt-my-lg-auto { margin-top: auto; margin-bottom: auto; } .dt-mx-lg-auto { margin-left: auto; margin-right: auto; } .dt-m-lg-0 { margin: 0; } .dt-mt-lg-0 { margin-top: 0; } .dt-mt-lg-1 { margin-top: 0.4rem; } .dt-mt-lg-2 { margin-top: 0.8rem; } .dt-mt-lg-3 { margin-top: 1.6rem; } .dt-mt-lg-4 { margin-top: 2.4rem; } .dt-mt-lg-5 { margin-top: 3.2rem; } .dt-mt-lg-6 { margin-top: 4.8rem; } .dt-mr-lg-0 { margin-right: 0; } .dt-mr-lg-1 { margin-right: 0.4rem; } .dt-mr-lg-2 { margin-right: 0.8rem; } .dt-mr-lg-3 { margin-right: 1.6rem; } .dt-mr-lg-4 { margin-right: 2.4rem; } .dt-mr-lg-5 { margin-right: 3.2rem; } .dt-mr-lg-6 { margin-right: 4.8rem; } .dt-mb-lg-0 { margin-bottom: 0; } .dt-mb-lg-1 { margin-bottom: 0.4rem; } .dt-mb-lg-2 { margin-bottom: 0.8rem; } .dt-mb-lg-3 { margin-bottom: 1.6rem; } .dt-mb-lg-4 { margin-bottom: 2.4rem; } .dt-mb-lg-5 { margin-bottom: 3.2rem; } .dt-mb-lg-6 { margin-bottom: 4.8rem; } .dt-ml-lg-0 { margin-left: 0; } .dt-ml-lg-1 { margin-left: 0.4rem; } .dt-ml-lg-2 { margin-left: 0.8rem; } .dt-ml-lg-3 { margin-left: 1.6rem; } .dt-ml-lg-4 { margin-left: 2.4rem; } .dt-ml-lg-5 { margin-left: 3.2rem; } .dt-ml-lg-6 { margin-left: 4.8rem; } .dt-my-lg-0 { margin-top: 0; margin-bottom: 0; } .dt-my-lg-1 { margin-top: 0.4rem; margin-bottom: 0.4rem; } .dt-my-lg-2 { margin-top: 0.8rem; margin-bottom: 0.8rem; } .dt-my-lg-3 { margin-top: 1.6rem; margin-bottom: 1.6rem; } .dt-my-lg-4 { margin-top: 2.4rem; margin-bottom: 2.4rem; } .dt-my-lg-5 { margin-top: 3.2rem; margin-bottom: 3.2rem; } .dt-my-lg-6 { margin-top: 4.8rem; margin-bottom: 4.8rem; } .dt-mx-lg-0 { margin-left: 0; margin-right: 0; } .dt-mx-lg-1 { margin-left: 0.4rem; margin-right: 0.4rem; } .dt-mx-lg-2 { margin-left: 0.8rem; margin-right: 0.8rem; } .dt-mx-lg-3 { margin-left: 1.6rem; margin-right: 1.6rem; } .dt-mx-lg-4 { margin-left: 2.4rem; margin-right: 2.4rem; } .dt-mx-lg-5 { margin-left: 3.2rem; margin-right: 3.2rem; } .dt-mx-lg-6 { margin-left: 4.8rem; margin-right: 4.8rem; } .dt-p-lg-0 { padding: 0; } .dt-pt-lg-0 { padding-top: 0; } .dt-pt-lg-1 { padding-top: 0.4rem; } .dt-pt-lg-2 { padding-top: 0.8rem; } .dt-pt-lg-3 { padding-top: 1.6rem; } .dt-pt-lg-4 { padding-top: 2.2rem; } .dt-pt-lg-5 { padding-top: 3.2rem; } .dt-pt-lg-6 { padding-top: 4.8rem; } .dt-pr-lg-0 { padding-right: 0; } .dt-pr-lg-1 { padding-right: 0.4rem; } .dt-pr-lg-2 { padding-right: 0.8rem; } .dt-pr-lg-3 { padding-right: 1.6rem; } .dt-pr-lg-4 { padding-right: 2.4rem; } .dt-pr-lg-5 { padding-right: 3.2rem; } .dt-pr-lg-6 { padding-right: 4.8rem; } .dt-pb-lg-0 { padding-bottom: 0; } .dt-pb-lg-1 { padding-bottom: 0.4rem; } .dt-pb-lg-2 { padding-bottom: 0.8rem; } .dt-pb-lg-3 { padding-bottom: 1.6rem; } .dt-pb-lg-4 { padding-bottom: 2.2rem; } .dt-pb-lg-5 { padding-bottom: 3.2rem; } .dt-pb-lg-6 { padding-bottom: 4.8rem; } .dt-pl-lg-0 { padding-left: 0; } .dt-pl-lg-1 { padding-left: 0.4rem; } .dt-pl-lg-2 { padding-left: 0.8rem; } .dt-pl-lg-3 { padding-left: 1.6rem; } .dt-pl-lg-4 { padding-left: 2.4rem; } .dt-pl-lg-5 { padding-left: 3.2rem; } .dt-pl-lg-6 { padding-left: 4.8rem; } .dt-py-lg-0 { padding-top: 0; padding-bottom: 0; } .dt-py-lg-1 { padding-top: 0.4rem; padding-bottom: 0.4rem; } .dt-py-lg-2 { padding-top: 0.8rem; padding-bottom: 0.8rem; } .dt-py-lg-3 { padding-top: 1.6rem; padding-bottom: 1.6rem; } .dt-py-lg-4 { padding-top: 2.2rem; padding-bottom: 2.2rem; } .dt-py-lg-5 { padding-top: 3.2rem; padding-bottom: 3.2rem; } .dt-py-lg-6 { padding-top: 4.8rem; padding-bottom: 4.8rem; } .dt-px-lg-0 { padding-left: 0; padding-right: 0; } .dt-px-lg-1 { padding-left: 0.4rem; padding-right: 0.4rem; } .dt-px-lg-2 { padding-left: 0.8rem; padding-right: 0.8rem; } .dt-px-lg-3 { padding-left: 1.6rem; padding-right: 1.6rem; } .dt-px-lg-4 { padding-left: 2.4rem; padding-right: 2.4rem; } .dt-px-lg-5 { padding-left: 3.2rem; padding-right: 3.2rem; } .dt-px-lg-6 { padding-left: 4.8rem; padding-right: 4.8rem; } .dt-float-lg-right { float: right; } .dt-float-lg-left { float: left; } .dt-float-lg-none { float: none; } .dt-order-lg-1 { order: 1; } .dt-order-lg-2 { order: 2; } .dt-order-lg-3 { order: 3; } .dt-order-lg-4 { order: 4; } .dt-order-lg-5 { order: 5; } .dt-order-lg-6 { order: 6; } .dt-order-lg-7 { order: 7; } .dt-order-lg-8 { order: 8; } .dt-order-lg-9 { order: 9; } .dt-order-lg-10 { order: 10; } .dt-order-lg-11 { order: 11; } .dt-order-lg-12 { order: 12; } } /* ---//--- */ /* Extra Large Screen */ @media (min-width: 75em) { .float-xl-left { float: left; } .float-xl-right { float: right; } .float-xl-none { float: none; } .dt-container, .dt-container-lg, .dt-container-md, .dt-container-sm, .dt-container-xl { max-width: 127.2rem; /*114rem*/ } .dt-g-xl-0, .dt-gx-xl-0 { --dt-gutter-x: 0rem; } .dt-g-xl-0, .dt-gy-xl-0 { --dt-gutter-y: 0rem; } .dt-g-xl-1, .dt-gx-xl-1 { --dt-gutter-x: 0.4rem; } .dt-g-xl-1, .dt-gy-xl-1 { --dt-gutter-y: 0.4rem; } .dt-g-xl-2, .dt-gx-xl-2 { --dt-gutter-x: 0.8rem; } .dt-g-xl-2, .dt-gy-xl-2 { --dt-gutter-y: 0.8rem; } .dt-g-xl-3, .dt-gx-xl-3 { --dt-gutter-x: 1.6rem; } .dt-g-xl-3, .dt-gy-xl-3 { --dt-gutter-y: 1.6rem; } .dt-g-xl-4, .dt-gx-xl-4 { --dt-gutter-x: 2.4rem; } .dt-g-xl-4, .dt-gy-xl-4 { --dt-gutter-y: 2.4rem; } .dt-g-xl-5, .dt-gx-xl-5 { --dt-gutter-x: 4.8rem; } .dt-g-xl-5, .dt-gy-xl-5 { --dt-gutter-y: 4.8rem; } .dt-col-xl { flex-basis: 0; flex-grow: 1; max-width: 100%; } .dt-col-xl-1 { flex: 0 0 8.333333%; max-width: 8.333333%; } .dt-col-xl-2 { flex: 0 0 16.666667%; max-width: 16.666667%; } .dt-col-xl-3 { flex: 0 0 25%; max-width: 25%; } .dt-col-xl-4 { flex: 0 0 33.333333%; max-width: 33.333333%; } .dt-col-xl-5 { flex: 0 0 41.666667%; max-width: 41.666667%; } .dt-col-xl-6 { flex: 0 0 50%; max-width: 50%; } .dt-col-xl-7 { flex: 0 0 58.333333%; max-width: 58.333333%; } .dt-col-xl-8 { flex: 0 0 66.666667%; max-width: 66.666667%; } .dt-col-xl-9 { flex: 0 0 75%; max-width: 75%; } .dt-col-xl-10 { flex: 0 0 83.333333%; max-width: 83.333333%; } .dt-col-xl-11 { flex: 0 0 91.666667%; max-width: 91.666667%; } .dt-col-xl-12 { flex: 0 0 100%; max-width: 100%; } .dt-d-xl-none, div.dt-d-xl-none { display: none; } .dt-d-xl-block, div.dt-d-xl-block { display: block; } .dt-d-xl-inline, div.dt-d-xl-inline { display: inline; } .dt-d-xl-inline-block, div.dt-d-xl-inline-block { display: inline-block; } .dt-text-xl-left { text-align: start; } .dt-text-xl-right { text-align: end; } .dt-text-xl-center { text-align: center; } .dt-mt-xl-auto { margin-top: auto; } .dt-mr-xl-auto { margin-right: auto; } .dt-mb-xl-auto { margin-bottom: auto; } .dt-ml-xl-auto { margin-left: auto; } .dt-my-xl-auto { margin-top: auto; margin-bottom: auto; } .dt-mx-xl-auto { margin-left: auto; margin-right: auto; } .dt-m-xl-0 { margin: 0; } .dt-mt-xl-0 { margin-top: 0; } .dt-mt-xl-1 { margin-top: 0.4rem; } .dt-mt-xl-2 { margin-top: 0.8rem; } .dt-mt-xl-3 { margin-top: 1.6rem; } .dt-mt-xl-4 { margin-top: 2.4rem; } .dt-mt-xl-5 { margin-top: 3.2rem; } .dt-mt-xl-6 { margin-top: 4.8rem; } .dt-mr-xl-0 { margin-right: 0; } .dt-mr-xl-1 { margin-right: 0.4rem; } .dt-mr-xl-2 { margin-right: 0.8rem; } .dt-mr-xl-3 { margin-right: 1.6rem; } .dt-mr-xl-4 { margin-right: 2.4rem; } .dt-mr-xl-5 { margin-right: 3.2rem; } .dt-mr-xl-6 { margin-right: 4.8rem; } .dt-mb-xl-0 { margin-bottom: 0; } .dt-mb-xl-1 { margin-bottom: 0.4rem; } .dt-mb-xl-2 { margin-bottom: 0.8rem; } .dt-mb-xl-3 { margin-bottom: 1.6rem; } .dt-mb-xl-4 { margin-bottom: 2.4rem; } .dt-mb-xl-5 { margin-bottom: 3.2rem; } .dt-mb-xl-6 { margin-bottom: 4.8rem; } .dt-ml-xl-0 { margin-left: 0; } .dt-ml-xl-1 { margin-left: 0.4rem; } .dt-ml-xl-2 { margin-left: 0.8rem; } .dt-ml-xl-3 { margin-left: 1.6rem; } .dt-ml-xl-4 { margin-left: 2.4rem; } .dt-ml-xl-5 { margin-left: 3.2rem; } .dt-ml-xl-6 { margin-left: 4.8rem; } .dt-my-xl-0 { margin-top: 0; margin-bottom: 0; } .dt-my-xl-1 { margin-top: 0.4rem; margin-bottom: 0.4rem; } .dt-my-xl-2 { margin-top: 0.8rem; margin-bottom: 0.8rem; } .dt-my-xl-3 { margin-top: 1.6rem; margin-bottom: 1.6rem; } .dt-my-xl-4 { margin-top: 2.4rem; margin-bottom: 2.4rem; } .dt-my-xl-5 { margin-top: 3.2rem; margin-bottom: 3.2rem; } .dt-my-xl-6 { margin-top: 4.8rem; margin-bottom: 4.8rem; } .dt-mx-xl-0 { margin-left: 0; margin-right: 0; } .dt-mx-xl-1 { margin-left: 0.4rem; margin-right: 0.4rem; } .dt-mx-xl-2 { margin-left: 0.8rem; margin-right: 0.8rem; } .dt-mx-xl-3 { margin-left: 1.6rem; margin-right: 1.6rem; } .dt-mx-xl-4 { margin-left: 2.4rem; margin-right: 2.4rem; } .dt-mx-xl-5 { margin-left: 3.2rem; margin-right: 3.2rem; } .dt-mx-xl-6 { margin-left: 4.8rem; margin-right: 4.8rem; } .dt-p-xl-0 { padding: 0; } .dt-pt-xl-0 { padding-top: 0; } .dt-pt-xl-1 { padding-top: 0.4rem; } .dt-pt-xl-2 { padding-top: 0.8rem; } .dt-pt-xl-3 { padding-top: 1.6rem; } .dt-pt-xl-4 { padding-top: 2.2rem; } .dt-pt-xl-5 { padding-top: 3.2rem; } .dt-pt-xl-6 { padding-top: 4.8rem; } .dt-pr-xl-0 { padding-right: 0; } .dt-pr-xl-1 { padding-right: 0.4rem; } .dt-pr-xl-2 { padding-right: 0.8rem; } .dt-pr-xl-3 { padding-right: 1.6rem; } .dt-pr-xl-4 { padding-right: 2.4rem; } .dt-pr-xl-5 { padding-right: 3.2rem; } .dt-pr-xl-6 { padding-right: 4.8rem; } .dt-pb-xl-0 { padding-bottom: 0; } .dt-pb-xl-1 { padding-bottom: 0.4rem; } .dt-pb-xl-2 { padding-bottom: 0.8rem; } .dt-pb-xl-3 { padding-bottom: 1.6rem; } .dt-pb-xl-4 { padding-bottom: 2.2rem; } .dt-pb-xl-5 { padding-bottom: 3.2rem; } .dt-pb-xl-6 { padding-bottom: 4.8rem; } .dt-pl-xl-0 { padding-left: 0; } .dt-pl-xl-1 { padding-left: 0.4rem; } .dt-pl-xl-2 { padding-left: 0.8rem; } .dt-pl-xl-3 { padding-left: 1.6rem; } .dt-pl-xl-4 { padding-left: 2.4rem; } .dt-pl-xl-5 { padding-left: 3.2rem; } .dt-pl-xl-6 { padding-left: 4.8rem; } .dt-py-xl-0 { padding-top: 0; padding-bottom: 0; } .dt-py-xl-1 { padding-top: 0.4rem; padding-bottom: 0.4rem; } .dt-py-xl-2 { padding-top: 0.8rem; padding-bottom: 0.8rem; } .dt-py-xl-3 { padding-top: 1.6rem; padding-bottom: 1.6rem; } .dt-py-xl-4 { padding-top: 2.2rem; padding-bottom: 2.2rem; } .dt-py-xl-5 { padding-top: 3.2rem; padding-bottom: 3.2rem; } .dt-py-xl-6 { padding-top: 4.8rem; padding-bottom: 4.8rem; } .dt-px-xl-0 { padding-left: 0; padding-right: 0; } .dt-px-xl-1 { padding-left: 0.4rem; padding-right: 0.4rem; } .dt-px-xl-2 { padding-left: 0.8rem; padding-right: 0.8rem; } .dt-px-xl-3 { padding-left: 1.6rem; padding-right: 1.6rem; } .dt-px-xl-4 { padding-left: 2.4rem; padding-right: 2.4rem; } .dt-px-xl-5 { padding-left: 3.2rem; padding-right: 3.2rem; } .dt-px-xl-6 { padding-left: 4.8rem; padding-right: 4.8rem; } .dt-float-xl-right { float: right; } .dt-float-xl-left { float: left; } .dt-float-xl-none { float: none; } .dt-order-xl-1 { order: 1; } .dt-order-xl-2 { order: 2; } .dt-order-xl-3 { order: 3; } .dt-order-xl-4 { order: 4; } .dt-order-xl-5 { order: 5; } .dt-order-xl-6 { order: 6; } .dt-order-xl-7 { order: 7; } .dt-order-xl-8 { order: 8; } .dt-order-xl-9 { order: 9; } .dt-order-xl-10 { order: 10; } .dt-order-xl-11 { order: 11; } .dt-order-xl-12 { order: 12; } } /* ---//--- */ /* Extra Big Screen */ @media (min-width: 87.5em) { .dt-container, .dt-container-lg, .dt-container-md, .dt-container-sm, .dt-container-xl, .dt-container-xxl { max-width: 134rem; } } /* ---//--- */ /* Some Important Classes */ .icon { width: 1.8rem; height: 1.8rem; } .font-normal { font-weight: 400; } .font-bold { font-weight: bold; } .font-bolder { font-weight: bolder; } .lead { font-size: 1.8rem; line-height: 1.8; } .list_none { list-style: none; margin: 0 0 -0.8rem; padding: 0; } .list_none li { margin-bottom: 0.8rem; } .list_none li i { vertical-align: middle; } .list_none li span { display: inline-block; vertical-align: top; } .list_none li a { text-decoration: none; } .text-primary { color: var(--dt-main-color); } .text-white { color: #fff; } .text-secondary { color: var(--dt-secondary-color); } .bg-primary { background-color: var(--dt-main-color); } .bg-secondary { background-color: var(--dt-secondary-color); } .bg-white { background-color: #fff; } .shadow { box-shadow: 0 1px 3px rgba(0,0,0,0.12); } .overlay--enabled { overflow: hidden; } .off--layer { position: fixed; top: 0; left: 0; width: 100%; height: 100%; cursor: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABoAAAAaCAYAAACpSkzOAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAACZSURBVHgBzZbbDYAgDEVbJ3BTRjCO4KZuUDXwY0TpO/bLKPccaSCARFQAYEbEFQKq8esD1VrAuS7mjf14ESEZfvCUsAd4SMQDPbIamfoHJUFzyzkAs4QDcpN8Ad0lPXCYpCMTSyb4W6W0LmUxpCzvlA0rAahlmqA4Y2kFO2vuNySdrkOWp+SVGSHpyApSu+CdF8gNAqpNYD8AOPsAu4AYqtUAAAAASUVORK5CYII="), pointer; background-color: #000000; opacity: 0.5; z-index: 0; transition: all .3s ease-in .6s; -webkit-transition: all .3s ease-in .6s; } .site--close { padding: 0; height: 4rem; width: 4rem; line-height: 4rem; display: inline-block; border-width: 0; position: absolute; top: 1.3rem; right: 1.3rem; box-shadow: none; background-color: transparent; z-index: 1; } .site--close:before, .site--close:after { transform: rotate(-45deg); content: ""; position: absolute; top: 50%; left: 50%; margin-top: -0.1rem; margin-left: -1.1rem; display: block; height: 2px; width: 2.2rem; background-color: currentColor; transition: all .2s ease-in-out; } .site--close:after { transform: rotate(-135deg); } .site--close:hover:before, .site--close:hover:after, .site--close:focus:before, .site--close:focus:after { transform: rotate(0deg); } /* Text Animate */ .dt_heading { line-height: 1.2; vertical-align: 0.2rem; overflow: hidden; position: relative; z-index: 0; } .dt_heading_inner { display: inline-block; position: relative; /*text-align: start;*/ vertical-align: middle; } .dt_heading_inner b { display: inline-block; position: absolute; white-space: pre; left: 0; top: 0; font-weight: inherit; } .dt_heading_inner i { margin: 0; padding: 0; border: 0; font-size: 100%; font: inherit; vertical-align: baseline; } .dt_heading_inner b.is_on { position: relative; line-height: 1.2; } .dt_heading_4 .dt_heading_inner b.is_on { border-bottom: 0; } .no_js .dt_heading_inner b { opacity: 0; } .no_js .dt_heading_inner b.is_on { opacity: 1; } /* dt_heading_1 */ .dt_heading.dt_heading_1 .dt_heading_inner { perspective: 300px; } .dt_heading.dt_heading_1 b { opacity: 0; transform-origin: 50% 100%; transform: rotateX(180deg); } .dt_heading.dt_heading_1 b.is_on { opacity: 1; transform: rotateX(0deg); animation: dt_heading_1_in 1.2s; } .dt_heading.dt_heading_1 b.is-hide { transform: rotateX(180deg); animation: dt_heading_1_out 1.2s; } @keyframes dt_heading_1_in { 0% { transform: rotateX(180deg); opacity: 0; } 35% { transform: rotateX(120deg); opacity: 0; } 65% { opacity: 0; } 100% { transform: rotateX(360deg); opacity: 1; } } @keyframes dt_heading_1_out { 0% { transform: rotateX(0deg); opacity: 1; } 35% { transform: rotateX(-40deg); opacity: 1; } 65% { opacity: 0; } 100% { transform: rotateX(180deg); opacity: 0; } } /* dt_heading_2 (Type) */ .dt_heading.dt_heading_2 .dt_heading_inner { overflow: hidden; } .dt_heading.dt_heading_2 .dt_heading_inner::after { /* vertical bar */ content: ''; position: absolute; right: 0; top: 50%; bottom: auto; transform: translateY(-50%); height: 90%; width: 1px; background-color: rgba(189, 189, 189, 0.7); } .dt_heading.dt_heading_2 .dt_heading_inner.waiting::after { animation: dt_pulse 1s infinite; } .dt_heading.dt_heading_2 .dt_heading_inner.selected { background-color: #e2e2e2; } .dt_heading.dt_heading_2 .dt_heading_inner.selected::after { visibility: hidden; } .dt_heading.dt_heading_2 .dt_heading_inner.selected b { color: #0d0d0d; } .dt_heading.dt_heading_2 b { visibility: hidden; } .dt_heading.dt_heading_2 b.is_on { visibility: visible; } .dt_heading.dt_heading_2 i { position: absolute; visibility: hidden; } .dt_heading.dt_heading_2 i.in { position: relative; visibility: visible; } @keyframes dt_pulse { 0% { transform: translateY(-50%) scale(1); opacity: 1; } 40% { transform: translateY(-50%) scale(0.9); opacity: 0; } 100% { transform: translateY(-50%) scale(0); opacity: 0; } } /* dt_heading_3 */ .dt_heading.dt_heading_3 .dt_heading_inner { perspective: 300px; } .dt_heading.dt_heading_3 i, .dt_heading.dt_heading_3 em { display: inline-block; -webkit-backface-visibility: hidden; backface-visibility: hidden; } .dt_heading.dt_heading_3 b { opacity: 0; } .dt_heading.dt_heading_3 i { transform-style: preserve-3d; transform: translateZ(-20px) rotateX(90deg); opacity: 0; } .is_on .dt_heading.dt_heading_3 i { opacity: 1; } .dt_heading.dt_heading_3 i.in { animation: dt_heading_3_in 0.4s forwards; } .dt_heading.dt_heading_3 i.out { animation: dt_heading_3_out 0.4s forwards; } .dt_heading.dt_heading_3 em { transform: translateZ(20px); } .no-csstransitions .dt_heading.dt_heading_3 i { transform: rotateX(0deg); opacity: 0; } .no-csstransitions .dt_heading.dt_heading_3 i em { transform: scale(1); } .no-csstransitions .dt_heading.dt_heading_3 .is_on i { opacity: 1; } @keyframes dt_heading_3_in { 0% { opacity: 0; transform: translateZ(-20px) rotateX(90deg); } 60% { opacity: 1; transform: translateZ(-20px) rotateX(-10deg); } 100% { opacity: 1; transform: translateZ(-20px) rotateX(0deg); } } @keyframes dt_heading_3_out { 0% { opacity: 1; transform: translateZ(-20px) rotateX(0); } 60% { opacity: 0; transform: translateZ(-20px) rotateX(-100deg); } 100% { opacity: 0; transform: translateZ(-20px) rotateX(-90deg); } } /* dt_heading_4 (Loading Bar) */ .dt_heading.dt_heading_4 span { display: inline-block; padding: 0; } .dt_heading.dt_heading_4 .dt_heading_inner { overflow: hidden; } .dt_heading.dt_heading_4 .dt_heading_inner::after { /* loading bar */ content: ''; position: absolute; left: 0; bottom: 0; height: 2px; width: 0; background-color: var(--sp-primary); z-index: 2; transition: width 0.3s -0.1s; } .dt_heading.dt_heading_4 .dt_heading_inner.is-loading::after { width: 100%; transition: width 3s; } .dt_heading.dt_heading_4 b { top: .2em; opacity: 0; transition: opacity 0.3s; } .dt_heading.dt_heading_4 b.is_on { opacity: 1; top: 0; } /* dt_heading_5 (slide) */ .dt_heading.dt_heading_5 .dt_heading_inner { overflow: hidden; } .dt_heading.dt_heading_5 b { opacity: 0; top: .2em; } .dt_heading.dt_heading_5 b.is_on { top: 0; opacity: 1; animation: dt_slide_in 0.6s; } .dt_heading.dt_heading_5 b.is-hide { animation: dt_slide_out 0.6s; } @keyframes dt_slide_in { 0% { opacity: 0; transform: translateY(-100%); } 60% { opacity: 1; transform: translateY(20%); } 100% { opacity: 1; transform: translateY(0); } } @keyframes dt_slide_out { 0% { opacity: 1; transform: translateY(0); } 60% { opacity: 0; transform: translateY(120%); } 100% { opacity: 0; transform: translateY(100%); } } /* dt_heading_6 (Clip) */ .dt_heading.dt_heading_6 .dt_heading_inner { overflow: hidden; } .dt_heading.dt_heading_6 .dt_heading_inner::after { /* line */ content: ''; position: absolute; top: 0; right: 0; width: 2px; height: 100%; background-color: #e2e2e2; } .dt_heading.dt_heading_6 b { opacity: 0; } .dt_heading.dt_heading_6 b.is_on { opacity: 1; } /* dt_heading_7 (Zoom) */ .dt_heading.dt_heading_7 .dt_heading_inner { perspective: 300px; } .dt_heading.dt_heading_7 b { opacity: 0; } .dt_heading.dt_heading_7 b.is_on { opacity: 1; animation: dt_zoom_in 0.8s; } .dt_heading.dt_heading_7 b.is-hide { animation: dt_zoom_out 0.8s; } @keyframes dt_zoom_in { 0% { opacity: 0; transform: translateZ(100px); } 100% { opacity: 1; transform: translateZ(0); } } @keyframes dt_zoom_out { 0% { opacity: 1; transform: translateZ(0); } 100% { opacity: 0; transform: translateZ(-100px); } } /* dt_heading_8 */ .dt_heading.dt_heading_8 .dt_heading_inner { perspective: 300px; } .dt_heading.dt_heading_8 b { opacity: 0; } .dt_heading.dt_heading_8 i { display: inline-block; transform: rotateY(180deg); -webkit-backface-visibility: hidden; backface-visibility: hidden; } .is_on .dt_heading.dt_heading_8 i { transform: rotateY(0deg); } .dt_heading.dt_heading_8 i.in { animation: dt_rotate_3_in 0.6s forwards; } .dt_heading.dt_heading_8 i.out { animation: dt_rotate_3_out 0.6s forwards; } .no-csstransitions .dt_heading.dt_heading_8 i { transform: rotateY(0deg); opacity: 0; } .no-csstransitions .dt_heading.dt_heading_8 .is_on i { opacity: 1; } @keyframes dt_rotate_3_in { 0% { transform: rotateY(180deg); } 100% { transform: rotateY(0deg); } } @keyframes dt_rotate_3_out { 0% { transform: rotateY(0); } 100% { transform: rotateY(-180deg); } } /* dt_heading_9 (scale) */ .dt_heading.dt_heading_9 b { opacity: 0; } .dt_heading.dt_heading_9 i { display: inline-block; opacity: 0; transform: scale(0); } .is_on .dt_heading.dt_heading_9 i { opacity: 1; } .dt_heading.dt_heading_9 i.in { animation: dt_scale_up 0.6s forwards; } .dt_heading.dt_heading_9 i.out { animation: dt_scale_down 0.6s forwards; } .no-csstransitions .dt_heading.dt_heading_9 i { transform: scale(1); opacity: 0; } .no-csstransitions .dt_heading.dt_heading_9 .is_on i { opacity: 1; } @keyframes dt_scale_up { 0% { transform: scale(0); opacity: 0; } 60% { transform: scale(1.2); opacity: 1; } 100% { transform: scale(1); opacity: 1; } } @keyframes dt_scale_down { 0% { transform: scale(1); opacity: 1; } 60% { transform: scale(0); opacity: 0; } } /* dt_heading_10 (push) */ .dt_heading.dt_heading_10 b { opacity: 0; } .dt_heading.dt_heading_10 b.is_on { opacity: 1; animation: dt_push_in 0.6s; } .dt_heading.dt_heading_10 b.is-hide { animation: dt_push_out 0.6s; } @keyframes dt_push_in { 0% { opacity: 0; transform: translateX(-100%); } 60% { opacity: 1; transform: translateX(10%); } 100% { opacity: 1; transform: translateX(0); } } @keyframes dt_push_out { 0% { opacity: 1; transform: translateX(0); } 60% { opacity: 0; transform: translateX(110%); } 100% { opacity: 0; transform: translateX(100%); } } /*=============*/ /*==================== Reading Bar ====================*/ .dt_readingbar-wrapper { position: fixed; top: 0; width: 100%; height: 0.3rem; z-index: 99; } .dt_readingbar { width: 0; height: 100%; background: var(--dt-main-color); } /*==================== Switcher Button ====================*/ .dt_switcherdarkbtn { position: relative; cursor: pointer; padding: 0; outline: none; border: none; background: transparent; box-shadow: none; color: rgba(250, 250, 250, .51); } .dt_switcherdarkbtn.active { color: rgba(149, 149, 149, .51); } .dt_switcherdarkbtn:before, .dt_switcherdarkbtn:after { margin: 0; padding: 0; outline: none; box-sizing: border-box; transition: .4s ease-in-out; } .dt_switcherdarkbtn:before { content: "\f185"; font-family: "Font Awesome 6 Free"; font-size: 13px; display: block; color: #fff; background-color: #333; position: absolute; z-index: 1; margin: 0; top: 50%; left: 4px; font-weight: 900; width: 22px; height: 22px; line-height: 23px; border-radius: 1em; transform: translateY(-50%) rotate(0deg); } .dt_switcherdarkbtn.active:before { left: 22px; content: "\f186"; font-family: "Font Awesome 6 Free"; transform: translateY(-50%) rotate(230deg); } .dt_switcherdarkbtn:after { content: ""; display: inline-block; color: #fff; background: #fff; width: 3em; height: 1.688em; border-radius: 1em; vertical-align: middle; box-shadow: 0 0 0 4px rgba(189, 189, 189, 0.4); } /*==================== Preloader ====================*/ .dt_preloader { position: fixed; z-index: 99999; background: #fff; width: 100%; height: 100%; left: 0; top: 0; } .dt_preloader .dt_preloader-inner { background-color: var(--dt-secondary-color); height: 100%; width: 100%; position: fixed; z-index: 1; margin-top: 0; top: 0; } .dt_preloader .dt_preloader-inner .dt_preloader-handle { width: 100%; height: 100%; position: relative; } .dt_preloader .dt_preloader-inner .dt_preloader-handle .dt_preloader-close.site--close { background-color: #fff; } .dt_preloader .dt_preloader-inner .dt_preloader-handle .dt_preloader-close.site--close:before, .dt_preloader .dt_preloader-inner .dt_preloader-handle .dt_preloader-close.site--close:after { background-color: var(--dt-main-color); } .dt_preloader-handle .dt_preloader-animation { position: absolute; top: 50%; left: 50%; -webkit-transform: translate(-50%, -50%); transform: translate(-50%, -50%); height: 0.5rem; width: 24rem; background-color: #fff; } .dt_preloader-handle .dt_preloader-animation .dt_preloader-object { background-color: var(--dt-main-color); width: 8rem; height: 0.5rem; -webkit-animation: preloaderAnimation 1.8s infinite; animation: preloaderAnimation 1.8s infinite; } @-webkit-keyframes preloaderAnimation { 0% { -webkit-transform: translateX(0rem); transform: translateX(0rem); } 50% { -webkit-transform: translateX(10rem); transform: translateX(10rem); } 100% { -webkit-transform: translateX(0rem); transform: translateX(0rem); } } @keyframes preloaderAnimation { 0% { -webkit-transform: translateX(0rem); transform: translateX(0rem); } 50% { -webkit-transform: translateX(10rem); transform: translateX(10rem); } 100% { -webkit-transform: translateX(0rem); transform: translateX(0rem); } } /*=============*/ /*-------------------------------------------------------------- # Widgets --------------------------------------------------------------*/ .widget_social a { display: inline-block; margin: 0 0.15rem; } .widget_social a:hover, .widget_social a:focus { transform: translateY(-2px); box-shadow: none; } .widget_social a i { width: 4.4rem; height: 4.4rem; border-radius: 50%; text-align: center; line-height: 4.4rem; font-size: 1.8rem; vertical-align: middle; overflow: hidden; background-color: var(--dt-main-color); color: #fff; box-shadow: 0 3px 5px -1px rgba(7, 10, 25, .2); } .widget_social a i.fa-facebook, .widget_social a i.fa-facebook-f { background-color: #175beb; } .widget_social a i.fa-rss { background-color: #f26522; } .widget_social a i.fa-twitter { background-color: #1da1f2; } .widget_social a i.fa-x-twitter { background-color: #000000; outline: 1px solid rgba(189, 189, 189, 0.4); } .widget_social a i.fa-linkedin { background-color: #0077b5; } .widget_social a i.fa-instagram { background: radial-gradient(circle farthest-corner at 32% 106%, #ffe17d 0, #ffcd69 10%, #fa9137 28%, #eb4141 42%, transparent 82%), linear-gradient(135deg, #234bd7 12%, #c33cbe 58%); } .widget_social a i.fa-tiktok { background-color: #010101; outline: 1px solid rgba(189, 189, 189, 0.4); } .widget_social a i.fa-youtube { background-color: #CD201F; } .widget_social a i.fa-telegram { background-color: #0088cc; } .widget_social a i.fa-pinterest { background-color: #bd081c; } .widget_social a i.fa-dribbble { background-color: #ea4c89; } .widget_social a i.fa-whatsapp { background-color: #1FB381; } .widget_social a i.fa-reddit-alien, .widget_social a i.fa-reddit { background-color: #ff4500; } .widget_social a i.fa-discord { background-color: #404eed; } .widget_social a i.fa-print { background-color: #000; } .widget_social.fill-color a i { background: 0 0; color: var(--dt-main-color); box-shadow: none; width: 3rem; } .widget_social.fill-color a i.fa-facebook, .widget_social.fill-color a i.fa-facebook-f { color: #175beb; } .widget_social.fill-color a i.fa-rss { color: #f26522; } .widget_social.fill-color a i.fa-twitter { color: #1da1f2; } .widget_social.fill-color a i.fa-x-twitter { color: #000000; } .widget_social.fill-color a i.fa-linkedin { color: #0077b5; } .widget_social.fill-color a i.fa-instagram { color: #ef00a2; } .widget_social.fill-color a i.fa-tiktok { color: #010101; } .widget_social.fill-color a i.fa-youtube { color: #CD201F; } .widget_social.fill-color a i.fa-telegram { color: #0088cc; } .widget_social.fill-color a i.fa-pinterest { color: #bd081c; } .widget_social.fill-color a i.fa-dribbble { color: #ea4c89; } .widget_social.fill-color a i.fa-whatsapp { color: #1FB381; } .widget_social.fill-color a i.fa-reddit-alien, .widget_social.fill-color a i.fa-reddit { color: #ff4500; } .widget_social.fill-color a i.fa-discord { color: #404eed; } .widget_social.fill-color a i.fa-print { color: #000; } .widget_social a:hover i::before, .widget_social a:focus i::before { display: inline-block; animation: dt_rubberBand 0.6s ease-in-out alternate; } @keyframes dt_rubberBand { from { -webkit-transform: scale3d(1, 1, 1); transform: scale3d(1, 1, 1); } 30% { -webkit-transform: scale3d(1.25, 0.75, 1); transform: scale3d(1.25, 0.75, 1); } 40% { -webkit-transform: scale3d(0.75, 1.25, 1); transform: scale3d(0.75, 1.25, 1); } 50% { -webkit-transform: scale3d(1.15, 0.85, 1); transform: scale3d(1.15, 0.85, 1); } 65% { -webkit-transform: scale3d(.95, 1.05, 1); transform: scale3d(.95, 1.05, 1); } 75% { -webkit-transform: scale3d(1.05, .95, 1); transform: scale3d(1.05, .95, 1); } to { -webkit-transform: scale3d(1, 1, 1); transform: scale3d(1, 1, 1); } } /*=============*/ /*-------------------------------------------------------------- # Main CSS --------------------------------------------------------------*/ .dt_header { position: relative; z-index: 9; } .dt_header + .main-banner-section, .dt_header + .main-banner-section { margin-top: 4.8rem; } .dt_header-topbar { font-size: 1.45rem; padding: 1.7rem 0 0.8rem; color: #fff; background: var(--dt-secondary-color); } @media (min-width: 75em) { .dt_header-topbar { font-size: 1.5rem; } } @media (min-width: 62em) { .dt_header-topbar { padding: 1rem 0; } } .dt_header-topbar .dt-row { align-items: center; } .dt_header-topbar .dt_header-wrap { display: flex; flex-wrap: wrap; align-items: center; justify-content: center; } .dt_header-topbar .dt_header-wrap .widget { position: relative; margin: 0; z-index: 0; } .dt_header-topbar .dt_header-wrap.right .widget:not(:first-child), .dt_header-topbar .dt_header-wrap.left .widget:not(:first-child) { margin-left: 1.8rem; } @media (min-width: 62em) { .dt_header-topbar .dt_header-wrap.left { justify-content: start; } .dt_header-topbar .dt_header-wrap.right { justify-content: flex-end; } .dt_header-topbar .dt_header-wrap.right .widget:not(:first-child) { padding-left: 1.8rem; } .dt_header-topbar .dt_header-wrap.right .widget:not(:first-child):before { position: absolute; left: 0; width: 1px; height: 2rem; content: ""; top: 50%; transform: translateY(-50%); background: rgba(189, 189, 189, 0.4); } } .dt-current-date .dt-time { color: #fff; font-size: 1.3rem; font-weight: 700; padding: 0.5rem; border-radius: 0; background-color: var(--dt-main-color); text-transform: uppercase; display: inline-block; line-height: 1.2rem; min-width: 9.5rem; text-align: center; margin-left: 0.5rem; white-space: nowrap; } .dt-current-date span i { margin-right: 2px; color: var(--dt-main-color); } @media (max-width: 61.938em) { .dt_header-topbar .dt_header-wrap .widget { flex: 100%; } .dt_header-topbar .dt_header-wrap .widget { margin: 1rem 0 0.5rem 0; } .dt_header-topbar .dt_header-wrap .widget:first-child { margin-top: 0; } .dt_header-topbar .dt-col-12+.dt-col-12 .dt_header-wrap .widget:first-child { margin-top: 1.2rem; } } .dt-news-headline .dt-news-heading { background-color: #000; border: 0.1rem solid rgba(189, 189, 189, 0.4); padding: 1px 8px; margin-right: 3px; } .dt-news-headline .dt-news-heading, .dt-news-headline .dt_heading { display: inline-block; vertical-align: middle; } .dt-news-headline .dt-news-heading i { color: #f86900; margin-right: 2px; } .cities .city { display: inline-flex; align-items: center; flex-wrap: nowrap; overflow: hidden; justify-content: start; } .cities .city .city-temp { margin: 0 7px; } .cities .city .city-description .icon { display: inline-block; padding: 3px 2px 2px; line-height: 13px; vertical-align: 1px; background: var(--dt-main-color); border-radius: 100%; width: 2rem; height: 2rem; text-align: center; } .cities .city .city-description .icon img { width: 14px; height: 14px; filter: invert(1); } /*=============== Desktop Menu =============*/ .site--logo img { width: 100%; max-width: 18rem; } .site--logo .site--title { margin: 0; font-size: 4.1rem; font-weight: 700; line-height: 1.05; white-space: normal; color: var(--dt-secondary-color); } .site--logo a { display: inline-block; color: inherit; text-decoration: none; } .site--logo a:first-letter, .site--logo .site--title:first-letter { color: var(--dt-main-color); } .site--logo a:focus { outline: 0.1rem dotted; outline-offset: 0.5rem; } .site--logo a:hover, .site--logo a:focus { transform: translateY(-0.2rem); } .site--logo .site--description { margin-bottom: 0; margin-top: 0.5rem; } .dt_mobilenav-main.data-bg-image, .dt_navbar-inner.data-bg-image { background-size: cover; background-repeat: no-repeat; background-position: center; position: relative; z-index: 0; } .overlay_bg:before, .dt_mobilenav-main.data-bg-image:before, .dt_navbar-inner.data-bg-image:before { content: ""; position: absolute; left: 0; right: 0; top: 0; bottom: 0; background: rgba(0, 0, 0, .5); z-index: -1; } .is--sticky { transition: all 0.5s ease; } .is--sticky.on { position: fixed; right: 0; left: 0; top: 0; z-index: 99999; background-color: #fff; animation: fadeInDown 0.6s cubic-bezier(0.24, 0.74, 0.58, 1); box-shadow: 0 0.5rem 2rem 0 rgba(27, 24, 47, 0.1); } .admin-bar .dt_navbar-sidebar-toggle+.dt_sidebar-toggle, .admin-bar .dt_mobilenav-mainmenu-content, .admin-bar .dt_readingbar-wrapper, .admin-bar .is--sticky.on { top: 32px; } @media (min-width: 600px) and (max-width: 782px) { .admin-bar .dt_navbar-sidebar-toggle+.dt_sidebar-toggle, .admin-bar .dt_mobilenav-mainmenu-content, .admin-bar .dt_readingbar-wrapper, .admin-bar .is--sticky.on { top: 46px; } } @media (max-width: 599px) { body.admin-bar .dt_navbar-sidebar-toggle+.dt_sidebar-toggle, body.admin-bar .dt_readingbar-wrapper, body.admin-bar .is--sticky.on { top: 0; } body.admin-bar .dt_mobilenav-mainmenu-content { top: 46px; } } .dt_navbar-menu { display: flex; align-items: center; justify-content: flex-end; width: 100%; } .dt_navbar-nav { display: flex; justify-content: start; text-align: start; position: relative; } .dt_navbar-mainmenu { list-style: none; margin: 0; padding: 0; display: block; } .dt_navbar-nav .dt_navbar-mainmenu { display: inline-block; } .dt_navbar-mainmenu li { list-style: none; position: relative; } .dt_navbar-nav .dt_navbar-mainmenu>li { display: inline-block; margin: 0 0.5px; } .dt_navbar-nav .dt_home-icon i { font-size: 112.5%; } .dt_navbar-nav .dt_home-icon a, .dt_navbar-mainmenu>li>a, .dropdown-menu li a { position: relative; display: block; z-index: 0; font-weight: 600; line-height: 1.125; white-space: normal; } .dt_navbar-mainmenu .dropdown-menu li a { color: var(--dt-secondary-color); } .dt_navbar-nav .dt_home-icon a, .dt_navbar-mainmenu li>a { text-decoration: none; outline: none; color: inherit; } .dt_navbar-mainmenu li>a:focus { text-decoration: underline; text-underline-offset: 0.1rem; } .dt_navbar-mainmenu>li>a { white-space: normal; border: 0; border-radius: 0; } .dt_navbar-nav .dt_home-icon a, .dt_navbar-nav .dt_navbar-mainmenu>li>a { display: inline-flex; color: var(--dt-secondary-color); } .dt_navbar-nav .dt_navbar-mainmenu>li>a { padding: 1.6rem 1.3rem; } .dt_navbar-nav .dt_home-icon a { padding: 1.6rem 1.8rem; } .dt_header .widget_nav_menu .menu-item-has-children>a, .dt_footer .widget_nav_menu .menu-item-has-children>a, .dt_footer .dt_navbar-mainmenu>.menu-item-has-children>a, .dt_navbar-nav .dt_navbar-mainmenu>.menu-item-has-children>a { padding-right: 1.6rem; position: relative; } .dt_header .widget_nav_menu .menu-item-has-children>a:after, .dt_footer .widget_nav_menu .menu-item-has-children>a:after, .dt_footer .dt_navbar-mainmenu .menu-item-has-children>a:after, .dt_navbar-nav .dt_navbar-mainmenu .dropdown-menu .menu-item-has-children>a:after, .dt_navbar-nav .dt_navbar-mainmenu .menu-item-has-children>a:after { font-family: 'FontAwesome'; content: '\f107'; position: absolute; top: 47%; right: 0; font-size: 90%; display: inline-block; transform: translate(0, -43%) rotate(0deg); } .dt_navbar-nav .dt_navbar-mainmenu .dropdown-menu .menu-item-has-children>a { padding-right: 3rem; } .dt_navbar-nav .dt_navbar-mainmenu .dropdown-menu .menu-item-has-children>a:after { top: 42%; right: 1.6rem; transform: translate(0, -42%) rotate(-90deg); } .menu-wrap .dropdown-menu li a sup, .menu-wrap .dropdown-menu li a sub, .dt_mobilenav .dt_navbar-mainmenu li.active>a, .dt_mobilenav .dt_navbar-mainmenu li.focus>a, .dt_mobilenav .dt_navbar-mainmenu li:hover>a, .dt_navbar-nav .dt_navbar-mainmenu li.active>a, .dt_navbar-nav .dt_navbar-mainmenu>li.focus>a, .dt_navbar-nav .dt_navbar-mainmenu>li:hover>a { color: var(--dt-main-color); } .dt_footer_copyright .widget_nav_menu .sub-menu, .dt_footer .dt_navbar-mainmenu .dropdown-menu, .dt_navbar-cart-item .dt_navbar-shopcart, .dt_header .widget_nav_menu .sub-menu, .dt_navbar-nav .dt_navbar-mainmenu .dropdown-menu { position: absolute; text-align: start; color: var(--dt-secondary-color); background-color: #fff; width: 22.5rem; opacity: 0; visibility: hidden; transform: scaleY(0); transform-origin: center top 0; transition: all .2s ease-in-out; box-shadow: 0 3px 6px 0 rgba(0, 0, 0, .15); } .dt_navbar-cart-item .dt_navbar-shopcart, .dt_header .widget_nav_menu .sub-menu, .dt_navbar-nav .dt_navbar-mainmenu .dropdown-menu { top: 100%; padding: 0; margin: 0; list-style: none; display: block; z-index: 9; } .dt_footer_copyright .widget_nav_menu .sub-menu, .dt_footer .dt_navbar-mainmenu .dropdown-menu { top: auto; right: auto; bottom: 100%; left: auto; margin: 0 auto; } .dt_navbar-cart-item:hover .dt_navbar-shopcart, .dt_navbar-cart-item:focus-within .dt_navbar-shopcart, .dt_footer_copyright .widget_nav_menu .menu-item:hover>.sub-menu, .dt_footer_copyright .widget_nav_menu .menu-item.focus>.sub-menu, .dt_header .widget_nav_menu .menu-item:hover>.sub-menu, .dt_header .widget_nav_menu .menu-item.focus>.sub-menu, .dt_footer .dt_navbar-mainmenu .menu-item:hover>.dropdown-menu, .dt_footer .dt_navbar-mainmenu .menu-item.focus>.dropdown-menu, .dt_navbar-nav .dt_navbar-mainmenu .menu-item:hover>.dropdown-menu, .dt_navbar-nav .dt_navbar-mainmenu .menu-item.focus>.dropdown-menu { opacity: 1; visibility: visible; transform: scaleY(1); } .dt_footer_copyright .widget_nav_menu .sub-menu li>a, .dt_header .widget_nav_menu .sub-menu li>a, .dt_footer .dt_navbar-mainmenu .dropdown-menu li>a, .dt_navbar-nav .dt_navbar-mainmenu .dropdown-menu li>a { padding: 1.2rem 2.5rem; position: relative; } .dt_footer_copyright .widget_nav_menu .sub-menu li:last-child>a, .dt_header .widget_nav_menu .sub-menu li:last-child>a, .dt_footer .dt_navbar-mainmenu .dropdown-menu li:last-child>a, .dt_navbar-nav .dt_navbar-mainmenu .dropdown-menu li:last-child>a { border-bottom: 0; } .dt_footer .dt_navbar-mainmenu .dropdown-menu li.active>a, .dt_footer .dt_navbar-mainmenu .dropdown-menu li:hover>a, .dt_footer .dt_navbar-mainmenu .dropdown-menu li.focus>a, .dt_navbar-nav .dt_navbar-mainmenu .dropdown-menu li.active>a, .dt_navbar-nav .dt_navbar-mainmenu .dropdown-menu li:hover>a, .dt_navbar-nav .dt_navbar-mainmenu .dropdown-menu li.focus>a { color: var(--dt-main-color); padding-left: 2.15rem; } .dt_footer .dt_navbar-mainmenu .dropdown-menu li a:before, .dt_navbar-nav .dt_navbar-mainmenu .dropdown-menu li a:before { position: absolute; content: ""; top: 0; left: 0; right: 0; width: 100%; height: 0; opacity: 0.5; background-color: rgba(189, 189, 189, 0.2); z-index: -1; transition: all .2s ease-in-out; } .dt_footer .dt_navbar-mainmenu .dropdown-menu li.active>a:before, .dt_footer .dt_navbar-mainmenu .dropdown-menu li:hover>a:before, .dt_footer .dt_navbar-mainmenu .dropdown-menu li.focus>a:before, .dt_navbar-nav .dt_navbar-mainmenu .dropdown-menu li.active>a:before, .dt_navbar-nav .dt_navbar-mainmenu .dropdown-menu li:hover>a:before, .dt_navbar-nav .dt_navbar-mainmenu .dropdown-menu li.focus>a:before { height: 100%; transition: all .2s ease-in-out; } .dt_footer .dt_navbar-mainmenu .menu-item .dropdown-menu .dropdown-menu, .dt_navbar-nav .dt_navbar-mainmenu .menu-item .dropdown-menu .dropdown-menu { top: 0; left: 100%; transform: none; } .dt_header .widget_nav_menu .sub-menu li .sub-menu li .sub-menu li .sub-menu, .dt_navbar-nav .dt_navbar-mainmenu .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu { left: auto; right: 100%; } .dt_header .widget_nav_menu .sub-menu li .sub-menu li .sub-menu li .sub-menu li .sub-menu li .sub-menu li .sub-menu, .dt_navbar-nav .dt_navbar-mainmenu .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu { right: auto; left: 100%; } .dt_header .widget_nav_menu .sub-menu li .sub-menu li .sub-menu li .sub-menu li .sub-menu li .sub-menu li .sub-menu li .sub-menu li .sub-menu, .dt_navbar-nav .dt_navbar-mainmenu .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu { right: auto; left: 100%; } .menu-badge { position: relative; padding: 2px 4px; color: #fff; background-color: var(--dt-main-color); display: inline-block; text-align: center; line-height: 1.4; white-space: nowrap; vertical-align: baseline; font-size: 10px; } sup.menu-badge { position: absolute; top: 1px; right: 0; } @media (max-width: 61.938em) { sup.menu-badge { right: unset; margin: 0 3px; } } .menu-badge::after { position: absolute; left: 3px; bottom: -4px; content: ''; width: 0; height: 0; border-left: 0 solid transparent; border-right: 5px solid transparent; border-top: 5px solid var(--dt-main-color); } .menu-badge.bg-primary { color: #fff; background-color: var(--dt-main-color); } .menu-badge.bg-secondary { color: #fff; background-color: var(--dt-secondary-color); } .menu-badge.bg-white { color: var(--dt-secondary-color); background-color: #fff; } .menu-badge.bg-red { color: #fff; background-color: #d32a2a; } .menu-badge.bg-primary::after { border-top-color: var(--dt-main-color); } .menu-badge.bg-secondary::after { border-top-color: var(--dt-secondary-color); } .menu-badge.bg-white::after { border-top-color: #fff; } .menu-badge.bg-red::after { border-top-color: #d32a2a; } /* --/-- */ /*=============== Mobile Menu =============*/ .dt_mobilenav { background-color: #fff; } @media screen and (max-width: 61.938em) { body:not(.sticky-sidebar) .site-wrapper { transition: all .3s ease; } .dt_mobilenav-mainmenu--active:not(.sticky-sidebar) .site-wrapper { transform: translateX(30rem); } } .dt_mobilenav-topbar .dt_mobilenav-topbar-toggle { display: inline-block; position: relative; width: 2.8rem; height: 2.8rem; line-height: 2.8rem; padding: 0; cursor: pointer; font-size: 1.6rem; margin: 1rem 0; color: #fff; outline-offset: -0.4rem; background-color: rgba(255, 255, 255, 0.25); border: 0.1rem solid rgba(255, 255, 255, 0.2); overflow: hidden; z-index: 0; } .dt_mobilenav-topbar .dt_mobilenav-topbar-toggle.active { color: var(--dt-main-color); background-color: #fff; } .dt_mobilenav-topbar .dt_mobilenav-topbar-toggle i { transition: all .2s ease-in-out; vertical-align: middle; } .dt_mobilenav-topbar .dt_mobilenav-topbar-toggle.active i { transform: rotate(180deg) translateY(.15rem); } button.hamburger { outline-offset: 5px; outline-color: transparent; } button.hamburger:focus { outline-color: var(--dt-secondary-color); } .hamburger { width: 4.4rem; height: 4.4rem; vertical-align: middle; overflow: hidden; display: block; padding: 1.2rem; border: none; border-radius: 50%; box-shadow: none; color: #fff; background-color: var(--dt-main-color); } .hamburger span { height: 2px; width: 100%; display: block; margin: 0 0 4px; background-color: currentColor; transition: all .2s ease-in-out; } .hamburger span:nth-child(2) { width: 75%; } .hamburger span:first-child { margin-top: 0; } .hamburger span:last-child { margin-bottom: 0; } .hamburger:hover span, .hamburger:focus span { background-color: rgba(255, 255, 255, 0.85); } .hamburger:not(.active):hover span:first-child, .hamburger:not(.active):focus span:first-child { animation: hamburger 0.8s infinite ease-in-out alternate; } .hamburger:not(.active):hover span:nth-child(2), .hamburger:not(.active):focus span:nth-child(2) { animation: hamburger 0.8s infinite ease-in-out alternate forwards 150ms; } .hamburger:not(.active):hover span:last-child, .hamburger:not(.active):focus span:last-child { animation: hamburger 0.8s infinite ease-in-out alternate forwards 300ms; } @keyframes hamburger { 0% { width: 100%; } 50% { width: 50%; } 100% { width: 100%; } } .hamburger.active span { position: absolute; inset: 0; margin: auto; width: 100%; } .hamburger.active span:first-child { transform: rotate(45deg) scale(0.6); } .hamburger.active span:nth-child(2) { opacity: 0; visibility: hidden; } .hamburger.active span:last-child { transform: rotate(-45deg) scale(0.6); } .dt_mobilenav-menu { display: flex; align-items: center; justify-content: space-between; padding: 1.6rem 0; } .dt_mobilenav-menu ul, .dt_mobilenav-menu ul li { padding: 0; list-style: none; position: relative; border: 0; } .dt_mobilenav-menu>div { flex-basis: 0; flex-grow: 1; max-width: 25%; } .dt_mobilenav-menu .dt_mobilenav-logo { text-align: center; max-width: 100%; } @media (max-width: 47.938em) { .dt_mobilenav-menu .dt_mobilenav-logo .site--logo .site--title { font-size: 3.8rem; } } @media (max-width: 35.938em) { .dt_mobilenav-menu .dt_mobilenav-logo .site--logo .site--title { font-size: 3rem; } } .dt_mobilenav-right .dt_navbar-right { padding-left: 1rem; } .dt_mobilenav-right .dt_navbar-right .dt_navbar-list-right { justify-content: flex-end; } .dt_mobilenav-right .dt_navbar-list-right>li:not(:last-child) { margin-right: 1rem; } @media (max-width: 47.938em) { .dt_mobilenav-right .dt_navbar-right .dt_navbar-cart-item, .dt_mobilenav-right .dt_navbar-right .dt_navbar-button-item { display: none; } .dt_mobilenav-right .dt_navbar-list-right>li:not(:last-child).dt_navbar-search-item { margin-right: 0; } } .dt_mobilenav-toggles { padding-right: 1.2rem; } .dt_mobilenav-mainmenu-content { position: fixed; top: 0; left: 0; bottom: 0; right: 0; width: 100%; display: none; overflow: hidden; z-index: 99999; } .dt_mobilenav-mainmenu-content:after { content: ""; position: absolute; top: 0; left: 0; right: 0; bottom: 0; background-color: inherit; z-index: -1; transition: all .2s ease-in-out; } .dt_mobilenav-mainmenu-content .off--layer { position: absolute; top: 0; left: 0; width: 100%; height: 100%; backdrop-filter: blur(1rem); background-color: rgba(0, 0, 0, 0.9); } .dt_mobilenav-mainmenu-inner { position: absolute; top: 0; left: 0; width: 90%; max-width: 50rem; height: 100%; padding-top: 6.8rem; padding-bottom: 2rem; opacity: 0; visibility: hidden; overflow: hidden; text-align: start; color: var(--dt-secondary-color); background: #fff; transform: translateX(-150%); transition: all .2s ease-in-out; box-shadow: 0 1.5rem 4rem rgba(0, 0, 0, 0.1); } .dt_mobilenav-mainmenu--active .dt_mobilenav-mainmenu-inner { transform: translateX(0); opacity: 1; visibility: visible; } .dt_mobilenav-mainmenu-inner .site--close { color: #fff; background-color: var(--dt-main-color); } .dt_mobilenav-mainmenu-inner .dt_navbar-mainmenu { height: 100%; overflow-x: hidden; overflow-y: overlay; touch-action: auto; } .dt_mobilenav-mainmenu-inner>ul>li:first-child { border-top: 0.1rem solid rgba(189, 189, 189, 0.2); } .dt_mobilenav-mainmenu-inner>ul>li { border-bottom: 0.1rem solid rgba(189, 189, 189, 0.2); } .dt_mobilenav-mainmenu-inner .dt_navbar-mainmenu>li a { width: 100%; padding: 0; padding-left: 1.5rem; } .dt_mobilenav-mainmenu-inner ul li.menu-item-has-children { display: flex; justify-content: start; flex-wrap: wrap; } .dt_mobilenav-mainmenu-inner .dropdown-menu li:not(:last-child) { border-bottom: 0.1rem solid rgba(189, 189, 189, 0.2); } .dt_mobilenav-mainmenu-inner li.menu-item-has-children ul.dropdown-menu li>a { padding-left: 2.5rem; width: 100%; } .dt_mobilenav-mainmenu-inner .menu-item-has-children>a { flex: 1; } .dt_mobilenav-mainmenu-inner .dropdown-menu { margin: 0; float: none; clear: both; display: none; background: none; border-top: 0.1rem solid rgba(189, 189, 189, 0.2); width: 100%; padding: 0; border-radius: 0; box-shadow: none; } .dt_mobilenav-mainmenu-inner .menu-item a { display: inline-block; letter-spacing: 0.05rem; line-height: 4.3rem; } .dt_mobilenav-mainmenu-inner .menu-item-has-children.current>a { margin: 0; color: var(--sp-primary); } .dt_mobilenav-dropdown-toggle { width: 100%; max-width: 4.4rem; text-align: center; } .dt_mobilenav-mainmenu-content .dt_mobilenav-dropdown-toggle button { cursor: pointer; flex-basis: 10%; width: 100%; text-align: center; line-height: 4.4rem; font-size: 1.8rem; font-weight: 900; padding: 0 0.72rem; border: 0; border-radius: 0; color: var(--dt-secondary-color); background: none; border-left: 0.1rem solid rgba(189, 189, 189, 0.2); display: flex; align-items: center; justify-content: center; height: 100%; box-shadow: none; } .dt_mobilenav-mainmenu-content .dt_mobilenav-dropdown-toggle button:before { transform: rotate(0deg); display: block; transition: all .2s ease-in-out; } .dt_mobilenav-mainmenu-content .menu-item-has-children.current>.dt_mobilenav-dropdown-toggle>button:before { transform: rotate(90deg); } .dt_footer .dt_mobilenav-dropdown-toggle { display: none; } @media (min-width: 62em) { .dt_mobilenav-dropdown-toggle { display: none; } } .dt_mobilenav-topbar { display: flex; flex-direction: column-reverse; align-items: center; justify-content: start; text-align: center; background-color: var(--dt-secondary-color); } .dt_mobilenav-main { box-shadow: 0 1px 0 rgba(0, 0, 0, 0.07); background-color: #fff; } .dt_mobilenav-topbar-content { display: none; width: 100%; height: auto; } /* --/-- */ /*=============== Sidebar Toggle =============*/ button.dt_navbar-sidebar-toggle { display: flex; justify-content: center; align-items: center; padding: 0; border: solid 1px rgba(189, 189, 189, 0.4); background-color: var(--dt-secondary-color); color: #fff; } .dt_navbar-sidebar-toggle-inner { width: 39px; height: 39px; line-height: 0; box-shadow: none; position: relative; z-index: 0; transition: 0.4s; } .dt_navbar-sidebar-toggle-inner span { position: absolute; width: 5px; height: 5px; border-radius: 50%; background-color: currentColor; transition: transform 0.4s; } .dt_navbar-sidebar-toggle-inner span:nth-child(1) { left: 9px; top: 9px; } .dt_navbar-sidebar-toggle-inner span:nth-child(2) { left: 17px; top: 9px; } .dt_navbar-sidebar-toggle-inner span:nth-child(3) { left: 25px; top: 9px; } .dt_navbar-sidebar-toggle-inner span:nth-child(4) { left: 9px; top: 17px; } .dt_navbar-sidebar-toggle-inner span:nth-child(5) { left: 17px; top: 17px; } .dt_navbar-sidebar-toggle-inner span:nth-child(6) { left: 25px; top: 17px; } .dt_navbar-sidebar-toggle-inner span:nth-child(7) { left: 9px; top: 25px; } .dt_navbar-sidebar-toggle-inner span:nth-child(8) { left: 17px; top: 25px; } .dt_navbar-sidebar-toggle-inner span:nth-child(9) { left: 25px; top: 25px; } .dt_navbar-sidebar-toggle:hover .dt_navbar-sidebar-toggle-inner span:nth-child(1), .dt_navbar-sidebar-toggle:focus .dt_navbar-sidebar-toggle-inner span:nth-child(1) { transform: translate(8px, 0); } .dt_navbar-sidebar-toggle:hover .dt_navbar-sidebar-toggle-inner span:nth-child(2), .dt_navbar-sidebar-toggle:focus .dt_navbar-sidebar-toggle-inner span:nth-child(2) { transform: translate(8px, 0); } .dt_navbar-sidebar-toggle:hover .dt_navbar-sidebar-toggle-inner span:nth-child(3), .dt_navbar-sidebar-toggle:focus .dt_navbar-sidebar-toggle-inner span:nth-child(3) { transform: translate(0, 8px); } .dt_navbar-sidebar-toggle:hover .dt_navbar-sidebar-toggle-inner span:nth-child(4), .dt_navbar-sidebar-toggle:focus .dt_navbar-sidebar-toggle-inner span:nth-child(4) { transform: translate(0, -8px); } .dt_navbar-sidebar-toggle:hover .dt_navbar-sidebar-toggle-inner span:nth-child(6), .dt_navbar-sidebar-toggle:focus .dt_navbar-sidebar-toggle-inner span:nth-child(6) { transform: translate(0, 8px); } .dt_navbar-sidebar-toggle:hover .dt_navbar-sidebar-toggle-inner span:nth-child(7), .dt_navbar-sidebar-toggle:focus .dt_navbar-sidebar-toggle-inner span:nth-child(7) { transform: translate(0, -8px); } .dt_navbar-sidebar-toggle:hover .dt_navbar-sidebar-toggle-inner span:nth-child(8), .dt_navbar-sidebar-toggle:focus .dt_navbar-sidebar-toggle-inner span:nth-child(8) { transform: translate(-8px, 0); } .dt_navbar-sidebar-toggle:hover .dt_navbar-sidebar-toggle-inner span:nth-child(9), .dt_navbar-sidebar-toggle:focus .dt_navbar-sidebar-toggle-inner span:nth-child(9) { transform: translate(-8px, 0); } .dt_sidebar-toggle { position: fixed; top: 0; right: 0; width: 100%; height: 100%; z-index: 9999999; overflow: hidden; opacity: 0; visibility: hidden; background-color: rgba(0, 0, 0, 0.5); -webkit-backface-visibility: hidden; backface-visibility: hidden; -webkit-transition: all .3s ease-in .6s; transition: all .3s ease-in .6s; } .sidebar--active .dt_sidebar-toggle { opacity: 1; visibility: visible; -webkit-backface-visibility: hidden; backface-visibility: hidden; -webkit-transition: all .6s ease-in .0s; transition: all .6s ease-in .0s; } .dt_sidebar-toggle .off--layer { right: -100%; visibility: hidden; } .sidebar--active .dt_sidebar-toggle .off--layer { right: 0%; visibility: visible; -webkit-transition: all .8s ease-out 0s; transition: all .8s ease-out 0s; } .dt_sidebar-toggle .dt_sidebar-wrapper { position: relative; max-width: 40rem; margin-left: auto; padding: 4rem 2rem 2rem; height: 100%; overflow-y: auto; color: var(--dt-secondary-color); background-color: #fff; -webkit-transform: translate3d(52rem, 0, 0); transform: translate3d(52rem, 0, 0); -webkit-transition: all 0.4s cubic-bezier(0.9, 0.03, 0, 0.96) 0.6s; transition: all 0.4s cubic-bezier(0.9, 0.03, 0, 0.96) 0.6s; } .sidebar--active .dt_sidebar-toggle .dt_sidebar-wrapper { -webkit-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0); -webkit-transition: all 0.6s cubic-bezier(0.9, 0.03, 0, 0.96) 0.3s; transition: all 0.6s cubic-bezier(0.9, 0.03, 0, 0.96) 0.3s; } .dt_sidebar-toggle .dt_sidebar-wrapper .dt_sidebar-content { position: relative; top: 15rem; width: 100%; height: 100%; padding: 1.8rem 0; opacity: 0; visibility: hidden; -webkit-transition: all .3s ease-in .3s; transition: all .3s ease-in .3s; -webkit-backface-visibility: hidden; backface-visibility: hidden; } .sidebar--active .dt_sidebar-wrapper .dt_sidebar-content { top: 0; opacity: 1; visibility: visible; -webkit-transition: all 1s ease-out 1.2s; transition: all 1s ease-out 1.2s; -webkit-backface-visibility: hidden; backface-visibility: hidden; } .dt_sidebar-toggle .dt_sidebar-wrapper .dt_sidebar-content .widget+.widget { margin-top: 3rem; } .dt_sidebar-toggle .dt_sidebar-wrapper .dt_sidebar-content .widget .textwidget img { border-radius: 2rem; } .dt_sidebar-toggle .dt_sidebar-wrapper .dt_sidebar-content .widget .textwidget p { margin-top: 1.6rem; } .dt_sidebar-toggle .dt_sidebar-wrapper .dt_sidebar-content .widget .widget-title { padding-left: 1.5rem; } .dt_sidebar-toggle .dt_sidebar-wrapper .dt_sidebar-content .widget .widget-title:before { content: ""; width: 0.35rem; position: absolute; bottom: 0; top: 50%; left: 0; -webkit-transform: translateY(-50%); transform: translateY(-50%); height: 66%; background-color: var(--dt-main-color); } /*=============== Menu Right =============*/ .widget_shopping_cart ul.product_list_widget, .dt_navbar-shopcart ul, .dt_navbar-right>ul { list-style: none; padding: 0; margin: 0; } .dt_navbar-right>ul { padding-left: 1.2rem; display: flex; align-items: center; justify-content: flex-end; height: 100%; } @media (min-width: 62em) and (max-width: 74.95em) { .dt_navbar-right>ul { padding-left: 1.2rem; } } .dt_navbar-right>ul li.dt_navbar-social-item { flex-shrink: 0; } .dt_navbar-list-right>li:not(:last-child) { margin-right: 1rem; } .dt_navbar-right>ul .dt_navbar-widget-item { flex-shrink: 0; } .dt_mobilenav-right .dt_navbar-list-right>li:not(:last-child) { margin-right: 1rem; } /* Cart */ .dt_navbar-cart-item { position: relative; } .dt_navbar-cart-item .dt_navbar-shopcart { width: 30.6rem; padding: 2rem; top: 140%; right: 0; } .widget_shopping_cart ul.product_list_widget { overflow-y: auto; max-height: 50rem; max-height: 50vh; } .woocommerce .widget_shopping_cart .cart_list li, .woocommerce.widget_shopping_cart .cart_list li, .widget_shopping_cart ul.product_list_widget li { display: block; list-style: none; margin: 0; padding: 1rem 0 0.5rem 7.5rem !important; padding-right: 3rem; min-height: 8rem; position: relative; overflow: hidden; vertical-align: top; line-height: 1.33; border-bottom: none; } .dt_navbar-list-right ul.product_list_widget li { margin-right: 0; } .woocommerce .widget_shopping_cart .cart_list li a.remove, .woocommerce.widget_shopping_cart .cart_list li a.remove, a.remove { display: block; width: 2.4rem; height: 2.4rem; font-size: 1.5rem !important; line-height: 2.4rem !important; border-radius: 100%; color: #ccc !important; font-weight: bold; text-align: center; text-decoration: none; border: 0.1rem solid currentColor; } .woocommerce .widget_shopping_cart .cart_list li a.remove:hover, .woocommerce .widget_shopping_cart .cart_list li a.remove:focus, .woocommerce.widget_shopping_cart .cart_list li a.remove:hover, .woocommerce.widget_shopping_cart .cart_list li a.remove:focus, a.remove:hover, a.remove:focus { color: var(--dt-secondary-color) !important; background-color: transparent; } .quantity { opacity: 1; display: inline-block; display: inline-flex; margin-right: 1.6rem; white-space: nowrap; vertical-align: top; } .woocommerce .widget_shopping_cart .cart_list li a.remove, .woocommerce.widget_shopping_cart .cart_list li a.remove, .widget_shopping_cart ul.product_list_widget li a.remove { position: absolute; right: 0; left: auto; top: auto; z-index: 9; } .widget_shopping_cart ul.product_list_widget li a:not(.remove) { display: block; margin-bottom: 0.5rem; padding: 0; overflow: hidden; -o-text-overflow: ellipsis; text-overflow: ellipsis; line-height: 1.3; text-decoration: none; color: var(--dt-secondary-color); } .woocommerce .widget_shopping_cart .cart_list li a:not(.remove), .woocommerce.widget_shopping_cart .cart_list li a:not(.remove) { position: unset; } .widget_shopping_cart ul.product_list_widget li a:not(.remove):hover, .widget_shopping_cart ul.product_list_widget li a:not(.remove):focus { color: var(--dt-main-color); } body.woocommerce .widget_shopping_cart ul.cart_list li img, body.woocommerce .widget_shopping_cart ul.product_list_widget li img, .widget_shopping_cart ul.product_list_widget li img { top: 1rem; position: absolute; left: 0; width: 6rem; height: 6rem; float: none; margin-right: 0; margin-bottom: 0.5rem; -o-object-fit: cover; object-fit: cover; -o-object-position: 50% 50%; object-position: 50% 50%; } .widget_shopping_cart ul.product_list_widget li .quantity { display: block; margin-top: 0.3rem; font-size: .85em; opacity: .6; } span.amount { white-space: nowrap; color: var(--dt-secondary-color); font-weight: bold; } .woocommerce .widget_shopping_cart .cart_list li+li, .woocommerce.widget_shopping_cart .cart_list li+li, .widget_shopping_cart ul.product_list_widget li+li { border-top: 0.1rem solid rgba(189, 189, 189, 0.2) !important; } .widget_shopping_cart p.total { text-align: center; padding: 1rem 0 !important; border-top: 0.1rem solid rgba(189, 189, 189, 0.2) !important; border-bottom: 0.2rem solid rgba(189, 189, 189, 0.2); margin-bottom: 0.8rem; } .widget_shopping_cart .button:not(.add_to_cart_button) { width: 100%; margin: 0.8rem 0 0; text-align: center; text-decoration: none; } .widget_shopping_cart .button:not(.checkout):not(.add_to_cart_button) { border-color: var(--dt-secondary-color); background-color: var(--dt-secondary-color); color: #fff; } .widget_shopping_cart .button.checkout { border-color: var(--dt-main-color); background-color: var(--dt-main-color); color: #fff; } .widget_shopping_cart_content .woocommerce-mini-cart__empty-message { margin: 0; } .dt_navbar-subscribe-item .dt-subscribe, .dt_navbar-login-item .dt-user-login, .dt_navbar-cart-item .dt_navbar-cart-icon, .dt_navbar-search-item button.dt_navbar-search-toggle { color: #fff; border: 0; padding: 0; outline-offset: 5px; font-size: 1.6rem; border-radius: 50%; position: relative; background-color: var(--dt-secondary-color); background-size: auto 200%; display: inline-flex; justify-content: center; align-items: center; text-align: center; vertical-align: middle; width: 4.4rem; height: 4.4rem; line-height: 4.4rem; text-decoration: none; box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .15); } .dt_navbar-cart-item .dt_navbar-cart-icon svg, .dt_navbar-cart-item .dt_navbar-cart-icon i { display: inline-block; vertical-align: middle; line-height: 1.2; } .dt_navbar-subscribe-item .dt-subscribe:hover, .dt_navbar-login-item .dt-user-login:hover, .dt_navbar-search-item button.dt_navbar-search-toggle:hover, .dt_navbar-search-item button.dt_navbar-search-toggle:focus, .dt_navbar-cart-item:hover .dt_navbar-cart-icon, .dt_navbar-cart-item:focus-within .dt_navbar-cart-icon { color: rgba(255, 255, 255, 0.75); } .dt_navbar-subscribe-item .dt-subscribe:focus, .dt_navbar-login-item .dt-user-login:focus, .dt_navbar-search-item button.dt_navbar-search-toggle:focus, .dt_navbar-cart-item:focus-within .dt_navbar-cart-icon { outline: 0.1rem dotted; } .dt_navbar-cart-item .cart_count { position: absolute; top: -0.8rem; right: -0.9rem; width: 2rem; height: 2rem; line-height: 2rem; font-size: 1.2rem; display: inline-block; color: #fff; background-color: var(--dt-main-color); border-radius: 50%; } /* Search Popup */ .search--header { position: fixed; left: 0; top: 0; height: 100vh; width: 100%; z-index: 99999; margin-top: -54rem; transform: translateY(-100%); opacity: 0; visibility: hidden; backdrop-filter: blur(1rem); background-color: rgba(255, 255, 255, 0.9); transition: all 1500ms cubic-bezier(0.86, 0, 0.07, 1); transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1); } .dt_header-search--active .search--header { transform: translateY(0%); margin-top: 0; opacity: 1; visibility: visible; } .search--header:before { content: ""; position: absolute; left: 0; top: 100%; width: 100%; height: 56rem; mask-image: url("data:image/png;base64,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"); -webkit-mask-image: url("data:image/png;base64,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"); mask-repeat: no-repeat; -webkit-mask-repeat: no-repeat; mask-position: center; -webkit-mask-position: center; mask-size: cover; -webkit-mask-size: cover; background-color: #fff; margin-top: 0; } .search--header .dt_search-close { position: absolute; left: 0; right: 0; top: 75%; margin: 0 auto; margin-top: -20rem; border-radius: 50%; text-align: center; width: 6rem; height: 6rem; font-size: 3.2rem; line-height: 6rem; outline-offset: -0.5rem; color: #fff; background-color: var(--dt-main-color); cursor: pointer; border: none; opacity: 0; visibility: hidden; padding: 0; box-shadow: 0 0 1rem rgba(0, 0, 0, 0.15); transition: all .2s ease-in-out; } .dt_header-search--active .search--header .dt_search-close { visibility: visible; opacity: 1; top: 50%; transition-delay: 1500ms; } .search--header .dt_search-form { position: absolute; max-width: 70rem; top: 50%; left: 1.5rem; right: 1.5rem; margin: -3.5rem auto 0; transform: scaleX(0); transform-origin: center; transition: all 300ms ease; } .dt_header-search--active .search--header .dt_search-form { transform: scaleX(1); transition-delay: 1200ms; } .search--header .dt_search-form input[type=text], .search--header .dt_search-form input[type=search] { position: relative; display: block; font-size: 1.8rem; line-height: 5rem; color: var(--dt-secondary-color); height: 6rem; min-height: 6rem; width: 100%; padding: 1rem 3rem; font-weight: 500; border-radius: 0; text-transform: capitalize; transition: all .2s ease-in-out; } .search--header .dt_search-form input[type=submit], .search--header .dt_search-form button { position: absolute; right: 0; top: 50%; width: 6rem; height: 6.1rem; outline-offset: -0.5rem; background: transparent; text-align: center; font-size: 2rem; padding: 0; cursor: pointer; border: none; color: #fff; background-color: var(--dt-main-color); border-radius: 0; transform: translateY(-50%); transition: all .2s ease-in-out; } .search--header .dt_search-form button i { position: relative; z-index: 1; } .search--header .categories { position: absolute; bottom: 5%; left: 50%; transform: translateX(-50%); text-align: center; max-height: 250px; overflow-y: auto; } /*** // ***/ /* Header 1 */ .header--one .dt_navbar-menus { background-color: var(--dt-main-color); } .header--one .dt_navbar-menu { padding: 0; min-height: 5.2rem; justify-content: space-between; } .header--one .dt_navbar-wrapper.is--sticky.on .dt_navbar-inner { display: none; } .header--one .dt_navbar-menu .dt_navbar-sidebar-item .dt_navbar-sidebar-toggle { width: 51px; height: 51px; background-color: rgba(18, 20, 24, 0.2); border-color: transparent; } .header--one .dt_navbar-menu .dt_navbar-subscribe-item .dt-subscribe, .header--one .dt_navbar-menu .dt_navbar-login-item .dt-user-login, .header--one .dt_navbar-menu .dt_navbar-cart-item .dt_navbar-cart-icon, .header--one .dt_navbar-menu .dt_navbar-search-item button.dt_navbar-search-toggle { background: transparent; width: 2.4rem; height: 2.4rem; line-height: normal; padding: 0; box-shadow: none; } .header--one .dt_navbar-menu .dt_navbar-sidebar-item .dt_navbar-sidebar-toggle, .header--one .dt_navbar-sidebar-toggle:hover .dt_navbar-sidebar-toggle-inner, .header--one .dt_navbar-sidebar-toggle:focus .dt_navbar-sidebar-toggle-inner, .header--one .site--logo, .header--one .site--logo a, .header--one .dt_navbar-nav .dt_home-icon a, .header--one .dt_navbar-nav .dt_navbar-mainmenu>.menu-item-has-children>a:after, .header--one .dt_navbar-nav .dt_navbar-mainmenu>li>a, .header--one .dt_navbar-nav .dt_navbar-mainmenu>li.active>a, .header--one .dt_navbar-nav .dt_navbar-mainmenu>li.focus>a, .header--one .dt_navbar-nav .dt_navbar-mainmenu>li:hover>a { color: #fff; } .header--one.menu_active-one .dt_navbar-nav .dt_navbar-mainmenu>li>a::before { background-color: #fff; } .header--one.menu_active-two .dt_navbar-nav .dt_navbar-mainmenu>li>a, .header--one.menu_active-two .dt_navbar-nav .dt_navbar-mainmenu>li>a>i { line-height: 1.5; vertical-align: middle; } .header--one.menu_active-two .dt_navbar-nav .dt_home-icon i { line-height: 1.334; } .header--one .dt_navbar-cart-item .cart_count { background-color: var(--dt-secondary-color); } .header--one.menu_active-three .dt_navbar-right>ul { padding-top: 0; padding-bottom: 0; } /* Header Menu Active */ .menu_active-three .dt_navbar-right>ul { padding-top: 6px; padding-bottom: 6px; } .menu_active-three .dt_navbar-nav .dt_home-icon a, .menu_active-three .dt_navbar-nav .dt_navbar-mainmenu>li>a { padding: 2rem 2rem; } .menu_active-three .dt_navbar-nav .dt_navbar-mainmenu>li:not(:first-child) { margin-left: 1px; } .menu_active-three .dt_navbar-nav .dt_navbar-mainmenu>.menu-item-has-children>a { padding-right: 3.7rem; } .menu_active-three .dt_navbar-nav .dt_navbar-mainmenu .menu-item-has-children>a:after { right: 2.1rem; } .menu_active-three .dt_navbar-nav .dt_navbar-mainmenu>li.active>a, .menu_active-three .dt_navbar-nav .dt_navbar-mainmenu>li:hover>a, .menu_active-three .dt_navbar-nav .dt_navbar-mainmenu>li.focus>a, .dt_header .dt_navbar-nav .dt_home-icon a { background-color: var(--dt-main-color); color: #fff; } .header--one.menu_active-default .dt_navbar-nav .dt_home-icon a, .header--one.menu_active-one .dt_navbar-nav .dt_home-icon a, .header--one.menu_active-two .dt_navbar-nav .dt_home-icon a, .header--one.menu_active-three .dt_navbar-nav .dt_navbar-mainmenu>li.active>a, .header--one.menu_active-three .dt_navbar-nav .dt_navbar-mainmenu>li:hover>a, .header--one.menu_active-three .dt_navbar-nav .dt_navbar-mainmenu>li.focus>a, .header--one.menu_active-three .dt_navbar-nav .dt_home-icon a { background-color: rgba(0, 0, 0, .1); } .dt_header .dt_navbar-nav .dt_home-icon a::before, .menu_active-three .dt_navbar-nav .dt_navbar-mainmenu>li>a::before { content: ""; position: absolute; top: 0; left: 0; right: 0; bottom: 0; background-color: inherit; z-index: -1; } .header--three .dt_navbar-nav .dt_home-icon a::before { top: -6px; } /* .menu_active-three .dt_navbar-nav .dt_navbar-mainmenu>li>a::before { top: 0px; } */ /*//////////////*/ /* Common Classes */ .dt_tabs .dt_tabslist { display: flex; flex-wrap: wrap; padding-left: 0; padding-right: 0; margin-top: 0; margin-bottom: 0; list-style: none; overflow: hidden; } @media (min-width: 75em) { .dt_tabs .dt_tabslist { flex-wrap: nowrap; overflow-x: auto; } } .dt_tabs .dt_tabslist > li { flex: 1 1 auto; text-align: center; } .dt_tabs .dt_tabslist > li button { position: relative; display: block; padding: 6px 8px; width: 100%; font-weight: 600; box-shadow: none; background-color: transparent; } .dt_tabs:not(.post-tabs) .dt_tabslist > li button:after { content: ""; position: absolute; bottom: 0; left: 8px; right: 8px; height: 4px; opacity: 0; background: var(--dt-main-color); z-index: -1; } .dt_tabs .dt_tabslist > li > button.active:after { opacity: 1; } .dt_tabs .dt_tabslist > li button i { margin-right: 6px; vertical-align: baseline; } .dt_tabs .dt_tabslist > li > button.active { color: var(--dt-main-color); } .post-tabs .dt_tabslist > li button { padding: 0.85rem 1.6rem; border: solid 1px rgba(189, 189, 189, 0.4); border-radius: 0; background-color: #fff; } .post-tabs .dt_tabslist > li > button.active { background-color: var(--dt-main-color); color: #fff; } .tab-content { position: relative } .tab-pane { opacity: 1; -webkit-transition: all .2s ease-in-out; transition: all .2s ease-in-out } .tab-pane.loading { opacity: .3 } .tab-content>.tab-pane { display: none; } .tab-content>.active { display: block; } .fade:not(.show) { opacity: 0; } .fade { transition: opacity 0.15s linear; } .lds-dual-ring { display: inline-block; position: absolute; width: 40px; height: 40px; top: 50%; left: 50%; visibility: hidden; opacity: 0; transform: translate(-50%, -50%); -webkit-transition: all .2s ease-in-out; -moz-transition: all .2s ease-in-out; transition: all .2s ease-in-out; z-index: 1 } .lds-dual-ring.loading { visibility: visible; opacity: 1 } .lds-dual-ring:after { content: " "; display: block; width: 40px; height: 40px; margin: 8px; border-radius: 50%; border: 3px solid; border-color: var(--dt-main-color) transparent; animation: lds-dual-ring 1.2s linear infinite } @keyframes lds-dual-ring { 0% { transform: rotate(0deg) } 100% { transform: rotate(360deg) } } .position-absolute { position: absolute; } .padding-20 { padding: 20px; } .padding-30 { padding: 30px; } .bordered { border: solid 1px rgba(189, 189, 189, 0.4); } .rounded { border-radius: 1rem; } .list-inline { padding-left: 0; padding-right: 0; list-style: none; } .list-inline-item { display: inline-block; } .overlay { position: absolute; left: 0; bottom: 0; width: 100%; height: 100%; z-index: 1; -webkit-transition: all .3s ease; transition: all .3s ease; background: rgba(0, 0, 0, .25); } .decoration-border:after, .decoration-border:before { position: absolute; content: ""; left: 0; z-index: -1; width: 100%; height: 50%; background: var(--dt-main-color); transform: scaleX(0); transition: transform 0.5s; } .decoration-border:before { top: 0; transform-origin: left; } .post:focus-within .decoration-border:before, .post:hover .decoration-border:before { transform-origin: right; } .decoration-border:after, .decoration-border:after { top: 50%; transform-origin: right; } .post:focus-within .decoration-border:after, .post:hover .decoration-border:after { transform-origin: left; } .post:hover .decoration-border:after, .post:focus .decoration-border:after, .post:hover .decoration-border:before, .post:focus .decoration-border:before { transform: scaleX(1); } .dot { width: 15px; height: 2px; background-color: var(--dt-main-color); display: inline-block; vertical-align: middle; margin-right: 5px; } .dot.small { width: 7px; margin-right: 5px; } /*=================================================================*/ /* Breadcrumbs /*=================================================================*/ .breadcrumbs { margin-bottom: 0; } .breadcrumb { display: flex; flex-wrap: wrap; font-size: 15px; padding: 0; list-style: none; background-color: transparent; border-radius: 0; } .breadcrumb li:not(:first-child) { padding-left: 0.8rem; } .breadcrumb li:not(:first-child):before { float: left; padding-right: 0.8rem; content: "\/"; } .breadcrumb li a { text-decoration: none; } .breadcrumb li a:not(:hover, :focus), .breadcrumb li, .breadcrumb li:not(:first-child):before { color: var(--dt-secondary-color); } /*=================================================================*/ /* SECTIONS /*=================================================================*/ section, main { position: relative; } #content { margin-top: 50px; } #content hr { border-width: 1px 0 0 0; border-style: solid; border-color: transparent; border-image-slice: 1; border-image-source: linear-gradient(to left, rgba(189, 189, 189, 0.4), transparent); } .content-lg { margin-top: 140px; margin-bottom: 140px; } .sticky-sidebar .dt_sidebar { position: sticky; top: 20px; } .sticky-header.sticky-sidebar .dt_sidebar { top: 82px; } .ads-title { color: #C0C0C0; font-family: "Poppins", sans-serif; font-size: 12px; display: block; margin-bottom: 10px; text-align: center; text-transform: uppercase; } .widget-header { margin-bottom: 20px; position: relative; display: flex; align-items: flex-end; justify-content: space-between; } .widget-header .widget-title { margin: 0; } .widget .wp-block-search__label, .widget .wp-block-heading { margin: 0 0 25px; display: block; } .dt-section--title-four .widget-header .widget-title, .dt-section--title-four .widget .wp-block-search__label, .dt-section--title-four .widget .wp-block-heading, .dt-section--title-one .widget-header .widget-title, .dt-section--title-one .widget .wp-block-search__label, .dt-section--title-one .widget .wp-block-heading { font-size: 1.7rem; position: relative; font-weight: 700; letter-spacing: .25px; padding: 10px 20px; width: auto; display: inline-flex; color: #fff; background: var(--dt-main-color); } .dt-section--title-one .widget-header .widget-title { margin-bottom: -1px; } .dt-section--title-four .widget .wp-block-search__label::after, .dt-section--title-four .widget .wp-block-heading::after, .dt-section--title-one .widget .wp-block-search__label::after, .dt-section--title-one .widget .wp-block-heading::after { position: absolute; content: ""; height: 2px; width: 100vh; bottom: -1px; left: 0; background: var(--dt-main-color); } .dt-section--title-four .widget-header, .dt-section--title-one .widget-header { border-bottom: 2px solid var(--dt-main-color); } .dt-section--title-two .widget-header { align-items: center; } .dt-section--title-two .widget-header .widget-title, .dt-section--title-two .widget .wp-block-search__label, .dt-section--title-two .widget .wp-block-heading { font-size: 2.4rem; position: relative; letter-spacing: .25px; padding-bottom: 10px; } .dt-section--title-two .widget-header .widget-title::after, .dt-section--title-two .widget .wp-block-search__label::after, .dt-section--title-two .widget .wp-block-heading::after { bottom: 0; height: 3px; } .dt-section--title-three .widget-header .widget-title::after, .dt-section--title-three .widget .wp-block-search__label::after, .dt-section--title-three .widget .wp-block-heading::after, .dt-section--title-two .widget-header .widget-title::after, .dt-section--title-two .widget .wp-block-search__label::after, .dt-section--title-two .widget .wp-block-heading::after { content: ""; position: absolute; content: ''; left: 0; width: 60px; background-color: var(--dt-main-color); } .dt-section--title-three .widget-header, .dt-section--title-three .widget .wp-block-search__label, .dt-section--title-three .widget .wp-block-heading { overflow: visible; border-bottom: solid 1px rgba(189, 189, 189, 0.4); } .dt-section--title-three .widget-header .widget-title, .dt-section--title-three .widget .wp-block-search__label, .dt-section--title-three .widget .wp-block-heading { font-size: 2.4rem; position: relative; letter-spacing: .25px; padding-bottom: 5px; } .dt-section--title-three .widget-header .widget-title::after, .dt-section--title-three .widget .wp-block-search__label::after, .dt-section--title-three .widget .wp-block-heading::after { bottom: -2px; height: 4px; } .dt-section--title-two .overlay_bg .widget-header .widget-title, .dt-section--title-three .overlay_bg .widget-header .widget-title { color: #fff; } .dt-section--title-four .widget-header .widget-title::before, .dt-section--title-four .widget .wp-block-search__label::before, .dt-section--title-four .widget .wp-block-heading::before { content: ""; position: absolute; top: 0; right: -3rem; width: 3.1rem; height: 101%; background-color: inherit; clip-path: polygon(0 0, 0% 100%, 100% 100%); } .hero { background-size: cover; background-repeat: no-repeat; background-attachment: fixed; height: 1040px; width: 100%; } .hero:after { content: ""; background: var(--dt-secondary-color); display: block; left: 0; opacity: 0.8; top: 0; height: 100%; position: absolute; width: 100%; } .hero .cta { margin: auto; max-width: 700px; position: relative; z-index: 1; } @media (min-width: 62em) { .hero .cta { padding-top: 120px; } } .hero .cta h2 { color: #fff; font-size: 48px; } .hero .cta p { color: #fff; font-size: 18px; opacity: 0.7; } .hero > svg { position: absolute; bottom: 0px; left: 0; width: 100%; z-index: 1; } .hero > svg path { fill: #f9f9fe; } .mouse { border: solid 1px #FFF; border-radius: 16px; display: block; height: 26px; width: 20px; left: 50%; bottom: 100px; position: absolute; z-index: 1; -webkit-transform: translateX(-50%); transform: translateX(-50%); } .mouse .wheel { background: #FFF; border-radius: 100%; display: block; position: absolute; top: 8px; left: 50%; -webkit-transform: translateX(-50%); transform: translateX(-50%); width: 3px; height: 3px; animation: animation-mouse 2s linear infinite; } @keyframes animation-mouse { 0% { top: 29% } 15% { top: 50% } 50% { top: 50% } 100% { top: 29% } } /*=================================================================*/ /* POST /*=================================================================*/ .page-template-author .post+.post { margin-top: 4rem; } .dt-container-md.post-container { max-width: 900px; } .post .category-badge { left: 1.8rem; bottom: 1.8rem; z-index: 1; } .post .category-badge.normal { line-height: 1; } .post .category-badge.normal a, .post .category-badge:not(.normal) a { display: inline-block; line-height: 1; font-weight: 600; margin: 0.2rem; letter-spacing: 1px; text-decoration: none; -webkit-transition: all .3s ease-in-out; transition: all .3s ease-in-out; } .post .category-badge.normal a { font-size: 1.2rem; color: var(--dt-main-color); } .post .category-badge:not(.normal) a { color: #fff; font-size: 1.2rem; border-radius: 0; padding: .4rem .65rem .4rem; background-color: var(--dt-main-color); } .post .category-badge a:hover, .post .category-badge a:focus { opacity: 0.92; } .post .category-badge a:focus { outline: 0.1rem dotted; outline-offset: -0.2rem; } .popular-categories .post.slick-slide:nth-child(7n+1), .post .category-badge a:nth-child(7n+1) { --dt-main-color: rgba(var(--dt-main-rgb)); } .popular-categories .post.slick-slide:nth-child(7n+2), .post .category-badge a:nth-child(7n+2) { --dt-main-color: #52a815; } .popular-categories .post.slick-slide:nth-child(7n+3), .post .category-badge a:nth-child(7n+3) { --dt-main-color: #ff4f00; } .popular-categories .post.slick-slide:nth-child(7n+4), .post .category-badge a:nth-child(7n+4) { --dt-main-color: #ff002a; } .popular-categories .post.slick-slide:nth-child(7n+5), .post .category-badge a:nth-child(7n+5) { --dt-main-color: #00baff; } .popular-categories .post.slick-slide:nth-child(7n+6), .post .category-badge a:nth-child(7n+6) { --dt-main-color: #7e0ad1; } .popular-categories .post.slick-slide:nth-child(7n+7), .post .category-badge a:nth-child(7n+7) { --dt-main-color: #ffae25; } .post .category-badge a+a { margin-left: 0.25rem; } .post .category-badge.lg { font-size: 1.4rem; padding: .8rem 2rem; } .post .category-badge:hover, .post .category-badge:focus { border-top-right-radius: 0; border-top-left-radius: 3rem; } .post .post-format { color: #fff; display: block; border-radius: 50%; font-size: 20px; height: 50px; line-height: 50px; right: 20px; text-align: center; bottom: -25px; position: absolute; width: 50px; box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, .15); background-color: var(--dt-main-color); z-index: 1; } .post .post-format-sm { color: #fff; display: block; border-radius: 50%; font-size: 14px; height: 30px; line-height: 30px; left: 20px; text-align: center; top: 20px; position: absolute; width: 30px; box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, .15); background-color: var(--dt-main-color); z-index: 1; } .post .post-format-sm i { vertical-align: middle; } .post .post-format a, .post .post-format-sm a { color: #fff; } .post .thumb { position: relative; } .post .thumb .inner, .post .thumb > a { display: block; height: 100%; } .post .thumb a:focus { outline: 0.1rem dotted; outline-offset: 0.2rem; } .post.circle .thumb a { border-radius: 50%; } .post .thumb.rounded .inner { border-radius: 10px; } .post.circle .thumb .number, .post.circle .thumb .inner { border-radius: 50%; } .post .thumb.top-rounded .inner { overflow: hidden; border-top-left-radius: 10px; border-top-right-radius: 10px } .post .thumb .post-gallery, .post .thumb .inner { overflow: hidden; } .post .thumb .inner iframe { min-height: 232px; } .post .thumb .post-gallery, .post .thumb .inner iframe { border-radius: inherit; } .post .thumb .post-gallery { margin-bottom: 0; } .post .thumb img { -o-object-fit: cover; object-fit: cover; width: 100%; height: 100%; -webkit-transform: scale(1); transform: scale(1); -webkit-transition: all .3s ease-in-out; transition: all .3s ease-in-out; } .post .thumb:focus-within img, .post .thumb:hover img { -webkit-transform: scale(1.07); transform: scale(1.07); } .post-single .navigation.post-navigation .nav-links a h5, .post .post-title a { color: var(--dt-secondary-color); text-decoration: none; background: -webkit-gradient(linear, left top, right top, from(currentColor), to(currentColor)); background: -webkit-linear-gradient(left, currentColor 0%, currentColor 100%); background: linear-gradient(to right, currentColor 0%, currentColor 100%); background-size: 0 6%; background-repeat: no-repeat; background-position: left 100%; -webkit-transition-duration: 0.5s; transition-duration: 0.5s; display: inline; } .post-single .navigation.post-navigation .nav-links a:hover h5, .post-single .navigation.post-navigation .nav-links a:focus h5, .post .post-title a:hover, .post .post-title a:focus { color: var(--dt-main-color); background-size: 100% 6%; } .post .excerpt { font-size: 16px; } .post .meta { font-size: 14px; color: var(--dt-text-color); } .post[class*="post-list"]>* ul.meta li { line-height: 1.7; } .post .meta a { color: var(--dt-text-color); font-weight: 500; text-decoration: none; } .post .meta a:hover, .post .meta a:focus { color: var(--dt-main-color); text-decoration: underline; } .post .meta i { vertical-align: baseline; } .post .meta li:last-child:after { content: ""; display: none; } .post .meta li:after { content: ""; display: inline-block; background-color: var(--dt-main-color); border-radius: 50%; margin-left: .65rem; height: 3px; vertical-align: middle; position: relative; top: -1px; width: 3px; } .post .meta li:not(:last-child) { margin-right: .5rem; } .post .meta li img.author { width: 2.1rem; height: 2.1rem; margin-right: 5px; vertical-align: middle; border-radius: 50%; display: inline-block; } .post .meta + p { margin-top: 0.8rem; } .post .social-share { position: relative; } .post .social-share .toggle-button { font-size: 16px; color: #fff; background-color: var(--dt-secondary-color); border: 0; width: 32px; padding: 6px; height: 32px; text-align: center; vertical-align: middle; box-shadow: none; } .single-post .post .social-share .toggle-button { display: none; } .post .social-share .icons { display: inline-block; vertical-align: middle; margin-top: 0; } .post:not(.post-single, .is-single) .social-share .toggle-button + .icons { position: absolute; top: 50%; white-space: nowrap; transform: translateY(-50%); } .post .social-share:not(.single-post-share) .icons li a { color: #fff; font-size: 14px; width: 25px; height: 25px; line-height: 26px; display: inline-block; text-align: center; text-decoration: none; background-color: var(--dt-main-color); } .post .social-share:not(.single-post-share) .icons li a:hover, .post .social-share:not(.single-post-share) .icons li a:focus { color: rgba(255,255,255,.8); } .post .social-share .icons li:not(:last-child) { margin-right: 0.1rem; } .post .post-bottom .more-button a { font-size: 16px; font-weight: 700; color: var(--dt-text-color); } .post .post-bottom .more-button a i { color: var(--dt-text-color); font-size: 12px; margin-left: 10px; vertical-align: middle; } .post .post-bottom .more-button a:hover, .post .post-bottom .more-button a:focus { color: var(--dt-main-color); } .post .post-bottom .more-link { color: var(--dt-secondary-color); font-size: 17px; font-weight: 700; } .post .post-bottom .more-link:not(:focus) { text-decoration: none; } .post .post-bottom .more-link i { font-size: 13px; color: var(--dt-text-color); margin-left: 3px; vertical-align: middle; position: relative; right: 0; -webkit-transition: all .3s ease-in-out; transition: all .3s ease-in-out; } .post .post-bottom .more-link:hover i, .post .post-bottom .more-link:focus i { right: -5px; } .post.post-list-md, .post.post-list-sm { clear: both; } .slick-vertical .slick-slide+.post-item, .post.post-list-md.shadow+.post.post-list-md, .post.post-list-sm.shadow+.post.post-list-sm { margin-top: 1.5rem; } .post.post-list-md.circle .thumb { max-width: 95px; flex-basis: 95px; } .post.post-list-md.circle .thumb img { height: 95px; } .post.post-list-sm.circle .thumb { max-width: 85px; flex-basis: 85px; } .post.post-list-sm.circle .thumb img { height: 85px; } .post.post-list-md.circle .thumb+.details, .post.post-list-sm.circle .thumb+.details { margin-left: 2rem; } .post.post-list-md.square .thumb { max-width: 180px; flex-basis: 180px; } .post.post-list-sm.square .thumb { max-width: 125px; flex-basis: 125px; } .post.post-list-sm .thumb .post-format-sm { top: 12px; left: 12px; width: 26px; height: 26px; line-height: 27px; font-size: 13px; } .post.post-list-md.square .thumb+.details, .post.post-list-sm.square .thumb+.details { padding-left: 1.4rem; } .post.post-list-md .thumb, .post.post-list-sm .thumb { float: left; position: relative; } .post.post-list-md .thumb .number, .post.post-list-sm .thumb .number { color: #fff; display: block; font-size: 12px; font-family: "Poppins", sans-serif; font-weight: 700; height: 24px; line-height: 22px; left: 0; text-align: center; bottom: 0; position: absolute; width: 24px; background-color: var(--dt-main-color); z-index: 1; } .post.circle .thumb .number { border: solid 2px #fff; line-height: 21px; } .post.post-list-md .post-title, .post.post-list-sm .post-title { font-size: 16px; } .post.post-list-md:not(.shadow):after, .post.post-list-sm:not(.shadow):after { content: ""; display: block; height: 1px; margin-bottom: 20px; margin-top: 20px; width: 100%; background: rgba(189, 189, 189, 0.4); background: -webkit-linear-gradient(right, rgba(189, 189, 189, 0.4) 0%, transparent 100%); background: linear-gradient(to left, rgba(189, 189, 189, 0.4) 0%, transparent 100%); } .post.post-list-md.before-seperator:before, .post.post-list-sm.before-seperator:before { content: ""; display: block; height: 1px; margin-bottom: 20px; margin-top: 20px; width: 100%; background: rgba(189, 189, 189, 0.4); background: -webkit-linear-gradient(right, rgba(189, 189, 189, 0.4) 0%, transparent 100%); background: linear-gradient(to left, rgba(189, 189, 189, 0.4) 0%, transparent 100%); } .post.post-list-md.before-seperator:after, .post.post-list-sm.before-seperator:after { content: ""; display: none; } @media (max-width: 599px) { .post.post-list-md.square .thumb, .post.post-list-sm.square .thumb { max-width: 100%; flex-basis: 100%; } .post.post-list-md.square .details, .post.post-list-sm.square .details { padding: 1.4rem; } } [class*="dt-col-"]:last-child > .post.post-list:after, .post.post-list-md:last-child:after, .post.post-list-sm:last-child:after { content: ""; display: none; } .post.post-list-sm:not(.bg-white, .dt-p-2), .post.post-list { align-items: center; } .post.post-list { margin-bottom: 30px; } [class*="dt-col-"]:last-child > .post.post-list { margin-bottom: 0; } .post.post-list .thumb { float: left; max-width: 40%; flex-basis: 40%; } .post.post-list .thumb+.details { padding-left: 2rem; padding-right: 2rem; } .post.post-list .post-title { margin: 9px 0; } .post.post-list .post-bottom { margin-top: 9px; } .post.post-list .post-bottom .social-share .icons { opacity: 0; visibility: hidden; margin-top: 0; -webkit-transition: all .2s ease-in-out; transition: all .2s ease-in-out; } .post.post-list .post-bottom .social-share .icons:before { content: ""; background: #ddd; display: inline-block; height: 1px; margin-left: 5px; margin-right: 5px; vertical-align: middle; width: 30px; } .post.post-list .post-bottom .social-share .icons.visible { opacity: 1; visibility: visible; } .post.post-list:not(.shadow):after { content: ""; display: block; height: 1px; margin-top: 30px; width: 100%; background: rgba(189, 189, 189, 0.4); background: -webkit-linear-gradient(right, rgba(189, 189, 189, 0.4) 0%, transparent 100%); background: linear-gradient(to left, rgba(189, 189, 189, 0.4) 0%, transparent 100%); } .post.post-list.sticky { background: #f2f1fd; border: 0; padding: 30px 30px 0; border-radius: 10px; } .post[class*="post-list"] { display: flex; flex-wrap: wrap; } .post[class*="post-list"]>* { flex: 1; } .post.post-grid .thumb .inner { margin-top: -1px; margin-left: -1px; margin-right: -1px; border-bottom-left-radius: 0; border-bottom-right-radius: 0; } .post.post-grid .thumb img { height: 236px; } .post.post-grid .details { padding: 30px; } .post.post-grid .post-bottom { border-top: solid 1px rgba(189, 189, 189, 0.4); margin: 0 30px; padding: 20px 0; } .post.post-grid .post-bottom .icons { opacity: 0; visibility: hidden; -webkit-transition: all .2s ease-in-out; transition: all .2s ease-in-out; } .post.post-grid .post-bottom .icons:before { content: ""; background: #ddd; display: inline-block; height: 1px; margin-left: 10px; margin-right: 10px; vertical-align: middle; width: 30px; } .post.post-grid .post-bottom .icons.visible { opacity: 1; visibility: visible; } .post.post-classic { margin-bottom: 40px } .post.post-classic .thumb .inner { margin-top: -1px; margin-left: -1px; margin-right: -1px; border-bottom-left-radius: 0; border-bottom-right-radius: 0; } .post.post-classic .thumb img { -o-object-fit: inherit; object-fit: inherit; width: auto; } .post.post-classic .details { padding: 50px 50px 40px; } .post.post-classic .details .post-title { font-size: 30px; } .post.post-classic .post-bottom { border-top: solid 1px rgba(189, 189, 189, 0.4); margin: 0 50px; padding: 20px 0; } .post.post-classic .post-bottom .social-share .toggle-button { display: none; } .post.post-classic .post-format { font-size: 24px; height: 60px; line-height: 64px; right: 50px; bottom: -30px; width: 60px; } .post.post-xl { margin-bottom: 140px; } .post.post-xl:last-of-type { margin-bottom: 80px } .post.post-xl .thumb .inner { margin-top: -1px; margin-left: -1px; margin-right: -1px } .post.post-xl .thumb img { height: 436px; } .post.post-xl .post-top { padding: 0 100px; margin-bottom: 40px; } .post.post-xl .post-top .post-title { font-size: 36px; } .post.post-xl .post-top+.details { margin-top: -40px; } .post.post-xl .details { padding: 50px 100px 50px; } .post.post-xl .post-bottom { border-top: solid 1px rgba(189, 189, 189, 0.4); margin: 0 100px; padding-top: 20px; } .post.post-xl .post-bottom .social-share .toggle-button { display: none; } .post.post-xl .post-format { font-size: 24px; height: 60px; line-height: 64px; right: 50px; bottom: -30px; width: 60px; } .post.post-xl.sticky { background: #f2f1fd; border: 0; padding: 30px 20px; } .post.post-over-content { position: relative; width: 100%; -webkit-transition: all .3s ease-in-out; transition: all .3s ease-in-out; } .post.post-over-content:focus, .post.post-over-content:hover { transform: translateY(-3px); box-shadow: 0 2px 14px 0 rgba(0,0,0,0.2); } .post.post-over-content .thumb { position: relative; overflow: hidden; background: var(--dt-secondary-color); } .post.post-over-content .thumb:after { content: ""; background: var(--dt-secondary-color); display: block; height: 100%; left: 0; opacity: .6; top: 0; position: absolute; width: 100%; } .post.post-over-content .thumb, .post.post-over-content .thumb img { height: 300px; -webkit-transform: none; transform: none; } .post.post-over-content .details { bottom: 20px; left: 20px; right: 20px; position: absolute; z-index: 1; } .post.post-over-content .meta a:hover, .post.post-over-content .meta a:focus, .post.post-over-content .post-title, .post.post-over-content .post-title a, .post.post-over-content .post-title a:hover, .post.post-over-content .post-title a:focus { color: #fff; } .post.post-over-content .meta { color: rgba(255, 255, 255, .6); } .post.post-over-content .meta li:after { content: ""; background: rgba(255, 255, 255, .6); } .post.post-over-content .meta .edit-post-link a, .post.post-over-content .meta li a { color: rgba(255, 255, 255, .6); } .post .meta .edit-post-link { display: inline-block; } .post.sticky { background: #f2f1fd; border: 0; } .post-list-col:last-child .post-list, .post-list-item:last-child .post-list { margin-bottom: 0; } .post-list-col:last-child .post-list:after, .post-list-item:last-child .post-list:after { content: ""; display: none; } .post.post-list-md.counter, .post.post-list-sm.counter, .post-carousel { counter-increment: my-awesome-counter; position: relative; } .post.post-list-md.counter .meta li, .post.post-list-sm.counter .meta li, .post-carousel .meta li { padding-top: 0; } .post.post-list-md.counter .meta li:before, .post.post-list-sm.counter .meta li:before, .post-carousel .meta li:before { content: ""; display: none; } .post.post-list-md.counter:before, .post.post-list-sm.counter:before { content: counter(my-awesome-counter); color: #fff; display: block; border: solid 2px #fff; border-radius: 50%; font-size: 12px; font-family: "Poppins", sans-serif; font-weight: 700; height: 24px; line-height: 22px; left: 0; text-align: center; top: -10px; position: absolute; width: 24px; box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, .15); background-color: var(--dt-main-color); z-index: 1; } .dt-row.dt-g-4 > * > .post { margin: 0; } .post .post-categories { display: flex; flex-wrap: wrap; } .post .post-categories .post-format-sm { position: relative; top: 0; left: 0; margin-right: 0.8rem; } .videoWrapper { position: relative; padding-bottom: 56.25%; padding-top: 0; height: 0; } .videoWrapper iframe { position: absolute; top: 0; left: 0; width: 100%; height: 100%; } .single-post-share .share-text { display: block; font-size: 13px; color: var(--dt-text-color); } .single-cover { background-size: cover; background-attachment: fixed; background-repeat: no-repeat; height: 600px; position: relative; } .single-cover:after { content: ""; display: block; height: 100%; left: 0; top: 0; position: absolute; width: 100%; background-color: rgba(32,54,86,.6); } .single-cover .cover-content { bottom: 60px; max-width: 720px; position: absolute; z-index: 1; } .single-cover .cover-content .title { color: #fff; font-size: 36px; } .single-cover .cover-content .breadcrumb .breadcrumb-item a, .single-cover .cover-content .breadcrumb-item+.breadcrumb-item:before { color: #fff; } .single-cover .cover-content .meta, .single-cover .cover-content .meta a { color: rgba(255, 255, 255, .6); } .single-cover .cover-content .meta li:after { content: ""; background-color: #fff; } .single-cover .breadcrumb li a, .single-cover .breadcrumb li a:hover, .single-cover .breadcrumb li a:focus { color: #fff; } .featured-post-lg { position: relative; } .post+.post { margin-top: 20px; } .post.post-carousel, .post+.featured-post-lg, .post+.featured-post-xl, .post+.post[class*="dt-col-"], .post-carousel-banner .post+.post { margin-top: 0; } .featured-post-lg:focus-within .thumb .inner, .featured-post-lg:hover .thumb .inner { -webkit-transform: scale(1.05); transform: scale(1.05); } .featured-post-lg .thumb { position: relative; overflow: hidden; box-shadow: 0 .8rem 2rem rgba(32, 54, 86, .3); } .featured-post-lg .details { position: absolute; right: 0; bottom: 0; left: 0; padding: 2.6rem; z-index: 2; overflow: hidden; } .slick-dotted .featured-post-lg .details { padding: 2.6rem 2.6rem 5.8rem; } .featured-post-lg .details:after { content: ""; display: block; position: absolute; bottom: 0; left: 0; width: 100%; height: 100%; z-index: -1; background: linear-gradient(to top, #191c20 0, #191c20f2 calc(100% - 150px), #191c2000 92%); } .featured-post-lg .post-title { font-size: 32px; } .featured-post-lg .post-title a, .featured-post-lg .meta a:hover, .featured-post-lg .meta a:focus, .featured-post-lg .post-title a:hover, .featured-post-lg .post-title a:focus { color: #fff; } .post[class*="featured-post"]:hover .post-title a, .post[class*="featured-post"]:focus-within .post-title a { background-size: 100% 6%; } .featured-post-lg .meta { color: rgba(255, 255, 255, .6); } .featured-post-lg .meta li:after { content: ""; background: rgba(255, 255, 255, .6); } .featured-post-lg .meta .edit-post-link a, .featured-post-lg .meta li a { color: rgba(255, 255, 255, .6); } .featured-post-lg .thumb .inner { background-size: cover; background-position: center center; height: 530px; -webkit-transition: all .3s ease-in-out; transition: all .3s ease-in-out; -webkit-transform: scale(1); transform: scale(1); } .main-featured-section .post .thumb .inner, .featured-post-lg .thumb .inner { background-color: var(--dt-secondary-color); } .featured-post-md { position: relative; } .featured-post-md:hover .thumb .inner { -webkit-transform: scale(1.05); transform: scale(1.05); } .featured-post-md .thumb { position: relative; overflow: hidden; } .featured-post-md .thumb .inner { background-color: var(--dt-secondary-color); background-size: cover; background-position: center center; height: 310px; -webkit-transition: all .3s ease-in-out; transition: all .3s ease-in-out; -webkit-transform: scale(1); transform: scale(1); } .featured-post-md .thumb:after { content: ""; background: var(--dt-secondary-color); display: block; height: 100%; left: 0; opacity: .5; top: 0; position: absolute; width: 100%; } .featured-post-md .details { padding: 0 30px; position: absolute; text-align: center; top: 50%; width: 100%; z-index: 2; -webkit-transform: translateY(-50%); transform: translateY(-50%); } .featured-post-md .post-title { font-size: 22px; margin: 15px 0; } .featured-post-md .post-number, .featured-post-md .post-title a, .featured-post-md .post-title a:hover, .featured-post-md .post-title a:focus { color: #fff; } .featured-post-md .meta { color: rgba(255, 255, 255, .6); } .featured-post-md .meta li:after { content: ""; background: rgba(255, 255, 255, .6); } .featured-post-md .meta li a { color: rgba(255, 255, 255, .6); } .featured-post-xl { position: relative; } .featured-post-xl:hover .thumb .inner { -webkit-transform: scale(1.05); transform: scale(1.05); } .featured-post-xl .thumb { position: relative; overflow: hidden; } .featured-post-xl .thumb .inner { background-color: var(--dt-secondary-color); background-size: cover; background-position: center center; height: 530px; -webkit-transition: all .3s ease-in-out; transition: all .3s ease-in-out; -webkit-transform: scale(1); transform: scale(1); } .featured-post-xl .thumb:after { content: ""; background: var(--dt-secondary-color); display: block; height: 100%; left: 0; opacity: .6; top: 0; position: absolute; width: 100%; } .featured-post-xl .details { padding: 0 30px; position: absolute; text-align: center; left: 50%; top: 50%; width: 100%; max-width: 90%; z-index: 1; -webkit-transform: translate(-50%, -50%); transform: translate(-50%, -50%); } .featured-post-xl .post-title { font-size: 36px; margin: 20px 0; } .featured-post-xl .post-title a { color: #fff; } .featured-post-xl .post-title a:hover, .featured-post-xl .post-title a:focus { color: #fff; } .featured-post-xl .meta { color: rgba(255, 255, 255, .6); } .featured-post-xl .meta li:after { content: ""; background: rgba(255, 255, 255, .6); } .featured-post-xl .meta li a { color: rgba(255, 255, 255, .6); } .dt_widget_post_category .featured-post-md .post-title { margin-top: 0; margin-bottom: 0; font-size: 20px; } .dt_widget_post_category .featured-post-md .post-number { display: inline-block; width: 35px; height: 35px; line-height: 35px; text-align: center; background-color: rgba(255, 255, 255, .25); -webkit-backdrop-filter: blur(1.5rem); backdrop-filter: blur(1.5rem); color: #fff; border-radius: 50%; } .post-carousel-banner .post.rounded { border-radius: 10px; } .post-carousel-banner .slick-dots { position: absolute; bottom: 26px; margin: 0; } .post-carousel-banner .slick-prev { left: 26px; } .post-carousel-banner .slick-next { right: 26px; } .post-carousel-banner .slick-next, .post-carousel-banner .slick-prev { width: 38px; height: 38px; line-height: 52px; background: #f3eeee; border: 0; } .post-carousel-banner .slick-prev:before, .post-carousel-banner .slick-next:before { color: var(--dt-main-color); font-size: 18px; position: initial; } .post-carousel-banner .slick-next:hover, .post-carousel-banner .slick-prev:hover { background: #fff; } .post-gallery { margin-bottom: 30px; } .post-gallery .item img { border-radius: 10px; } .post-gallery .slick-dots { position: absolute; bottom: 30px; margin: 0; } .post-gallery .slick-prev { left: 30px; } .post-gallery .slick-next { right: 30px; } .post-gallery .slick-next, .post-gallery .slick-prev { width: 40px; height: 40px; line-height: 54px; background: rgba(0, 0, 0, .18); border: 0; } .post-gallery .slick-prev:before, .post-gallery .slick-next:before { color: #fff; font-size: 16px; position: initial; } .post-gallery .slick-next:hover, .post-gallery .slick-prev:hover { background: #fff; } .post-carousel .slick-slide { margin: 12px; } .post-carousel .slick-list { margin: -12px; } .post-carousel-widget .post-carousel .thumb { max-width: 100%; } .post-carousel-widget .post-carousel .thumb img { height: 200px; } .post-tabs .tab-content { max-height: 486px; overflow: hidden; overflow-y: auto; } /*=================================================================*/ /* ABOUT AUTHOR /*=================================================================*/ .author-page.about-author { margin-top: 0; } .author-page.about-author h1.name { font-size: 30px; } .dt_contact_form, .post-single, .about-author { background-color: #fff; box-shadow: 0 1px 0 rgba(0, 0, 0, 0.07); } .is-single+.about-author { margin-top: 50px; } .about-author:last-child { margin-bottom: 0; } .about-author.child { margin-left: 60px } .about-author .thumb { float: left; height: 100px; width: 100px; border-radius: 50%; overflow: hidden; } .about-author .details { margin-left: 130px; } .about-author .details h4.name { font-size: 20px; margin: 0 0 10px; } .about-author .details h4.name a { color: var(--dt-secondary-color); text-decoration: none; } .about-author .details h4.name a:hover, .about-author .details h4.name a:focus { color: var(--dt-main-color); } .about-author .details p { margin-bottom: 10px; } .about-author .author-link { font-size: 16px; font-weight: 700; } .about-author .author-link i { font-size: 12px; vertical-align: middle; margin-left: 10px; } /*=================================================================*/ /* Post Single /*=================================================================*/ .nextprev-post-wrapper { margin-top: 50px; } .nextprev-post { position: relative; padding: 30px; background-color: #f5f5f5; box-shadow: 0 1px 0 rgba(0, 0, 0, 0.07); } .nextprev-post .nextprev-text { display: block; margin-bottom: 10px; } .nextprev-post.next { text-align: end; } .nextprev-post .post-title { font-size: 18px; margin: 0; } .post-single { padding: 20px; } .post-single .post-header { margin-bottom: 30px; } .post-single .post-header .post-title { font-size: 46px; } .post-single .post-header .post-excerpt { font-size: 18px; font-style: italic; } .post-single .post-header .post-excerpt p { margin-bottom: 0; } .post-single .featured-image { margin-bottom: 30px; } .post-single .post-content { color: var(--dt-text-color); font-size: 16px; } .post-single .post-bottom { border-top: solid 1px rgba(189, 189, 189, 0.4); padding-top: 30px; margin-top: 30px; } .post-single ul li { list-style-type: circle; } .post-single .social-icons { margin-bottom: 0; } .post-single .videoWrapper { margin-bottom: 30px; } .post-single .about-author { background-color: #f5f5f5; } .post-single .about-author:after, .post-single .about-author:before { content: ""; display: table; clear: both; } /* Post Navigation */ .post-single .navigation.post-navigation .nav-links { display: flex; flex-wrap: wrap; justify-content: space-between; gap: 2rem; } .post-single .navigation.post-navigation .nav-links > div { flex: 48%; } .post-single .navigation.post-navigation .nav-links a { text-decoration: none; } .post-single .navigation.post-navigation .nav-links i { position: absolute; top: 50%; transform: translateY(-50%); width: 3rem; height: 3rem; background-color: var(--dt-main-color); color: #fff; border-radius: 50%; line-height: 3rem; font-size: 1.6rem; text-align: center; } .post-single .navigation.post-navigation .nav-links .nav-previous { text-align: start; padding-left: 20px; } .post-single .navigation.post-navigation .nav-links .nav-previous i { left: -15px; } .post-single .navigation.post-navigation .nav-links .nav-next { text-align: end; padding-right: 20px; } .post-single .navigation.post-navigation .nav-links .nav-next i { right: -15px; } /*=================================================================*/ /* POST COMMENTS /*=================================================================*/ .comments-area { margin-top: 6rem; } .single-comments-title { margin-bottom: 3rem; text-align: start; } .comments-title h3 { font-size: 3.4rem; } .comment-list { margin: 0 0 6rem; padding: 0; list-style: none; } .comments-area li { list-style: none; } .comments-area .comment-body { position: relative; padding: 3rem; min-height: 12rem; word-wrap: break-word; border-radius: 0; z-index: 0; margin-bottom: 4rem; } @media (min-width: 48rem) { .comments-area .comment-body { padding: 3rem 3rem 3rem 16.5rem; } } .comments-area .comment-body:before { content: ""; position: absolute; top: 0; right: 0; width: 100%; height: 100%; max-width: 100%; z-index: -1; border-radius: inherit; } @media (min-width: 48rem) { .comments-area .comment-body:before { max-width: calc(100% - 120px); } } .comment-list .comment .comment-body:before { background: #f5f5f5; border: 0.1rem solid rgba(189, 189, 189, 0.4); } .comments-area .comment-meta .comment-awaiting-moderation { display: block; width: 100%; clear: both; } .comments-area .comment-meta .comment-author { font-size: 1.6rem; } .comments-area .comment-meta .comment-author .fn { font-weight: 700; } .comment-meta .comment-metadata > a, .comments-area .comment-meta .comment-author a { text-decoration: none; color: var(--dt-secondary-color); } .comment-meta .comment-metadata > a:hover, .comment-meta .comment-metadata > a:focus, .comments-area .comment-meta .comment-author a:hover, .comments-area .comment-meta .comment-author a:focus { color: var(--dt-main-color); } .comments-area .comment-meta .comment-author img { width: 6rem; border-radius: 10rem; } @media (min-width: 48rem) { .comments-area .comment-meta .comment-author img { position: absolute; z-index: 0; left: 0; top: 50%; transform: translateY(-50%); width: 15rem; border-radius: 0; padding: 5px; background-color: #f5f5f5; border: 0.1rem solid rgba(189, 189, 189, 0.4); } .comment-list .comment .children .comment-meta .comment-author img { background-color: #fff; } } .comments-area .comment-meta .comment-author, .comment-meta .comment-metadata { line-height: 1.5; font-size: 1.8rem; display: inline-block; } .comment-content { position: relative; z-index: 0; padding: 1.6rem 0; line-height: 1.5; } .comment-content p { margin-bottom: 0; } .comment-body .reply a, .comment-body .edit a { display: inline-block; font-weight: 600; letter-spacing: 0.03rem; background: var(--dt-main-color); color: #fff; padding: 0.5rem 1.2rem 0.3rem; } .comment-body .reply a:not(:hover, :focus), .comment-body .edit a:not(:hover, :focus) { text-decoration: none; } .comment-list .comment .children .comment-body:before { border: 0.1rem solid rgba(189, 189, 189, 0.4); background: #fff; } .comment-reply-title { font-size: 3.4rem; } .comment-form { display: flex; flex-wrap: wrap; justify-content: start; align-items: center; gap: 1.2rem; } .comment-form > p > label { font-weight: 600; color: var(--dt-secondary-color); } .comment-form > p.comment-notes { flex-basis: 100%; width: 100%; } .comment-form > p:not(.comment-notes):not(.comment-form-comment):not(.comment-form-cookies-consent):not(.form-submit) { flex: auto; } @media (max-width: 61.95em) { .comment-form > p:nth-child(2n+1):not(.comment-notes):not(.comment-form-comment):not(.comment-form-cookies-consent):not(.form-submit), .comment-form > p:not(.comment-notes):not(.comment-form-comment):not(.comment-form-cookies-consent):not(.form-submit) { max-width: 100%; flex-basis: 100%; } } .comment-form-comment { max-width: 100%; flex-basis: 100%; } .comment-form-cookies-consent, .form-submit { width: 100%; } .comment-form-cookies-consent label { vertical-align: middle; margin-left: 0.3rem; } .comment-respond { margin-top: 50px; } .comment-respond a#cancel-comment-reply-link { display: block; font-size: 14px; font-weight: 400; margin-top: 10px; } .comment-notes span { font-style: italic; } /*=================================================================*/ /* SLICK SETTINGS /*=================================================================*/ .slick-slide { height: auto; outline: none; } .slick-next, .slick-prev { width: 30px; height: 30px; text-align: center; color: #909090; background: #fff; border-radius: 0; box-shadow: none; border: solid 1px rgba(189, 189, 189, 0.4); top: 50%; -webkit-transform: translateY(-50%); transform: translateY(-50%); z-index: 1; -webkit-transition: all 0.3s ease-in-out; transition: all 0.3s ease-in-out; } .slick-next:hover, .slick-prev:hover { background: #fff; color: var(--dt-secondary-color); } .slick-prev { left: 0; } .slick-next { right: 0; } .slick-prev:before, .slick-next:before { font-family: "Font Awesome 6 Free"; font-weight: 900; top: 50%; left: 50%; color: inherit; transform: translate(-50%, -45%); position: absolute; font-size: 14px; opacity: 1; -webkit-transition: all 0.3s ease-in-out; transition: all 0.3s ease-in-out; } .slick-prev:before { content: "\f104"; } .slick-next:before { content: "\f105"; } .slick-dotted.slick-slider { margin-bottom: 0; } .slick-dots { position: relative; bottom: 0; padding: 0; margin: 25px 0 0; line-height: 1; } .slick-dots li { width: 8px; height: 8px; margin: 0 5px; vertical-align: middle; } .slick-dots li.slick-active { width: 25px; height: 8px; } .slick-dots li button { width: 100%; height: 100%; padding: 0; box-shadow: none; } .slick-dots li.slick-active button:before { background-color: var(--dt-main-color); border-radius: 5px; opacity: 1; width: 25px; } .slick-dots li button:before { content: ""; background: var(--dt-secondary-color); border-radius: 50%; opacity: 1; top: 50%; left: 50%; height: 100%; width: 100%; transform: translate(-50%, -50%); box-shadow: 0 3px 5px -1px rgba(7, 10, 25, 0.2); } .post-carousel-banner .slick-dots li:not(.slick-active) button:before { background: #d4d4d4; } .slick-arrows-top { position: relative; width: 59px; height: 30px; margin-left: auto; } .slick-arrows-bot { position: relative; display: block; width: 59px; height: 30px; margin: 20px auto 0; } /*=================================================================*/ /* WIDGETS /*=================================================================*/ .widget .widget-ads { display: block; text-align: center; } .widget .widget.widget_social { padding: 0; border: none; } .widget_recent_comments ol, .widget>ul, .widget div>ul { list-style: none; margin-left: 0; margin-right: 0; padding: 0; } .widget ul:not(.wp-block-social-links, .meta, .slick-dots, .icons, .dt_tabslist, .wc-block-grid__products, .product_list_widget) li+li { padding-top: 1.2rem; } .widget ul:not(.wp-block-social-links, .meta) li a { color: var(--dt-secondary-color); text-decoration: none; font-weight: 600; } .widget ul:not(.wp-block-social-links, .meta, .list-inline, .wp-block-latest-posts, .product_list_widget, .wc-block-grid__products) li a:before { content: "\f061"; color: var(--dt-main-color); font-family: "Font Awesome 6 Free"; font-weight: 700; font-size: 15px; margin-right: 15px; } .widget ul:not(.wp-block-social-links) li a:hover, .widget ul:not(.wp-block-social-links) li a:focus { color: var(--dt-main-color); } .widget ul:not(.wp-block-social-links, .meta, .list-inline, .slick-dots, .dt_tabslist, .product_list_widget) li:after { content: ""; display: block; height: 1px; width: 100%; margin-top: 1.2rem; background: rgba(189, 189, 189, 0.4); background: -webkit-linear-gradient(right, rgba(189, 189, 189, 0.4) 0%, transparent 100%); background: linear-gradient(to right, rgba(189, 189, 189, 0.4) 0%, transparent 100%); } .widget.widget_social ul li a:before { content: ""; margin-right: 0; } .widget .wp-block-tag-cloud { margin-bottom: 0; } .tags, .tagcloud, .wp-block-tag-cloud { clear: both; overflow: hidden; } .tags a, .widget .wp-block-tag-cloud .tag-cloud-link, .widget .wp-block-tag-cloud a { color: var(--dt-text-color); border: solid 1px rgba(189, 189, 189, 0.4); border-radius: 25px; font-size: 14px !important; display: inline-block; line-height: normal; padding: 7px 14px 6px; margin: 2px; text-decoration: none; position: relative; } .tags a::before, .widget .wp-block-tag-cloud .tag-cloud-link::before, .widget .wp-block-tag-cloud a::before { content: "#"; display: inline-block; margin-right: 0.15rem; } .tags a:hover, .tags a:focus, .widget .wp-block-tag-cloud .tag-cloud-link:focus, .widget .wp-block-tag-cloud a:focus, .widget .wp-block-tag-cloud .tag-cloud-link:hover, .widget .wp-block-tag-cloud a:hover { border-color: var(--dt-main-color); color: var(--dt-main-color); } .widget.widget_meta ul:not(.wp-block-social-links, .meta, .list-inline, .wp-block-latest-posts) li a:before { font-weight: 500; } .widget_meta ul:not(.wp-block-social-links, .meta, .list-inline, .wp-block-latest-posts) li:nth-child(1) a:before { content: "\f007"; } .widget_meta ul:not(.wp-block-social-links, .meta, .list-inline, .wp-block-latest-posts) li:nth-child(2) a:before { content: "\f2f6"; font-weight: 600; } .widget_meta ul:not(.wp-block-social-links, .meta, .list-inline, .wp-block-latest-posts) li:nth-child(3) a:before { content: "\f086"; } .widget_meta ul:not(.wp-block-social-links, .meta, .list-inline, .wp-block-latest-posts) li:nth-child(4) a:before { content: "\f27a"; } .widget_meta ul:not(.wp-block-social-links, .meta, .list-inline, .wp-block-latest-posts) li:nth-child(5) a:before { content: "\f19a"; font-family: "Font Awesome 6 Brands"; } /* Widget Featured Post */ .dt_widget_featured_post .post.post-over-content, .dt_widget_featured_post .post.post-over-content .thumb, .dt_widget_featured_post .post.post-over-content .thumb img { height: 100%; min-height: 300px; } /* Widget Calendar */ .calendar_wrap, .wp-block-calendar { position: relative; background-color: none; overflow: hidden; border-radius: 0; border-top: 0; } .widget_calendar table { width: 100%; background-color: #fff; border: 0; margin: 0; caption-side: top; } .widget_calendar table caption { font-weight: 700; color: #fff; position: relative; padding: 1.2rem 1.4rem; text-align: center; background-color: var(--dt-main-color); } .widget_calendar table th, .widget_calendar table td { text-align: center; line-height: 4rem; border: 0; padding: 0; text-align: center; border-radius: 0; } .widget_calendar table th { color: #fff; background: var(--dt-main-color); font-weight: 700; border-radius: 0; } .widget_calendar table td { font-weight: 600; position: relative; border-style: solid; border-width: 0.1rem; color: var(--dt-secondary-color); border-color: rgba(218, 218, 218); } .widget_calendar table tfoot { background-color: #f2f1fd; } .wp-calendar-nav { font-weight: 600; padding: 1.15rem 1.4rem; background-color: var(--dt-main-color); display: flex; align-items: center; justify-content: space-between; } .wp-calendar-nav a { display: inline-block; color: #fff; text-decoration: none; } /* wp gallery */ .wp-block-gallery figure.wp-block-image { background-color: var(--dt-secondary-color); } .wp-block-gallery figure.wp-block-image, .wp-block-gallery figure.wp-block-image a { position: relative; overflow: hidden; z-index: 0; } .wp-block-gallery figure.wp-block-image, .wp-block-gallery figure.wp-block-image * { height: 100%; } .wp-block-gallery figure.wp-block-image a { display: inline-block; } .wp-block-gallery figure.wp-block-image a:before { content: "\f03e"; position: absolute; top: 0; right: 0; bottom: 0; left: 0; font-family: 'FontAwesome'; display: flex; align-items: center; justify-content: center; font-size: 3rem; color: #fff; background-image: -moz-linear-gradient(90deg, #161C2D 0%, rgba(22, 28, 45, 0) 100%); background-image: -webkit-linear-gradient(90deg, #161C2D 0%, rgba(22, 28, 45, 0) 100%); background-image: -ms-linear-gradient(90deg, #161C2D 0%, rgba(22, 28, 45, 0) 100%); transform: scale(1, 0); transition: transform 500ms ease; transform-origin: top center; z-index: 0; } .wp-block-gallery figure.wp-block-image:hover a:before, .wp-block-gallery figure.wp-block-image:focus-within a:before { transform: scale(1, 1); } .wp-block-gallery figure.wp-block-image:hover a img, .wp-block-gallery figure.wp-block-image:focus-within a img { opacity: 0.5; -webkit-transform: scale(1.1); transform: scale(1.1); } .widget .wp-block-archives-list, .widget .wp-block-categories-list, .widget .wp-block-latest-posts.wp-block-latest-posts__list, .widget ol.wp-block-latest-comments { margin-bottom: 0; margin-top: 0; } .widget-header, .widget .wp-block-search, .widget .wp-widget-group__inner-blocks, .widget .wp-block-group { overflow: hidden; } .widget ol.wp-block-latest-comments { padding-left: 0; } .widget { margin-bottom: 30px; } .widget:last-child { margin-bottom: 0; } .dt_footer .widget { margin-bottom: 0; } .dt_sidebar .widget { /*border: solid 1px rgba(189, 189, 189, 0.4); padding: 35px 30px;*/ } .dt_sidebar .widget.newsmunch_double_category_Widget .dt-row { --dt-gutter-x: 0; } .dt_sidebar .widget.newsmunch_double_category_Widget .dt-row>* { flex: 0 0 100%; max-width: 100%; } .dt_sidebar .post.post-list-md.square .thumb { max-width: 130px; flex-basis: 130px; } .dt_sidebar .post.post-list-md .post-title, .dt_sidebar .post.post-list-sm .post-title { font-size: 15px; } .dt_sidebar .widget.no-container { padding: 0; border: 0; } .dt_sidebar .widget.widget_media_image { border: none; padding: 0; } .dt_widget_post_list_md .slick-prev:before, .dt_widget_post_list_md .slick-next:before { transform: translate(-50%, -45%) rotate(90deg); } /*=================================================================*/ /* Pagination /*=================================================================*/ .pagination { display: flex; padding-left: 0; list-style: none; margin: 40px 0 0; } .pagination li { list-style-type: none; margin: 0 5px; } .navigation.pagination, .navigation.pagination .nav-links { display: flex; justify-content: center; } .navigation.pagination .nav-links > * { margin: 0 5px; } .navigation.pagination .page-numbers:not(ul) { position: relative; display: block; color: var(--dt-text-color); border-radius: 50%; font-size: 15px; text-decoration: none; border: solid 1px rgba(189, 189, 189, 0.4); height: 45px; line-height: 45px; text-align: center; padding: 0; width: 45px; transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out; } .nav-links .page-numbers:not(ul):hover, .nav-links .page-numbers:not(ul):focus, .nav-links .page-numbers:not(ul).current, .page-item .page-numbers:not(ul):hover, .page-item .page-numbers:not(ul):focus, .page-item .page-numbers:not(ul).current { z-index: 3; color: #fff; text-decoration: none; border-color: transparent; background-color: var(--dt-main-color); box-shadow: 0 2px 4px 0 rgba(0,0,0,.15); transition: all .2s ease-in-out; } .woocommerce nav.woocommerce-pagination ul.page-numbers li, .woocommerce nav.woocommerce-pagination ul.page-numbers { border: none; } .woocommerce nav.woocommerce-pagination ul.page-numbers li { margin: 3px; } .woocommerce nav.woocommerce-pagination ul.page-numbers li a, .woocommerce nav.woocommerce-pagination ul.page-numbers li span { width: 2.5em; height: 2.5em; line-height: 1.3; border-radius: 50%; color: var(--dt-text-color); background: transparent; border: solid 1px rgba(189, 189, 189, 0.5); } .woocommerce nav.woocommerce-pagination ul.page-numbers li a:hover, .woocommerce nav.woocommerce-pagination ul.page-numbers li a:focus, .woocommerce nav.woocommerce-pagination ul.page-numbers li span.current { color: #fff; background: var(--dt-main-color); border-color: var(--dt-main-color); } /*=================================================================*/ /* Page Header /*=================================================================*/ .page-header.style-2 .dt-container-md .dt-row .dt-col-12 > div, .page-header:not(.style-2) { background-color: #fff; box-shadow: 0 1px 0 rgba(0, 0, 0, 0.07); background-repeat: repeat; background-position: center center; background-attachment: scroll; background-size: cover; overflow: hidden; } .page-header.style-2 .dt-container-md .dt-row .dt-col-12 > div:after, .page-header:not(.style-2):after { content: ""; position: absolute; top: 0; left: 0; width: 100%; height: 100%; background-color: rgba(255,255,255,0); z-index: -1; } .page-header.style-2 .dt-container-md .dt-row .dt-col-12 > div { padding: 1.2rem 1.6rem; margin-top: 2rem; } .page-header div { position: relative; z-index: 1; } .page-header div.dt-text-right, .page-header div.dt-text-left { display: flex; flex-wrap: wrap; align-items: center; justify-content: space-between; } .page-header div.dt-text-right { flex-direction: row-reverse; } .page-header div.dt-text-left h1 { margin-bottom: 0; margin-right: 0.8rem; } .page-header div.dt-text-right h1 { margin-bottom: 0; margin-left: 0.8rem; } .page-header h1 { font-size: 40px; font-weight: 800; } .contact-info-box { border-radius: 0; background-color: #fff; box-shadow: 0 18px 42px 0 rgba(var(--dt-main-rgb), 0.1); padding: 30px; transition: all .2s ease-in-out; } .contact-info-box:hover { box-shadow: 0 6px 52px 0 rgba(0, 0, 0, 0.05); transform: translateY(-10px); } @media (max-width: 430px) { .contact-info-box { padding: 50px 30px; } } .contact-info-item { display: flex; align-items: center; } .contact-info-item:not(:last-child) { margin-bottom: 25px; } .contact-info-item i { width: 60px; height: 60px; text-align: center; line-height: 60px; font-size: 44px; color: var(--dt-main-color); border-radius: 50%; flex: 0 0 60px; } .contact-info-item .info-value { padding-left: 15px; font-size: 16px; line-height: 28px; } /* Video Layout */ .video-layout { position: relative; } .video-layout .video .img { position: relative; z-index: 1; border-radius: 4px; overflow: hidden; } .video-layout .video .img:after { content: ""; position: absolute; top: 0; bottom: 0; left: 0; right: 0; width: 100%; height: 100%; background-color: rgba(0,0,0,.18); } .video-layout .video .img img { width: 100%; height: 100%; object-fit: cover; } .video-layout .video .icon { position: absolute; top: 50%; right: 0; left: 0; height: 100px; width: 100px; margin: 0 auto; text-align: center; transform: translateY(-50%); z-index: 1; } .video-layout .video .icon .play { display: flex; align-items: center; justify-content: center; position: relative; text-align: center; height: 100px; width: 100px; border-radius: 50%; font-size: 32px; background-color: #fff; color: var(--dt-main-color); margin: 0 auto; text-decoration: none; z-index: 0; box-shadow: 0 0 0 8px rgba(255, 255, 255, 0.5); /*animation: pulseShadowxlwhite 2000ms linear infinite;*/ } .video-layout .video .icon .play:before { content: ""; position: absolute; top: 0; left: 0; width: 100%; height: 100%; display: block; border: solid 1px #fff; border-radius: 100%; animation: pulseBorderAnimate1 infinite 3s; transform: scale(1); transition: all 0.5s ease-in-out; } .video-layout .video .icon .play:after { content: ""; position: absolute; top: 0; left: 0; width: 100%; height: 100%; display: block; border: 1px solid #fff; border-radius: 100%; animation: pulseBorderAnimate2 infinite 3s; z-index: -1; transform: scale(1); transition: all 0.5s; } @keyframes pulseBorderAnimate1 { 0% { opacity: 0.8; transform: scale(0.9); } 100% { transform: scale(1.5); opacity: 0; } } @keyframes pulseBorderAnimate2 { 0% { transform: scale(0.9); } 100% { transform: scale(1.9); opacity: 0; } } .video-layout .element { position: absolute; right: -35px; bottom: -32px; z-index: 0; } @media (max-width: 767px) { .video-layout .element { right: 0; } } /* Missed Section */ .main-missed-section .post.post-over-content .thumb, .main-missed-section .post.post-over-content .thumb img { height: 360px; } /* Skillbars */ .page-template-about { overflow-x: hidden; } .dt_skillbars .dt_skillbars-item+.dt_skillbars-item { margin-top: 2.2rem; } .dt_skillbars .dt_skillbars-item .dt_skillbars-heading { font-weight: 600; color: var(--dt-secondary-color); } .dt_skillbars .dt_skillbars-item .dt_skillbars-main { position: relative; display: block; width: 100%; height: 6px; z-index: 0; padding: 0.5rem 0; } .dt_skillbars .dt_skillbars-item .dt_skillbars-main:after { content: ""; position: absolute; top: 0; left: 0; bottom: 0; margin: auto 0; width: 100%; height: 6px; background: rgba(189, 189, 189, 0.4); border-radius: 6px; z-index: -1; -webkit-transition: 0.4s linear; transition: 0.4s linear; -webkit-transition-property: width, background-color; transition-property: width, background-color; } .dt_skillbars .dt_skillbars-item .dt_skillbars-main .dt_skillbars-percent { position: absolute; top: -3.3rem; left: 20%; width: 4rem; font-size: 1.8rem; margin-left: -5rem; line-height: normal; letter-spacing: 0.05rem; padding-bottom: 10px; color: var(--dt-secondary-color); z-index: 1; } .dt_skillbars .dt_skillbars-item .dt_skillbars-main .dt_skillbars-percent:after { content: ""; position: absolute; right: -1rem; bottom: -1.3rem; width: 1.8rem; height: 1.8rem; border-radius: 50%; background-color: var(--dt-main-color); box-shadow: 0 6px 10px 0 rgba(var(--dt-main-rgb), 50%); } .dt_skillbars .dt_skillbars-item .dt_skillbars-main .dt_skillbars-line { position: absolute; width: 20%; bottom: 0; top: 0; left: 0; } .dt_skillbars .dt_skillbars-item .dt_skillbars-main .dt_skillbars-line:after, .dt_skillbars .dt_skillbars-item .dt_skillbars-main .dt_skillbars-line:before { content: ""; position: absolute; top: 0; right: 0; left: 0; bottom: 0; margin: auto 0; width: 100%; height: 6px; background-color: var(--dt-main-color); border-radius: 6px; z-index: 0; } /* Team */ .element.circle { position: absolute; right: -258.5px; top: -60px; width: 450px; height: 450px; border: 90px solid var(--dt-main-color); border-radius: 50%; z-index: -1; } .page-template-frontpage .element.circle { display: none; } .team-item { position: relative; z-index: 1; text-align: center; } .team-item .team-content-wrap .team-thumb { position: relative; overflow: hidden; margin-bottom: 0; min-height: 350px; width: 100%; } .team-item .team-content-wrap .team-thumb img { object-fit: cover; min-height: 350px; transform: translateX(15px) scale(1.1) translateY(15px); transition: all 0.4s ease; } .team-item:focus-within .team-content-wrap .team-thumb img, .team-item:hover .team-content-wrap .team-thumb img { transform: translateX(0) scale(1) translateY(0); } .team-item .team-content-wrap .mask-wrap { padding: 0 20px; margin-top: -50px; position: relative; } .team-item .team-content-wrap .mask-wrap .team-content { padding: 20px; box-shadow: 0 6px 30px rgba(0, 0, 0, 0.07); background-color: #fff; } .team-item .team-content-wrap .team-content .team-title { margin-top: 0; margin-bottom: 3px; } .team-item .widget_social { position: absolute; margin: 0; width: 100%; bottom: 65px; } .team-item .widget_social a { display: inline-block; transform: translateX(15px); opacity: 0; visibility: visible; transition: all 0.4s ease; transition-delay: 0s; } .team-item:focus-within .widget_social a:nth-child(2n), .team-item:hover .widget_social a:nth-child(2n) { -webkit-transition-delay: 0.2s; transition-delay: 0.2s; } .team-item:focus-within .widget_social a:nth-child(3n), .team-item:hover .widget_social a:nth-child(3n) { -webkit-transition-delay: 0.3s; transition-delay: 0.3s; } .team-item:focus-within .widget_social a:nth-child(4n), .team-item:hover .widget_social a:nth-child(4n) { -webkit-transition-delay: 0.4s; transition-delay: 0.4s; } .team-item:focus-within .widget_social a:nth-child(5n), .team-item:hover .widget_social a:nth-child(5n) { -webkit-transition-delay: 0.5s; transition-delay: 0.5s; } .team-item:focus-within .widget_social a:nth-child(6n), .team-item:hover .widget_social a:nth-child(6n) { -webkit-transition-delay: 0.6s; transition-delay: 0.6s; } .team-item:focus-within .widget_social a, .team-item:hover .widget_social a { transform: translateX(0); opacity: 1; visibility: visible; } .team-item .team-title a:not(:hover, :focus) { color: var(--dt-secondary-color); text-decoration: none; } /* FAQ */ .dt_faq .dt_content_block { position: relative; display: block; padding: 3rem 3rem 4rem; z-index: 0; } @media (min-width: 62em) { .dt_faq .dt_content_block { padding: 5.2rem 5.2rem 8rem; } } .dt_faq .dt_content_block:before { content: ""; position: absolute; top: 0; left: 0; width: 100%; height: 100%; z-index: -1; background: var(--dt-main-color); opacity: 0.1; } .dt_faq .dt_content_inner { position: relative; display: block; max-width: 90%; margin: 0 auto; } /* Accordion Required CSS */ .accordion { overflow: hidden; box-shadow: 0 0.1rem 3rem 0 rgba(0, 0, 0, 0.08); } .accordion+.accordion { margin-top: 1.8rem; } .accordion__title { color: var(--dt-secondary-color); background-color: #fff; cursor: pointer; margin: 0; padding: 2rem 2.2rem 2rem 6.5rem; font-size: 1.8rem; position: relative; transition: all .2s ease-in-out; } .accordion__icon { position: absolute; top: 50%; left: 1.2rem; width: 3.8rem; height: 3.8rem; text-align: center; border: 0.1rem solid rgba(189, 189, 189, 0.3); transform: translateY(-50%); } .accordion__icon .line-01, .accordion__icon .line-02 { background-color: var(--dt-secondary-color); position: absolute; top: 50%; left: 50%; width: 1.6rem; height: 2px; transform: translate(-50%, -50%); transition: all .2s ease-in-out; } .accordion__icon .line-02 { transform: translate(-50%, -50%) rotate(90deg); } .accordion__content { display: none; } .accordion--open>.accordion__title .line-02 { transform: translate(-50%, -50%) rotate(0deg); } /* Now let's make Accordion look pretty! */ .accordion__content { color: var(--dt-secondary-color); border-top: 0.1rem solid #e4e7ee; background-color: #fff; padding: 2.4rem 2.2rem; } .accordion__content p { margin: 0; } .accordion__content p+p { margin-top: 1.6rem; } .accordion--open>.accordion__title { background-color: var(--dt-main-color); color: #fff; } .accordion--open>.accordion__title .line-01, .accordion--open>.accordion__title .line-02 { background-color: #fff; } .accordion--nested .accordion__title { padding: 1.6rem; font-size: 1.4rem; } .accordion--nested .accordion__content { padding: 2.4rem 1.6rem 1.6rem; } /*=================================================================*/ /* 404 /*=================================================================*/ .dt_not_found { margin-top: -50px; margin-bottom: -50px; background: url('../img/other/page_not_found.svg'), #f2f2f2; } .dt_not_found .dt_siteheading { position: relative; } .dt_not_found .dt_siteheading .subtitle { transform: translateY(2.5rem); padding: 0.7rem 1.6rem 0.7rem; background: var(--dt-main-color); color: #fff; border-radius: 10rem; font-size: 1.6rem; line-height: 0.5; display: inline-block; margin-bottom: 0.9rem; letter-spacing: 0.2rem; font-weight: 700; position: relative; } .dt_not_found .dt_siteheading .dt_siteheading_box { padding: 4rem 3rem; background-color: var(--dt-white-color); } @media (min-width: 36em) { .dt_not_found .dt_siteheading .dt_siteheading_box { padding: 6.4rem; } } .dt_not_found .dt_siteheading .title { font-size: 7rem; line-height: 1.15; margin-top: 0; } @media (min-width: 36em) { .dt_not_found .dt_siteheading .title { font-size: 16rem; } } .dt_not_found .dt_siteheading .title i { vertical-align: middle; } .dt_not_found .dt_siteheading .title .fa-question { width: 7rem; height: 7rem; line-height: 7rem; font-size: 5rem; border-radius: 1.2rem; } @media (min-width: 36em) { .dt_not_found .dt_siteheading .title .fa-question { width: 14rem; height: 14rem; line-height: 14rem; font-size: 10rem; border-radius: 2.2rem; } } .dt_not_found .dt_siteheading .title .fa-question { color: #fff; background-color: #fed33a; position: relative; animation: dt_bounce 2s cubic-bezier(0.28, 0.84, 0.42, 1) infinite 0s; } .dt_not_found .dt_siteheading .title .fa-question:after { content: ""; background: radial-gradient(farthest-side,#f3ab06 100%,transparent) 88% 12% / 0.18em 0.18em, radial-gradient(farthest-side,#f3ab06 100%,transparent) 12% 12% / 0.18em 0.18em, radial-gradient(farthest-side,#f3ab06 100%,transparent) 12% 88% / 0.18em 0.18em, radial-gradient(farthest-side,#f3ab06 100%,transparent) 88% 88% / 0.18em 0.18em; background-repeat:no-repeat; position: absolute; top: 0; left: 0; width: 100%; height: 100%; } /* Section HR */ .dt_section_hr { position: relative; height: 1px; background-color: rgba(189, 189, 189, 0.4); margin: 30px 0 30px; } .dt_section_hr::after { position: absolute; left: 50%; top: -5px; content: ""; width: 11px; height: 11px; transform: translateX(-50%); background-color: var(--dt-main-color); border-radius: 50%; animation: wobble-horizontal-on-hover 3s infinite linear; } @keyframes wobble-horizontal-on-hover { 16.65% { transform: translateX(8px); } 33.3% { transform: translateX(-6px); } 49.95% { transform: translateX(4px); } 66.6% { transform: translateX(-2px); } 83.25% { transform: translateX(1px); } 100% { transform: translateX(0); } } .dt_section_list { margin: 1px 0 0; padding: 0; list-style: none; display: grid; gap: 8%; grid-template-columns: repeat(auto-fill, minmax(46%, 1fr)); } .dt_section_list li { list-style: none; position: relative; padding-left: 25px; font-size: 16px; line-height: 28px; letter-spacing: 0.24px; font-weight: 400; color: var(--dt-secondary-color); } .dt_section_list li::after { position: absolute; left: 0; top: 0; bottom: 0; margin: auto; content: ""; width: 8px; height: 8px; background-color: var(--dt-main-color); border-radius: 50%; } /*=================================================================*/ /* Footer /*=================================================================*/ .dt_footer { margin-top: 50px; clear: both; overflow: hidden; background-color: #fff; } .dt_footer .dt_footer-inner { border-top: solid 1px rgba(189, 189, 189, 0.4); padding: 40px 0; } .footer-dark .widget, .footer-dark .wp-block-latest-posts__list .wp-block-latest-posts__post-author, .footer-dark .wp-block-latest-posts__list .wp-block-latest-posts__post-date, .dt_footer .widget ul:not(.wp-block-social-links) li a:not(:hover, :focus), .dt_footer .dt_footer-inner .copyright { color: var(--dt-text-color); } .footer-dark { background-color: var(--dt-secondary-color); } .footer-dark .post .post-title a, .footer-dark .site--logo .site--title, .footer-dark h1, .footer-dark .h1, .footer-dark h2, .footer-dark .h2, .footer-dark h3, .footer-dark .h3, .footer-dark h4, .footer-dark .h4, .footer-dark h5, .footer-dark .h5, .footer-dark h6, .footer-dark .h6 { color: #fff; } .dt_footer .dt_footer-widgets { padding: 70px 0 55px; } .dt_footer .dt_footer-widgets+.dt_footer-inner { padding: 20px 0; } .dt_footer .dt_footer-widgets .widget+.widget { margin-top: 30px; } .dt_footer .dt_footer-widgets .widget ul:not(.wp-block-social-links, .meta, .list-inline) li { line-height: 2.8rem; } .dt_footer .dt_footer-widgets .widget ul:not(.wp-block-social-links, .meta, .list-inline) li:not(:last-child) { margin-bottom: 15px; } .dt_footer .dt_footer-widgets .widget ul:not(.wp-block-social-links, .meta, .list-inline) li { padding-top: 0; } .dt_footer .dt_footer-widgets .widget ul:not(.wp-block-social-links, .meta, .list-inline) li::after { display: none; } button.dt_uptop { position: fixed; right: 3rem; bottom: 3rem; height: 4.6rem; width: 4.6rem; cursor: pointer; display: block; border-radius: 5rem; padding: 0; z-index: 10000; opacity: 1; visibility: hidden; transform: translateY(1.6rem); -webkit-transition: all .2s linear; transition: all .2s linear; } .dt_uptop.active { opacity: 1; visibility: visible; -webkit-transform: translateY(0); transform: translateY(0); } @media (min-width: 48rem) { .dt_uptop.active:hover { -webkit-transform: translateY(-0.8rem); transform: translateY(-0.8rem); -webkit-box-shadow: 0 0.3rem 1.6rem rgba(0, 0, 0, 0.25); box-shadow: 0 0.3rem 1.6rem rgba(0, 0, 0, 0.25); } } .dt_uptop:after { position: absolute; font-family: 'Font Awesome 6 Free'; content: '\f148'; text-align: center; line-height: 4.2rem; font-size: 1.8rem; color: var(--dt-main-color); top: -1px; left: -1px; height: 4.6rem; width: 4.6rem; cursor: pointer; display: block; z-index: 1; border: 0.2rem solid var(--dt-main-color); -webkit-transition: all .2s linear; transition: all .2s linear; box-shadow: none; border-radius: 50%; font-weight: 900; } .dt_uptop svg { color: var(--dt-main-color); border-radius: 50%; background: #fff; } .dt_uptop svg path { fill: none; stroke: var(--dt-main-color); stroke-width: 2.4rem; -webkit-transition: all .2s linear; transition: all .2s linear; } .dt-posts.dt-g-4 .dt-col-md-12 .post.post-list { margin-bottom: 0; align-items: unset; } /*=================================================================*/ /* Post Columns Grid /*=================================================================*/ .main-banner-section.overlay_bg { z-index: 0; padding: 5rem 0; } .main-banner-section.overlay_bg .slick-next, .main-banner-section.overlay_bg .slick-prev, .main-banner-section.overlay_bg .post-tabs .dt_tabslist > li button:not(.active) { color: #fff; } .main-banner-section.overlay_bg .slick-next, .main-banner-section.overlay_bg .slick-prev, .main-banner-section.overlay_bg .post-tabs .dt_tabslist > li button:not(.active), .main-banner-section.overlay_bg .post.bg-white { background-color: rgba(0, 0, 0, 0.7); } .main-banner-section.overlay_bg .post-list-sm .post-title a { color: #fff; } .main-banner-section .post_columns-grid { display: grid; grid-template-columns: auto auto; grid-gap: 1.5rem; padding: 0; } .main-banner-section .post_columns-grid .post .thumb .inner { height: 255px; } .main-banner-section .post_columns-grid .post:not(.featured-post-md) .post-title { font-size: 24px; } .main-banner-section .post_columns-grid .post .post-title { margin: 1rem 0 0.5rem; } .main-banner-section.style-1 .post_columns-grid { grid-template-columns: auto; grid-gap: 2rem; } .main-banner-section.shadow_none [class*="post-carousel-"] .post, .main-banner-section:not(.style-1, .style-7) [class*="post-carousel-"] .post, .main-banner-section.shadow_none [class*="post-carousel-"], .main-banner-section:not(.style-1, .style-7) [class*="post-carousel-"], .main-banner-section:not(.style-1, .style-7) .post .details.rounded, .main-banner-section:not(.style-1, .style-7) [class*="featured-post-"] .thumb, .main-banner-section:not(.style-1, .style-7) .post .thumb.rounded .inner { border-radius: 0; box-shadow: none; } .main-banner-section:not(.style-1, .style-7) .dt-container-md .dt-row, .main-banner-section:not(.style-1, .style-7) .dt-container-md .dt-row, .main-banner-section:not(.style-1, .style-7) .dt-container-md .dt-row { --dt-gutter-x: 0.4rem; --dt-gutter-y: 0.4rem; } .main-banner-section:not(.style-1, .style-7) .post_columns-grid, .main-banner-section:not(.style-1, .style-7) .post_columns-grid, .main-banner-section:not(.style-1, .style-7) .post_columns-grid { grid-gap: 0.4rem; } .main-banner-section.style-2 .post_columns-grid .post:first-child { grid-area: 1 / 1 / span 2 / span 2; } .main-banner-section.style-4 .post_columns-grid .post .thumb .inner { height: 530px; } .main-banner-section.style-5 .post_columns-grid, .main-banner-section.style-7 .post_columns-grid { grid-template-columns: auto; } .main-banner-section.style-7 .post_columns-grid { grid-gap: 2rem; } .main-banner-section.style-7 .post_columns-grid .post .thumb .inner { height: 247px; } .main-banner-section.style-6 .post_columns-grid .post:last-child { grid-area: 2 / 1 / span 1 / span 2; } @media (max-width: 767px) { .main-banner-section .post_columns-grid { grid-template-columns: auto; } .main-banner-section.style-6 .post_columns-grid .post:last-child, .main-banner-section.style-2 .post_columns-grid .post:first-child { grid-area: unset; } } .main-featured-section .post:not(.circle) .thumb .inner, .main-featured-section .post:not(.circle) .thumb .inner img { min-height: 168px; } /*=================================================================*/ /* Post Load More /*=================================================================*/ .woocommerce-pagination, .navigation.pagination { position: relative; text-align: center; padding-top: 8px; min-height: 43px; align-items: center; } .dt-loader { display: none; position: absolute; top: 5px; left: 50%; margin: 0 auto 0 -20px; font-size: 11px; } .dt-infinite-scroll a, .dt-loader-active { opacity: 0; } @keyframes uil-ripple { 0% { width: 0; height: 0; opacity: 0; margin: 0 0 0 0; } 33% { width: 44%; height: 44%; margin: -22% 0 0 -22%; opacity: 1; } 100% { width: 88%; height: 88%; margin: -44% 0 0 -44%; opacity: 0; } } .uil-ripple-css { background: none; position: relative; width: 200px; height: 200px; } .uil-ripple-css div { position: absolute; top: 50%; left: 50%; margin: 0; width: 0; height: 0; opacity: 0; border-radius: 50%; border-width: 5px; border-style: solid; -webkit-animation: uil-ripple 1s ease-out infinite; animation: uil-ripple 1s ease-out infinite; } .uil-ripple-css div:nth-of-type(1) { border-color: #ffffff; } .uil-ripple-css div:nth-of-type(2) { border-color: #ffffff; -webkit-animation-delay: 0.5s; animation-delay: 0.5s; } .dt-loader .uil-ripple-css { width: 40px; height: 40px; } .dt-loader .uil-ripple-css div { border-width: 2px; } .dt-loader .uil-ripple-css div:nth-of-type(1), .dt-loader .uil-ripple-css div:nth-of-type(2) { border-color: var(--dt-main-color); } /*=================================================================*/ /* Top Tags /*=================================================================*/ .exclusive-wrapper { margin: 0 0 35px; background-color: #fff; box-shadow: 0 1px 0 rgba(0, 0, 0, 0.07); } .exclusive-tags { padding: 10px 0px; margin: 0; } .exclusive-tags-inner .title { margin: 3px 10px 3px 0px; font-size: 14px; display: inline-block; line-height: 17px; border-radius: 20px; } .exclusive-tags-inner .title:before { content: '\f292'; font-family: "Font Awesome 5 Free"; font-weight: 900; font-size: 12px; padding: 0 5px; } .exclusive-tags-inner ul { display: inline-block; margin: 0; padding: 0; } .exclusive-tags-inner ul li { display: inline-block; } .exclusive-tags-inner ul li:not(:first-child) { margin-left: 0.4rem; } .exclusive-tags-inner ul li a { padding: 2px 4px; font-size: 13px; font-weight: bold; background: rgba(189, 189, 189, 0.4); } .exclusive-tags-inner ul li a:not(:hover, :focus) { color: var(--dt-secondary-color); text-decoration: none; } /*=================================================================*/ /* Exclusive /*=================================================================*/ .exclusive-posts { font-size: 14px; line-height: 45px; position: relative; } .exclusive-posts .title { background: var(--dt-main-color); color: #fff; float: left; position: relative; padding: 0 15px; line-height: inherit; margin: 0 5px 0 0; font-size: 1.7rem; } .exclusive-slides { padding: 0 5px; overflow: hidden; } .exclusive-slides .marquee { width: 10000pc; } .exclusive-posts .marquee a { padding: 0 30px; font-weight: bold; display: inline-block; line-height: 1; } .exclusive-posts .marquee a:not(:last-child) { border-right: solid 1px rgba(189, 189, 189, 0.4); } .exclusive-posts .marquee .js-marquee + .js-marquee a:first-child { border-left: solid 1px rgba(189, 189, 189, 0.4); } .exclusive-posts .marquee a:not(:hover, :focus) { text-decoration: none; color: var(--dt-secondary-color); } .exclusive-posts .marquee a img { width: 35px; height: 35px; object-fit: cover; margin-right: 5px; display: inline-block; vertical-align: middle; border-radius: 100%; } .exclusive-posts .marquee>div { display: flex; height: 45px; overflow: hidden; } .exclusive-posts .marquee .js-marquee { height: 45px; display: flex; align-items: center; } @media only screen and (max-width: 640px) { .exclusive-posts .title { width: 100%; float: none; } .exclusive-slides { clear: both; } } /* Widget Video Slider */ .dt_video_slider .sp-slide { background-color: #000; display: flex; align-items: center; flex-wrap: wrap; } .dt_video_slider .sp-slide a, .dt_video_slider .sp-slide img{ width: 100%; } .dt_video_slider .sp-slide img { object-fit: cover; object-position: bottom; } .sp-thumbnail-container.sp-selected-thumbnail { position: relative; } .sp-thumbnail-container.sp-selected-thumbnail:before { content: " "; position: absolute; left: 0; top: 50%; width: 100%; pointer-events: none; border-top: 6px solid var(--dt-main-color); margin-top: -20px; } .dt_video_slider .sp-thumbnail-container.sp-selected-thumbnail:before { transform: translateX(-50%); top: 20px; left: 50%; } .wp-block-embed iframe { width: 100%; } /* Mailchimp Form CSS */ .mc4wp-form-fields { margin: 0 auto; max-width: 540px; } .mc4wp-form-fields>p { display: block; float: left; } .mc4wp-form-fields>p label { display: none; } .mc4wp-form-fields input[type="text"], .mc4wp-form-fields input[type="email"] { width: 400px; background: transparent; border-color: var(--dt-main-color); color: #fff; border-radius: 0; padding: 0 15px; height: 50px; line-height: 50px; } .mc4wp-form-fields input[type="submit"] { letter-spacing: 0.2em; text-transform: uppercase; border: 0; height: 50px; line-height: 50px; padding-top: 0; padding-bottom: 0; width: 140px; border-radius: 0; transform: none; } .mc4wp-form-fields input[type="submit"]:hover, .mc4wp-form-fields input[type="submit"]:focus { filter: alpha(opacity=85); opacity: 0.85; } .mc4wp-response { clear: both; max-width: 540px; margin: 0 auto; } /* Remove CSS */ .dt-container-md { max-width: 1900px; } @media (min-width: 36em) { .dt-container-md { padding-left: 3rem; padding-right: 3rem; } } @media (min-width: 62em) { .dt-container-md { padding-left: 4rem; padding-right: 4rem; } } @media (min-width: 75em) { .dt-container-md { padding-left: 5rem; padding-right: 5rem; } } @media (min-width: 90em) { .dt-container-md { padding-left: 7rem; padding-right: 7rem; } }
💾 Save Changes
❌ Cancel