/*
Theme Name: click5 Interactive Theme
Theme URI: https://www.click5.com/
Author: click5 Interactive
Author URI: https://www.click5.com/
Description: click5 Interactive WordPress Theme
Version: 3.0.15
*/

:root {
    --main: #000;
}

a.button {
    cursor: pointer;
}
a.button::before {
    content: "";
    display: inline-block;
    height: inherit;
    vertical-align: middle;
}

/* HEADER */

#header {
    width: 100%;
    padding-top: 65px;
    padding-bottom: 65px;
    padding-left: 105px;
    padding-right: 105px;
    background-color: transparent;
    transition: all .3s;
}
#header.hello-bar {
    top: 39px;
}
#header.sticky {
    padding-top: 20px;
    padding-bottom: 20px;
    background-color: #FFF;
    box-shadow: 0 15px 25px rgba(0, 0, 0, .05);
}

#header .logo img {
    max-height: 39px;
    transition: all .3s;
}
#header.sticky .logo img {
    max-height: 34px;
}

#header .login a {
    position: relative;
    color: #000;
    font-size: 16px;
    font-weight: 500;
    line-height: 100%;
    letter-spacing: 0;
    padding: 0;
    margin: 0;
}
#header .login a i {
    position: relative;
    font-size: 13px;
    top: -1px;
    padding-left: 7px;
    transition: all .3s;
}
#header .login a:hover i {
    padding-left: 12px;
}

#header .signup a {
    display: inline-block;
    height: 52px;
    color: #FFF;
    font-size: 15px;
    font-weight: 500;
    line-height: 100%;
    letter-spacing: -0.15px;
    padding: 0 40px;
    margin: 0 0 0 40px;
    background-color: #000;
    border: 2px solid #000;
    border-radius: 30px;
}
#header .signup a:hover {
    color: #000;
    text-decoration: none;
    background-color: transparent;
}

/* HERO */

#hero {
    position: relative;
    z-index: 4;
}
body:not(.home) #hero {
    padding-bottom: 20px !important;
}

#hero .content {
    padding-top: 50px;
}
#hero .content .title {
    color: #000;
    font-size: 67px;
    font-weight: 700;
    line-height: 100%;
    letter-spacing: -1.34px;
    padding: 0;
    margin: 0;
}
#hero .content .slogan {
    color: #000;
    font-size: 41px;
    font-weight: 400;
    line-height: 100%;
    letter-spacing: -0.41px;
    padding: 15px 0 40px 0;
    margin: 0;
}
#hero .content .text {
    color: #000;
    font-size: 23px;
    font-weight: 300;
    line-height: 34px;
    letter-spacing: -0.23px;
    padding: 0;
    margin: 0;
}
#hero .content .text b {
    font-weight: 500;
}
#hero .content > a {
    display: inline-block;
    height: 61px;
    color: #FFF;
    font-size: 17px;
    font-weight: 500;
    line-height: 100%;
    letter-spacing: 0;
    padding: 0 105px;
    margin: 40px 0 50px 0;
    background-color: #000;
    border: 2px solid #000;
    border-radius: 30px;
}
#hero .content > a:hover {
    color: #000;
    background-color: transparent;
}
#hero .content .graph {
    margin: 0 auto;
}

/* SLOGAN */

#slogan {
    padding-top: 20px !important;
}
#slogan .content p {
    color: #000;
    font-size: 30px;
    font-weight: 400;
    line-height: 45px;
    letter-spacing: -0.3px;
    padding: 0;
    margin: 0;
}
#slogan .content p u {
    font-weight: 600;
    text-underline-offset: 6px;
}

/* BOXES */

#boxes .box .content {
    height: 100%;
    padding: 60px 60px 80px 60px;
    background-color: #FFF;
    border: 1px solid #d2d2d2;
    border-radius: 15px;
    transition: all .3s;
}
#boxes .box .content:hover {
    border-color: #ff9c00;
    box-shadow: 0 15px 40px rgba(0, 0, 0, .05);
}
#boxes .box:nth-child(2) .content:hover {
    border-color: #67f2c5;
}
#boxes .box:nth-child(3) .content:hover {
    border-color: #4fc4ff;
}
#boxes .box .content img {
    transition: all .3s;
}
#boxes .box .content:hover img {
    filter: brightness(0) saturate(100%) invert(71%) sepia(35%) saturate(6387%) hue-rotate(2deg) brightness(105%) contrast(103%);
}
#boxes .box:nth-child(2) .content:hover img {
    filter: brightness(0) saturate(100%) invert(77%) sepia(34%) saturate(554%) hue-rotate(108deg) brightness(103%) contrast(94%);
}
#boxes .box:nth-child(3) .content:hover img {
    filter: brightness(0) saturate(100%) invert(69%) sepia(64%) saturate(1680%) hue-rotate(171deg) brightness(101%) contrast(101%);
}
#boxes .box .content .title {
    position: relative;
    color: #000;
    font-size: 30px;
    font-weight: 700;
    line-height: 33px;
    letter-spacing: -0.6px;
    padding: 55px 0 0 0;
    margin: 0;
}
#boxes .box .content .title::after {
    content: "";
    display: block;
    width: 120px;
    height: 8px;
    margin: 20px 0;
    background-color: #ff9c00;
    border-radius: 3px;
}
#boxes .box:nth-child(2) .content .title::after {
    background-color: #67f2c5;
}
#boxes .box:nth-child(3) .content .title::after {
    background-color: #4fc4ff;
}
#boxes .box .content p {
    color: #000;
    font-size: 17px;
    font-weight: 300;
    line-height: 27px;
    letter-spacing: -0.17px;
    padding: 0;
    margin: 0;
}

/* CTA */

#cta .box {
    background-color: #000;
    border-radius: 15px;
}
#cta .box .title {
    color: #FFF;
    font-size: 34px;
    font-weight: 700;
    line-height: 100%;
    letter-spacing: -0.64px;
    padding: 0;
    margin: 0;
}
#cta .box p {
    color: rgba(255, 255, 255, .6);
    font-size: 24px;
    font-weight: 300;
    line-height: 100%;
    letter-spacing: -0.24px;
    padding: 23px 0 26px 0;
    margin: 0;
}
#cta .box .button {
    display: inline-block;
    height: 61px;
    color: #000;
    font-size: 17px;
    font-weight: 500;
    line-height: 100%;
    letter-spacing: 0;
    padding: 0 70px;
    margin: 0;
    background-color: #FFF;
    border: 2px solid #FFF;
    border-radius: 30px;
}
#cta .box .button:hover {
    color: #FFF;
    background-color: transparent;
}

/* FAQ */

#faq-wrapper .headline .title {
    color: #000;
    font-size: 42px;
    font-weight: 600;
    line-height: 100%;
    letter-spacing: -0.84px;
    padding: 0 0 75px 0;
    margin: 0;
}
#faq-wrapper .all {
    display: inline-block;
    color: #000;
    font-size: 18px;
    font-weight: 400;
    line-height: 100%;
    letter-spacing: -0.27px;
    text-decoration: underline;
    text-underline-offset: 4px;
    padding: 0;
    margin: 55px 0 0 0;
}
#faq-wrapper .all:hover {
    text-decoration: none;
}

/* FOOTER */

#footer .logo p {
    color: #545454;
    font-size: 14.5px;
    font-weight: 300;
    line-height: 24px;
    letter-spacing: -0.21px;
    padding: 35px 0 0 0;
    margin: 0;
}
#footer .logo p b {
    font-weight: 500;
}
#footer .links .title {
    color: #000;
    font-size: 20px;
    font-weight: 500;
    line-height: 100%;
    letter-spacing: -0.3px;
    padding: 15px 0 0 0;
    margin: 0;
}
#footer .links ul {
    list-style: none;
    padding: 0;
    margin: 32px 0 0 0;
}
#footer .links ul li {
    color: #545454;
    font-size: 17px;
    font-weight: 300;
    line-height: 35px;
    letter-spacing: -0.25px;
    padding: 0;
    margin: 0;
}
#footer .links ul li a:hover {
    color: #000;
    text-decoration: underline;
    text-underline-offset: 4px;
}
#footer .links .email {
    display: inline-block;
    color: #000;
    font-size: 25px;
    font-weight: 400;
    line-height: 100%;
    letter-spacing: -0.38px;
    text-decoration: underline;
    text-underline-offset: 6px;
    padding: 0;
    margin: 40px 0 0 0;
}
#footer .links .email:hover {
    text-decoration: none;
}

/* SUBPAGES */

.entry-content > h1:first-child, 
.entry-content > h2:first-child, 
.entry-content > h3:first-child, 
.entry-content > h4:first-child, 
.entry-content > h5:first-child,
.entry-content > h6:first-child {
    padding-top: 0;
}

.entry-content h1, .entry-content h2, .post-title {
    color: #000;
    font-size: 34px;
    font-weight: 600;
    line-height: 40px;
    letter-spacing: -0.51px;
}
.entry-content h3, .sitemap_by_click5 h2 {
    color: #000;
    font-size: 30px;
    font-weight: 600;
    line-height: 36px;
    letter-spacing: -0.45px;
}
.entry-content h4 {
    color: #000;
    font-size: 24px;
    font-weight: 600;
    line-height: 30px;
    letter-spacing: -0.36px;
}
.entry-content h5, .entry-content h6 {
    color: #000;
}

.entry-content a {
    text-decoration: underline;
    text-underline-offset: 4px;
}
.entry-content a:hover {
    text-decoration: none;
}

.entry-content p, .entry-content ul li, .entry-content ol li {
    color: #545454;
    font-size: 18px;
    font-weight: 300;
    line-height: 30px;
    letter-spacing: -0.27px;
    padding: 0;
}
.entry-content p strong {
    font-weight: 700;
}
.entry-content p:last-of-type {
    margin-bottom: 0;
}

.entry-content img.aligncenter {
    display: block;
    height: auto;
    margin: 0 auto;
}
.entry-content img.alignright {
    float: right;
    margin-left: 30px;
    margin-bottom: 20px;
    margin-top: 20px;
}
.entry-content img.alignleft {
    float: left;
    margin-right: 30px;
    margin-bottom: 20px;
    margin-top: 20px;
}

.entry-content ul {
    list-style: none;
    padding-left: 20px;
}
.entry-content ul > li {
    position: relative;
    line-height: 28px;
    padding-left: 25px;
    margin-top: 10px;
}
.entry-content ul > li::before {
    content: "\f054";
    color: var(--main);
    font-family: "Font Awesome 6 Free";
    font-size: 12px;
    font-weight: 700;
    line-height: 30px;
    position: absolute;
    left: 0;
}

.entry-content ol {
    margin-left: 0;
}
.entry-content ol > li {
    padding-left: 7px;
    margin-top: 5px;
}

.entry-content blockquote {
    position: relative;
    padding-left: 50px;
    margin: 40px 0;
}
.entry-content blockquote:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 10px;
    height: 100%;
    background-color: var(--main);
    border-radius: 3px;
}
.entry-content blockquote p {
    font-size: 20px;
    font-weight: 600;
    line-height: 36px;
    margin: 0;
}

/* SITEMAP */

.sitemap_by_click5 h2::after {
    display: none;
}
.sitemap_by_click5 ul li a {
    text-decoration: none;
}
.sitemap_by_click5 ul li a:hover {
    text-decoration: underline;
}

/* MODALS */

.modal-content {
    border: 0;
    border-radius: 15px;
}

.modal-header {
    padding: 25px 25px 0 25px;
    border-bottom: 0;
    border-radius: 0;
}

.modal-body .headline .title {
    color: #000;
    font-size: 42px;
    font-weight: 700;
    line-height: 100%;
    letter-spacing: -0.84px;
    padding: 0;
    margin: 0;
}
.modal-body .headline .text {
    color: #000;
    font-size: 21px;
    font-weight: 300;
    line-height: 27px;
    letter-spacing: -0.21px;
    padding: 15px 0 30px 0;
    margin: 0;
}

.modal-body {
    padding-top: 40px;
    padding-left: 65px;
    padding-right: 65px;
    padding-bottom: 60px;
}
.modal-body .item {
    padding-top: 25px;
}
.modal-body .item .box {
    height: 100%;
    padding: 60px 50px 60px 75px;
    border-radius: 10px;
}
.modal-body .item:first-of-type .box {
    background-color: #f6f6f6;
}
.modal-body .item:last-of-type .box {
    border: 1px solid #b6b6b6;
}
.modal-body .item .box h4 {
    color: #000;
    font-size: 30px;
    font-weight: 700;
    line-height: 100%;
    letter-spacing: -0.6px;
    padding: 0;
    margin: 0;
}
.modal-body .item .box p,
.modal-body .item .box ul li {
    color: #000;
    font-size: 16px;
    font-weight: 300;
    line-height: 23px;
    letter-spacing: -0.16px;
    padding: 20px 0 0 0;
    margin: 0;
}
.modal-body .item .box ul {
    list-style: none;
    padding: 30px 0 0 35px;
    margin: 0;
}
.modal-body .item .box ul > li {
    position: relative;
    padding-top: 0 !important;
    padding-left: 35px;
    margin-top: 10px;
}
.modal-body .item .box ul > li::before {
    content: "\f00c";
    color: #000;
    font-family: "Font Awesome 6 Free";
    font-size: 15px;
    font-weight: 700;
    line-height: 25px;
    position: absolute;
    left: 0;
}
.modal-body .item .box a {
    display: inline-block;
    width: 210px;
    height: 52px;
    color: #FFF;
    font-size: 15px;
    font-weight: 500;
    line-height: 100%;
    letter-spacing: 0;
    text-align: center;
    padding: 0;
    margin: 40px 0 0 0;
    background-color: #000;
    border: 2px solid #000;
    border-radius: 30px;
}
.modal-body .item .box a:hover {
    color: #000;
    background-color: transparent;
}

.modal-body .form {
    padding-top: 20px;
    padding-left: 85px;
    padding-right: 85px;
}

/* API DOCS */

.page-template-start,
.single-endpoint {
    background-image: unset !important;
}

#footer.api-docs {
    padding-left: 30px;
    padding-right: 30px;
}
#footer.api-docs .row.row-2::before {
    display: none;
}

#docs .nav {
    min-height: calc(100vh - 128px);
}
#docs .nav .box {
    min-width: 300px;
    padding-top: 40px;
    padding-bottom: 40px;
    background-color: #000;
}

#docs .nav .logo {
    padding-left: 35px;
    padding-bottom: 60px;
}

#docs .nav .links ul {
    flex-direction: column;
    list-style: none;
    padding: 0;
    margin: 0;
}
/* #docs .nav .links ul.menu > li {
    color: #FFF;
    font-size: 16px;
    font-weight: 300;
    line-height: 100%;
    letter-spacing: -0.16px;
    padding: 0;
    margin: 0;
} */
#docs .nav .links ul.menu > li > a {
    display: block;
    color: #FFF;
    font-size: 16px;
    font-weight: 300;
    line-height: 100%;
    letter-spacing: -0.16px;
    padding: 12px 35px;
    margin: 0;
}
#docs .nav .links ul.menu > li.active > a {
    font-weight: 600;
}
#docs .nav .links ul.menu > li:not(.menu-item-has-children):hover > a,
#docs .nav .links ul.menu > li:not(.menu-item-has-children).active > a {
    background-color: rgba(255, 255, 255, .15);
}
#docs .nav .links ul.menu > li > a.dropdown-toggle::after {
    display: none;
}
#docs .nav .links ul.menu > li > ul.dropdown-menu {
    position: relative;
    display: flex;
    background-color: transparent;
}
#docs .nav .links ul.menu > li > ul.dropdown-menu > li {
    position: relative;
}
#docs .nav .links ul.menu > li > ul.dropdown-menu > li > a {
    position: relative;
    display: block;
    color: #969696;
    font-size: 15px;
    padding: 8px 35px 8px 50px;
}
#docs .nav .links ul.menu > li > ul.dropdown-menu > li > a:hover,
#docs .nav .links ul.menu > li > ul.dropdown-menu > li > a:focus {
    color: #FFF;
    background-color: transparent;
}
#docs .nav .links ul.menu > li > ul.dropdown-menu > li.active > a {
    color: #FFF;
    font-weight: 400;
    background-color: rgba(255, 255, 255, .15);
}
#docs .nav .links ul.menu > li > ul.dropdown-menu > li > a::before {
    content: "\f105";
    color: #c5c5c5;
    font-family: "Font Awesome 6 Free";
    font-size: 9px;
    font-weight: 700;
    position: absolute;
    top: 15px; left: 35px;
}
#docs .nav .links ul.menu > li > ul.dropdown-menu > li > a[aria-current="page"]::before {
    color: #FFF;
}
#docs .nav .links ul.menu > li > ul.dropdown-menu > li.get a::after,
#docs .nav .links ul.menu > li > ul.dropdown-menu > li.post a::after,
#docs .nav .links ul.menu > li > ul.dropdown-menu > li.put a::after,
#docs .nav .links ul.menu > li > ul.dropdown-menu > li.delete a::after {
    content: "get";
    color: #000;
    font-size: 9px;
    font-weight: 500;
    line-height: 100%;
    letter-spacing: -0.09px;
    text-transform: uppercase;
    padding: 3px 10px;
    margin: 0;
    background-color: #67f2c5;
    border-radius: 3px;
    position: absolute;
    top: 14px; right: 15px;
}
#docs .nav .links ul.menu > li > ul.dropdown-menu > li.post a::after {
    content: "post";
}
#docs .nav .links ul.menu > li > ul.dropdown-menu > li.put a::after {
    content: "put";
}
#docs .nav .links ul.menu > li > ul.dropdown-menu > li.delete a::after {
    content: "delete";
}

#docs .main {
    width: calc(100% - 300px);
}

#docs .main .searchbar {
    padding-left: 85px;
    background-color: #FFF;
}
#docs .main .searchbar input {
    width: calc(100% - 26px);
    height: 72px;
    color: #888;
    font-size: 16px;
    font-weight: 300;
    line-height: 100%;
    letter-spacing: 0;
    padding: 0 15px;
    margin: 0;
    outline: none;
    border: 0;
    border-bottom: 1px solid #d9d9d9;
}
#docs .main .searchbar input:focus,
#docs .main .searchbar input:focus + button {
    border-bottom-color: #000;
}
#docs .main .searchbar button {
    height: 72px;
    padding: 0 5px;
    margin: 0;
    background-color: #FFF;
    border: 0;
    border-bottom: 1px solid #d9d9d9;
}
#docs .main .searchbar button::before {
    content: '\f002';
    font-family: "Font Awesome 6 Free";
    font-size: 16px;
    font-weight: 700;
}

#docs .main .toc {
    width: 280px;
    top: 0;
    padding-top: 70px;
    padding-right: 20px;
}
#docs .main .toc .toc-title {
    color: #000;
    font-size: 16px;
    font-weight: 600;
    line-height: 100%;
    letter-spacing: -0.32px;
    padding: 0 20px 20px 20px;
    margin: 0;
}
#docs .main .toc ul {
    list-style: none;
    padding: 0;
    margin: 0;
}
#docs .main .toc .toc-list a {
    display: block;
    color: #000;
    font-size: 14px;
    font-weight: 400;
    line-height: 100%;
    letter-spacing: -0.14px;
    padding: 10px 20px;
    margin: 0;
    border-left: 3px solid transparent;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
}
#docs .main .toc .toc-list > li > ul a {
    color: #585858;
    font-size: 13px;
    font-weight: 300;
    padding-left: 35px;
}
#docs .main .toc .toc-list a:hover {
    color: #4fc4ff;
}
#docs .main .toc .toc-list a.active {
    color: #4fc4ff;
    background-color: #FFF;
    border-left-color: #4fc4ff;
}

#docs .main .content {
    width: calc(100% - 280px);
    padding-top: 65px;
    padding-bottom: 80px;
    padding-left: 80px;
    padding-right: 110px;
    margin-bottom: 40px;
    background-color: #FFF;
}
#docs .main .content h1,
#docs .main .content h2,
#docs .main .content h3,
#docs .main .content h4 {
    font-weight: 700;
}
#docs .main .content h1 {
    font-size: 40px;
    line-height: 48px;
}
#docs .main .content h2 {
    font-size: 25px;
    line-height: 33px;
}
#docs .main .content h3 {
    font-size: 20px;
    font-weight: 500;
    line-height: 28px;
}
#docs .main .content h4 {
    font-size: 19px;
    font-weight: 400;
    line-height: 27px;
}
#docs .main .content h6 {
    font-size: 13px;
    font-weight: 400;
    line-height: 21px;
    margin-bottom: -5px;
}
#docs .main .content h2 a,
#docs .main .content h3 a,
#docs .main .content h4 a {
    color: #000;
    text-decoration: none;
}
#docs .main .content h2 a::after {
    content: "\f0c1";
    position: relative;
    color: #d0d0d0;
    font-family: "Font Awesome 6 Free";
    font-size: 15px;
    font-weight: 700;
    padding-left: 10px;
    top: -3px;
    opacity: 0;
    transition: all .3s;
}
#docs .main .content h2 a:hover::after {
    opacity: 1;
}

#docs .main .content p,
#docs .main .content li {
    color: #000;
    font-size: 16px;
    line-height: 27px;
}
#docs .main .content p:last-of-type {
    margin-bottom: 1rem;
}
#docs .main .content b,
#docs .main .content strong {
    font-weight: 500;
}
#docs .main .content a {
    color: #199ddf;
}

#docs .main .content blockquote {
    position: relative;
    padding: 16px 20px 15px 20px;
    margin-top: 10px;
    margin-bottom: 30px;
    background-color: #000;
    border: 1px solid #000;
    border-radius: 6px;
    overflow-y: auto;
}
#docs .main .content blockquote.copy-link {
    white-space: nowrap;
    cursor: pointer;
}
#docs .main .content blockquote:not(.get):not(.post):not(.delete):not(.put)::before {
    display: none;
}
#docs .main .content blockquote.get::before,
#docs .main .content blockquote.post::before,
#docs .main .content blockquote.put::before,
#docs .main .content blockquote.delete::before {
    content: "get";
    color: #000;
    font-size: 9px;
    font-weight: 500;
    line-height: 100%;
    letter-spacing: -0.09px;
    text-transform: uppercase;
    padding: 3px 10px;
    margin: 0 20px 0 0;
    background-color: #67f2c5;
    border-radius: 3px;
    position: relative;
    top: -2px;
}
#docs .main .content blockquote.post::before {
    content: "post";
}
#docs .main .content blockquote.put::before {
    content: "put";
}
#docs .main .content blockquote.delete::before {
    content: "delete";
}
#docs .main .content blockquote.copy-link::after {
    content: "\f0c5";
    display: flex;
    justify-content: center;
    align-items: center;
    width: 60px;
    height: 30px;
    color: #cdcdcd;
    font-family: "Font Awesome 6 Free";
    font-weight: 400;
    text-align: center;
    padding-right: 20px;
    position: absolute;
    top: 12px; right: 0;
    visibility: hidden;
    opacity: 0;
    background-color: #000;
    transition: all .3s;
}
#docs .main .content blockquote:hover.copy-link::after {
    visibility: visible;
    opacity: 1;
}

#docs .main .content blockquote p {
    display: inline-block;
    color: #cdcdcd;
    font-family: "SF Mono";
    font-size: 15px;
    font-weight: 400;
    line-height: 100%;
    letter-spacing: -0.15px;
    padding: 0;
    margin: 0 !important;
}

#docs .main .content blockquote.example {
    background-color: #fafafa;
    border-color: #e8e8e8;
}
#docs .main .content blockquote.example p {
    color: #292929;
    line-height: 27px;
}

#docs .main .content pre {
    font-weight: 600;
    margin-bottom: 5px;
}
#docs .main .content pre::after {
    content: "string";
    position: relative;
    color: #15bc87;
    font-family: "Inter";
    font-size: 11px;
    font-weight: 500;
    line-height: 100%;
    letter-spacing: 0;
    padding: 2px 10px;
    margin: 0 0 0 10px;
    background-color: #d6f9ee;
    border: 1px solid #0dda98;
    border-radius: 3px;
    top: -1px;
}
#docs .main .content pre.integer::after {
    content: "integer";
    color: #d58f09;
    background-color: #f8ecd6;
    border-color: #d58f09;
}
#docs .main .content pre.boolean::after {
    content: "boolean";
}

#docs .main .content .search-box a {
    text-decoration: none;
}
#docs .main .content .search-box:not(:last-of-type) a {
    padding-bottom: 30px;
    margin-bottom: 10px;
    border-bottom: 1px solid #e8e8e8;
}
#docs .main .content .search-box .title {
    padding-bottom: 0;
    transition: all .3s;
}
#docs .main .content .search-box a:hover .title {
    text-decoration: underline;
    text-decoration-thickness: 1px;
    text-underline-offset: 4px;
}
#docs .main .content .search-box span {
    display: block;
    color: #000;
    transition: all .3s;
}
#docs .main .content .search-box span i {
    font-size: 13px;
    padding-left: 7px;
    transition: all .3s;
}
#docs .main .content .search-box a:hover span i {
    padding-left: 12px;
}