/* 
Theme Name: Sedra Media Child
Theme URI: https://sedramedia.com
Description: Sedra Media is a WordPress theme for Sedra Media - Marketing Solution Agency.
Author: Omar Emad
Author URI: https://linkedin.com/in/omremd
Template: sedra-media
Version: 1.0.0
Text Domain: sedra-media-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
*/

/*
    Add your custom styles here
*/


   a {
       color: #46766C;
   }
   
   a:active, a:hover {
       color: #B47E11;
   }
   
   h1.entry-title {
       display: none;
   }
   
   input::-webkit-outer-spin-button,
   input::-webkit-inner-spin-button {
     -webkit-appearance: none;
     margin: 0;
   }
   
   input[type=number] {
     -moz-appearance: textfield;
   }

.elementor-button {
    border-top-right-radius: 1.5rem;
    border-bottom-left-radius: 1.5rem;
}

.button {
    color: #ffffff !important;
    background-color: #237764 !important;
    border: 1px solid #237764 !important;
	border-top-right-radius: 1.5rem !important;
    border-bottom-left-radius: 1.5rem !important;
}

.button:hover {
    background-color: #b47e11 !important;
    border: 1px solid #b47e11 !important;
  }
  
.button:active {
    background-color: #b47e11 !important;
    border: 1px solid #B78F01 !important;
  }

[type=button], [type=submit], button {
    color: #ffffff !important;
    background-color: #237764 !important;
	border: 1px solid #237764 !important;
	border-top-right-radius: 1.5rem !important;
    border-bottom-left-radius: 1.5rem !important;
}

[type=button], [type=submit], button:hover {
    background-color: #b47e11 !important;
    border: 1px solid #b47e11 !important;
}