/*
 Theme Name:     argab Theme
 Theme URI: http://www.elegantthemes.com/gallery/divi/
 Description:    Divi Child Theme
 Author:         Elegant Themes
 Author URI:     http://www.elegantthemes.com
 Template:       Divi
 Version:        1.0.0
*/
 
@import url("../Divi/style.css");
 
/* =Theme customization starts here
------------------------------------------------------- */

h1,
h2{ color:#005ea9; }
#et-footer-nav {   padding: 25px 0 !important; }
.bottom-nav, .bottom-nav a { display: inline-flex; }
.bottom-nav li a { font-size: 14px;}
.bottom-nav ul li a { font-size: 13px; font-weight: 400; }

input[type="text"], 
input[type="tel"],  
input[type="email"], 
textarea{
width: 100%;
padding: 16px;
border: none;
-webkit-border-radius: 0;
-moz-border-radius: 0;
border-radius: 0;
color: #999;
background-color: #eee;
font-size: 14px;
font-family: "Open Sans", Arial, sans-serif;
}




input[type="submit"]  {
    display: inline-block;
    margin: 0 0 0 15px;
    font-family: inherit;
    cursor: pointer;
}
input[type="submit"]  {
    position: relative;
    padding: 0.3em 1em;
    border: 2px solid;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    background: transparent;
    font-size: 20px;
    font-weight: 500;
    line-height: 1.7em !important;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    transition: all 0.2s;
    color: #2ea3f2;
}
input[type="submit"]:hover{
	background: rgba(0, 0, 0, 0.05);
	padding: 0.3em 2em 0.3em 1em;
border: 2px solid transparent;
}

@media screen and (max-width: 980px) {
	.bottom-nav li { display: block; }
	.bottom-nav, .bottom-nav a { display: block; }
}