/*
 Theme Name:   Beanstalk Web Solutions - Highend Child
 Theme URI:    http://hb-themes.com/themes/highend/
 Description:  Premium Responsive Multi-Purpose Theme.
 Author: Beanstalk Web Solutions
 Author URI: https://beanstalkwebsolutions.com
 Template:     HighendWP
 Version: 3.2.2
 License: GNU General Public License version 3.0
 License URI: http://www.gnu.org/licenses/gpl-3.0.html
 Details URI: http://hb-themes.com/changelog/highend/

 Developed and designed by beanstalkwebsolutions.com.
 All files, unless otherwise stated, are released under the GNU General Public License
 version 3.0 (http://www.gnu.org/licenses/gpl-3.0.html
-----------------------------------------------------------------------------------*/

/** ENABLE STICKY TOP BAR **/
/* #hb-header{
 position: fixed;
  z-index: 9999;
  width: 100%;
} */

/* START - MEDIA QUERIES */

/* START - SMALL TO LARGE */
@media (min-width: 768px) {
    /* STYLE: sm, md, lg */
}

@media (min-width: 992px) {
    /* STYLE: md, lg */
}

@media (min-width: 1200px) {
    /* STYLE: lg */
}

/** SET THE CONTAINER WIDTH TO DESKTOP HD 1440p **/
/** ENABLE THIS TO GET 1440px SIZED CONTAINER **/
/* @media (min-width: 1440px) {
    #main-content .container {
        width: 1410px!important;
        margin-left:auto!important;
        margin-right:auto!important;
        padding-left: 15px;
        padding-right: 15px;
    }
} */

/* END - SMALL TO LARGE */

/* START - LARGE TO SMALL */

@media (min-width: 1470px) {
	#main-content .container {
        max-width: 1440px !important;
        margin-left: auto !important;
        margin-right: auto !important;
        padding-left: 15px;
        padding-right: 15px;
    }
	
    #footer .container {
        max-width: 1440px !important;
        margin-left: auto !important;
        margin-right: auto !important;
        padding-left: 15px;
        padding-right: 15px;
    }
    #copyright-wrapper .container {
       	max-width: 1440px !important;
        margin-left: auto !important;
        margin-right: auto !important;
        padding-left: 0;
        padding-right: 0;
    }
    #header-inner-bg .container {
        max-width: 1440px !important;
        margin-left: auto !important;
        margin-right: auto !important;
        padding-left: 15px;
        padding-right: 15px;
    }
    #header-bar .container {
        max-width: 1440px !important;
        margin-left: auto !important;
        margin-right: auto !important;
        padding-left: 15px;
        padding-right: 15px;
    }
}

@media (max-width: 1199px) {
    /* STYLE: md, sm, xs */
}

@media (max-width: 991px) {
	/* STYLE: sm, xs */

	/** ENABLE HEADER BAR ON MOBILE **/
	/* #header-bar {
		display: block !important;
	} */
}

@media (max-width: 767px) {
    /* STYLE: xs */
}

@media (max-width: 480px) {
    /* STYLE: xs - really small phones */
}

/* END - LARGE TO SMALL */

/* START TIERS */
@media (max-width: 1199px) and (min-width: 992px) {
    /* STYLE: md */
}

@media (max-width: 991px) and (min-width: 768px) {
    /* STYLE: sm */
}
/* END TIERS */

/* START SPAN TIERS */
 @media (max-width: 1440px) and (min-width: 991px) {
    /* STYLE: lg - md */
}
/* END SPAN TIERS */

/* END - MEDIA QUERIES */