/*
Theme Name: GoldDealer Flatsome Child
Description: This is a child theme for Flatsome Theme
Author: UX Themes
Template: flatsome
Version: 3.0
*/

/*************** ADD CUSTOM CSS HERE.   ***************/



    .header-top.nav-dark.flex-has-center {
        background-color: #071d4f !important; /* Original */
        /* background-color: #131d34 !important; */ /* Dark Blue-Gray (Muted) */
        /* background-color: #0b193b !important; */ /* Original but slightly darker (Muted) */
    }

.afterHeader-html {
	width: 300px; 
	float: right; 
	margin-top: 5px;
}


    #spotprice {
        width: 100%;
        margin-top: 20px;
        margin-bottom: 12px;
        font-weight: 900;
        /*font-family: Arial, sans-serif;
        letter-spacing: -0.2px;*/
    }

    .title_side2 {
        padding-top: 6px;
        padding-bottom: 6px;
    }

    .spotprice-container {
        width: 100%;
        /*color: white;*/
        margin: 0px auto;
    }

    .spotprice-item {
        /*display: inline-block;*/
       /* color: #fff;
        font-size: 12px;
        text-transform: uppercase;
        line-height: 0.2rem;
        margin-right: 20px !important;*/
    }

    .spotprice-item .metal {
        margin-right:10px;
    }

    .spotprice-item .metal,
    .spotprice-item .price {
        display: inline;
    }

    .change.red > span,
    .change.green > span {
        /* font-size: 10px; */
        margin-left: 5px;
    }

    .change.red > sup,
    .change.green > sup {
        margin-left: 5px;
		margin-top: 100px !important;
    }

    .spotprice-item .change.red {
        color: #f3573c; /* muted flat red */
        /* color: #ff6666; muted flat red */
    }

    .spotprice-item .change.green {
        color: #52da7f; /* muted flat green */
        /* color: #66ff66; muted flat green */
    }


#priceBuySell {
   background-color: #F9F9F9;
    border: 1px solid #DDDDDD;
    min-height: 100px;
    padding: 10px;
    float: left;
    width: 100%;
    max-width: 46%;
    /*margin-right: 10px;
    margin-bottom: 20px;*/
	margin: 5px;
    text-align: center;
	line-height: 2em;
    border-radius: 5px 5px 5px 5px;
    font-size: 13.5px;
}

#priceBuySell2 {
    background-color: #F9F9F9;
    border: 1px solid #DDDDDD;
    min-height: 100px;
    padding: 10px;
    float: left;
    width: 100%;
    max-width: 46%;
    /*margin-right: 10px;
    margin-bottom: 20px;*/
	margin: 5px;
    text-align: center;
	line-height: 2em;
    border-radius: 5px 5px 5px 5px;
    font-size: 13.5px;
}



button, input[type="button"], input[type="submit"] {
    margin: auto;
    float: none;
    /*width: 120px;*/
    max-width: 156px !important;
}


@media only screen and (max-width: 48em) {
/*************** ADD MOBILE ONLY CSS HERE  ***************/

}