/* 
Elsa instant CSS
v1.0.0
Last Updated: 2018-11-18
Author: minhpn
Github: @minhpn77
*/
@font-face {
    font-family: 'Gilroy';
    src:  url('https://elsaspeak.com/wp-content/themes/elsatheme/sub_theme/theme_elsa_instant/fonts/SVN-Gilroy\ Regular.otf');
}
@font-face {
    font-family: 'Gilroy_B';
    src:  url('https://elsaspeak.com/wp-content/themes/elsatheme/sub_theme/theme_elsa_instant/fonts/SVN-Gilroy\ Bold.otf');
}
@font-face {
    font-family: 'AvenirNext';
    src:  url('https://elsaspeak.com/wp-content/themes/elsatheme/sub_theme/theme_elsa_instant/fonts/AvenirNextLTPro-Regular.otf');
}
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
 margin:0;
 padding:0;
 border:0;
 outline:0;
 font-size:100%;
 vertical-align:baseline;
 background:transparent;
}
body {
    line-height:1;
    background: #F4F6F7;
    font-family: 'Gilroy';
}
article,aside,details,figcaption,figure,
footer,header,hgroup,menu,nav,section { 
display:block;
}
nav ul {
list-style:none;
}
blockquote, q {
quotes:none;
}
blockquote:before, blockquote:after,
q:before, q:after {
content:'';
content:none;
}
a {
margin:0;
padding:0;
font-size:100%;
vertical-align:baseline;
background:transparent;
}
/* change colours to suit your needs */
ins {
background-color:#ff9;
color:#000;
text-decoration:none;
}
/* change colours to suit your needs */
mark {
background-color:#ff9;
color:#000; 
font-style:italic;
font-weight:bold;
}
del {
text-decoration: line-through;
}
abbr[title], dfn[title] {
border-bottom:1px dotted;
cursor:help;
}
table {
border-collapse:collapse;
border-spacing:0;
}
/* change border colour to suit your needs */
hr {
display:block;
height:1px;
border:0; 
border-top:1px solid #cccccc;
margin:1em 0;
padding:0;
}
input, select {
vertical-align:middle;
}
.pt-20{
    padding-top: 20px;
}
#header {
    text-align: center;
}
#header .title {
    font-size: 45px;
    line-height: 63px;
    color: #0083B2;
    padding-top: 40px;
    font-family: 'Gilroy_B';
}
#header .description {
    font-size: 21px;
    font-family: 'AvenirNext';
    line-height: 27px;
    padding-top: 18px;
    color: #000E40;
}
#download {
    background-image: url('../png/background.png');
    background-size: 100% 100%;
    /* min-height: 500px; */
    text-align: center;
    background-repeat: no-repeat;
}
#download .image {
    padding: 7rem 0 3rem 0
}
#download .image img{
    width: 100%;
}
#download .adds-on img {
    width: 100%;
}
#download .find-out {
    padding: 2rem 0;
}
#download .find-out #find-out {
    padding-bottom: 2px;
    cursor: pointer;
    font-family: 'Gilroy';
}

#download .find-out i {
    margin-top: 10px;
}
.w100 {
    width: 100%;
}
#content {
    background-image: url('../png/background-2.png');
    background-size: 100%;
    background-position: left 25%;
}
#content img {
    width: 100%;
}
#content p {
    font-size: 21px;
    font-family: 'AvenirNext';
    line-height: 27px;
    padding-top: 18px;
    color: #000E40;
}
#content .row {
    margin: 3rem 0;
}
#content h3 {
    font-size: 30px;
    font-family: 'Gilroy_B';
    line-height: 36px;
    padding: 0 0 2rem 0;
    color: #0083B3;
}
#content .description {
    width: 350px;
    margin-left: auto;
    margin-right: auto;
    padding: 10rem 0 0 0;
    position: relative;
}
#footer {
    text-align: center;
    background: #ffff;
    padding: 2rem 0;
}
.w-100 {
    width: 100%;
}
.border-1px{
    border: 1px solid;
}
.mr-40{
    margin-right: 40px;
}
.pt-2rem {
    padding-top: 2rem;
}

#footer .social a{
    color: #000000;
    padding: 0 20px;
    font-size: 22px;
}
#footer .social a:hover{
    text-decoration: none;
    cursor: pointer;
    color: #0083B2;
}
.pt-25{
    padding-top: 25px;
}
#footer .adds-on{
    padding: 20px 0;
}
#footer .adds-on .link {
    border: 1.2px solid #5F6368;
}
#footer .adds-on .link:hover {
    border-color: #0083B2;
}
#copyright h3{
    padding: 20px 0;
}
.isMobile {
    display: none;
}
.isPC {
    display: block;
}
@media (max-width: 480px) {
    #header .title {
        font-size: 25px;
        line-height: 29px;
        padding-top: 29px
    }
    #header .description {
        font-size: 16px;
        line-height: 20px;
        padding-top: 15px
    }
    #download .image {
        padding: 2rem 0 2rem 0;
    }
    #content {
        background-position: inherit;
    }
    #content .description {
        padding: 0;
    }
    #content h3 {
        font-size: 25px;
        line-height: 29px;
        padding: 0px 0 1rem 0;
    }
    #content p {
        font-size: 17px;
        line-height: 23px;
        padding-top: 10px;
    }
    .isMobile {
        display: block;
    }
    .isPC {
        display: none;
    }
}