/* #Typography */ body { font-style: $body_font_style; font-weight: $body_font_weight; font-size: $body_font_size{px}; line-height: $body_line_height; font-family: @font_family( $body_font_family ); letter-spacing: $body_letter_spacing{em}; text-align: $body_text_align; text-transform: $body_text_transform; color: $regular_text_color; } h1, .h1-style { font-style: $h1_font_style; font-weight: $h1_font_weight; font-size: @font_size($h1_font_size, multiple, round, $h1_mobile_multiple)px; line-height: $h1_line_height; font-family: @font_family( $h1_font_family ); letter-spacing: $h1_letter_spacing{em}; text-align: $h1_text_align; text-transform: $h1_text_transform; color: $regular_h1_color; } h2, .h2-style { font-style: $h2_font_style; font-weight: $h2_font_weight; font-size: @font_size($h2_font_size, multiple, round, $h2_mobile_multiple)px; line-height: $h2_line_height; font-family: @font_family( $h2_font_family ); letter-spacing: $h2_letter_spacing{em}; text-align: $h2_text_align; text-transform: $h2_text_transform; color: $regular_h2_color; } h3, .h3-style { font-style: $h3_font_style; font-weight: $h3_font_weight; font-size: @font_size($h3_font_size, multiple, round, $h3_mobile_multiple)px; line-height: $h3_line_height; font-family: @font_family( $h3_font_family ); letter-spacing: $h3_letter_spacing{em}; text-align: $h3_text_align; text-transform: $h3_text_transform; color: $regular_h3_color; } h4, .h4-style { font-style: $h4_font_style; font-weight: $h4_font_weight; font-size: $h4_font_size{px}; line-height: $h4_line_height; font-family: @font_family( $h4_font_family ); letter-spacing: $h4_letter_spacing{em}; text-align: $h4_text_align; text-transform: $h4_text_transform; color: $regular_h4_color; } h5, .h5-style { font-style: $h5_font_style; font-weight: $h5_font_weight; font-size: $h5_font_size{px}; line-height: $h5_line_height; font-family: @font_family( $h5_font_family ); letter-spacing: $h5_letter_spacing{em}; text-align: $h5_text_align; text-transform: $h5_text_transform; color: $regular_h5_color; } h6, .h6-style { font-style: $h6_font_style; font-weight: $h6_font_weight; font-size: $h6_font_size{px}; line-height: $h6_line_height; font-family: @font_family( $h6_font_family ); letter-spacing: $h6_letter_spacing{em}; text-align: $h6_text_align; text-transform: $h6_text_transform; color: $regular_h6_color; } @media (min-width: 1200px) { h1, .h1-style { font-size: $h1_font_size{px}; } h2, .h2-style { font-size: $h2_font_size{px}; } h3, .h3-style { font-size: $h3_font_size{px}; } } h1 em, h2 em, h3 em, h4 em, h5 em, h6 em, .elementor-heading-title i, .elementor-heading-title i, .elementor-heading-title i, .elementor-heading-title i, .elementor-heading-title i, .elementor-heading-title i, .h1-style em, .h2-style em, .h3-style em, .h4-style em, .h5-style em, .h6-style em, .accent-text { font-style: $accent_font_style; font-weight: $accent_font_weight; font-family: @font_family( $accent_font_family ); letter-spacing: $accent_letter_spacing{em}; text-transform: $accent_text_transform; } a, p a:hover, dl a:hover { color: $regular_link_color; } a:hover, p a, dl a { color: $regular_link_hover_color; } a[href*="tel:"], a[href*="callto:"], a[href*="mailto:"] { color: $regular_link_hover_color; } a[href*="tel:"]:hover, a[href*="callto:"]:hover, a[href*="mailto:"]:hover { color: $regular_link_color; } /* #Invert Color Scheme */ .invert { color: $invert_text_color; } .invert h1 { color: $invert_h1_color; } .invert h2 { color: $invert_h2_color; } .invert h3 { color: $invert_h3_color; } .invert h4 { color: $invert_h4_color; } .invert h5 { color: $invert_h5_color; } .invert h6 { color: $invert_h6_color; } .invert a { color: $invert_link_color; } .invert a:hover { color: $invert_link_hover_color; } .invert a[href*="tel:"], .invert a[href*="callto:"], .invert a[href*="mailto:"] { color: $invert_link_hover_color; } .invert a[href*="tel:"]:hover, .invert a[href*="callto:"]:hover, .invert a[href*="mailto:"]:hover { color: $invert_link_color; } /* #Helpers */ .primary-color { color: $regular_accent_color_1; } /* #Layout */ @media (min-width: 1200px) { .site .container { max-width: $container_width{px}; } } .page-layout-boxed > .site.container { max-width: $page_boxed_width{px}; } @media (min-width: 768px) { .page-layout-boxed .isStuck { max-width: $page_boxed_width{px}; } } /* #Pages */ .site { background-color: $page_bg_color; } .not-found .page-title, .error-404 .page-content h2 { color: $regular_accent_color_1; } .invert.error-404 .page-content h2{ color: $invert_accent_color_1; } /* #404 page */ body.error404 .site-content { background-color: $page_404_bg_color; background-repeat: $page_404_bg_repeat; background-attachment: $page_404_bg_attachment; background-size: $page_404_bg_size; @background_url($page_404_bg_image); @background_position($page_404_bg_position); } @media (min-width: 1200px) { .error-404 .page-content h2 { font-size: @font_size($h2_font_size, multiple, round, 0.9)px; } } /* #Elements */ blockquote { font-style: $accent_font_style; font-weight: $accent_font_weight; font-family: @font_family( $accent_font_family ); letter-spacing: $accent_letter_spacing{em}; text-transform: $accent_text_transform; } blockquote:before { font-family: @font_family( $h6_font_family ); color: @darken($grey_color_1, 19); } cite { font-style: $h6_font_style; font-weight: $h6_font_weight; font-size: $h6_font_size{px}; line-height: $h6_line_height; font-family: @font_family( $h6_font_family ); letter-spacing: $h6_letter_spacing{em}; text-transform: $h6_text_transform; } blockquote cite { color: $regular_link_color; } .invert blockquote cite { color: $invert_link_color; } cite span:not(.tm-testi__item-name) { font-style: $body_font_style; font-weight: $body_font_weight; font-family: @font_family( $body_font_family ); text-transform: $body_text_transform; } cite:before { background-color: @darken($grey_color_1, 19); top: calc(($h6_line_height*$h6_font_size{px})/2); } ins { color: $invert_accent_color_1; background-color: $regular_accent_color_1; } .dropcaps { color: $regular_accent_color_1; } hr, .elementor hr{ background-color: @darken($grey_color_1, 13); } /* #Page preloader */ .page-preloader-cover .bar:before{ background-color: $regular_accent_color_1; } .page-preloader-cover .bar { background-color: $grey_color_1; } .page-preloader-cover{ background-color: $page_preloader_bg; } /* #ToTop button */ #toTop { color: @contrast($footer_bg, $invert_accent_color_1, $regular_text_color); background-color: $footer_bg; } #toTop:hover { color: $invert_accent_color_1; background-color: $regular_accent_color_1; }/* #Header */ .header-container { background-color: $header_bg_color; background-repeat: $header_bg_repeat; background-attachment: $header_bg_attachment; background-size: $header_bg_size; @background_url( $header_bg_image ); @background_position($header_bg_position); } .header-container.transparent { background: $header_transparent_bg; } @media( min-width: 768px ) { .header-container.transparent:not(.isStuck) { background: @alpha($header_transparent_bg, $header_transparent_bg_alpha); } } .site-header--separate .top-panel__inner { border-color: @darken($grey_color_1, 3.5); } .site .site-header .header-container.isStuck { background-color: $header_bg_color; } /* ##Logo */ .site-logo--text { font-style: $header_logo_font_style; font-weight: $header_logo_font_weight; font-size: $header_logo_font_size{px}; line-height: $header_logo_line_height; font-family: @font_family( $header_logo_font_family ); letter-spacing: $header_logo_letter_spacing{em}; text-transform: $header_logo_text_transform; } .site-logo__link, .site-logo__link:hover { color: $regular_accent_color_1; } /* ##Top Panel */ .top-panel { background-color: $top_panel_bg; } .invert.top-panel, .invert.top-panel a { color: @darken( $grey_color_1, 40 ); } .invert.top-panel a:hover { color: $invert_link_hover_color; } /* #Header Components */ .header-components >* + *:before, .search-form__close:after{ background-color: @darken($grey_color_1, 8); } .invert .search-form__close:after { background-color: $invert_accent_color_1; } .invert.header-container .search-form__field { color: $invert_accent_color_1; } .search-form__toggle, .search-form__close, .site-header .search-form .search-form__submit, .site-header .search-form .search-submit, .site-header-cart .site-header-cart__wrapper i { color: $regular_accent_color_1; } .invert .search-form__toggle:not(:hover), .invert .search-form__close:not(:hover), .site-header .invert .search-form .search-form__submit:not(:hover), .site-header .invert .search-form .search-submit:not(:hover), .invert .site-header-cart .site-header-cart__wrapper i:not(:hover) { color: $invert_accent_color_1; } .search-form__toggle:hover, .search-form__close:hover, .search-form__toggle:focus, .search-form__close:focus, .site-header .search-form .search-form__submit:hover, .site-header .search-form .search-form__submit:focus, .site-header .search-form .search-submit:hover, .site-header .search-form .search-submit:focus, .site-header-cart .site-header-cart__wrapper i:hover { color: $regular_accent_color_2; } /* #Fields */ input, select, textarea { font-style: $body_font_style; font-weight: $body_font_weight; font-family: @font_family( $body_font_family ); background-color: $grey_color_1; color: $regular_h1_color; } input:focus, select:focus, textarea:focus { border-color: $regular_accent_color_1; } /* #WPCF7 */ .wpcf7 input[type='text'], .wpcf7 input[type='email'], .wpcf7 input[type='url'], .wpcf7 input[type='password'], .wpcf7 input[type='search'], .wpcf7 input[type='tel'], .wpcf7 textarea { border-bottom-color: @darken($grey_color_1, 22.75); } .wpcf7 input[type='text']:focus, .wpcf7 input[type='email']:focus, .wpcf7 input[type='url']:focus, .wpcf7 input[type='password']:focus, .wpcf7 input[type='search']:focus, .wpcf7 input[type='tel']:focus, .wpcf7 textarea:focus { border-bottom-color: $regular_accent_color_1; }.social-list--widget a { color: $regular_text_color; } .social-list--widget a:hover { color: $regular_accent_color_1; } .share-btns__link:hover, .social-list--header.social-list a:hover, .social-list--footer.social-list a:hover, .site-footer.style-2 .social-list--footer a { color: $invert_accent_color_1; } .share-btns__link:hover:before, .social-list--header a:hover:after, .social-list--footer a:hover:after, .site-footer.style-2 .social-list--footer a:after { background-color: $regular_accent_color_1; } .site-footer.style-2 .social-list--footer a:hover:after { background-color: $regular_accent_color_2; }/* #Menus */ .main-navigation { font-style: $h6_font_style; font-weight: $h6_font_weight; font-family: @font_family( $h6_font_family ); } /* #Main Menu */ .main-navigation .menu > li > a, .jet-menu >li >a { color: $regular_h1_color; } .main-navigation .menu > li > a:hover, .main-navigation .menu > li.menu-hover > a, .main-navigation .menu > li.current_page_item > a, .main-navigation .menu > li.current_page_ancestor > a, .main-navigation .menu > li.current-menu-item > a, .main-navigation .menu > li.current-menu-ancestor > a, .jet-menu >li.jet-menu-hover >a, .jet-menu >li.jet-current-menu-item >a { color: $regular_link_hover_color; } @media (min-width: 768px) { .invert .main-navigation .menu > li > a, .invert .jet-menu >li >a, .invert .jet-menu >li.jet-menu-hover >a, .invert .jet-menu >li.jet-current-menu-item >a{ color: $invert_accent_color_1; } } .main-navigation .sub-menu a, .jet-custom-nav .jet-custom-nav__item >a, .jet-sub-menu >li >a { color: $regular_text_color; } .main-navigation .sub-menu li, .jet-custom-nav, .jet-custom-nav .jet-custom-nav__item >a, .jet-sub-menu >li >a { border-color: $grey_color_1; } .jet-sub-menu >li.jet-menu-hover >a, .jet-sub-menu >li.jet-current-menu-item >a, .jet-custom-nav .jet-custom-nav__item.hover-state >a, .main-navigation .sub-menu a:hover, .main-navigation .sub-menu li.menu-hover > a, .main-navigation .sub-menu li.current_page_item > a, .main-navigation .sub-menu li.current_page_ancestor > a, .main-navigation .sub-menu li.current-menu-item > a, .main-navigation .sub-menu li.current-menu-ancestor > a { color: $regular_accent_color_1; background-color: $grey_color_1; } @media (max-width: 767px) { .main-navigation .menu li > a:hover, .main-navigation .menu i.menu-hover > a, .main-navigation .menu li.current_page_item > a, .main-navigation .menu li.current_page_ancestor > a, .main-navigation .menu li.current-menu-item > a, .main-navigation .menu li.current-menu-ancestor > a { color: $regular_accent_color_1; background-color: $grey_color_1; } .main-navigation .menu li { border-color: $grey_color_1; } } /* ##Menu toggle */ .menu-toggle .menu-toggle-inner { background-color: $regular_text_color; } .invert .menu-toggle:not(:hover) .menu-toggle-inner { background-color: $invert_accent_color_1; } .menu-toggle:hover .menu-toggle-inner { background-color: $regular_accent_color_1; } .jet-mobile-menu-toggle-button { background-color: $regular_accent_color_1; color: $invert_accent_color_1; } /* ##Menu-item desc */ .menu-item__desc, .jet-menu-item-desc { font-style: $body_font_style; font-weight: $body_font_weight; font-family: @font_family( $body_font_family ); letter-spacing: $body_letter_spacing{em}; text-align: $body_text_align; text-transform: $body_text_transform; color: $regular_text_color; } .invert .menu > li > a > .menu-item__desc, .invert .jet-menu-item-desc.top-level-desc { color: $invert_text_color; } /* #Footer Menu */ .footer-menu a { color: $regular_link_hover_color } .footer-menu a:hover, .footer-menu li.current-menu-item a, .footer-menu li.current_page_item a { color: $regular_link_color } .invert .footer-menu a { color: $invert_link_color; } .invert .footer-menu a:hover, .invert .footer-menu li.current-menu-item a, .invert .footer-menu li.current_page_item a { color: $invert_link_hover_color } /* #Top Menu */ .top-panel__menu li.current-menu-item a, .top-panel__menu li.current_page_item a { color: $regular_link_hover_color } .invert .top-panel__menu li.current-menu-item a, .invert .top-panel__menu li.current_page_item a { color: $invert_link_hover_color } .top-panel__menu .top-panel__menu-list .menu-item:not(:last-child), .social-login-menu .social-login-list__item:not(:last-child) { border-color: @darken($grey_color_1, 8); }/* #Sticky label */ .sticky__label { background-color: $regular_accent_color_1; color: $invert_accent_color_1; } /* #Search Result */ .posts-list--search .posts-list__item + .posts-list__item { border-color: @darken($grey_color_1, 5.5); } /* #Post */ .posts-list--default .format-standard.no-thumb .posts-list__item-content, .posts-list--default .format-image .post-featured-content:empty + .posts-list__item-content, .posts-list--default .format-video .post-featured-content:empty + .posts-list__item-content, .format-quote .posts-list__item-content, .format-audio .posts-list__item-content, .format-link .posts-list__item-content, .posts-list--grid .posts-list__item-content, .posts-list--masonry .posts-list__item-content, .posts-list--vertical-justify .posts-list__item-content, .related-post, .post-author-bio, .single-post .format-link .post-featured-content, .single-post .format-quote .post-featured-content { background-color: $grey_color_1; } /* #Entry Meta */ .entry-meta { font-style: $meta_font_style; font-weight: $meta_font_weight; font-size: $meta_font_size{px}; line-height: $meta_line_height; font-family: @font_family( $meta_font_family ); letter-spacing: $meta_letter_spacing{em}; text-transform: $meta_text_transform; color: $regular_link_color; } .invert .entry-meta { color: $invert_link_color; } .posts-list:not(.posts-list--default):not(.related-posts) .posted-by, .posts-list:not(.posts-list--default):not(.related-posts) .posted-by a:not(:hover){ color: $regular_text_color; } .post__tags a { border-color: $grey_color_1; } .post__tags a:hover { color: $invert_text_color; border-color: $regular_accent_color_2; background-color: $regular_accent_color_2; } .posts-list--default .format-standard.no-thumb .posts-list__item-content .post__tags a:not(:hover), .posts-list--default .format-image .post-featured-content:empty + .posts-list__item-content .post__tags a:not(:hover), .posts-list--default .format-video .post-featured-content:empty + .posts-list__item-content .post__tags a:not(:hover), .posts-list--default .format-quote .posts-list__item-content .post__tags a:not(:hover), .posts-list--default .format-audio .posts-list__item-content .post__tags a:not(:hover), .posts-list--default .format-link .posts-list__item-content .post__tags a:not(:hover) { border-color: @darken($grey_color_1, 13); } .posts-list:not(.posts-list--default) .post__tags a, .related-post .post__tags a { background-color: @alpha($regular_accent_color_2, 20); color: $invert_accent_color_1; font-style: $meta_font_style; font-weight: $meta_font_weight; font-family: @font_family( $meta_font_family ); } .posts-list:not(.posts-list--default) .format-standard.no-thumb .post__tags a:not(:hover), .posts-list:not(.posts-list--default) .format-video .post-featured-content:empty + .posts-list__item-content .post__tags a:not(:hover), .posts-list:not(.posts-list--default) .format-image .post-featured-content:empty + .posts-list__item-content .post__tags a:not(:hover), .posts-list:not(.posts-list--default) .format-gallery .post-featured-content:empty + .posts-list__item-content .post__tags a:not(:hover), .posts-list:not(.posts-list--default) .format-quote .post__tags a:not(:hover), .posts-list:not(.posts-list--default) .format-audio .post__tags a:not(:hover), .posts-list:not(.posts-list--default) .format-link .post__tags a:not(:hover), .related-post.no-thumb .post__tags a:not(:hover) { background-color: @alpha($regular_accent_color_2, 40); } .posts-list:not(.posts-list--default) .post__tags a:hover, .related-post .post__tags a:hover { background-color: @alpha($regular_accent_color_2, 70); } /* #Post Format */ .post-format-link { font-style: $h3_font_style; font-weight: $h3_font_weight; font-size: @font_size($h3_font_size, multiple, round, $h3_mobile_multiple)px; line-height: $h3_line_height; font-family: @font_family( $h3_font_family ); letter-spacing: $h3_letter_spacing{em}; text-transform: $h3_text_transform; color: $regular_h3_color; } @media (min-width: 1200px) { .post-format-link { font-size: $h3_font_size{px}; } } /* #Related Posts */ .related-posts .entry-title { font-size: @font_size($h4_font_size, multiple, round, 0.9)px; } /* #Comments */ .comment-list .comment:before, .comment-list .pingback:before { background-color: @darken($grey_color_1, 26); } .comment-reply-link { font-style: $meta_font_style; font-weight: $meta_font_weight; font-family: @font_family( $meta_font_family ); } .comment-list .comment-metadata { font-style: $meta_font_style; font-weight: $meta_font_weight; font-size: $meta_font_size{px}; line-height: $meta_line_height; font-family: @font_family( $meta_font_family ); letter-spacing: $meta_letter_spacing{em}; text-transform: $meta_text_transform; color: $regular_link_color; } #cancel-comment-reply-link { line-height: calc($h5_line_height * $h5_font_size{px}); }
( ! ) Fatal error: Out of memory (allocated 2097152) (tried to allocate 32768 bytes) in C:\wamp\www\uac\wp-content\themes\ontheroad\assets\css\dynamic\site\navigation.css on line 1
Call Stack
#TimeMemoryFunctionLocation
10.0003354832{main}( )...\index.php:0
20.0005356560require( 'C:\wamp\www\uac\wp-blog-header.php' )...\index.php:17
31.266141000760require_once( 'C:\wamp\www\uac\wp-includes\template-loader.php' )...\wp-blog-header.php:19
41.298041166304include( 'C:\wamp\www\uac\wp-content\themes\ontheroad\base.php' )...\template-loader.php:74
51.298141166304get_header( )...\base.php:8
61.298141166680locate_template( )...\general-template.php:41
71.298341166760load_template( )...\template.php:647
81.298641178640require_once( 'C:\wamp\www\uac\wp-content\themes\ontheroad\header.php' )...\template.php:688
91.300541179560wp_head( )...\header.php:25
101.300541179584do_action( )...\general-template.php:2614
111.300541179880WP_Hook->do_action( )...\plugin.php:453
121.300541179904WP_Hook->apply_filters( )...\class-wp-hook.php:310
131.330641404792wp_enqueue_scripts( )...\class-wp-hook.php:286
141.330641404832do_action( )...\script-loader.php:1447
151.330641405128WP_Hook->do_action( )...\plugin.php:453
161.330641405152WP_Hook->apply_filters( )...\class-wp-hook.php:310
171.357941475040Cherry_Dynamic_Css->add_inline_css( )...\class-wp-hook.php:286
181.357941475040Cherry_Dynamic_Css->get_inline_css( )...\cherry-dynamic-css.php:128