/*!
Theme Name: Edwom Tech Theme
Theme URI: http://underscores.me/
Author: Underscores.me
Author URI: http://underscores.me/
Description: Description
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: edwom-tech-theme
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

Edwom Tech Theme is based on Underscores https://underscores.me/, (C) 2012-2017 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/

.wpcf7-submit {
    font-size: 16px;
    font-weight: 600;
    padding: 10px 58px;
    color:
    #fff;
    display: block;
    border-radius: 17px;
    position: relative;
    text-transform: uppercase;
    background-image: linear-gradient(101deg,
    #c5a636,
    #e0cd5f 99%);
    transition: all 0.5 ease;
    text-decoration: none;
    border: none;
    text-align: center;
    margin: 0 auto;
    }
    .wpcf7-submit:hover {background-image: linear-gradient(101deg, #0b2447, #437dce 99%);transition: all 0.5 ease;}
    .modal-body {
        padding: 1rem 1rem 0rem 1rem;
    }
    h1.entry-title { color:#0a2549; font-size:40px;font-weight: 900; position:relative;}
    
    h1.entry-title::after {
    height: 1px;
    width: 100px;
    position: absolute;
    top: -20px;
    left: 0;
    content: "";
    background: #c5a636;
    }
    .content-area article { margin-bottom:120px; clear:both;}
    .content-area article h2 { color:#0a2549; font-size:24px;font-weight: 900;}
    .content-area article p { color:#626262; font-size:16px;}
    .inner_footer {padding:50px 0;}