/*
Theme Name: Idpan Custom Theme
Author: the Hedgos team
Requires at least: 6.7
Tested up to: 6.7
Requires PHP: 7.2
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: idpan
*/

*{margin:0;padding:0;box-sizing:border-box;}
a{ text-decoration:none; }
html{ scroll-behavior:smooth; }
li{ list-style:none; }

body { font-family:sans-serif; font-size:1rem; }

/*******************************/
/* CALL TO ACTION BLOCK STYLES */
/*******************************/

.cta { padding:5rem 1rem; margin:0; box-sizing:border-box }
.cta * { margin:0; box-sizing:border-box; padding:0 }
.cta .inner { max-width:1100px; margin:0 auto; background:#C4F6C4; border-radius:2rem; padding:6.5rem 1rem; color:#555; text-align:center; }
.cta .head { font-size:2rem; }
.cta .desc { padding:0.5rem 1rem; color:#777; margin-bottom:1.25rem }
.cta a { padding:0.5rem 2rem; text-decoration:none; color:#fff; display:inline-block; border-radius:2rem; background:#35475A; font-weight:500; }
.cta .link { padding:0.5rem 2rem; text-decoration:none; color:#fff; display:inline-block; border-radius:2rem; background:#35475A; font-weight:500; }

.cta .urlfield { padding:0.5rem; border:1px solid #e7e7e7; }

@media( max-width:1000px ){
.cta { padding:0; }
.cta .inner { border-radius:0; }
}
















