![]() Server : Apache System : Linux server2.corals.io 4.18.0-348.2.1.el8_5.x86_64 #1 SMP Mon Nov 15 09:17:08 EST 2021 x86_64 User : corals ( 1002) PHP Version : 7.4.33 Disable Function : exec,passthru,shell_exec,system Directory : /home/corals/gg.corals.io/wp-content/plugins/trx_addons/components/shortcodes/ |
/* Common styles --------------------------------------------------------- */ .sc_float_left { float: left; } .sc_float_right { float: right; } .sc_float_center { margin-left: auto; margin-right: auto; } .sc_align_left { text-align: left; } .sc_align_right { text-align: right; } .sc_align_center { text-align: center; } .sc_align_justify { text-align: justify; } .sc_padding_tiny { padding: 1em 6%; } .sc_padding_small { padding: 2em 8%; } .sc_padding_medium { padding: 3em 10%; } .sc_padding_large { padding: 4em 12%; } .sc_margin_tiny { margin: 1em 6%; } .sc_margin_small { margin: 2em 8%; } .sc_margin_medium { margin: 3em 10%; } .sc_margin_large { margin: 4em 12%; } /* Push block along X- and/or Y-axis */ .sc_push_x_tiny { margin-left: 2em !important; } .sc_push_x_tiny_negative { margin-left: -2em !important; } .sc_push_x_small { margin-left: 4em !important; } .sc_push_x_small_negative { margin-left: -4em !important; } .sc_push_x_medium { margin-left: 6em !important; } .sc_push_x_medium_negative { margin-left: -6em !important; } .sc_push_x_large { margin-left: 8em !important; } .sc_push_x_large_negative { margin-left: -8em !important; } .sc_push_tiny, .sc_push_y_tiny { margin-top: 2em !important; } .sc_push_tiny_negative, .sc_push_y_tiny_negative { margin-top: -2em !important; } .sc_push_small, .sc_push_y_small { margin-top: 4em !important; } .sc_push_small_negative, .sc_push_y_small_negative { margin-top: -4em !important; } .sc_push_medium, .sc_push_y_medium { margin-top: 6em !important; } .sc_push_medium_negative, .sc_push_y_medium_negative { margin-top: -6em !important; } .sc_push_large, .sc_push_y_large { margin-top: 8em !important; } .sc_push_large_negative, .sc_push_y_large_negative { margin-top: -8em !important; } /* Hack push elements with WooCommerce products in the IE11 */ [class*="sc_push_"] .woocommerce .products:after { display: none; clear: none; } [class*="sc_push_"] .woocommerce .products { overflow: hidden; } /* Pull next block along X- and/or Y-axis */ .sc_pull_x_tiny { margin-right: 2em !important; } .sc_pull_x_tiny_negative { margin-right: -2em !important; } .sc_pull_x_small { margin-right: 4em !important; } .sc_pull_x_small_negative { margin-right: -4em !important; } .sc_pull_x_medium { margin-right: 6em !important; } .sc_pull_x_medium_negative { margin-right: -6em !important; } .sc_pull_x_large { margin-right: 8em !important; } .sc_pull_x_large_negative { margin-right: -8em !important; } .sc_pull_tiny, .sc_pull_y_tiny { margin-bottom: 2em !important; } .sc_pull_tiny_negative, .sc_pull_y_tiny_negative { margin-bottom: -2em !important; } .sc_pull_small, .sc_pull_y_small { margin-bottom: 4em !important; } .sc_pull_small_negative, .sc_pull_y_small_negative { margin-bottom: -4em !important; } .sc_pull_medium, .sc_pull_y_medium { margin-bottom: 6em !important; } .sc_pull_medium_negative, .sc_pull_y_medium_negative { margin-bottom: -6em !important; } .sc_pull_large, .sc_pull_y_large { margin-bottom: 8em !important; } .sc_pull_large_negative, .sc_pull_y_large_negative { margin-bottom: -8em !important; } /* Shift block along X- and/or Y-axis */ [class*="sc_shift_"] { position: relative; z-index: 0; } .sc_shift_x_tiny { left: 2em !important; } .sc_shift_x_tiny_negative { left: -2em !important; } .sc_shift_x_small { left: 4em !important; } .sc_shift_x_small_negative { left: -4em !important; } .sc_shift_x_medium { left: 6em !important; } .sc_shift_x_medium_negative { left: -6em !important; } .sc_shift_x_large { left: 8em !important; } .sc_shift_x_large_negative { left: -8em !important; } .sc_shift_y_tiny { top: 2em !important; } .sc_shift_y_tiny_negative { top: -2em !important; } .sc_shift_y_small { top: 4em !important; } .sc_shift_y_small_negative { top: -4em !important; } .sc_shift_y_medium { top: 6em !important; } .sc_shift_y_medium_negative { top: -6em !important; } .sc_shift_y_large { top: 8em !important; } .sc_shift_y_large_negative { top: -8em !important; } /* Parallax */ .sc_parallax_text_block { display: inline-block; vertical-align: top; } .sc_parallax_block { position: absolute; z-index: 1; top: 0; left: 0; width: 100%; height: 100%; display: block; overflow: hidden; pointer-events: none; -webkit-perspective: 1200px; -ms-perspective: 1200px; perspective: 1200px; } .sc_parallax_block_image { width: 100%; height: 100%; background-repeat: no-repeat; -webkit-background-size: auto auto; background-size: auto; background-position: 50% 50%; } .sc_parallax_block_type_scroll:not(.is-mac) .sc_parallax_block_image { -webkit-transition: -webkit-transform 0.5s cubic-bezier(0.25, 0.88, 0.54, 0.98), background-position 0s linear; -o-transition: transform 0.5s cubic-bezier(0.25, 0.88, 0.54, 0.98), background-position 0s linear; transition: transform 0.5s cubic-bezier(0.25, 0.88, 0.54, 0.98), background-position 0s linear; } /* Parts of shortcodes ------------------------------------------------ */ .sc_item_title, .sc_item_subtitle, .sc_item_descr, .sc_item_button { margin: 0; } .sc_item_title { line-height: 1.2em; } .sc_item_title > small, .sc_item_title > big { display: inline-block; margin-bottom: 0.9em; } .sc_item_title_inner { display: inline-block; } .sc_item_subtitle { font-size: 1.15rem; line-height: 1.5em; font-weight: 400; font-style: italic; text-transform: none; letter-spacing: 0; display: block; } .sc_item_subtitle_above { margin-bottom: 0.5em; } .sc_item_subtitle_below { margin-top: 0.5em; } .sc_item_button { line-height: 0; } /* Style 'Shadow' */ .sc_item_subtitle.sc_item_title_style_shadow { font-size: 8rem; line-height: 1.2em; font-weight: 900; font-style: normal; position: absolute; z-index: 0; top: 0; left: 50%; -webkit-transform: translateX(-50%); -ms-transform: translateX(-50%); transform: translateX(-50%); color: #f0f0f0; opacity: 0.1; } .sc_item_subtitle.sc_item_title_style_shadow.sc_align_left, .sc_item_subtitle.sc_item_title_style_shadow.sc_align_default { left: 0; -webkit-transform: none; -ms-transform: none; transform: none; } .sc_item_subtitle.sc_item_title_style_shadow.sc_align_right { left: auto; right: 0; -webkit-transform: none; -ms-transform: none; transform: none; } .sc_item_subtitle.sc_item_title_style_shadow + .sc_item_title { padding: 2.5rem 0; margin: 0; } /* Style 'Accent' */ .sc_item_title.sc_item_title_style_accent { position: relative; } .sc_item_title.sc_item_title_style_accent b { font-size: 6em; line-height: 0.8em; font-weight: 900; font-style: normal; position: absolute; z-index: 0; bottom: -100%; left: 0; color: rgba(200, 200, 200, 0.1); letter-spacing: 0; } .sc_item_title.sc_item_title_style_accent i { display: inline-block; font-size: 1rem; font-weight: normal; font-style: normal; padding: 1.2em 0.5em; color: #fff; background-color: #000; text-align: center; position: absolute; z-index: 1; top: -5.25em; right: 0; width: 5em; height: 5em; line-height: 1.25em; -webkit-box-sizing: border-box; -ms-box-sizing: border-box; box-sizing: border-box; -webkit-border-radius: 50%; -ms-border-radius: 50%; border-radius: 50%; letter-spacing: 0; } .sc_item_title.sc_item_title_style_accent.sc_align_center b { left: 50%; -webkit-transform: translateX(-50%); -ms-transform: translateX(-50%); transform: translateX(-50%); } .sc_item_title.sc_item_title_style_accent.sc_align_right b { left: auto; right: 0; } .sc_item_title.sc_item_title_style_accent.sc_align_right i { left: 0; right: auto; } .sc_item_title + .sc_item_descr, .sc_item_subtitle + .sc_item_descr { margin-top: 1em; } .sc_item_title + .sc_item_slider, .sc_item_subtitle + .sc_item_slider, .sc_item_title + .sc_item_columns, .sc_item_subtitle + .sc_item_columns, .sc_item_title + .sc_item_content, .sc_item_subtitle + .sc_item_content { margin-top: 2em; } .sc_item_descr + .sc_item_slider, .sc_item_descr + .sc_item_columns, .sc_item_descr + .sc_item_content { margin-top: 3em; } h1.sc_item_title_tag + .sc_item_descr, h1.sc_item_title_tag + .sc_item_slider, h1.sc_item_title_tag + .sc_item_columns, h1.sc_item_title_tag + .sc_item_content { margin-top: 2em; } h2.sc_item_title_tag + .sc_item_descr, h2.sc_item_title_tag + .sc_item_slider, h2.sc_item_title_tag + .sc_item_columns, h2.sc_item_title_tag + .sc_item_content { margin-top: 1.8em; } h3.sc_item_title_tag + .sc_item_descr, h3.sc_item_title_tag + .sc_item_slider, h3.sc_item_title_tag + .sc_item_columns, h3.sc_item_title_tag + .sc_item_content { margin-top: 1.6em; } h4.sc_item_title_tag + .sc_item_descr, h4.sc_item_title_tag + .sc_item_slider, h4.sc_item_title_tag + .sc_item_columns, h4.sc_item_title_tag + .sc_item_content { margin-top: 1.4em; } h5.sc_item_title_tag + .sc_item_descr, h5.sc_item_title_tag + .sc_item_slider, h5.sc_item_title_tag + .sc_item_columns, h5.sc_item_title_tag + .sc_item_content { margin-top: 1.2em; } h6.sc_item_title_tag + .sc_item_descr, h6.sc_item_title_tag + .sc_item_slider, h6.sc_item_title_tag + .sc_item_columns, h6.sc_item_title_tag + .sc_item_content { margin-top: 1em; } .sc_item_descr { margin-bottom: 2em; } .sc_item_descr.sc_align_center { max-width: 75%; margin-left: auto; margin-right: auto; } .sc_item_descr:last-child { margin-bottom: 0; } .wpb_column:not(.vc_col-sm-12) .sc_item_descr.sc_align_center { max-width: none; } nav.sc_item_pagination { margin-top: 1em; } nav.sc_item_pagination .nav-links { margin-top: 0; display: inline-block; } nav.sc_item_pagination_advanced_pages { text-align: left; } nav.sc_item_pagination_advanced_pages .nav-links { max-width: 82%; } nav.sc_item_pagination a { cursor: pointer; } nav.sc_item_pagination .nav-disabled { display: none; } nav.sc_item_pagination .nav-disabled a { cursor: not-allowed; pointer-events: none; } nav.sc_item_pagination .page-count { width: auto; float: right; line-height: 4em; margin-top: 0.6667em; max-width: 18%; } .sc_item_title + .sc_item_button, .sc_item_title + .sc_item_button_image, .sc_item_subtitle + .sc_item_button, .sc_item_subtitle + .sc_item_button_image, .sc_item_descr + .sc_item_button, .sc_item_descr + .sc_item_button_image, .sc_item_content + .sc_item_button, .sc_item_content + .sc_item_button_image, .sc_item_slider + .sc_item_button, .sc_item_slider + .sc_item_button_image, .sc_item_columns + .sc_item_button, .sc_item_columns + .sc_item_button_image, .sc_item_pagination + .sc_item_button, .sc_item_pagination + .sc_item_button_image { margin-top: 2em; } .sc_item_title + .sc_item_button_simple, .sc_item_subtitle + .sc_item_button_simple, .sc_item_descr + .sc_item_button_simple, .sc_item_content + .sc_item_button_simple, .sc_item_slider + .sc_item_button_simple, .sc_item_columns + .sc_item_button_simple, .sc_item_pagination + .sc_item_button_simple { margin-top: 1.5em; } .sc_item_button_image img { max-height: 8em; width: auto; } a .sc_icon_as_image { -webkit-filter: grayscale(0); -moz-filter: grayscale(0); -ms-filter: grayscale(0); -o-filter: grayscale(0); filter: grayscale(0); -webkit-transition: all 0.3s ease; -ms-transition: all 0.3s ease; transition: all 0.3s ease; } a:hover .sc_icon_as_image { -webkit-filter: grayscale(1); -moz-filter: grayscale(1); -ms-filter: grayscale(1); -o-filter: grayscale(1); filter: grayscale(1); } /* Post info inside featured image */ .sc_item_featured { position: relative; } .sc_item_featured [class*="post_info_"] { padding: 0.4em 0.8em; background-color: rgba(248, 248, 248, 0.85); z-index: 10 !important; max-width: 75%; -webkit-transition: background-color 0.3s ease; -ms-transition: background-color 0.3s ease; transition: background-color 0.3s ease; } .sc_item_featured:hover [class*="post_info_"] { background-color: #f7f7f7; } .sc_item_featured [class*="post_info_"] .post_meta { margin: 0; } .sc_item_featured [class*="post_info_"] .post_meta + .entry-title { margin-top: 8px; } .sc_item_featured [class*="post_info_"] .entry-title + .post_meta { margin-top: 8px; } .sc_item_featured .post_info_tl { position: absolute; z-index: 1; top: 0; left: 0; } .sc_item_featured .post_info_tc { position: absolute; z-index: 1; top: 0; left: 50%; -webkit-transform: translateX(-50%); -ms-transform: translateX(-50%); transform: translateX(-50%); text-align: center; } .sc_item_featured .post_info_tr { position: absolute; z-index: 1; top: 0; right: 0; text-align: right; } .sc_item_featured .post_info_ml { position: absolute; z-index: 1; top: 50%; left: 0; -webkit-transform: translateY(-50%); -ms-transform: translateY(-50%); transform: translateY(-50%); } .sc_item_featured .post_info_mc { position: absolute; z-index: 1; top: 50%; left: 50%; -webkit-transform: translate(-50%, -50%); -ms-transform: translate(-50%, -50%); transform: translate(-50%, -50%); text-align: center; padding: 1em 1.5em; min-width: 60%; } .sc_item_featured .post_info_mr { position: absolute; z-index: 1; top: 50%; right: 0; -webkit-transform: translateY(-50%); -ms-transform: translateY(-50%); transform: translateY(-50%); } .sc_item_featured .post_info_bl { position: absolute; z-index: 1; bottom: 0; left: 0; } .sc_item_featured .post_info_bc { position: absolute; z-index: 1; bottom: 0; left: 50%; -webkit-transform: translateX(-50%); -ms-transform: translateX(-50%); transform: translateX(-50%); text-align: center; } .sc_item_featured .post_info_br { position: absolute; z-index: 1; bottom: 0; right: 0; text-align: right; } .sc_item_featured .sc_item_price { font-size: 1.25em; line-height: 1.5em; font-weight: bold; } /* Ratio for featured images */ .sc_item_featured.post_featured_bg[data-ratio]:before { content: ' '; width: 0; height: 0; display: inline-block; vertical-align: top; margin-left: -0.3em; } .sc_item_featured.post_featured_bg[data-ratio="2:1"]:before { padding-top: 50%; } .sc_item_featured.post_featured_bg[data-ratio="17:9"]:before { padding-top: 52.94%; } .sc_item_featured.post_featured_bg[data-ratio="16:9"]:before { padding-top: 56.25%; } .sc_item_featured.post_featured_bg[data-ratio="4:3"]:before { padding-top: 75%; } .sc_item_featured.post_featured_bg[data-ratio="1:1"]:before { padding-top: 100%; } .sc_item_featured.post_featured_bg[data-ratio="3:4"]:before { padding-top: 133.33%; } .sc_item_featured.post_featured_bg[data-ratio="9:16"]:before { padding-top: 177.77%; } .sc_item_featured.post_featured_bg[data-ratio="9:17"]:before { padding-top: 188.88%; } .sc_item_featured.post_featured_bg[data-ratio="1:2"]:before { padding-top: 200%; } /* Filters */ .sc_item_filters { margin-bottom: 2em; } .sc_item_title + .sc_item_filters, .sc_item_subtitle + .sc_item_filters { margin-top: 2em; } .sc_item_filters_align_left, .sc_item_filters_align_right { display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-flex-wrap: nowrap; -ms-flex-wrap: nowrap; flex-wrap: nowrap; -webkit-justify-content: space-between; -ms-flex-pack: space-between; justify-content: space-between; -webkit-align-items: flex-end; -ms-flex-align: end; align-items: flex-end; border-bottom: 2px solid #333; padding-bottom: 1em; } .sc_item_filters_align_left .sc_item_filters_tabs { -webkit-justify-content: flex-end; -ms-flex-pack: end; justify-content: flex-end; } .sc_item_filters_align_right .sc_item_filters_tabs { order: 1; -webkit-justify-content: flex-start; -ms-flex-pack: start; justify-content: flex-start; } .sc_item_filters_align_right .sc_item_filters_header { order: 2; } .sc_item_filters_align_center .sc_item_filters_header { text-align: center; border-bottom: 2px solid #333; padding-bottom: 1em; margin-bottom: 1em; } .sc_item_filters_title { margin: 0; line-height: 1em; } .sc_item_filters_subtitle { margin: 0.2em 0 0; font-size: 1.15em; } .sc_item_filters_tabs { display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-flex-wrap: wrap; -ms-flex-wrap: wrap; flex-wrap: wrap; -webkit-justify-content: center; -ms-flex-pack: center; justify-content: center; font-size: 1.15em; list-style-type: none !important; margin: 0 !important; padding: 0 !important; } .sc_item_filters_tabs li { display: inline-block; padding: 0 0 0 1.5em; } .sc_item_filters_align_right .sc_item_filters_tabs li { padding: 0 1.5em 0 0; } .sc_item_filters_align_center .sc_item_filters_tabs li { padding: 0 0.75em; } .sc_item_filters_tabs li:before { display: none !important; } .sc_item_filters_tabs a.active { border-bottom: 1px solid #e5e5e5; } /* Popup with post's details ------------------------------------------ */ #trx_addons_post_details_popup_overlay { position: fixed; z-index: 100000; top: 0; left: 0; right: 0; bottom: 0; width: 100%; height: 100%; background-color: rgba(0, 0, 0, 0.9); display: none; } #trx_addons_post_details_popup { position: fixed; z-index: 100001; top: 50%; left: 50%; -webkit-transform: translate(-50%, -50%); -ms-transform: translate(-50%, -50%); transform: translate(-50%, -50%); width: 50%; height: 80%; display: none; } .trx_addons_post_details_popup_close, .trx_addons_post_details_popup_prev, .trx_addons_post_details_popup_next { position: absolute; z-index: 1; top: -2em; right: -2em; color: #fff; font-size: 1.5em; padding: 6px; cursor: pointer; } .trx_addons_post_details_popup_prev, .trx_addons_post_details_popup_next { top: 50%; -webkit-transform: translateY(-50%); -ms-transform: translateY(-50%); transform: translateY(-50%); } .trx_addons_post_details_popup_prev { left: -2em; right: auto; } #trx_addons_post_details_popup .trx_addons_post_details_content { position: absolute; top: 0; left: 0; right: 0; bottom: 0; background: #fff; overflow-x: hidden; overflow-y: auto; } #trx_addons_post_details_popup .post_details_page_title { background-color: #f0f0f0; margin: 0; padding: 0.2em 3em 0.2em 0.5em; position: relative; } #trx_addons_post_details_popup .post_details_page_price { position: absolute; z-index: 1; top: 0.2em; right: 0.5em; } #trx_addons_post_details_popup .post_details_page_header { margin-bottom: 0; } #trx_addons_post_details_popup .post_details_page_content { padding: 2em; } #trx_addons_post_details_popup .post_details_page_details { padding: 0 2em; } #trx_addons_post_details_popup .post_details_page_button { padding: 1em 2em 2em; } /* Text with gradient bg */ .trx_addons_text_gradient { display: inline-block; } .trx_addons_text_gradient, .trx_addons_text_gradient * { -moz-background-clip: text !important; -o-background-clip: text !important; -webkit-background-clip: text !important; background-clip: text !important; -moz-text-fill-color: transparent !important; -o-text-fill-color: transparent !important; -webkit-text-fill-color: transparent !important; text-fill-color: transparent !important; background: #efa758; background: linear-gradient(135deg, #efa758, #ef58a7); } /*# sourceMappingURL=shortcodes.css.map */