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

.av-masonry-entry .av-masonry-entry-title + .av-masonry-entry-content{ display:none;}

/* General Custom CSS */
table { color:#3e3e3e; border:1px solid #000000; border-collapse:collapse; width:100%;}
table td{border:1px solid #000000; border-collapse:collapse; padding: 5px 10px;}
.main_color tr:nth-child(2n+1), .main_color .pricing-table > li:nth-child(2n+1), .main_color .pricing-extra{background-color:#e2eff4;}
table  tr th{border:1px solid #000000;background-color:#add8e8; padding: 5px 10px;}
#header_main .av-language-switch-item a{ display:none;} 
.av-active-burger-items .language_flag{ display:none;}

#top #wrap_all #main .template-page .avia_textblock table td{ border:1px solid #000; vertical-align:middle; text-align:center;}

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


}