/* 
Theme Name: Heshmat
Description: Thema voor Heshmat
Author: Dot Circle
Author URI: https://www.dotcircle.nl
Template: hello-elementor
Version: 1.0
Text Domain: hello-elementor-child
*/

/* Algemeen */
.usp .elementor-icon-box-icon { border: 1px solid #24393B; border-radius: 100px; border-style: dashed; padding: 5px; width: fit-content; } 


/* Mobiele aanpassingen */

/* Desktop: 1281px of hoger */
@media (min-width: 1281px) { }

/* Desktop en laptops: 1025px tot 1280px */
@media (min-width: 1025px) and (max-width: 1280px) { }

/* Tablet en Ipads in portret mode: 768px tot 1024px */
@media (min-width: 768px) and (max-width: 1024px) {  }

/* Tablets en Ipads in landscape mode: 768px tot 1024px */
@media (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) { }

/* Lage resolutie tablets en telefoons in landscape mode: 481px to 767px */
@media (min-width: 481px) and (max-width: 767px) { 
.usp .elementor-icon-box-icon { padding-bottom: 0px;  } 
}

/* De meeste telefoons: 320px to 479px */
@media (min-width: 320px) and (max-width: 480px) { 
.usp .elementor-icon-box-icon { padding-bottom: 0px;  } 
}