Current Path : /home/church/public_html/launch100ar.com/wp-content/plugins/post-grid/dist/ |
Current File : /home/church/public_html/launch100ar.com/wp-content/plugins/post-grid/dist/custom.css |
@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap"); .block-editor-block-inspector .components-base-control { margin-bottom: 0; } .block-editor-block-inspector .components-base-control:last-child { margin-bottom: 0; } .item { } .pg-setting-input-textarea .components-textarea-control__input { min-height: 75px !important; resize: vertical; border-radius: 6px !important; padding: 4px; font-family: "Poppins" !important; font-weight: 500; font-size: 13px; } .pg-setting-input-text .components-textarea-control__input { min-height: 75px !important; resize: vertical; border-radius: 6px !important; padding: 4px; font-family: "Poppins" !important; font-weight: 500; font-size: 13px; } .pg-setting-input-text .components-input-control__input { padding: 1px; font-family: "Poppins" !important; font-weight: 500; font-size: 13px; } .pg-setting-input-text .components-select-control__input { font-family: "Poppins" !important; font-weight: 500; font-size: 13px; border: 1px solid #1f2937 !important; } .pg-font { font-family: "Poppins" !important; } .pg-setting-input-text .components-panel__body { font-family: "Poppins" !important; font-weight: 500; font-size: 13px; } .pg-setting-input-text .components-panel__body-title { font-family: "Poppins" !important; font-weight: 500; font-size: 13px; } .pg-setting-input-text .components-base-control__field label { font-family: "Poppins" !important; font-weight: 500; font-size: 13px; } .pg-setting-input-text .components-base-control__help { font-family: "Poppins" !important; /* font-weight: 500; */ /* font-size: 13px; */ } /* toggle control */ .pg-setting-input-text .components-form-toggle.is-checked .components-form-toggle__input:focus { border-color: #1f2937 !important; outline: 2px solid #1f2937 !important; box-shadow: 0 0 0 1px #1f2937 !important; } .pg-setting-input-text .components-form-toggle .components-form-toggle__input:focus { border-color: #1f2937 !important; outline: 2px solid #1f2937 !important; box-shadow: 0 0 0 1px #1f2937 !important; } .pg-setting-input-text .components-form-toggle .components-form-toggle__input:focus+.components-form-toggle__track { box-shadow: 0 0 0 2px #fff, 0 0 0 calc(2px * 2) #1f2937; outline: 2px solid transparent; outline-offset: 2px; } .pg-setting-input-text .components-form-toggle.is-checked .components-form-toggle__track { background-color: #1f2937; /* background-image: linear-gradient(90deg, #FC7F64 0%, #FF9D42 100%); */ border: 9px solid transparent; } .pg-setting-input-text .components-form-toggle.is-checked .components-form-toggle__thumb { background-color: #fff; } /* toggle control */ .pg-setting-input-text button{ border: 0; cursor: pointer; transition: all 0.4s ease-in-out; } /* masonry width */ .masonry-width{ width: 25%; } .variation-item{ width: calc(25% - 15px); } /* css library */ .pg-span-hidden>span { display: none; } /* gradient color */ .pg-text-color{ background-image: linear-gradient(90deg, #FC7F64 0%, #FF9D42 100%); background-clip: text; color: transparent; } .pg-bg-color { background-image: linear-gradient(90deg, #FC7F64 0%, #FF9D42 100%); transition: background-image 150ms ease-in-out; } .pg-bg-color:hover { background-image: linear-gradient(90deg, #fc6b4b 0%, #fa8c26 100%); } /* gradient picker edit */ .pg-setting-input-gradient .components-custom-gradient-picker__ui-line{ gap: 5px; } /* gradient picker edit */ /* .pg-setting-css-components .components-button { font-family: "Poppins" !important; display: flex; padding-top: 0.5rem; padding-bottom: 0.5rem; padding-left: 8px; padding-right: 8px; margin-top: 0.5rem; margin-bottom: 0.5rem; gap: 0.5rem; justify-content: center; border-radius: 0.25rem; font-weight: 500; letter-spacing: 0.025em; color: #ffffff; text-transform: capitalize; background-color: #1f2937; cursor: pointer; } .pg-setting-css-components .components-button:hover { color: #ffffff; background-color: #374151; } */ .custom-scrollbar { max-height: 300px; height: auto; overflow-y: scroll; scrollbar-width: thin; } /* Track */ .custom-scrollbar::-webkit-scrollbar { width: 8px; } /* Handle */ .custom-scrollbar::-webkit-scrollbar-thumb { background-color: #1f2937; border-radius: 10px; } /* Track */ .custom-scrollbar::-webkit-scrollbar-track { background-color: #e5e7eb; } /* You want a simple and fancy tooltip? Just copy all [data-tooltip] blocks: */ [data-pgTooltip] { --arrow-size: 5px; position: relative; z-index: 100; } /* Positioning and visibility settings of the pgTooltip */ [data-pgTooltip]:before, [data-pgTooltip]:after { position: absolute; visibility: hidden; opacity: 0; left: 50%; bottom: calc(100% + var(--arrow-size)); pointer-events: none; transition: 0.2s; will-change: transform; } /* The actual pgTooltip with a dynamic width */ [data-pgTooltip]:before { content: attr(data-pgTooltip); padding: 10px 18px; min-width: 50px; max-width: 150px; width: max-content; width: -moz-max-content; border-radius: 6px; font-size: 10px; background-color: rgba(59, 72, 80, 0.9); background-image: linear-gradient(30deg, rgba(59, 72, 80, 0.44), rgba(59, 68, 75, 0.44), rgba(60, 82, 88, 0.44)); box-shadow: 0px 0px 24px rgba(0, 0, 0, 0.2); color: #fff; text-align: center; white-space: pre-wrap; transform: translate(-50%, calc(0px - var(--arrow-size))) scale(0.5); } /* pgTooltip arrow */ [data-pgTooltip]:after { content: ''; border-style: solid; border-width: var(--arrow-size) var(--arrow-size) 0px var(--arrow-size); /* CSS triangle */ border-color: rgba(55, 64, 70, 0.9) transparent transparent transparent; transition-duration: 0s; /* If the mouse leaves the element, the transition effects for the pgTooltip arrow are "turned off" */ transform-origin: top; /* Orientation setting for the slide-down effect */ transform: translateX(-50%) scaleY(0); } /* pgTooltip becomes visible at hover */ [data-pgTooltip]:hover:before, [data-pgTooltip]:hover:after { visibility: visible; opacity: 1; } /* Scales from 0.5 to 1 -> grow effect */ [data-pgTooltip]:hover:before { transition-delay: 0.3s; transform: translate(-50%, calc(0px - var(--arrow-size))) scale(1); } /* Arrow slide down effect only on mouseenter (NOT on mouseleave) */ [data-pgTooltip]:hover:after { transition-delay: 0.5s; /* Starting after the grow effect */ transition-duration: 0.2s; transform: translateX(-50%) scaleY(1); } /* That's it for the basic pgTooltip. If you want some adjustability here are some orientation settings you can use: */ /* LEFT */ /* pgTooltip + arrow */ [data-pgTooltip-location="left"]:before, [data-pgTooltip-location="left"]:after { left: auto; right: calc(100% + var(--arrow-size)); bottom: 50%; } /* pgTooltip */ [data-pgTooltip-location="left"]:before { transform: translate(calc(0px - var(--arrow-size)), 50%) scale(0.5); } [data-pgTooltip-location="left"]:hover:before { transform: translate(calc(0px - var(--arrow-size)), 50%) scale(1); } /* Arrow */ [data-pgTooltip-location="left"]:after { border-width: var(--arrow-size) 0px var(--arrow-size) var(--arrow-size); border-color: transparent transparent transparent rgba(55, 64, 70, 0.9); transform-origin: left; transform: translateY(50%) scaleX(0); } [data-pgTooltip-location="left"]:hover:after { transform: translateY(50%) scaleX(1); } /* RIGHT */ [data-pgTooltip-location="right"]:before, [data-pgTooltip-location="right"]:after { left: calc(100% + var(--arrow-size)); bottom: 50%; } [data-pgTooltip-location="right"]:before { transform: translate(var(--arrow-size), 50%) scale(0.5); } [data-pgTooltip-location="right"]:hover:before { transform: translate(var(--arrow-size), 50%) scale(1); } [data-pgTooltip-location="right"]:after { border-width: var(--arrow-size) var(--arrow-size) var(--arrow-size) 0px; border-color: transparent rgba(55, 64, 70, 0.9) transparent transparent; transform-origin: right; transform: translateY(50%) scaleX(0); } [data-pgTooltip-location="right"]:hover:after { transform: translateY(50%) scaleX(1); } /* BOTTOM */ [data-pgTooltip-location="bottom"]:before, [data-pgTooltip-location="bottom"]:after { top: calc(100% + var(--arrow-size)); bottom: auto; } [data-pgTooltip-location="bottom"]:before { transform: translate(-50%, var(--arrow-size)) scale(0.5); } [data-pgTooltip-location="bottom"]:hover:before { transform: translate(-50%, var(--arrow-size)) scale(1); } [data-pgTooltip-location="bottom"]:after { border-width: 0px var(--arrow-size) var(--arrow-size) var(--arrow-size); border-color: transparent transparent rgba(55, 64, 70, 0.9) transparent; transform-origin: bottom; }