/*
	Theme Name:   Savoy Child
	Theme URI:    http://themeforest.net/item/savoy-minimalist-ajax-woocommerce-theme/12537825
	Description:  Savoy child theme
	Author:       NordicMade
	Author URI:   http://www.nordicmade.com
	Template:     savoy
	Version:      1.0
*/


/* Child theme CSS
--------------------------------------------------------------- */

.nm-menu-account, 
.nm-menu-wishlist,
.nm-mobile-menu-secondary, 
.nm-mobile-menu-top, 
.nm-menu-search, 
.nm-menu-cart-count, 
.nm-menu-cart {
	display:none !important;
}

 
.role-administrator .nm-menu-account,
.role-subscriber .nm-menu-account,
.role-administrator .nm-menu-wishlist,
.role-subscriber .nm-menu-wishlist,
.role-administrator .nm-mobile-menu-secondary,
.role-subscriber .nm-mobile-menu-secondary,
.role-administrator .nm-mobile-menu-top,
.role-subscriber .nm-mobile-menu-top,
.role-administrator .nm-menu-search,
.role-subscriber .nm-menu-search,
.role-administrator .nm-menu-cart-count,
.role-subscriber .nm-menu-cart-count,
.role-administrator .nm-menu-cart,
.role-subscriber .nm-menu-cart {
	display:initial !important;
}

html body,
.wpb_text_column {
	font-family: 'Hind', sans-serif;
	font-size:18px;
	line-height:27px;
}

.nm-row {
	max-width:1340px;
}

.nm-top-bar .nm-top-bar-text {
	font-size: 13px;
    line-height: 25px;
	padding: 12px 0;
	white-space: normal;
    overflow: hidden;
    text-overflow: inherit;
}

.nm-footer-block-grid > li {
	padding-bottom:0;
	padding-top:20px;
	text-align: left;
}

.nm-footer-block-grid .widget p {
	margin-bottom:0;
}

.nm-footer-block-grid .widget .nm-widget-title {
	font-size: 26px;
    line-height: 32px;
}

.nm-footer-bar-inner, 
.nm-footer-widgets {
	background:#21212a;
}

footer .nm-footer-bar.layout-centered {
	text-align:left;
	border-top: 1px solid #373737;
}

footer .nm-row {
	max-width:100%;
}

.nm-footer {
	z-index:1;
}

b,
strong {
	font-weight:600;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	margin-bottom:10px;
}

h1 {
	font-size:28px;
	line-height:33px;
}

h2 {
	font-size:26px;
	line-height:31px;
}

h3 {
	font-size:24px;
	line-height:29px;
}

h4 {
	font-size:22px;
	line-height:27px;
}

textarea {
	max-height: 150px;
    display: block;
}

body .wpcf7 textarea, 
body .wpcf7 input[type="text"], 
body .wpcf7 input[type="url"], 
body .wpcf7 input[type="tel"], 
body .wpcf7 input[type="email"] {
    background:#F5F7F8;
	color:#21212A;
	font-size:16px;
	line-height: 22px;
	font-weight:400;
} 

input::-moz-placeholder,
textarea::-moz-placeholder {
	color:#B4B4B4;
	font-size:16px;
	line-height: 22px;
	font-weight:400;
	opacity:1;
} 
input::-webkit-input-placeholder, 
textarea::-webkit-input-placeholder {
	color:#B4B4B4;
	font-size:16px;
	line-height: 22px;
	font-weight:400;
	opacity:1;
}
input:-ms-input-placeholder, 
textarea:-ms-input-placeholder {
	color:#B4B4B4;
	font-size:16px;
	line-height: 22px;
	font-weight:400;
	opacity:1;
}
input:-moz-placeholder, 
textarea:-moz-placeholder {
	color:#B4B4B4;
	font-size:16px;
	line-height: 22px;
	font-weight:400;
	opacity:1;
}

small {
	font-size: 14px;
}

.nm-header.default .nm-main-menu {
	float:right;
}

.wpcf7-response-output {
	padding: 10px 0 0;
}

.wpcf7-spinner {
	display:none;
}

body .wpcf7 {
	padding:57px;
	margin-left:0;
	background:#ffffff;
}

.wpcf7 h1 {
	font-size:32px;
	line-height:38px;
	margin:0;
}

.wpcf7 input.wpcf7-submit {
	font-size:16px;
	line-height:50px;
	font-weight:600;
	padding:0 37px;
	border:none;
	text-transform:uppercase;
}

.contact_form_row {
	margin-bottom:20px;
}

#custom_bg {
	padding-top: 150px;
    padding-bottom: 150px;
}

.contact_right_wrapper {
	/* margin-left: 18.4%; */
	overflow: hidden;
	padding-top: 24px;
	color: #21212A;
    border-top: 2px solid #21212A;
}

.contact_right_wrapper .email_block {
	float:left;
	width:100%;
	margin-top: 20px;
}

.contact_right_wrapper .email_block svg {
	vertical-align: middle;
	margin-right: 10px;
}

.contact_right_wrapper .email_block span {
	vertical-align: middle;
}

.contact_left_col,
.contact_right_col {
	float: left;
    width: 60%;
}

.contact_right_col {
	width:40%;
}

.home_right_col > a, 
.contact_right_col > a {
	height:48px;
	width:48px;
	display:inline-block;
	overflow:hidden;
	border-radius:50%;
	margin:5px 5px 0 0;
}

.contact_right_col p {
	margin-bottom:0;
	font-size:20px;
	letter-spacing: 1px;
}

.contact_right_col small {
	margin-top:-6px;
	display:block;
}

.contact_left_col p span {
	font-weight:400;
}

.home_left_col p,
.contact_left_col p {
    margin-bottom: 0;
    font-weight: 500;
}

.lux_table_heading {
	margin:40px 0;
}

.lux_table_wrapper {
	padding:20px 6%;
	margin-bottom: 20px;
	background:#ffffff;
	display: -ms-inline-flexbox;
    display: -webkit-inline-flex;
    display:flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: flex-start;
    justify-content: flex-start;
    -webkit-align-content: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.lux_table_content p {
	font-size:14px;
	min-width:260px;
}

.lux_price_title {
	font-size: 16px;
    font-weight: 500;
	color:#21212A;
	margin-bottom:10px;
}

.lux_price {
	font-size: 36px;
	line-height:42px;
    font-weight: 600;
	color:#1F459A;
}

.lux_table_image {
    max-width: 132px;
	margin-right:3%;
}

.lux_table_price span {
	display:block;
}

.lux_table_image,
.lux_table_content, 
.lux_table_price {
	-webkit-order: 0;
	-ms-flex-order: 0;
	order: 0;
	-webkit-flex: 1 1 auto;
	-ms-flex: 1 1 auto;
	flex: 1 1 auto;
	-webkit-align-self: center;
	-ms-flex-item-align: center;
	align-self: center;
}

#custom_bg_contact h2 {
	font-size:48px;
	line-height:54px;
	margin-bottom:10px;
}

#custom_bg_contact,
#custom_bg {
	background-image: url(/wp-content/uploads/2022/01/Mask-Group-new.png);
	background-position: 100% 0%;
    background-repeat: no-repeat;
}

#home_info_block h1 {
	font-size:64px;
	line-height:72px;
}

#home_info_block p {
	max-width:440px;
}

#home_bottom_block h2 {
	font-size:48px;
	line-height:62px;
	margin-bottom:40px;
	text-align:center;
}

#home_bottom_block p {
	color:#21212A;
}







/* .highcharts-series.highcharts-series-0.highcharts-area-series { */
    /* transform:scale(1, 1) translate(0, 36px); */
/* } */

#jschart_timestamp, 
#jschart_credits, 
#jschart_creditLogo, 
.highcharts-root image, 
.highcharts-background, 
#embed #jschart_bullion, 
/* .highcharts-root tspan,  */
/* .highcharts-tooltip,  */
/* .highcharts-grid-line,  */
/* path.highcharts-tracker-line,  */
/* .highcharts-tick, */
/* .highcharts-axis-line,  */
/* g.highcharts-markers.highcharts-series-0.highcharts-area-series.highcharts-tracker,  */
/* path.highcharts-crosshair.highcharts-crosshair-thin.undefined,  */
/* g.highcharts-axis-labels.highcharts-yaxis-labels,  */
/* g.highcharts-axis-labels.highcharts-xaxis-labels,  */
/* g.highcharts-grid.highcharts-yaxis-grid,  */
path.highcharts-graph,
path.highcharts-label-box.highcharts-shadow, 
.highcharts-axis-line, 
tspan.highcharts-anchor {
	display:none !important;
}

#embed .bullionvaultchart #jschart_timeframe, 
#embed .bullionvaultchart #jschart_currency, 
#embed .bullionvaultchart .jschart_time {
	font-family: 'Hind', sans-serif;
    font-size: 12px !important;
	line-height: 24px;
	font-weight: 500;
	display: inline-block;
	background-color: #ebebeb;
    border: none;
    color: #21212a;
    border-radius: 0;
    padding: 0 10px;
    margin: 0 3px;
	-webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

#embed .bullionvaultchart .jschart_time:hover, 
#embed .bullionvaultchart .jschart_time.jschart_clicked {
	background-color: #1F459A;
    color: #ffffff;
}

#embed .bullionvaultchart #jschart_currency {
    padding: 0px 22px 0 10px;
	margin-left: 15px;
}

#embed path.highcharts-label-box {
    fill:rgba(31, 69, 154, .85);
	stroke: transparent;
    stroke-width: 0;
}

#embed .highcharts-tooltip text {
	fill: #ffffff !important;
}

/* #embed path.highcharts-tracker-line { */
    /* stroke: transparent; */
    /* stroke-width: 0; */
/* } */

#embed.lux_gold_price path.highcharts-area {
    fill: rgba(247, 189, 66, .63);
}

#embed.lux_silver_price path.highcharts-area {
    fill: rgba(191, 191, 191, .63);
}

#embed.lux_platinum_price path.highcharts-area {
    fill: rgba(147, 191, 167, .63);
}

#embed.lux_palladium_price path.highcharts-area {
    fill: rgba(186, 164, 255, .63);
}

#embed .bullionvaultchart #jschart_container {
	background: transparent;
}

#embed #jschart_wrapper {
	border:0 !important;
}

#embed .bullionvaultchart #jschart_controls {
	padding: 5px;
	height:auto;
	background: transparent;
}

#embed .bullionvaultchart .jschart_inside {
	padding: 0;
}

#jschart_wrapper text,
g.highcharts-axis.highcharts-yaxis .highcharts-axis-title {
	font-family: 'Hind', sans-serif;
    font-size: 12px;
	fill:#000000 !important;
}

g.highcharts-axis.highcharts-yaxis .highcharts-axis-title[x="0"] {
	visibility: visible;
    transform: translate(28px, 22px);
}

path.highcharts-tick {
	stroke-width: 1px;
    stroke: #5b5c5f;
}

#lux_metals_tabs ul {
	overflow:hidden;
	margin: 50px -0.5% 20px -0.5%;
}

#lux_metals_tabs li {
	float: left;
    width: 25%;
    padding: 0 0.5% 1%;
    text-align: center;
    font-weight: 600;
}

#lux_metals_tabs a {
	padding: 15px;
    background: #ebebeb;
    color: #21212a;
    display: block;
	-webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

#lux_metals_tabs a:hover, 
#lux_metals_tabs a.current {
    background: #1f459a;
    color: #ffffff;
}

#lux_metal_table {
	width:100%;
	max-width:900px;
	border: 1px solid #e1e1e1;
	margin: 0 auto 20px;
}

#lux_metal_table thead {
	background:#1f459a;
	color:#ffffff;
}

#lux_metal_table td,
#lux_metal_table th {
	width:25%;
	padding:3px 5px;
	border: 1px solid #e1e1e1;
}

#lux_metal_table tr {
	border: 1px solid #e1e1e1;
}

#lux_metal_table td {
	text-align:right;
}

#lux_metal_table th {
	text-align:center;
	font-weight: 600;
}

#lux_metal_table .lux_long_text_wrapper {
	width:50%;
	text-align:left;
}

/* #jschart_wrapper { */
	/* height:auto !important; */
	/* border:none !important; */
/* } */


#header_graph {
	background:red;
	opacity:0;
	visibility:hidden;
	position:fixed;
    z-index: 99999;
	top:0;
	left:0;
	right:0;
	-webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

#header_graph.sticky {
	opacity:1;
	visibility:visible;
}

.nm-header.centered .nm-header-logo {
	top:0;
	-webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
}

#nm-main-menu-ul {
	width:100%;
}

#nm-main-menu-ul .nm-menu-search {
	float:right;
}

.nm-header.centered .nm-main-menu {
	margin-right:-12px;
	line-height:53px;
}

.nm-header.centered .nm-menu > li > a {
	padding: 0 12px;
	line-height:54px;
}

#nm-header-search-form i {
	top: 15px;
}

.admin-bar #nm-header-search-close {
	top: 60px;
}

.lux_header_img img {
	vertical-align:middle;
	margin:0 7px 0 0;
}

.widget form > button, 
input[type='submit'], 
.button {
	line-height:19px;
}

#lux_home_links {
	margin:0 -1%;
}

.lux_home_links_col {
	width:48%;
	float:left;
	text-align:center;
	margin:0 1% 5%;
}

.lux_home_links_col .lux_metal_price_column {
	background:#ffffff;
	width: 100%;
    float: none;
    margin: 0;
}

.lux_home_links_col .lux_metal_price_column img {
	width:100%;
	max-width:270px;
}

.lux_home_read {
	padding-top:20px;
}

.lux_home_read span {
	display:inline-block;
	padding:5px 25px;
	border-radius:10px;
	background:#1F459A;
	color:#ffffff;
}

.lux_table_main > h3 {
	font-size: 28px;
    line-height: 34px;
    margin-bottom: 20px;
    text-align: center;
}

.lux_table_main .table_button_wrapper {
	text-align:center;
	padding-bottom: 40px;
}

.lux_table_main .table_button_wrapper a {
	background: #fff;
    color: #1F459A;
    padding: 10px 0;
    display: block;
    font-size: 20px;
    line-height: 30px;
    font-weight: 600;
	-webkit-box-shadow: 0 3px 9px -9px rgb(163 163 163);
    -moz-box-shadow: 0 3px 9px -9px rgba(163,163,163,1);
    box-shadow: 0 3px 9px -9px rgb(163 163 163);
	-webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.lux_table_main .table_button_wrapper a:hover {
	background: #1f459a;
	color: #ffffff;
}


/* tspan,  */
/* path.highcharts-grid-line { */
	/* display:none !important; */
/* } */

#lux_metal_price {
	overflow:hidden;
	padding:25px 0 0;
	margin: 0 -1%;
}

.lux_metal_price_column {
	width: 23%;
	float: left;
	background: #fafafb;
    margin: 0 1% 20px;
	text-align: center;
    padding: 20px 10px 10px;
    border-radius: 7px;
    -webkit-box-shadow: 0px 5px 15px -4px rgb(163 163 163);
    -moz-box-shadow: 0px 5px 15px -4px rgba(163,163,163,1);
    box-shadow: 0px 5px 15px -4px rgb(163 163 163);
}

#lux_metal_price span {
	display:block;
	font-size: 32px;
    line-height: 37px;
    font-weight: 600;
    color: #1F459A;
}
	
#embed {
	height: 500px;
    max-width: 900px;
    margin: 0 auto;
} 



@media only screen and (max-width: 1366px) {
	/* .lux_table_main { */
		/* overflow:hidden; */
		/* margin:0 -1% -2%; */
	/* } */
	
	/* .lux_table_wrapper { */
		/* display: block; */
		/* text-align: center; */
		/* overflow: hidden; */
		/* margin: 0 1% 2%; */
		/* padding: 40px 20px; */
		/* float: left; */
		/* width:48%; */
	/* } */
	
	/* .lux_table_image { */
		/* flex: none; */
		/* margin: 0 auto 30px; */
	/* } */
	
	/* .lux_table_content p { */
		/* display:none; */
	/* } */
	
	/* .lux_table_content h3 { */
		/* font-size:32px; */
		/* line-height:38px; */
	/* } */
	
	/* .lux_table_price { */
		/* width: 50%; */
		/* float: left; */
	/* } */
	
	/* .lux_price { */
		/* font-size:28px; */
		/* line-height: 34px; */
	/* } */
	
	/* .lux_price_title { */
		/* margin:0; */
	/* } */
}

@media only screen and (max-width: 1024px) {
	.lux_table_main {
		overflow:hidden;
		margin:0 -1% -2%;
	}
	
	.lux_table_wrapper {
		display: block;
		text-align: center;
		overflow: hidden;
		margin: 0 1% 2%;
		padding: 40px 20px;
		float: left;
		width:48%;
	}
	
	.lux_table_main .table_button_wrapper {
		float: left;
		width: 98%;
		margin: 0 1%;
	}
	
	.lux_table_image {
		flex: none;
		margin: 0 auto 30px;
	}
	
	.lux_table_content h3 {
		font-size:32px;
		line-height:37px;
	}
	
	.lux_table_price {
		width: 50%;
		float: left;
	}
	
	.lux_price {
		font-size:28px;
		line-height: 33px;
	}
	
	.lux_price_title {
		margin:0;
	}
	
	#custom_bg_contact .nm_column, 
	#home_info_block .nm_column {
		width:100%;
	}
	
	
	#custom_bg_contact .vc_custom_1642452907735 {
		margin-top:0 !important;
	}
	
	#embed {
		height:400px;
	}
	
	#lux_metals_tabs a {
		padding: 5px;
		font-size: 16px;
	}
}

@media only screen and (max-width: 991px) {
	.nm-main-menu-wrap {
		display:none;
	}
	
}

@media only screen and (max-width: 768px) {
	.lux_home_links_col,
	.lux_table_wrapper {
		width:98%;
	}
	
	#lux_metal_price {
		display:none;
	}
	
	.contact_left_col, 
	.contact_right_col {
		width:100%;
	}
	
	.contact_left_col {
		margin-bottom:15px;
	}
	
	#home_info_block h1 {
		font-size:42px;
		line-height:47px;
	}
	
	#embed {
		height:300px;
	}
	
	#lux_metals_tabs a {
		padding: 0px;
		font-size: 14px;
	}
	
}

@media only screen and (max-width: 600px) {
	.lux_long_text {
		display:none;
	}
}

@media only screen and (max-width: 540px) {
	body .wpcf7 {
		padding:25px 20px;
	}
	
	#lux_metals_tabs li {
		width: 50%;
	}
}

@media only screen and (max-width: 400px) {
	.contact_right_wrapper .email_block {
		font-size:15px;
	}
}