/*
Theme Name: Jacqueline Child Theme
Theme URI: https://jacqueline.themerex.net/
Description: Jacqueline is a Premium WordPress theme that has built-in support for popular Page Builders, slider with swipe gestures, and is SEO- and Retina-ready. The unique system of inheritance and override options allows setting up individual parameters for different sections of your site and supported plugins.
Author: SiteSyntax
Author URI: https://www.sitesyntax.gr
Version: 1.0.0 (based on Jacqueline parent theme version 2.26.0)
Tested up to: 6.9
Requires at least: 5.0
Requires PHP: 7.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: blog, e-commerce, portfolio, grid-layout, one-column, two-columns, three-columns, four-columns, left-sidebar, right-sidebar, custom-background, custom-colors, custom-header, custom-logo, custom-menu, editor-style, featured-image-header, featured-images, flexible-header, footer-widgets, full-width-template, microformats, post-formats, sticky-post, theme-options, threaded-comments, translation-ready, block-styles, wide-blocks
Text Domain: jacqueline
Template: jacqueline
*/


/* =Child-Theme customization starts here
------------------------------------------------------------ */
section.team_page_wrap_info .team_page_wrap_info_over {
	display: none;
}

rs-slide {
	cursor: default;
}



/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
 * /wp-content/themes/jacqueline/skins/default/css/style.css lines follow
 * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */


/* (line 2) */
/* TABLE OF CONTENTS

1. Theme-specific variables and classes
2. Default tag's settings
3. Form fields settings
4. WP styles and Screen readers
5. Theme grid
6. Page layouts
7. Section's decorations
   7.1 Header: Logo and Menu
   7.2 Sliders
   7.3 Post info (page/post title, category or tag name, author, meta, etc.)
   7.4 Post Formats
   7.5 Paginations
8. Single page parts
   8.1 Post header
   8.2 Post footer
   8.3 Post author
   8.4 Related posts
   8.5 Comments
   8.6 Page 404
   8.7 Page 'No search results' and 'No archive results'
   8.8 Author's page
9. Sidebars
10. Footer areas
11. Utils
12. Registration and Login popups
13. Third part plugins

-------------------------------------------------------------- */


/* (line 5179) */
/* 7. Section's decorations
=============================================================== */
/* 7.1 Header
-------------------------------------------------------------- */


/* (line 5372) */
/* Default header layouts
---------------------------------------------- */


/* (line 5390) */
/* Mobile Button *//*
.sc_layouts_menu_mobile_button .sc_layouts_item_icon,
.sc_layouts_menu_mobile_button_burger .sc_layouts_item_icon {
	color: var(--theme-color-text_dark) !important;
	font-size: 16px;
}
.sc_layouts_menu_mobile_button .sc_layouts_item_icon:before,
.sc_layouts_menu_mobile_button_burger .sc_layouts_item_icon:before {
	font-family: "fontello";
	content: "\e9d7";
}*/
/* Mobile Button */
.sc_layouts_menu_mobile_button .sc_layouts_item_icon,
.sc_layouts_menu_mobile_button_burger .sc_layouts_item_icon {
	color: #4d615e !important;
}


/* (line 7647) */
/* Mobile menu
---------------------------------------- */


/* (line 7738) *//*
.menu_mobile .menu_mobile_inner {
	position: absolute;
	z-index: 1;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	text-align: center;
	overflow: hidden;
	color: var(--theme-color-alter_text);
	background-color: var(--theme-color-alter_bg_color);
}
*/
.menu_mobile .menu_mobile_inner {
	background-color: #364645;
}


/* (line 7822) *//*
.menu_mobile .menu_mobile_nav_area {
  position: absolute;
  z-index: 1;
  top: 27%;
  left: 0;
  width: 100%;
  height: auto;
  max-height: 53%;
  overflow-x: hidden;
  overflow-y: auto;
}
*/
.menu_mobile .menu_mobile_nav_area {
/*	overflow-y: visible;		*/
	max-height: 73%;
/*	background-color: #2f3d3c;	*/
}


/* (line 7863) *//*
.menu_mobile .menu_mobile_nav_area .menu-item > a {
  font-size: 20px;
  line-height: 1.5em;
  font-weight: 400;
  letter-spacing: 1px;
  text-transform: uppercase;
  padding: 5px 2em;
  position: relative;
  display: inline-block;
  width: auto;
  text-align: left;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
}
*/
.menu_mobile .menu_mobile_nav_area .menu-item > a {
	text-align: center;
}


/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
 * /wp-content/themes/jacqueline/skins/default/plugins/contact-form-7/contact-form-7.css lines follow
 * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */


/* (line 1) */
/* Contact form 7 styles
----------------------------------------------------------------- */
/* Main Style */


/* (line 190) *//*
.wpcf7 .wpcf7-submit-style .submit-style-in {
  display: block;
  position: absolute;
  z-index: 0;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  overflow: hidden;
  font-size: 16px;
  background-color: var(--theme-color-text_link);
  color: var(--theme-color-inverse_link);
  border-radius: 0;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
*/
.wpcf7 .wpcf7-submit-style .submit-style-in {
}


/* (line 411) *//*
/* Style 2 */


/* (line 421) *//*
div.wpcf7 .form-style-2 .hiddendiv,
div.wpcf7 .form-style-2 input[type=text], div.wpcf7 .form-style-2 input[type=number], div.wpcf7 .form-style-2 input[type=email], div.wpcf7 .form-style-2 input[type=url], div.wpcf7 .form-style-2 input[type=tel], div.wpcf7 .form-style-2 input[type=password], div.wpcf7 .form-style-2 input[type=search], div.wpcf7 .form-style-2 select, div.wpcf7 .form-style-2 textarea, div.wpcf7 .form-style-2 textarea.wp-editor-area {
	padding: 10px 0;
	line-height: 1.5em;
	font-size: 13px;
	font-weight: 400;
	letter-spacing: 0.1px;
	border-color: transparent;
}
*/
div.wpcf7 .form-style-2 .hiddendiv,
div.wpcf7 .form-style-2 input[type=text], div.wpcf7 .form-style-2 input[type=number], div.wpcf7 .form-style-2 input[type=email], div.wpcf7 .form-style-2 input[type=url], div.wpcf7 .form-style-2 input[type=tel], div.wpcf7 .form-style-2 input[type=password], div.wpcf7 .form-style-2 input[type=search], div.wpcf7 .form-style-2 select, div.wpcf7 .form-style-2 textarea, div.wpcf7 .form-style-2 textarea.wp-editor-area {
	font-size: 1em;
	font-style: normal;
}



/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
 * /wp-content/themes/jacqueline/skins/default/css/__plugins.css AUTOMATICALLY GENERATED lines follow
 * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */


/*
.footer_wrap [class*=scheme_].sc_layouts_row.sc_layouts_row_type_compact .sc_layouts_item a:not(.sc_button):not([class*=button]) {
	color: var(--theme-color-text_dark)
}
 */
.footer_wrap [class*=scheme_].sc_layouts_row.sc_layouts_row_type_compact .sc_layouts_item a:not(.sc_button):not([class*=button]):hover {
	color: #8ed4cc;
}


/*
.widget_custom_links ul>li.custom_links_list_item .custom_links_list_item_title {
    padding: 0;
    position: relative;
    display: inline-block;
    line-height: 1.2em;
    font-size: 15px
}
*/
.widget_custom_links ul>li.custom_links_list_item .custom_links_list_item_title {
	font-size: 1.125em;
}


/*
.team_member_page .team_member_position {
	font-size: 2.375em;
	line-height: 1.3em;
	font-weight: 400;
	font-style: italic;
	text-transform: none;
	letter-spacing: 0.95px;
	color: var(--theme-color-text_link)
}
*/
.team_member_page .team_member_position {
	font-size: 2em;
	font-style: normal;
	letter-spacing: 0.5px;
	color: var(--theme-color-text_link2);
}


/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
 * /wp-content/plugins/trx_addons/css/__styles.css AUTOMATICALLY GENERATED lines follow
 * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */


/*
.sc_layouts_title.with_tint.with_content:before {
    content: ' ';
    position: absolute;
    z-index: 0;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0,0,0,0.5)
}
}
 */
.sc_layouts_title.with_tint.with_content:before {
	background: rgba(0,0,0,0.15)
}
