/*
Theme Name:     BeautySpot Child
Theme URI:      http://demos.volovar.net/beautyspot.wp/demo
Description:    Child theme of the BeautySpot theme
Author:         Lubos Volovar
Author URI:     http://themeforest.net/user/LubosVolovar/portfolio
Template:       beautyspot
Version:        1.0.1
*/

@import url( '../beautyspot/style.css' );


/* your CSS here */

/* Social icons: socico font missing from mirror — use FontAwesome */
[class^="soc-"]:before,
[class*=" soc-"]:before {
	font-family: FontAwesome !important;
}
.soc-facebook:before { content: "\f09a" !important; }
.soc-instagram:before { content: "\f16d" !important; }
.soc-twitter-bird:before,
.soc-twitter:before { content: "\f099" !important; }


/* -----------------------------------------------------------------------------

    RESPONSIVE DEFINITIONS

----------------------------------------------------------------------------- */

    /* -------------------------------------------------------------------------
        LARGE DEVICES
		devices with width between 992px and 1199px
    ------------------------------------------------------------------------- */

    @media ( max-width: 1199px ) {

		/* your CSS here */

	}

    /* -------------------------------------------------------------------------
        MEDIUM DEVICES
		devices with width between 768px and 991px
    ------------------------------------------------------------------------- */

    @media ( max-width: 991px ) {

		/* your CSS here */

	}

	/* -------------------------------------------------------------------------
        SMALL DEVICES
		devices with width between 481px and 767px
    ------------------------------------------------------------------------- */

    @media ( max-width: 767px ) {

		/* your CSS here */

	}

	/* -------------------------------------------------------------------------
        EXTRA SMALL DEVICES
		devices with width up to 480px
    ------------------------------------------------------------------------- */

	@media ( max-width: 480px ) {

		/* your CSS here */

	}