/*
 Theme Name:   Jacqueline Child Theme
 Theme URI:    http://jacqueline.themerex.net
 Description:  Jacqueline Child Theme
 Author:       ThemeREX
 Author URI:   https://themerex.net/
 Template:     jacqueline
 Version:      1.0
 Tags:         flexible-header, custom-background, custom-colors, custom-header, custom-menu, featured-image-header, featured-images, full-width-template, microformats, post-formats, theme-options, threaded-comments, translation-ready
 Text Domain:  jacqueline
*/


/* =Theme customization starts here
------------------------------------------------------------ */

html .content_wrap {
	width: 100%;
}
html .sc_price_item_details p + p, 
html .sc_price_item_details ul.trx_addons_list > li + li {
    margin-top: 0.8em;
}
html .sc_icons_item_title {
    font-size: 1.35em;
    font-weight: 700;
    text-transform: uppercase;
}
html input[type="text"], 
html input[type="number"], 
html input[type="email"], 
html input[type="url"], 
html input[type="tel"], 
html input[type="password"],
html input[type="search"], 
html select, 
html textarea, 
html textarea.wp-editor-area {
    padding: 0.6em;
}

html .sc_price_default .sc_price_item_default.with_image .sc_price_item_description, 
html .sc_price_default .sc_price_item_default.with_image .sc_price_item_details {
    color: #fff;
}
@media (max-width: 1199px) {
	html .sc_price_default .sc_price_item_title {
		font-size: 26px;
	}
}
@media (max-width: 1023px) {
	html .trx_addons_column-1_3 {
		width: 50%;
		padding-bottom: var(--theme-var-grid_gap);
	}
}

@media (max-width: 479px) {
	html body {
		line-height: 1.5;
	}
}