芝麻web文件管理V1.00
编辑当前文件:/home/soundframestudio/smith.soundframestudios.net/wp-content/themes/betheme/style.php
html{ background-color: ; } #Wrapper,#Content, .mfn-popup .mfn-popup-content,.mfn-off-canvas-sidebar .mfn-off-canvas-content-wrapper,.mfn-cart-holder,.mfn-header-login, #Top_bar .search_wrapper, #Top_bar .top_bar_right .mfn-live-search-box, .column_livesearch .mfn-live-search-wrapper, .column_livesearch .mfn-live-search-box{ background-color: ; } .layout-boxed.mfn-bebuilder-header.mfn-ui #Wrapper .mfn-only-sample-content{ background-color: ; } body:not(.template-slider) #Header{ min-height: ; } body.header-below:not(.template-slider) #Header{ padding-top: ; } body:not(.template-slider) #Header{ min-height: 'px' ] ) ); ?>; } body.header-below:not(.template-slider) #Header{ padding-top: 'px' ] ) ); ?>; } #Subheader { padding: ; } #Footer .widgets_wrapper { padding: ; } .has-search-overlay.search-overlay-opened #search-overlay { background-color: ; } .has-search-blur.search-overlay-opened #Wrapper::after { backdrop-filter: blur(px); } .elementor-page.elementor-default #Content .the_content .section_wrapper{max-width: 100%;} .elementor-page.elementor-default #Content .section.the_content{width: 100%;} .elementor-page.elementor-default #Content .section_wrapper .the_content_wrapper{margin-left: 0; margin-right: 0; width: 100%;} /** * Font | Family ******************************************************************************** */ mfn_opts_get('font-content'), 'lead' => mfn_opts_get('font-lead', mfn_opts_get('font-content')), 'menu' => mfn_opts_get('font-menu'), 'title' => mfn_opts_get('font-title'), 'headings' => mfn_opts_get('font-headings'), 'headings-small' => mfn_opts_get('font-headings-small'), 'blockquote' => mfn_opts_get('font-blockquote'), 'decorative' => mfn_opts_get('font-decorative'), ]; foreach( $fonts as $font_k => $font_v ){ if( $font_v ){ $fonts[$font_k] = '"'. str_replace('#', '', $font_v) .'"'; } if( mfn_opts_get('google-font-mode') !== 'local') { if( $fonts[$font_k] ){ $fonts[$font_k] .= ','; } $fonts[$font_k] .= '-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen-Sans,Ubuntu,Cantarell,"Helvetica Neue",sans-serif'; } } ?> body, span.date_label, .timeline_items li h3 span, input[type="date"], input[type="text"], input[type="password"], input[type="tel"], input[type="email"], input[type="url"], textarea, select, .offer_li .title h3, .mfn-menu-item-megamenu { font-family: ; } .lead, .big { font-family: ; } #menu > ul > li > a, #overlay-menu ul li a { font-family: ; } #Subheader .title { font-family: ; } h1, h2, h3, h4, .text-logo #logo { font-family: ; } h5, h6 { font-family: ; } blockquote { font-family: ; } .chart_box .chart .num, .counter .desc_wrapper .number-wrapper, .how_it_works .image .number, .pricing-box .plan-header .price, .quick_fact .number-wrapper, .woocommerce .product div.entry-summary .price { font-family: ; } /** * Font | Size & Style ******************************************************************************** */ mfn_opts_get('font-size-content'), 'big' => mfn_opts_get('font-size-big'), 'menu' => mfn_opts_get('font-size-menu'), 'title' => mfn_opts_get('font-size-title'), 'h1' => mfn_opts_get('font-size-h1'), 'h2' => mfn_opts_get('font-size-h2'), 'h3' => mfn_opts_get('font-size-h3'), 'h4' => mfn_opts_get('font-size-h4'), 'h5' => mfn_opts_get('font-size-h5'), 'h6' => mfn_opts_get('font-size-h6'), 'intro' => mfn_opts_get('font-size-single-intro'), ); // prevent passing not numeral value for letter spacing foreach( $aFont as $key => $val ) { if( ! empty($val['letter_spacing']) ) { $aFont[$key]['letter_spacing'] = intval($val['letter_spacing']); } else { $aFont[$key]['letter_spacing'] = 0; } } // main menu has no line height attribute $aFont['menu']['line_height'] = 0; // save initial values, we will use it later $aFontInit = $aFont; ?> body, .mfn-menu-item-megamenu { font-size: px; line-height: px; font-weight: ; letter-spacing: px; } .lead, .big { font-size: px; line-height: px; font-weight: ; letter-spacing: px; } #menu > ul > li > a, #overlay-menu ul li a{ font-size: px; font-weight: ; letter-spacing: px; } #overlay-menu ul li a{ line-height: px; } #Subheader .title { font-size: px; line-height: px; font-weight: ; letter-spacing: px; } h1, .text-logo #logo { font-size: px; line-height: px; font-weight: ; letter-spacing: px; } h2 { font-size: px; line-height: px; font-weight: ; letter-spacing: px; } h3, .woocommerce ul.products li.product h3, .woocommerce #customer_login h2 { font-size: px; line-height: px; font-weight: ; letter-spacing: px; } h4, .woocommerce .woocommerce-order-details__title, .woocommerce .wc-bacs-bank-details-heading, .woocommerce .woocommerce-customer-details h2 { font-size: px; line-height: px; font-weight: ; letter-spacing: px; } h5 { font-size: px; line-height: px; font-weight: ; letter-spacing: px; } h6 { font-size: px; line-height: px; font-weight: ; letter-spacing: px; } #Intro .intro-title { font-size: px; line-height: px; font-weight: ; letter-spacing: px; } /** * Font | Size - Responsive ******************************************************************************** */ $font) { if (is_numeric($font['size'])) { $aFont[$key]['size'] = round($font['size'] * $multiplier); if ($aFont[$key]['size'] < $min_size) { $aFont[$key]['size'] = $min_size; } } if (is_numeric($font['line_height'])) { $aFont[$key]['line_height'] = round($font['line_height'] * $multiplier); if ($aFont[$key]['line_height'] < $min_line) { $aFont[$key]['line_height'] = $min_line; } } if (is_numeric($font['letter_spacing'])) { $aFont[$key]['letter_spacing'] = round($font['letter_spacing'] * $multiplier); } } } else { // custom font size $aCustom = array( 'content' => mfn_opts_get('font-size-content-tablet'), 'big' => mfn_opts_get('font-size-big-tablet'), 'menu' => mfn_opts_get('font-size-menu-tablet'), 'title' => mfn_opts_get('font-size-title-tablet'), 'h1' => mfn_opts_get('font-size-h1-tablet'), 'h2' => mfn_opts_get('font-size-h2-tablet'), 'h3' => mfn_opts_get('font-size-h3-tablet'), 'h4' => mfn_opts_get('font-size-h4-tablet'), 'h5' => mfn_opts_get('font-size-h5-tablet'), 'h6' => mfn_opts_get('font-size-h6-tablet'), 'intro' => mfn_opts_get('font-size-single-intro-tablet'), ); foreach ( $aCustom as $key => $font ) { if( ! empty( $font['size'] ) ){ foreach( $font as $attr_k => $attr_v ){ if( ! empty($attr_v) ){ $aFont[$key][$attr_k] = $attr_v; } } } } } ?> @media only screen and (min-width:768px) and (max-width:959px){ body, .mfn-menu-item-megamenu { font-size: px; line-height: px; font-weight: ; letter-spacing: px; } .lead, .big { font-size: px; line-height: px; font-weight: ; letter-spacing: px; } #menu > ul > li > a, #overlay-menu ul li a{ font-size: px; font-weight: ; letter-spacing: px; } #overlay-menu ul li a{ line-height: px; } #Subheader .title { font-size: px; line-height: px; font-weight: ; letter-spacing: px; } h1, .text-logo #logo { font-size: px; line-height: px; font-weight: ; letter-spacing: px; } h2 { font-size: px; line-height: px; font-weight: ; letter-spacing: px; } h3, .woocommerce ul.products li.product h3, .woocommerce #customer_login h2 { font-size: px; line-height: px; font-weight: ; letter-spacing: px; } h4, .woocommerce .woocommerce-order-details__title, .woocommerce .wc-bacs-bank-details-heading, .woocommerce .woocommerce-customer-details h2 { font-size: px; line-height: px; font-weight: ; letter-spacing: px; } h5 { font-size: px; line-height: px; font-weight: ; letter-spacing: px; } h6 { font-size: px; line-height: px; font-weight: ; letter-spacing: px; } #Intro .intro-title { font-size: px; line-height: px; font-weight: ; letter-spacing: px; } blockquote { font-size: 15px;} .chart_box .chart .num { font-size: 45px; line-height: 45px; } .counter .desc_wrapper .number-wrapper { font-size: 45px; line-height: 45px;} .counter .desc_wrapper .title { font-size: 14px; line-height: 18px;} .faq .question .title { font-size: 14px; } .fancy_heading .title { font-size: 38px; line-height: 38px; } .offer .offer_li .desc_wrapper .title h3 { font-size: 32px; line-height: 32px; } .offer_thumb_ul li.offer_thumb_li .desc_wrapper .title h3 { font-size: 32px; line-height: 32px; } .pricing-box .plan-header h2 { font-size: 27px; line-height: 27px; } .pricing-box .plan-header .price > span { font-size: 40px; line-height: 40px; } .pricing-box .plan-header .price sup.currency { font-size: 18px; line-height: 18px; } .pricing-box .plan-header .price sup.period { font-size: 14px; line-height: 14px;} .quick_fact .number-wrapper { font-size: 80px; line-height: 80px;} .trailer_box .desc h2 { font-size: 27px; line-height: 27px; } .widget > h3 { font-size: 17px; line-height: 20px; } } $font) { if (is_numeric($font['size'])) { $aFont[$key]['size'] = round($font['size'] * $multiplier); if ($aFont[$key]['size'] < $min_size) { $aFont[$key]['size'] = $min_size; } } if (is_numeric($font['line_height'])) { $aFont[$key]['line_height'] = round($font['line_height'] * $multiplier); if ($aFont[$key]['line_height'] < $min_line) { $aFont[$key]['line_height'] = $min_line; } } if (is_numeric($font['letter_spacing'])) { $aFont[$key]['letter_spacing'] = round($font['letter_spacing'] * $multiplier); } } } else { // custom font size $aCustom = array( 'content' => mfn_opts_get('font-size-content-mobile'), 'big' => mfn_opts_get('font-size-big-mobile'), 'menu' => mfn_opts_get('font-size-menu-mobile'), 'title' => mfn_opts_get('font-size-title-mobile'), 'h1' => mfn_opts_get('font-size-h1-mobile'), 'h2' => mfn_opts_get('font-size-h2-mobile'), 'h3' => mfn_opts_get('font-size-h3-mobile'), 'h4' => mfn_opts_get('font-size-h4-mobile'), 'h5' => mfn_opts_get('font-size-h5-mobile'), 'h6' => mfn_opts_get('font-size-h6-mobile'), 'intro' => mfn_opts_get('font-size-single-intro-mobile'), ); foreach ( $aCustom as $key => $font ) { if( ! empty( $font['size'] ) ){ foreach( $font as $attr_k => $attr_v ){ if( ! empty($attr_v) ){ $aFont[$key][$attr_k] = $attr_v; } } } } } ?> @media only screen and (min-width:480px) and (max-width:767px){ body, .mfn-menu-item-megamenu { font-size: px; line-height: px; font-weight: ; letter-spacing: px; } .lead, .big { font-size: px; line-height: px; font-weight: ; letter-spacing: px; } #menu > ul > li > a, #overlay-menu ul li a{ font-size: px; font-weight: ; letter-spacing: px; } #overlay-menu ul li a{ line-height: px; } #Subheader .title { font-size: px; line-height: px; font-weight: ; letter-spacing: px; } h1, .text-logo #logo { font-size: px; line-height: px; font-weight: ; letter-spacing: px; } h2 { font-size: px; line-height: px; font-weight: ; letter-spacing: px; } h3, .woocommerce ul.products li.product h3, .woocommerce #customer_login h2 { font-size: px; line-height: px; font-weight: ; letter-spacing: px; } h4, .woocommerce .woocommerce-order-details__title, .woocommerce .wc-bacs-bank-details-heading, .woocommerce .woocommerce-customer-details h2 { font-size: px; line-height: px; font-weight: ; letter-spacing: px; } h5 { font-size: px; line-height: px; font-weight: ; letter-spacing: px; } h6 { font-size: px; line-height: px; font-weight: ; letter-spacing: px; } #Intro .intro-title { font-size: px; line-height: px; font-weight: ; letter-spacing: px; } blockquote { font-size: 14px;} .chart_box .chart .num { font-size: 40px; line-height: 40px; } .counter .desc_wrapper .number-wrapper { font-size: 40px; line-height: 40px;} .counter .desc_wrapper .title { font-size: 13px; line-height: 16px;} .faq .question .title { font-size: 13px; } .fancy_heading .title { font-size: 34px; line-height: 34px; } .offer .offer_li .desc_wrapper .title h3 { font-size: 28px; line-height: 28px; } .offer_thumb_ul li.offer_thumb_li .desc_wrapper .title h3 { font-size: 28px; line-height: 28px; } .pricing-box .plan-header h2 { font-size: 24px; line-height: 24px; } .pricing-box .plan-header .price > span { font-size: 34px; line-height: 34px; } .pricing-box .plan-header .price sup.currency { font-size: 16px; line-height: 16px; } .pricing-box .plan-header .price sup.period { font-size: 13px; line-height: 13px;} .quick_fact .number-wrapper { font-size: 70px; line-height: 70px;} .trailer_box .desc h2 { font-size: 24px; line-height: 24px; } .widget > h3 { font-size: 16px; line-height: 19px; } } $font) { if (is_numeric($font['size'])) { $aFont[$key]['size'] = round($font['size'] * $multiplier); if ($aFont[$key]['size'] < $min_size) { $aFont[$key]['size'] = $min_size; } } if (is_numeric($font['line_height'])) { $aFont[$key]['line_height'] = round($font['line_height'] * $multiplier); if ($aFont[$key]['line_height'] < $min_line) { $aFont[$key]['line_height'] = $min_line; } } if (is_numeric($font['letter_spacing'])) { $aFont[$key]['letter_spacing'] = round($font['letter_spacing'] * $multiplier); } } } ?> @media only screen and (max-width:479px){ body, .mfn-menu-item-megamenu { font-size: px; line-height: px; font-weight: ; letter-spacing: px; } .lead, .big { font-size: px; line-height: px; font-weight: ; letter-spacing: px; } #menu > ul > li > a, #overlay-menu ul li a{ font-size: px; font-weight: ; letter-spacing: px; } #overlay-menu ul li a{ line-height: px; } #Subheader .title { font-size: px; line-height: px; font-weight: ; letter-spacing: px; } h1, .text-logo #logo { font-size: px; line-height: px; font-weight: ; letter-spacing: px; } h2 { font-size: px; line-height: px; font-weight: ; letter-spacing: px; } h3, .woocommerce ul.products li.product h3, .woocommerce #customer_login h2 { font-size: px; line-height: px; font-weight: ; letter-spacing: px; } h4, .woocommerce .woocommerce-order-details__title, .woocommerce .wc-bacs-bank-details-heading, .woocommerce .woocommerce-customer-details h2 { font-size: px; line-height: px; font-weight: ; letter-spacing: px; } h5 { font-size: px; line-height: px; font-weight: ; letter-spacing: px; } h6 { font-size: px; line-height: px; font-weight: ; letter-spacing: px; } #Intro .intro-title { font-size: px; line-height: px; font-weight: ; letter-spacing: px; } blockquote { font-size: 13px;} .chart_box .chart .num { font-size: 35px; line-height: 35px; } .counter .desc_wrapper .number-wrapper { font-size: 35px; line-height: 35px;} .counter .desc_wrapper .title { font-size: 13px; line-height: 26px;} .faq .question .title { font-size: 13px; } .fancy_heading .title { font-size: 30px; line-height: 30px; } .offer .offer_li .desc_wrapper .title h3 { font-size: 26px; line-height: 26px; } .offer_thumb_ul li.offer_thumb_li .desc_wrapper .title h3 { font-size: 26px; line-height: 26px; } .pricing-box .plan-header h2 { font-size: 21px; line-height: 21px; } .pricing-box .plan-header .price > span { font-size: 32px; line-height: 32px; } .pricing-box .plan-header .price sup.currency { font-size: 14px; line-height: 14px; } .pricing-box .plan-header .price sup.period { font-size: 13px; line-height: 13px;} .quick_fact .number-wrapper { font-size: 60px; line-height: 60px;} .trailer_box .desc h2 { font-size: 21px; line-height: 21px; } .widget > h3 { font-size: 15px; line-height: 18px; } } /** * Sidebar | Width ******************************************************************************** */ .with_aside .sidebar.columns { width: %; } .with_aside .sections_group { width: %; } .aside_both .sidebar.columns { width: %; } .aside_both .sidebar.sidebar-1{ margin-left: -%; } .aside_both .sections_group { width: %; margin-left: %; } /** * Grid | Width ******************************************************************************** */ @media only screen and (min-width:1240px){ #Wrapper, .with_aside .content_wrapper { max-width: px; } body.layout-boxed.mfn-header-scrolled .mfn-header-tmpl.mfn-sticky-layout-width{ max-width: px; left: 0; right: 0; margin-left: auto; margin-right: auto; } body.layout-boxed:not(.mfn-header-scrolled) .mfn-header-tmpl.mfn-header-layout-width, body.layout-boxed .mfn-header-tmpl.mfn-header-layout-width:not(.mfn-hasSticky){ max-width: px; left: 0; right: 0; margin-left: auto; margin-right: auto; } body.layout-boxed.mfn-bebuilder-header.mfn-ui .mfn-only-sample-content{ max-width: px; margin-left: auto; margin-right: auto;} .section_wrapper, .container { max-width: px; } .layout-boxed.header-boxed #Top_bar.is-sticky{ max-width: px; } } @media only screen and (min-width:768px){ .layout-boxed #Subheader .container, .layout-boxed:not(.with_aside) .section:not(.full-width), .layout-boxed.with_aside .content_wrapper, .layout-boxed #Footer .container { padding-left: ; padding-right: ;} .layout-boxed.header-modern #Action_bar .container, .layout-boxed.header-modern #Top_bar:not(.is-sticky) .container { padding-left: ; padding-right: ;} } @media only screen and (max-width: 767px){ #Wrapper{max-width:calc(100% - px);} .content_wrapper .section_wrapper, .container, .four.columns .widget-area { max-width: px !important; padding-left: px; padding-right: px; } } /** * WOO Lightbox ******************************************************************************** */ body .pswp .pswp__caption{ display: none; } body .pswp .pswp__bg{ background-color: ; } /** * Buttons | .button *************************************************************************** */ '14','weight_style'=>'400','letter_spacing'=>0] ); if( strpos( $button_font['weight_style'], 'italic' ) !== false ){ $button_font['weight'] = str_replace('italic','',$button_font['weight_style']); $button_font['style'] = 'italic'; } else { $button_font['weight'] = $button_font['weight_style']; $button_font['style'] = 'inherit'; } $button_font_tablet = mfn_opts_get( 'button-font-tablet', false ); if( $button_font_tablet ){ if( strpos( $button_font_tablet['weight_style'], 'italic' ) !== false ){ $button_font_tablet['weight'] = str_replace('italic','',$button_font_tablet['weight_style']); $button_font_tablet['style'] = 'italic'; } else { $button_font_tablet['weight'] = $button_font_tablet['weight_style']; if( $button_font_tablet['weight'] ){ $button_font_tablet['style'] = 'normal'; } } } $button_font_mobile = mfn_opts_get( 'button-font-mobile', false ); if( $button_font_mobile ){ if( strpos( $button_font_mobile['weight_style'], 'italic' ) !== false ){ $button_font_mobile['weight'] = str_replace('italic','',$button_font_mobile['weight_style']); $button_font_mobile['style'] = 'italic'; } else { $button_font_mobile['weight'] = $button_font_mobile['weight_style']; if( $button_font_mobile['weight'] ){ $button_font_mobile['style'] = 'normal'; } } } // padding $button_padding = mfn_opts_get( 'button-padding', '10px 20px', ['implode'=>' ','unit'=>'px']); $button_padding_tablet = trim( mfn_opts_get( 'button-padding-tablet', false, ['implode'=>' ','unit'=>'px']) ); $button_padding_mobile = trim( mfn_opts_get( 'button-padding-mobile', false, ['implode'=>' ','unit'=>'px']) ); $button_border_width = trim( mfn_opts_get( 'button-border-width', '0', ['implode'=>' ','unit'=>'px'] ) ); if( ! $button_border_width ){ $button_border_width = 0; } ?> body{ --mfn-button-font-family: ; --mfn-button-font-size: px; --mfn-button-font-weight: ; --mfn-button-font-style: ; --mfn-button-letter-spacing: px; --mfn-button-padding: ; --mfn-button-border-width: ; --mfn-button-border-radius: ' ','unit'=>'px']) ); ?>; --mfn-button-gap: 'px']) ); ?>; --mfn-button-transition: 's']) ); ?>; --mfn-button-color: 'normal' ]) ); ?>; --mfn-button-color-hover: 'hover' ]) ); ?>; --mfn-button-bg: 'normal' ]) ); ?>; --mfn-button-bg-hover: 'hover' ]) ); ?>; --mfn-button-border-color: 'normal', 'not_empty' => true ]) ); ?>; --mfn-button-border-color-hover: 'hover', 'not_empty' => true ]) ); ?>; --mfn-button-icon-color: 'normal' ]) ); ?>; --mfn-button-icon-color-hover: 'hover' ]) ); ?>; --mfn-button-box-shadow: true ]) ); ?>; --mfn-button-theme-color: 'normal' ]) ); ?>; --mfn-button-theme-color-hover: 'hover' ]) ); ?>; --mfn-button-theme-bg: 'normal' ]) ); ?>; --mfn-button-theme-bg-hover: 'hover' ]) ); ?>; --mfn-button-theme-border-color: 'normal', 'not_empty' => true ]) ); ?>; --mfn-button-theme-border-color-hover: 'hover', 'not_empty' => true ]) ); ?>; --mfn-button-theme-icon-color: 'normal' ]) ); ?>; --mfn-button-theme-icon-color-hover: 'hover' ]) ); ?>; --mfn-button-theme-box-shadow: true ]) ); ?>; --mfn-button-shop-color: 'normal' ]) ); ?>; --mfn-button-shop-color-hover: 'hover' ]) ); ?>; --mfn-button-shop-bg: 'normal' ]) ); ?>; --mfn-button-shop-bg-hover: 'hover' ]) ); ?>; --mfn-button-shop-border-color: 'normal', 'not_empty' => true ]) ); ?>; --mfn-button-shop-border-color-hover: 'hover', 'not_empty' => true ]) ); ?>; --mfn-button-shop-icon-color: 'normal' ]) ); ?>; --mfn-button-shop-icon-color-hover: 'hover' ]) ); ?>; --mfn-button-shop-box-shadow: true ]) ); ?>; --mfn-button-action-color: 'normal' ]) ); ?>; --mfn-button-action-color-hover: 'hover' ]) ); ?>; --mfn-button-action-bg: 'normal' ]) ); ?>; --mfn-button-action-bg-hover: 'hover' ]) ); ?>; --mfn-button-action-border-color: 'normal', 'not_empty' => true ]) ); ?>; --mfn-button-action-border-color-hover: 'hover', 'not_empty' => true ]) ); ?>; --mfn-button-action-icon-color: 'normal' ]) ); ?>; --mfn-button-action-icon-color-hover: 'hover' ]) ); ?>; --mfn-button-action-box-shadow: true ]) ); ?>; } @media only screen and (max-width: 959px){ body{ } } @media only screen and (max-width: 768px){ body{ } } /** * GDPR 2.0 ******************************************************************************** */ .mfn-cookies{ --mfn-gdpr2-container-text-color: ; --mfn-gdpr2-container-strong-color: ; --mfn-gdpr2-container-bg: ; --mfn-gdpr2-container-overlay: ; --mfn-gdpr2-details-box-bg: ; --mfn-gdpr2-details-switch-bg: ; --mfn-gdpr2-details-switch-bg-active: ; --mfn-gdpr2-tabs-text-color: ; --mfn-gdpr2-tabs-text-color-active: ; --mfn-gdpr2-tabs-border: ; --mfn-gdpr2-buttons-box-bg: ; mfn_opts_get( 'gdpr2-color-buttons', '', [ 'key' => 'normal' ] ), 'color-hover' => mfn_opts_get( 'gdpr2-color-buttons', '', [ 'key' => 'hover' ] ), 'bg' => mfn_opts_get( 'gdpr2-color-buttons-bg', '', [ 'key' => 'normal' ] ), 'bg-hover' => mfn_opts_get( 'gdpr2-color-buttons-bg', '', [ 'key' => 'hover' ] ), 'border-color' => mfn_opts_get( 'gdpr2-color-buttons-border', '', [ 'key' => 'normal' ] ), 'border-color' => mfn_opts_get( 'gdpr2-color-buttons-border', '', [ 'key' => 'hover' ] ), 'theme-color' => mfn_opts_get( 'gdpr2-color-buttons-active', '', [ 'key' => 'normal' ] ), 'theme-color-hover' => mfn_opts_get( 'gdpr2-color-buttons-active', '', [ 'key' => 'hover' ] ), 'theme-bg' => mfn_opts_get( 'gdpr2-color-buttons-bg-active', '', [ 'key' => 'normal' ] ), 'theme-bg-hover' => mfn_opts_get( 'gdpr2-color-buttons-bg-active', '', [ 'key' => 'hover' ] ), 'theme-border-color' => mfn_opts_get( 'gdpr2-color-buttons-border-active', '', [ 'key' => 'normal' ] ), 'theme-border-color' => mfn_opts_get( 'gdpr2-color-buttons-border-active', '', [ 'key' => 'hover' ] ), ]; foreach( $gdpr2_button as $k => $v ){ if( $v ){ echo '--mfn-button-'. $k .':'. esc_attr( $v ) .';'; } } ?> } /** * Logo ******************************************************************************** */ intval(mfn_opts_get('logo-height', 60)), 'vertical_padding' => intval(mfn_opts_get('logo-vertical-padding', 15)), ); $aLogo['top_bar_right_H'] = $aLogo['height'] + ($aLogo['vertical_padding'] * 2); $aLogo['top_bar_right_T'] = ($aLogo['top_bar_right_H'] / 2) - 20; $aLogo['menu_padding'] = ($aLogo['top_bar_right_H'] / 2) - 30; $aLogo['menu_margin'] = ($aLogo['top_bar_right_H'] / 2) - 25; // $aLogo['responsive_menu_T'] = ($aLogo['height'] / 2) + 10; /* mobile logo | margin: 10px */ $aLogo['header_fixed_LH'] = ($aLogo['top_bar_right_H'] - 30) / 2 ; ?> #Top_bar #logo, .header-fixed #Top_bar #logo, .header-plain #Top_bar #logo, .header-transparent #Top_bar #logo { height: px; line-height: px; padding: px 0; } .logo-overflow #Top_bar:not(.is-sticky) .logo { height: px; } #Top_bar .menu > li > a { padding: px 0; } .menu-highlight:not(.header-creative) #Top_bar .menu > li > a { margin: px 0; } .header-plain:not(.menu-highlight) #Top_bar .menu > li > a span:not(.description) { line-height: px; } .header-fixed #Top_bar .menu > li > a { padding: px 0; } .logo-overflow #Top_bar.is-sticky #logo{padding:0!important;} @media only screen and (max-width: 767px){ .mobile-header-mini #Top_bar #logo{ height:50px!important; line-height:50px!important; margin:5px 0; } } /** * Other ******************************************************************************** */ /* Image frame */ .image_frame,.wp-caption{ border-width: 'px'])); ?> } /* Alerts */ 'px']); ?> .alert{ border-radius: } /* Search + Live search */ #Top_bar .top_bar_right .top-bar-right-input input{ width: 'px']); ?> } .mfn-live-search-box .mfn-live-search-list{ max-height: 'px']); ?> } /* Form | Border width */ input[type="date"],input[type="email"],input[type="number"],input[type="password"],input[type="search"], input[type="tel"],input[type="text"],input[type="url"],select,textarea,.woocommerce .quantity input.qty{ border-width:; box-shadow:unset; resize:none; } .select2-container--default .select2-selection--single,.select2-dropdown, .select2-container--default.select2-container--open .select2-selection--single{ border-width:; } input[type="date"],input[type="email"],input[type="number"],input[type="password"],input[type="search"], input[type="tel"],input[type="text"],input[type="url"],select,textarea,.woocommerce .quantity input.qty{ border-radius: } .select2-container--default .select2-selection--single, .select2-dropdown, .select2-container--default.select2-container--open .select2-selection--single{ border-radius: } /* Side Slide */ #Side_slide{ right:-px; width:px; } #Side_slide.left{ left:-px; } /* Other */ /* Blog teaser | Android phones 1pt line fix - do NOT move it somewhere else */ .blog-teaser li .desc-wrapper .desc{background-position-y:-1px;} /** * Free delivery progress bar ***** */ .mfn-free-delivery-info{ --mfn-free-delivery-bar: ; --mfn-free-delivery-bg: ; --mfn-free-delivery-achieved: ; } #back_to_top{ background-color: } #back_to_top i{ color: } /** * Responsive ******************************************************************************** */ @media only screen and ( max-width: 767px ){ body:not(.template-slider) #Header{ min-height: 'px' ] ) ); ?>; } #Subheader{ padding: 'px' ] ) ); ?>; } }