/*
Theme Name: GFM Trends
Description: A <a href='http://codex.wordpress.org/Child_Themes'>Child Theme</a> for the Enfold Wordpress Theme. If you plan to do a lot of file modifications we recommend to use this Theme instead of the original Theme. Updating wil be much easier then.
Version: 1.0
Author: Portavi GmbH, CHCNET
Author URI: http://www.portavi.de
Template: enfold
*/



/*Add your own styles here:*/

/* IPAD PRO 12,9 */
@media only screen 
  and (min-device-width: 1024px) 
  and (max-device-width: 1366px) 
  and (orientation: portrait) 
  and (-webkit-min-device-pixel-ratio: 1.5) {
}

/* IPAD PRO 10 */
@media only screen 
  and (min-device-width: 834px) 
  and (max-device-width: 834px) 
  and (orientation: portrait) 
  and (-webkit-min-device-pixel-ratio: 2) {

}

/* IPAD */
@media only screen 
and (min-device-width : 768px) 
and (max-device-width : 1024px) 
and (orientation : portrait)
and (-webkit-min-device-pixel-ratio: 2) {
.avia-safari .avia-button .avia_button_icon.avia_button_icon_right {
    top: 8px !important;
}	
}


/* IPhone 6/7/8 Plus */
@media only screen 
and (min-device-width : 540px) 
and (max-device-width : 960px) 
and (orientation : portrait) { /* HIER KOMMEN DEINE STYLES REIN */ }


/* IPhone 6/7/8 */
@media only screen 
and (min-device-width : 375px) 
and (max-device-width : 667px) 
and (orientation : portrait) { /* HIER KOMMEN DEINE STYLES REIN */ }