/* 
Theme Name:		Hello Elementor Child
Theme URI:		https://elementor.com/
Description:	Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author:			Elementor Team
Author URI:		https://elementor.com/
Template:		hello-elementor
Version:		1.0.0
Text Domain:	hello-elementor-child
Tags:           flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

/*
    Add your custom styles here
*/

 <style>
a.calcLink{
color:#CB77AF;
font-size:inherit;
line-height:inherit;
}
a.calcLink:hover{
color:#E18ACC;

}
        .pregnancy-calculator .input-group {
            display: -webkit-flex;
            display: -ms-flexbox;
            display: flex;
            width: 100%;
            margin-bottom: 1rem;
            -webkit-align-items: stretch;
            -ms-flex-align: stretch;
            align-items: center;
        }
        .pregnancy-calculator input[type=text] {
            display: block;
            box-sizing: border-box;
            width: 100%;
            height: 2.4375rem;
            padding: 0.5rem;
            border: 1px solid #cacaca;
            font-family: inherit;
            font-size: 1rem;
            color: #0a0a0a;
            background-color: #fefefe;
            box-shadow: inset 0 1px 2px rgba(10, 10, 10, 0.1);
            border-radius: 3px;
            transition: box-shadow 0.5s, border-color 0.25s ease-in-out;
            -webkit-appearance: none;
            -moz-appearance: none;
        }
              .pregnancy-calculator .input-group input[type=submit] {
            margin-left: 1rem;
            padding: 15px 30px 15px 30px;
            position: relative;
            font-size: 16px;
            color: #fff;
            font-weight: 600;
            text-transform:none;        
            border-style: solid;
            border-radius:30px;
            border-width:0px;
            border-color:#fff;
            background-color: #CB77AF;
            cursor: pointer;
        }
        .pregnancy-calculator:hover .input-group:hover input[type=submit]:hover {
      
            background-color: #2A266A;
         
        }
       
        .pregnancy-calculator .abortion-message {
            text-align: center;
            padding: 2rem 0 2rem 0;
          font-weight:600;
font-size:1.2rem;
line-height:1.6rem;
            color: #132D2E;
          
        }
    </style>