/* Have fun adding your style here :) - PS: At all times this file should contain a comment or a rule, otherwise opera might act buggy :( */

/* General Custom CSS */


/* bad-script-regular - latin */
@font-face {
  font-family: 'Bad Script';
  font-style: normal;
  font-weight: 400;
  src: url('../../../../fonts/bad-script-v16-latin-regular.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('../../../../fonts/bad-script-v16-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../../../../fonts/bad-script-v16-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('../../../../fonts/bad-script-v16-latin-regular.woff') format('woff'), /* Modern Browsers */
       url('../../../../fonts/bad-script-v16-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../../../../fonts/bad-script-v16-latin-regular.svg#BadScript') format('svg'); /* Legacy iOS */
}

/* molengo-regular - latin */
@font-face {
  font-family: 'Molengo';
  font-style: normal;
  font-weight: 400;
  src: url('../../../../fonts/molengo-v16-latin-regular.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('../../../../fonts/molengo-v16-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../../../../fonts/molengo-v16-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('../../../../fonts/molengo-v16-latin-regular.woff') format('woff'), /* Modern Browsers */
       url('../../../../fonts/molengo-v16-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../../../../fonts/molengo-v16-latin-regular.svg#Molengo') format('svg'); /* Legacy iOS */
}

h1,h2,h3,h4,h5,h6, .av-special-heading-tag {font-family:'Bad Script', Helvetica, Arial, 'sans-serif'!important;}
p, li {font-family:'Molengo', Helvetica, Arial, 'sans-serif'!important;}
.logo img{padding-top:10px;}

h2, h3 {line-height:1.7em;}
h3 {font-size:1.4em;}

.avia-color-light  {
border: 2px dotted #ffffff!important;
background:rgba(207, 152, 74, .6)!important; 
background-size: 50px 21px!important;
}

.avia-color-light a {
color:#1f3535!important;}

.avia-color-dark  {
border: 2px solid #E0A24B!important;
background:linear-gradient(#E0A24B, #C78A46)!important;
color:#ffffff!important;}

.one {
  transform: rotate(-10deg);}

.two {
  transform: rotate(8deg);}

.three {
  transform: rotate(-14deg);}

.four {
  transform: rotate(12deg);}


#top textarea, #top select, #top input[type="text"], #top .av-custom-form-color .button {
    border: 1px dotted #b97204;
	 color: 
#b97204;
}

 #top div .av-light-form textarea, #top div .av-light-form select, div div .av-light-form .button, #top div .av-light-form input[type="text"] {
    color: 
#b97204;
border-color:
#b97204;
border-width: 2px !important;

}

.sbi_follow_btn a:hover {background:#E0A24B!important;}



/*
Desktop Styles
================================================== */
/* Note: Add new css to the media query below that you want to only effect the desktop view of your site */

@media only screen and (min-width: 768px) {
  /* Add your Desktop Styles here */
}

/*
Mobile Styles
================================================== */
/* Note: Add new css to the media query below that you want to only effect the Mobile and Tablet Portrait view */

@media only screen and (max-width: 767px) {
  /* Add your Mobile Styles here */
}

