/*
Theme Name: Goldish-Child
Theme URI: https://parkofideas.com/goldish/
Text Domain: goldish-child
Description: Jewelry Store WooCommerce Theme
License: GNU General Public License v2.0 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Version: 1.0
Template: goldish
Author: parkofideas.com
Author URI: https://parkofideas.com
Tags: right-sidebar, custom-background, custom-colors, featured-images, full-width-template, post-formats, theme-options, translation-ready
*/


/* =Theme customization starts here
-------------------------------------------------------------- */
.rtrn {
text-align: center;
font-style: italic;
}
.ui-dialog .ui-dialog-titlebar {
	padding: .6em 1.5em;
	position: relative;
	background-color: #929393;
	color: #ffffff;
}
.ui-dialog .ui-dialog-title {
	float: left;
	margin: .1em 0;
	white-space: nowrap;
	width: 90%;
	overflow: hidden;
	text-overflow: ellipsis;
	font-size: 14px;
}
/*added CSS for enquiry modal*/
.modal-enquiry-form
{
	max-width: 500px;
}

@media (max-width: 325px) {
	.modal-enquiry-form
	{
		/*max-height: 500px;*/
		max-width: 300px;
	}
}

@media (max-width: 375px) {
	.modal-enquiry-form
	{
		/*max-height: 520px;*/
		max-width: 350px;
	}
}

@media (max-width: 325px) {
	.modal-enquiry-form
	{
		/*max-height: 485px;*/
		max-width: 310px;
	}
}
/*added CSS for rtl arabic translation with gtranslate */
.translated-rtl {direction : rtl!important;}
.translated-rtl * {direction : rtl!important;}

