/*
Theme Name: Manju Jois
Description: <strong>A superflexible and responsive Business Theme by Kriesi</strong> - <br/> Update notifications available on twitter and facebook:<br/> <a href='http://twitter.com/kriesi'>Follow me on twitter</a><br/> - <a href='http://www.facebook.com/pages/Kriesi/333648177216'>Join the Facebook Group</a>
Version: 3.8
Author: Kriesi
Author URI: http://www.kriesi.at
License: Themeforest Split Licence
License URI: -
Theme URI: www.kriesi.at/themes/enfold/
Template: enfold
*/


/*
* PLEASE DO NOT EDIT THIS FILE!
* 
* This file is only in your themefolder for WordPress to recognize basic theme data like name and version
* CSS Rules in this file will not be used by the theme. 
* Instead use the custom.css file that is located in your themes /css/ folder to add your styles. 
* You can copy a style rule from any of your css files and paste it in custom.css and
* it will override the original style. If you just want to add small css snippets you might also
* want to consider to add it to the designated CSS option field in your themes backend at: Theme Options->Styling
*/

/* =Imports styles from the parent theme
-------------------------------------------------------------- */
@import url('../enfold/style.css');


/* =Theme customization starts here
-------------------------------------------------------------- */

#top .avia-button.avia-color-light {
	border: 3px solid #e9a668;
	color: #e9a668;
	border-color: #e9a668;
	background: transparent;
}

#top div .av-light-form input[type='text'] {
  border-color: #e9a668 !important;
  border-width: 3px !important;
  /* background-color: #f0f0f0 !important; */
}
/*
#top .avia_ajax_form .text_area {
  border-color: #e9a668 !important;
  border-width: 3px !important;
  background-color: #e9a668 !important;
}
*/
.av-custom-form-color .button:hover {
  border-color: #e9a668 !important;
  border-width: 3px !important;
  background-color: #311a0a !important;
}

.av-custom-form-color .button {
  border-color: #e9a668 !important;
  border-width: 3px !important;
  color: #e9a668;
  /* background-color: #f0f0f0 !important; */
}

/*
span.simcal-day-label.simcal-day-number {
	background-color: #e9a668!important;
}
*/

.simcal-default-calendar-light .simcal-nav-button {
	color: rgba(255, 255, 255, 1)!important;
}

/* iPhone 6 plus landscape */
@media only screen 
and (min-device-width : 414px) 
and (max-device-width : 736px) 
and (orientation : landscape) { 

div#intro_btn.ls-l {
	/* display: none; */
	top: 190.64864864864865px !important;
	left: 428.6756756756757px !important;
	}
	
	img#home_text.ls-l {
		top: 20.12972972972973px!important;
	}

}
/* iPhone 6 plus portrait */
@media only screen 
and (min-device-width : 414px) 
and (max-device-width : 736px) 
and (orientation : portrait) { 

div#intro_btn.ls-l {
	/* display: none; */
	top: 105.64864864864865px !important;
	left: 215.6756756756757px !important;
	}
	
	img#home_text.ls-l {
		top: 20.12972972972973px!important;
	}
}

/* Mobile HD */
@media only screen and (max-width: 767px){

	
	

}