/* 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 */


#fbcomments, .fb-comments, .fb-comments iframe[style], .fb-comments span
 {width:100% !important;}
 
 #whitefont
 {color:#fff;}
 
  #whitefont h1
 {color:#fff;}
 
  #whitefont h2
 {color:#fff;}
 
 h1, h2, h3, h4, h5, h6 {font-weight:400;}
 
 .template-page .entry-content-wrapper h1, .template-page .entry-content-wrapper h2
 {text-transform:none !important;}
 
 .addthis_toolbox.addthis_default_style br{display:none;}
 
 .av_promobox{margin-top:5px;}
 
 #gform_submit_button_1{
 
  background-color: #EDAE44;
    border-color: #EDAE44;
    border-radius: 3px;
    color: #344F95;
    font-size: 16px;
    font-weight: 600;
    line-height: 1.2em;
    padding: 13px 30px;
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.3);
 
 }
 
 .flat .gform_footer.top_label{clear:right !important;}
 
 .flat .gform_body{float:left;margin-right:20px;}
 
 .gform_wrapper .gform_footer{padding:2px !important;}
 
 .flat .large{background-color: #FFFFFF;
    border: 1px solid #5B5B5C !important;
    border-radius: 3px !important;
    font-size: 16px !important;
    padding:12px 15px !important;}
    
    #social p{display:none;}
 
 
/*
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 */
  .avia-promocontent > h1
{font-size:18px;}

}