/*
 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.1
 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
------------------------------------------------------------ */

ul#menu_main {
    margin-bottom: -1em;
}
ul#menu_main a,
ul#menu_main a span {
    color: white;
}
b,
strong,
b span,
strong span {
    font-family: 'Gotham-Medium';
}
body h3 {
    font-size: 16px;
}
h4.sc_icons_item_title {
    text-transform: none;
}
.sc_icons .sc_icons_item_title span, 
.sc_icons .sc_icons_item_description span {
    font-size: 12px;
	line-height: 1.6;
}
body .sc_icon_type_svg svg {
    stroke: none;
}
body .sc_table table th,
.table-members th {
    padding: 10px 4px;
    text-align: left;
    text-transform: none;
    font-size: 12px;
    color: #000;
    font-family: 'Gotham-Black';
	border-top: 1px solid #b7b7b7;
	border-bottom: 1px solid #b7b7b7;
	background-color: #3cb5a136;
}
body .sc_table table td,
body .sc_table table td:first-child,
.table-members td,
.table-members td:first-child {
    color: #000;
    padding: 10px 4px;
	border-bottom: 1px solid #b7b7b7;
}
body .sc_table table tr:nth-child(even) td,
.table-members tr:nth-child(even) td {
  background-color: #f7f7f7;
}
.table-members {
    margin: 0 auto;
    min-width: 700px;
}

.submit-wrapper span.wpcf7-submit-style {
    margin-top: 30px;
}
body .wpcf7 form .trx_addons_message_box.wpcf7-response-output.trx_addons_message_box_success, 
body .wpcf7 form .trx_addons_message_box.wpcf7-response-output.wpcf7-mail-sent-ok, 
body .wpcf7 div.wpcf7-response-output.trx_addons_message_box_success, 
body .wpcf7 div.wpcf7-response-output.wpcf7-mail-sent-ok,
.wpcf7-form-control option {
	color: #000 !important;
}
body .scroll_to_top_style_default {
    border: #3cb5a1 1px solid;
	background-color: #fff;
}
body .scroll_to_top_style_default::before {
    color: #3cb5a1;
}
body .scroll_to_top_style_default:hover::before {
    color: #fff;
}

.pn-supporter-count {
	color: white;
	font-family: "Gotham-Medium", Sans-serif;
	font-size: 14px;
}

@media (max-width: 767px) {
	body .sc_table table td,
	body .sc_table table td:first-child {
		font-size: 12px;
	}
	.table-members {
		min-width: 100%;
	}
	.pn-supporter-count {
		font-size: 12px;
	}
}