@charset "UTF-8";
/*
*    -----------------------------------------------------------------------------------------------
*    Theme Name: Startuply WP Child Theme
*    Theme URI: http://startuplywp.com
*    Template: startuply
*    Description: Startuply - Multi-purpose Responsive Startup Theme Child theme 
*	 Tags: white, light, dark, two-columns, right-sidebar, responsive-layout, custom-background, custom-header, custom-menu, flexible-header, theme-options, translation-ready
*	 Text Domain: vivaco
*    Author: Vivaco
*    Author URI: http://vivaco.com
*    License: GNU General Public License version 3.0
*    License URI: http://www.gnu.org/licenses/gpl-3.0.html
*    Version: 2.3.4
*/

@import url("../startuply/style.css");

/* =Theme customization starts here
------------------------------------------------------- */

.package-column .package-price .price.text_price_class { font-weight: 300; position: relative; }


/* this is the selector for the add-ons that have text instead of a price. 
 * Short is for descriptions with 5 or less characters (i.e. FREE!). 
 * Long is for descriptions with more than 5 characters.
 */
.package-column .package-price .price.text_price_class.short{ font-size: 62px;line-height: 125px; }
.package-column .package-price .price.text_price_class.long{ font-size: 62px;line-height: 62px; }

@media screen and (max-width: 1200px) { 
.package-column .package-price .price.text_price_class.long{ font-size: 50px;line-height: 62px; }
}

@media screen and (max-width: 991px) { 
.package-column .package-price .price.text_price_class.long{ font-size: 40px;line-height: 50px; }
}

@media screen and (max-width: 991px) { 
.package-column .package-price .price.text_price_class.short{ font-size: 40px;line-height: 125px; }
}
.responsive-home-page-background-image{
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

@media (min-width: 1200px) {
.header-half-width{width:50%}
}

@media (max-width: 1199px){
.header-half-width{width:100%}
}

.icon-hover:hover { background-color: #EE5722; 
}
li#menu-item-8168 >a{
background-color: #b1c156;
color: #ffffff;
border: 0px;
-webkit-box-shadow: inset 0 200px 0 rgba(0,0,0,0.1);
box-shadow: inset 0 200px 0 rgba(0,0,0,0.1);
}
li#menu-item-8168 >a:hover{
-webkit-box-shadow: inset 0 200px 0 rgba(0,0,0,0);
box-shadow: inset 0 200px 0 rgba(0,0,0,0);
}

@media screen and (min-width: 1024px) {
li#menu-item-8168 >a{
background-color: #b1c156;
color: #ffffff;
border: 0px;
-webkit-box-shadow: inset 0 200px 0 rgba(0,0,0,0.1);
box-shadow: inset 0 200px 0 rgba(0,0,0,0.1);}
}

