/*!
 * Theme Name: VentCamp
 * Theme URI: http://ventcampwp.com
 * Description: ultimate event theme
 * Tags: two-columns, right-sidebar, custom-background, custom-header, custom-menu, flexible-header, theme-options, translation-ready
 * Text Domain: ventcamp
 * Author: Vivaco
 * Author URI: http://vivaco.com/
 * Version: 2.3
 * License: This WordPress theme is comprised of two parts: (1) The PHP code and integrated HTML are licensed under the GPL license as is WordPress itself.  You will find a copy of
 * the license text in the same directory as this text file. Or you can read it here: http://wordpress.org/about/gpl/ (2) All other parts of the theme including, but not limited to
 * the CSS code, images, and design are licensed according to the license purchased. Read about licensing details here: http://themeforest.net/licenses/regular_extended
 * License URI: License.txt
 *
 * WordPress theme for events with extensive integrations, powerful options and extensive features and integrations
 *
 *
*/

@import url("cache/theme-style.css");

    
    @media screen 
  and (device-width: 360px) 
  and (device-height: 640px)
  and (-webkit-min-device-pixel-ratio : 4) 
  and (-webkit-device-pixel-ratio : 4)
  and (orientation: portrait) {

        .navigation-header{
            width: calc(100% - 30px);
        }

}