/*
Theme Name: Verita Neuro
Theme URI: http://veritaneuro.com/
Author: Wisan Namwongsa
Author URI: https://wpdevthai.com/
Description: Description
Version: 1.0.0
Text Domain:  wpdt
Tags: custom-background, custom-logo, custom-menu, featured-images
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
*/
/* =Global
----------------------------------------------- */

/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
    display: block;
}
body {
    line-height: 1;
}
ol, ul {
    list-style: none;
}
blockquote, q {
    quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
    content: '';
    content: none;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}

*{
    box-sizing: border-box;
}


body,
button,
input,
select,
textarea {
    font-family: "Sukhumvit Set", Helvetica, Arial, sans-serif;
    font-size: 16px;
    line-height: 1.62857143;
    color: rgba(0, 0, 0, 0.54);
    font-weight: lighter;
}
body {
    background-color: #ffffff;
    overflow: visible;
    overflow-x: hidden;
}
/* Headings */
h1, h2, h3, h4, h5, h6 {
    color: rgba(0, 0, 0, 0.95);
    font-weight: normal;
    
}
h1 {
    font-size: 1.4em;
}
h2 {
    font-size: 1.3em;
}
h3 {
    font-size: 1.2em;
}
h4 {
    font-size: 1.1em;
}
h5 {
    font-size: 1.05em;
}
h6 {
    font-size: 1.0em;
}
hr {
    background-color: #eee;
    border: 0;
    height: 1px;
    margin-bottom:1em;
}
/* Text elements */
ul, ol {
    margin: 0 01em 0;
    padding-left:1em;
    text-align: left;
}
ul {
    list-style: disc;
}
ol {
    list-style: decimal;
}
ul ul, ol ol, ul ol, ol ul {
    margin-bottom: 0;
    margin-left: 0px;
}
dt {
    font-weight: normal;
}
dd {
    margin: 0 1.5em1em;
}
b, strong {
    font-weight: normal;
}
dfn, cite, em, i {
    font-style: italic;
}
blockquote {
    background: none repeat scroll 0 0 #eee;
    margin: 0 01em;
    padding:1em1em1em;
}
address {
    margin: 0 01em;
}
pre {
    background: none repeat scroll 0 0 #eee;
    border-radius: 0;
    font-family: "Courier 10 Pitch", Courier, monospace;
    font-size: 1em;
    line-height: 1.2;
    margin-bottom: 1.6em;
    max-width: 100%;
    overflow: auto;
    padding: 1em;
}
code, kbd, tt, var {
    font: 15px Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
    white-space: pre-wrap;
}
code {
    padding:1em;
    max-height: 600px;
    overflow: auto;
    font-family: Consolas, Menlo, Monaco, Lucida Console, Liberation Mono, DejaVu Sans Mono, Bitstream Vera Sans Mono, Courier New, monospace, sans-serif;
    font-size: 13px;
    background-color: #f1f3f4;
    display: block;
    border-radius: 2px;
}
abbr, acronym {
    border-bottom: 1px dotted #666;
    cursor: help;
}
mark, ins {
    text-decoration: none;
    padding: 0 0.4em;
    border-radius: 4px;
}
sup,
sub {
    font-size: 75%;
    height: 0;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}
sup {
    bottom: 1ex;
}
sub {
    top: .5ex;
}
small {
    font-size: 75%;
}
big {
    font-size: 125%;
}
figure {
    margin: 0;
}
table {
    margin: 0 01em;
    width: 100%;
}
th {
    font-weight: normal;
}
button,
input,
select,
textarea {
    font-size: 100%; /* Corrects font size not being inherited in all browsers */
    margin: 0; /* Addresses margins set differently in IE6/7, F3/4, S5, Chrome */
    vertical-align: baseline; /* Improves appearance and consistency in all browsers */
    *vertical-align: middle; /* Improves appearance and consistency in all browsers */
}
button,
input {
    line-height: normal; /* Addresses FF3/4 setting line-height using !important in the UA stylesheet */
    *overflow: visible; /* Corrects inner spacing displayed oddly in IE6/7 */
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
    background: none repeat scroll 0 0 #4285F8;
    border: medium none;
    box-shadow: none;
    color: #fff;
    cursor: pointer;
    font-size: 1em;
    font-weight: normal;
    height: 34px;
    line-height: 34px;
    padding: 0 15px;
    border-radius: 3px;
}
input[type="reset"] {
    background: none repeat scroll 0 0 #f1f1f1;
    color: #222222;
}
button:hover,
html input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
    opacity: 0.9;
}
button:focus,
html input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus,
button:active,
html input[type="button"]:active,
input[type="reset"]:active,
input[type="submit"]:active {
    opacity: 0.9;
}
input[type="checkbox"],
input[type="radio"] {
    box-sizing: border-box;
    padding: 0;
}
input[type="search"] {
    -webkit-appearance: textfield;
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
}
input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0;
}
input[type=text],
input[type=email],
input[type=url],
input[type=tel],
input[type=time],
input[type=number],
input[type=password],
textarea,
.custom-file,
.form-control,
.custom-file-label{
    color: #666;
    border: 1px solid #f1f3f4;
    max-width: 100%;
    border-radius: 3px;
    outline: none;
    box-shadow: none;
    background: #f1f3f4;
    width: 100%;
}
input[type=text],
input[type=tel],
input[type=url],
input[type=email],
input[type=tel],
input[type=time],
input[type=number],
input[type=password],
.custom-file-input,
.custom-file,
.form-control,
.custom-file-label,
.custom-file-label::after{
    height: 34px;
    line-height: 34px;
    padding: 0 10px;
}
textarea ,
textarea.form-control {
    overflow: auto;
    padding: 5px 10px 10px 10px;
    vertical-align: top;
    width: 100%;
}
select,
.custom-select,
select.form-control:not([size]):not([multiple]) {
    height: 34px;
    border: 1px solid #f1f3f4;
}
.custom-file-label::after {
    border: none;
    height: 32px;
    line-height: 32px;
    margin: 0;
}
.select2-dropdown {
    background-color: #fff;
    border: 1px solid #f1f3f4;
    border-radius: 2px;
}
.select2-container--default .select2-selection--single {
    background-color: #f1f3f4;
    border: none;
    border-radius: 2px;
    height: 34px;
    text-align: left;
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #444;
    line-height: 34px;
    padding: 0px 10px;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 34px;
    position: absolute;
    top: 1px;
    right: 1px;
    width: 28px;
}
.select2-container--default .select2-search--dropdown .select2-search__field {
    border: 1px solid #f1f3f4;
}
.text-muted {
    font-size: 0.65em;
}
/* Links */
a,
a:visited {
    color: #4285F8;
    text-decoration: none;
    -webkit-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
}
a:hover,
a:focus,
a:active {
    color: #007bff;
    text-decoration: none;
    -webkit-transition: all 0.15s linear 0s;
    transition: all 0.15s linear 0s;
}
/* Make sure embeds and iframes fit their containers */
embed,
iframe,
object,
audio,
video {
    max-width: 100%;
}


.elementor-field-textual.elementor-size-sm {
    font-size: 15px;
    min-height: 34px;
    padding: 5px 10px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
}



@media (min-width: 768px) {
    
}

/* Large devices (desktops, 992px and up)*/
@media (min-width: 992px) {
}
/* Extra large devices (large desktops, 1200px and up)*/
@media (min-width: 1940px) {
   
}
