/*
Theme Name: One Health Group theme
Theme URI: 
Author: Lightspace
Author URI: www.lightspace.com
Description:  Custom Wordpress Theme for One Health Group
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: draftspot_theme
Tags: flashrad,lightspace
*/

/*all*/
*{
    color: var(--color1);
    line-height: 1.6;
    font-family: "Mulish";
}
body{
    font-size: 16px;
}

/*colors*/
:root{
    --color1: #1A1A1A;
    --color2: #DE7310;
    --color3: #484848;
}

/*sw*/
@media only screen and (min-width: 1370px){
    .container{
        max-width: 1355px;
    }
}

/*fonts*/
@font-face {
    font-family: "Metropolis";
    src: url("./assets/fonts/Metropolis-Bold.woff") format("woff");
    font-weight: 700;
    font-style: normal;
}
@font-face {
    font-family: "Metropolis";
    src: url("./assets/fonts/Metropolis-Bold.woff2") format("woff2");
    font-weight: 700;
    font-style: normal;
} 
@font-face {
    font-family: "Mulish";
    src: url("./assets/fonts/Mulish-Regular.woff") format("woff");
    font-weight: 400;
    font-style: normal;
}
@font-face {
    font-family: "Mulish";
    src: url("./assets/fonts/Mulish-Regular.woff2") format("woff2");
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: "Mulish";
    src: url("./assets/fonts/Mulish-Bold.woff") format("woff");
    font-weight: 700;
    font-style: normal;
}
@font-face {
    font-family: "Mulish";
    src: url("./assets/fonts/Mulish-Bold.woff2") format("woff2");
    font-weight: 700;
    font-style: normal;
}


p{
    color: #5E5E5E;
}

/*titles*/
h1, h1 span, h2, h3, h4{
    line-height: 1.2;
    font-family: "Metropolis";
}
h1{
    font-size: 3.125em;
    font-weight: 800;
    margin-bottom: 20px;
    color: #192B3F;
 
}

h2{
    font-size: 2.1875em;
    font-weight: 800;
    color: #192B3F;
    margin-bottom: 20px;
}

h3{
    font-size: 1.5625em;
    font-weight: bold;
    margin-bottom: 11px;
    color: #192B3F;
}
h4{
    font-size:1.125em;
    font-weight: bold;
    margin-bottom: 19px;
    color: #42C8FA;
}
/*btns*/
.btn{
    line-height: 1.2;
    padding: 15px 30px;
    border-radius: 7px;
    font-size: 16px;
    background-color: transparent;
    transition: 0.2s ease-out;
    font-weight: bold;
    background: #FFA82F;
    color: white;
    font-family: "Metropolis";
    margin-right: 17px;
    transition: 0.4s ease-out;
    text-align: center;
    display: inline-block;
}

.btn:hover{
    background:#41C8FA;
    color: white;
}

.btn-outline{
    line-height: 1.2;
    padding: 15px 30px;
    border-radius: 7px;
    font-size: 16px;
    transition: 0.2s ease-out;
    font-weight: bold;
    background: transparent;
    color: #192B3F;
    font-family: "Metropolis";
    transition: 0.4s ease-out;
    text-align: center;
    display: inline-block;
}

.btn-outline:hover{
    background:#41C8FA;
    color: #192B3F;
    text-decoration: none;
    border: 1px solid #41C8FA;
}

.btn.btn-primary{
    border: 2px solid white;
    color: white;
}
.btn.btn-primary:hover{
    background-color: white;
    color: var(--color1);
}
.btn.btn-secondary{
    border: 2px solid var(--color2);
    color: var(--color2);
    padding: 16px 59px;
}
.btn.btn-secondary:hover{
    color: var(--color1);
    background-color: var(--color2);
}


/*forms*/

input, select, textarea, button {
    font-family: "Mulish";
}

input[type="button"], input[type="submit"] {
    border: inherit;
}
input[type="text"], input[type="email"], input[type="tel"], input[type="text"], input[type="number"], input[type="password"], input[type="search"], input[type="date"], input[type="month"], input[type="time"], input[type="week"], input[type="url"], input[type="datetime-local"], input[type="file"],select {
    padding: 13px 22px;
    font-size: 1.0625em;
    line-height: 1;
    color:#192B3F;
    border: 1px solid white;
    border-radius: 7px;
    height:3em;
    width: 100%;
}

label{
    color: white;
    font-family: "Metropolis";
    letter-spacing: 0.3px;
    width: 100%;
}

::placeholder{
    color: #CECECE;
}

.input_big {
    height: 2.95em;
    font-size: 1.125em;
}

input[type="submit"], input[type="reset"] {
    background: #192B3F;
    border-radius: 7px;
    padding: 15px 36px;
    color: white;
    font-family: "Metropolis";
    width: 100%;
    transition: 0.4s ease-out;
}

input[type="submit"]:hover{
    background: #FFA82F;
}

textarea {
    padding: 0.875em 1em;
    font-size: 1.0625em;
    line-height: 1;
    border: 1px solid #CFCFCF;
    border-radius: 7px;
    height: 174px;
    width: 100%;
}


input[type="file"] {
    background:white;
    padding: 0;
    padding-right: 1em;
    position: relative;
}



input[type="file"]::file-selector-button {
    padding: 0.7em 1.5em;
    height: 100%;
}

/*ul*/

.ds_partners .ds_partners_pack .ds_patners_title p{
	font-size: 1.25em;
}