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

.form .wpcf7-text {border: 1px solid #cccccc!important; color: #000000!important;}
.form textarea {border: 1px solid #cccccc!important; color: #000000!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 (max-width: 1150px) {
	
.av-main-nav .menu-item  { display: none!important;}
.av-burger-menu-main { display: block!important; }

}

@media only screen and (min-width: 768px) {
	
	
  /* Add your Desktop Styles here */
  /*
  
   #main .container_wrap_first::after {
            content: "";
            display: block;
            width: 100%;
            height: 100px!important;
            
  }
  
  #footer-page {
    position: fixed!important;
    width: 100%;
    bottom: 0;
    z-index: 999;
    
    
  }*/

}



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

}