/*
 * ESTE É O ARQUIVO DE ESTILOS LEGADOS
 * O TEMA SOLICITE_2026 AGORA USA TAILWIND CSS
 * ESTE ARQUIVO CONTÉM APENAS ESTILOS ESPECÍFICOS QUE AINDA NÃO FORAM CONVERTIDOS
 * OU OVERWRITES PARA COMPONENTES EXTERNOS
 */

.content {
    width: 78%;
    padding: 50px 0;
}

b {
    color: #1a1b65;
}

strong {
    color: #1a1b65;
}

.linha {
    float: left;
    margin: 10px 0;
    width: 100%;
    height: 1px;
    background: #dbdcdc;
}

.botao_link {
    font-weight: 300;
    font-size: 1em;
    color: #fff;
    margin-top: 10px;
    padding: 10px;
    border: solid 1px #eee;
    float: left;
    text-decoration: none;
}

.botao_link:hover {
    color: #1a1b65;
    border: solid 1px #1a1b65;
}

.site_title {
    display: inline-block;
    width: 1px;
    position: absolute;
    text-indent: -9999px;
}

.site_header {
    text-align: center;
    margin-bottom: 40px;
}

.site_header h1 {
    color: #797979;
    font-size: 3em;
    font-weight: 600;
    text-transform: uppercase;
    text-shadow: 1px 1px #ccc;
    padding: 2%;
}

.site_header b {
    color: #113497;
    font-weight: 300;
}

.site_header p {
    font-size: 0.8em;
    color: #555;
    text-transform: uppercase;
    font-weight: 600;
}

/* LEGACY HEADER STYLES DISABLED FOR TAILWIND REFACTOR
11: .main_header{
12:     display: block;
13:     background-color: #fff;
14:     width: 100%;
15:     border-top: 2px solid #113497;    
16: }
17: 
18: .main_header .content{
19:     padding:0;
20: }
21: 
22: .main_header .main_logo{
23:     float: left;
24:     max-width: 80%;
25:     padding:10px 0;
26: }
27: 
28: .mobile_menu{
29:     float: right;
30:     padding: 5px 10px;
31:     background: #eee;
32:     color: #113497;
33:     font-size: 1.2em;
34:     margin-top: 35px;
35:     display: none;
36:     cursor: pointer;
37: }
38: 
39: .mobile_menu:hover{
40:     background: #113497;
41:     color: #fff;
42:     transition-duration: 1s;
43: }
44: 
45: .main_nav{
46:     float: right;
47: }
48: 
49: .main_nav ul,
50: .main_nav ul li,
51: .main_nav ul li a{
52:     display: inline-block;
53:     vertical-align: middle;
54: }
55: 
56: .main_nav .main_nav_menu li a{
57:     color: #747474;
58:     text-transform: uppercase;
59:     font-weight: 400;
60:     text-decoration: none;
61:     font-size: 1em;
62:     padding: 50px 20px;
63: }
64: .active_menu{
65:     color: #fff !important;
66:     transition-duration: 1s;
67:     transition: 1s;
68:     background: #1a1b65;
69: }
70: .active_menu a{    
71:     color: #fff !important;
72: }
73: .main_nav li a:hover{
74:     color: #fff !important;
75:     background: #003;
76:     transition-duration: 0.5s;
77: }
78: */

.top_conversion {
    background: #000 url(images/bg_innova07.jpg) bottom center no-repeat;
    background-attachment: fixed;
    text-align: right;
    color: #000;
}

.top_conversion .content {
    padding: 30px 0 0 0;
    vertical-align: top;
}

.top_conversion header {
    display: inline-block;
    width: 100%;
    vertical-align: middle;
    text-align: center;
}

.top_conversion header h1 {
    font-size: 2.4em;
    line-height: 1;
    font-weight: 300;
    text-shadow: 1px 1px #000;
}

.top_conversion header h1 span {
    display: block;
    font-weight: bold;
}

.top_conversion header p {
    font-size: 1.5em;
    margin: 30px 0;
    color: #555;
    text-shadow: 1px 1px #ccc;
}

.top_conversion p b {
    color: #333;
    font-weight: bold;
    text-transform: uppercase;
}

.top_conversion .media {
    display: inline-block;
    width: 40%;
    text-align: center;
    vertical-align: bottom;
}

.top_conversion_border {
    position: absolute;
    width: 100%;
    height: 15px;
    background: -webkit-radial-gradient(50% -5%, ellipse cover, rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0) 50%);
    /* background: radial-gradient(ellipse at 50% -3%, rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0) 50%); */
    /* bottom: -9px; */
}



.wc_vantage .item {
    padding-bottom: 2%;
    vertical-align: top;
    display: inline-block;
    background: #00bcd4;
    padding: 72px 28px 93px;
    -webkit-transition: all 0.6s ease;
    -moz-transition: all 0.6s ease;
    -o-transition: all 0.6s ease;
    transition: all 0.6s ease;
    table-layout: fixed;
    min-height: 470px;
    border: solid 1px #FFF;

}

.wc_vantage .item:hover {
    background: #333;
    transition: 1s;
}

.wc_vantage h1 {
    font-weight: 300;
    font-size: 1.5em;
}

.wc_vantage h2 {
    font-weight: 300;
    font-size: 1.2em;
    color: #888;
}

.wc_vantage a {
    font-weight: 300;
    font-size: 1em;
    color: #888;
    margin-top: 10px;
    padding: 10px;
    border: solid 1px #eee;
    float: left;
}

.wc_vantage a {
    background: #fff;
    color: #00bcd4;
    font-weight: 600;
}

.wc_vantage a:hover {
    color: #fff;
    border: solid 1px #00bcd4;
    background: #00bcd4;
    transition: 1s;
}

.wc_vantage .ico {
    width: 30%;
    float: left;
}

.wc_vantage .ico img {
    width: 100%;
}

.wc_vantage .description {
    width: 70%;
    float: right;
    padding-left: 10px;
}

/* LEGACY BIO STYLES DISABLED FOR TAILWIND REFACTOR
.wc_bio {}

.wc_bio img {
    display: inline-block;
    width: 20%;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    vertical-align: top;
}

.wc_bio .bio_content {
    display: inline-block;
    width: 80%;
    padding-left: 40px;
}

.wc_bio .bio_content p {
    font-size: 0.9em;
    margin-bottom: 15px;
}

.wc_bio .bio_content p:last-of-type {
    margin-bottom: 0;
}
*/

.wc_service {
    padding-bottom: 1%;
    width: 100%;
    float: left;
}

.wc_service .img {
    padding-bottom: 1%;
    width: 30%;
    float: left;
}

.wc_service .img img {
    width: 100%;
}

.wc_service .description {
    width: 70%;
    float: right;
    text-align: left;
    padding: 15px;
}

.wc_service .description p {
    font-weight: 300;
    padding-bottom: 10px;
}

.wc_service .linha {
    width: 100%;
    height: 2px;
    border-bottom: solid 1px #ccc;
    background: #113497;
    margin-bottom: 10px;
    float: left;
}

/* LEGACY SOCIAL STYLES DISABLED FOR TAILWIND REFACTOR
.wc_social {
    text-align: center;
    background: #eee url(images/bg_social_02.png) bottom center no-repeat;
}

.main_nav_social img {
    width: 37px;
    padding: 3px;
}
*/

.wc_blog .item {
    text-align: left;
}

.wc_blog .item img {
    border-radius: 8px;
}

.wc_blog .item h1 {
    font-size: 1.5em;
    font-weight: 600;
    padding: 20px 0;
    color: #00bcd4;
    width: 100%;
}

.wc_portfolio {
    width: 100%;
    background: #1a1b65;
}

.header_sobre {
    position: relative;
}

.header_sobre article {
    padding: 0 5%;
    position: relative;
    bottom: 5%;
}

.wc_blog .item p {
    font-size: 0.8em;
}

.wc_videos .wc_videos_top {
    display: inline-block;
    width: 68.4%;
    padding-right: 20px;
    vertical-align: top;
}

.wc_videos .post_list {
    margin: 0;
    padding: 0;
    position: relative;
}

.wc_videos .post_list .tagline {
    display: none;
}

.wc_videos .post_list .link {
    position: absolute;
    right: 15px;
    top: 15px;
    display: inline-block;
    padding: 10px 20px;
    background: rgba(0, 0, 0, 0.5);
    color: #fff;
    text-decoration: none;
    font-weight: bold;
    font-size: 0.875em;
    transition-duration: 0.3s;
}

.wc_videos .post_list:hover .link,
.wc_videos .post_list p .link:hover {
    background: #00896F;
}

.wc_videos .wc_videos_more {
    display: inline-block;
    width: 31.6%;
    vertical-align: top;
}

.wc_videos .wc_videos_more .post_list:last-of-type {
    margin-top: 20px;
}

.wc_videos .post_list h1 {
    position: absolute;
    width: 1px;
    text-indent: -9999px;
}

.wc_conversion_yt {
    display: block;
    width: 100%;
    padding: 20px;
    background: #eee;
    margin-top: 20px;
    text-align: center;
}

.wc_conversion_yt div,
.wc_conversion_yt h2 {
    display: inline-block;
    vertical-align: top;
    font-size: 1.2em;
    text-transform: uppercase;
    font-weight: 300;
    padding: 0;
}

.wc_conversion_yt h2 {
    padding-top: 12px;
    margin-right: 30px;
    text-shadow: 1px 1px #ccc;
}

.wc_conversion_content {
    color: #fff;
    background: #000 url(images/water01.jpg) top center no-repeat;
    text-align: center;
    background-position: 50% 0;
    background-repeat: repeat;
    background-attachment: fixed;
}

.wc_conversion_content .tagline {
    font-size: 1.3em;
    margin-bottom: 40px;
}

.wc_conversion_content #optin button {
    background: #00896F;
    border-color: #003E31;
}

.wc_conversion_content #optin button:hover {
    border-color: #005E4B;
}

.wc_conversion_content .innovation {
    padding: 5%;
}

.wc_conversion_content .innovation h1 {
    font-size: 3em;
    font-weight: 600;
    text-transform: uppercase;
    text-shadow: 1px 1px #ccc;

}

.wc_conversion_bar_top {
    width: 100%;
    border-style: solid;
    border-width: 0 0 80px 98vw;
    border-color: transparent transparent #1a1b65 transparent;
}

.wc_conversion_bar {
    width: 100%;
    border-style: solid;
    border-width: 0 0 80px 98vw;
    border-color: transparent transparent #fff #bbb;
}

.wc_more .post_list {
    margin-bottom: 25px;
}

.wc_more .post_list h1 {
    font-size: 1em;
    font-weight: 300;
    margin: 10px 0 20px 0;
}

.wc_more .post_list h1 a {
    color: #555;
    text-decoration: none;
}

.wc_more .post_list h1 a:hover {
    color: #00896F;
}

.wc_more .post_list .tagline {
    display: none;
}

.wc_more .post_list .link {
    display: block;
    width: 100%;
    text-align: center;
    color: #ccc;
    font-weight: bold;
    text-decoration: none;
    padding: 10px;
    border: 3px solid #ccc;
}

.wc_more .post_list .link:hover {
    background: #eee;
    transition-duration: 0.3s;
}

.wc_conversion_insta {
    display: block;
    position: relative;
    width: 100%;
}

.wc_conversion_insta_blur {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.2);
    z-index: 98;
}

.wc_conversion_insta_title {
    position: absolute;
    display: block;
    width: 100%;
    top: 50%;
    margin-top: -35px;
    z-index: 99;
    font-weight: 300;
    text-transform: uppercase;
    text-align: center;
    line-height: 1.1;
    text-shadow: 1px 1px #000;
}

.wc_conversion_insta_title b {
    display: block;
    font-size: 0.875em;
    color: #00896F;
}

.wc_conversion_insta_title a {
    display: inline-block;
    color: #fff;
    text-decoration: none;
    padding: 10px 40px;
    background: rgba(0, 0, 0, 0.7);
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
}

.wc_conversion_insta_title a:hover {
    background: #000;
}

.wc_conversion_insta article {
    display: inline-block;
    width: 10%;
}

.wc_services .item {
    text-align: center;
    padding: 2% 1%;
}

.wc_services .item .ico {
    width: 100%;
}

.wc_services .item .ico img {
    padding: 5% 30%;
}

.wc_services .item h1 {
    font-weight: 500;
    font-size: 1.5em;
    text-transform: uppercase;
}

.wc_services .item h2 {
    font-weight: 400;
    font-size: 1em;
    float: left;
    width: 100%;
    text-align: left;
}

.wc_services .item p {
    font-weight: 300;
}

.testimony {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    z-index: 101;
    display: none;
}

.testimony_content {
    display: block;
    position: relative;
    width: 660px;
    max-width: 90%;
    margin: 3% auto 0 auto;
    background: #fff;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
}

.testimony_content h1 {
    font-size: 1.2em;
    font-weight: 300;
    color: #555;
    padding: 20px;
}

.testimony_content h1 b {
    font-weight: bold;
    color: #00896F;
}

.testimony_close {
    color: #fff;
    background: #000;
    border: 3px solid #fff;
    padding: 6px 12px;
    position: absolute;
    right: -15px;
    top: -15px;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    cursor: pointer;
}

.testimony_close:hover {
    background: #c78585;
}

.testimony_content .content_like {
    display: block;
    width: 100%;
    padding: 20px;
}

.testimony_content .box_like {
    display: inline-block;
    width: 50%;
    text-align: center;
    padding: 0;
    vertical-align: top;
}

.testimony_content .box_like p {
    font-weight: 300;
    margin-bottom: 15px;
    color: #555;
}

.lead_take h1 {
    font-size: 0.9em;
    font-weight: 300;
    margin: 10px 0;
}

.lead_take .thumb {
    position: relative;
}

.lead_take .false_bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-size: 20%;
    cursor: pointer;
}

.lead_take .false_bg:hover {
    background-color: rgba(0, 0, 0, 0.1);
    transition-duration: 0.3s;
}

.lead_take h1 b {
    font-weight: 500;
    color: #00896F;
}

.lead_take span {
    color: #00896F;
    border-bottom: 1px dotted #00896F;
    font-weight: 300;
    font-style: italic;
    cursor: pointer;
    padding: 0 0 0 15px;
}

/* LEGACY FOOTER STYLES DISABLED FOR TAILWIND REFACTOR
.main_footer{
    background: #152024 url(images/footerbg.jpg) top center no-repeat;
    background-size: cover;
    margin-bottom: 55px;
}

.main_footer .content{
    padding: 20px 0;
}

.main_footer .main_nav_menu{
    display: block;
    width: 100%;
    text-align: center;
    margin-bottom: 40px;
}

.main_footer .main_nav_menu li{
    display: inline-block;
}

.main_footer .main_nav_menu li a{
    display: inline-block;
    padding: 5px 20px;
    text-transform: uppercase;
    color: #fbfbfb;
    text-decoration: none;
    font-size: 0.8em;
    font-weight: 300;
}

.main_footer .main_nav_menu li a:hover{
    background: #0f2129;
    color: #fff;
}

.main_footer .section_title{
    font-size: 1.2em;
    font-weight: bold;
    text-shadow: 1px 1px #000;
    text-transform: uppercase;
    color: #fff;
    margin-bottom: 20px;
    padding-bottom: 10px;
    border-bottom: 1px solid #00896F;
}

.main_footer section article a{
    display: block;
    font-size: 0.7em;
    font-weight: 300;
    color: #ccc;
    text-decoration: none;
    padding: 15px 0;
    border-bottom: 1px dotted #888;
}

.main_footer section article a:hover{
    color: #fff;
}

#footeroptin{
    background: #293F47;
}

#footeroptin .content{
    padding: 15px 0;
}

#footeroptin .content_left,
#footeroptin .content_right{
    color: #fff;
    vertical-align: middle;
}

#footeroptin .content_left img{
    display: inline-block;
    width: 30%;
    vertical-align: middle;
}

#footeroptin .content_left div{
    display: inline-block;
    width: 70%;
    padding-left: 20px;
    vertical-align: middle;
}
*/

#footeroptin .content_left h1 {
    font-size: 1.3em;
    margin-bottom: 10px;
}

#footeroptin .content_left p {
    font-size: 0.75em;
    color: #ccc;
}

#footeroptin .content_right p {
    text-transform: uppercase;
    color: #fff;
    margin-bottom: 15px;
}

#footeroptin form input {
    display: inline-block;
    vertical-align: middle;
    margin: 0;
    width: 60%;
    border: none;
    padding: 10px;
    background: #eee;
    font-size: 1em;
}

#footeroptin form button {
    display: inline-block;
    vertical-align: middle;
    margin: 0;
    width: 40%;
    border: none;
    border-radius: 0px;
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    font-size: 1em;
    font-weight: bold;
    padding: 10px;
    background: #00896F;
    color: #fff;
    text-shadow: 1px 1px #006699;
    cursor: pointer;
}

#footeroptin form button:hover {
    background: #00A887;
}

.main_footer .main_nav_social {
    text-align: left;
}

.main_footer .main_nav_social li {
    display: inline-block;
    padding: 5px;
    background: #eee;
}

.main_footer .main_nav_social li:hover {
    background: #fbfbfb;
}

.wc_privacity {
    background: #fff;
}

.wc_privacity .content {
    padding: 30px 0;
}

.wc_privacity .left {
    display: inline-block;
    width: 30%;
}

.wc_privacity .right {
    display: inline-block;
    width: 70%;
    text-align: right;
    vertical-align: middle;
}

.wc_privacity .right li {
    display: inline-block;
}

.wc_privacity .right a {
    display: inline-block;
    color: #fff;
    font-size: 0.75em;
    font-weight: 300;
    text-decoration: none;
    padding: 8px 10px;
    text-transform: uppercase;
    vertical-align: middle;
}

.wc_privacity .right a:hover {
    background: #002A42;
}

.wc_privacity img {
    width: 140px;
    max-width: 100%;
}

.wc_privacity .copy {
    text-align: center;
    padding-top: 25px;
    margin-top: 25px;
    color: #888;
    font-size: 0.8em;
    border-top: 1px dotted #000;
}

.breadcrumbs {
    text-align: left;
    text-transform: uppercase;
    font-size: 0.75em;
    font-weight: 300;
}

.breadcrumbs .content {
    padding: 30px 0;
}

.breadcrumbs a {
    font-weight: 600;
    text-decoration: none;
    color: #fff;
}

.breadcrumbs a:hover {
    text-decoration: underline;
}

.post_single {
    background: #eee;
}

.post_single .left_content {
    display: inline-block;
    background: #fff;
    width: 70%;
}

.post_single .post_content header {
    padding: 30px;
}

.post_single .post_content .title {
    font-size: 2em;
    font-weight: 300;
    color: #00896F;
    margin-bottom: 15px;
}

.post_single .post_content .tagline {
    font-size: 1.2em;
    font-weight: 300;
    color: #555;
}

.post_single .post_content .postby {
    font-size: 0.7em;
    font-weight: 300;
    color: #888;
    text-transform: uppercase;
    margin-top: 15px;
}

.post_single .post_content .postby time,
.post_single .post_content .postby b {
    font-weight: 300;
    color: #00896F;
}

.post_single .post_content .post_comments {
    padding: 30px;
    background: #fbfbfb;
    border-top: 1px solid #f3f3f3;
}

.post_single .post_content .post_comments h1 {
    font-size: 1.2em;
    padding-left: 5px;
    padding-bottom: 20px;
    font-weight: bold;
    text-transform: uppercase;
    color: #555;
}

.wc_blog_content {
    background: #eee;
}

.main_blog {
    display: inline-block;
    width: 70%;
    vertical-align: top;
}

.main_blog .post_list {
    margin: 0;
    background: #fff;
    margin-bottom: 30px;
}

.main_blog .post_list .post_list_thumb {
    display: inline-block;
    width: 40%;
    vertical-align: top;
}

.main_blog .post_list_content {
    display: inline-block;
    width: 60%;
    padding: 20px;
}

.main_blog .post_list_content h1 {
    font-size: 1.2em;
    line-height: 1;
    font-weight: 600;
}

.main_blog .post_list_content h1 a {
    text-decoration: none;
    color: #00896F;
}

.main_blog .post_list_content h1 a:hover {
    text-decoration: underline;
}

.main_blog .post_list_content p {
    font-size: 0.8em;
    margin: 10px 0 20px 0;
}

.main_blog .post_list_content .link {
    font-size: 0.7em;
    color: #fff;
    text-decoration: none;
    padding: 5px 10px;
    background: #888;
}

.main_blog .post_list_content .link:hover {
    background: #00896F;
    transition-duration: 0.3s;
}


.blog_item {
    float: left;
    width: 100%;
}

.blog_item h1 a {
    float: left;
    width: 100%;
    color: #333;
    font-size: 2em;
    text-decoration: none;
    line-height: 1em;
    margin-bottom: 20px;
}

.blog_item h2 {
    padding: 10px 0;
    font-weight: 300;
    font-size: 1.3em;
}

.blog_item h1 a:hover {
    color: #113497;
}

.blog_item .calendar {
    float: left;
    color: #93a1a1;
    padding: 10px 0;
    width: 100%;
}

.blog_item p {
    float: left;
    padding: 10px 0;
    color: #2f3838;
    font-weight: 300;
    font-size: 1.1em;
}

.blog_item .link {
    float: left;
    margin: 10px 0;
    color: #FFF;
    background: #00bcd4;
    text-decoration: none;
    padding: 10px;
}

.blog_item .link:hover {
    background: #00A8FF;
    transition-duration: 0.3s;
}

.post_comments {
    padding: 15px 0;
}



.service_content {
    width: 100%;
    padding: 0 4% 0 0;
    border-right: 1px #e9eaea solid;
}

.service_content h1 {
    font-size: 1em;
    color: #333;
    padding-bottom: 2%;
}

.sidebar_service {
    float: right;
    width: 30%;
}





.single_post_more .post_list h1 {
    font-size: 1em;
    margin: 20px 0 0 0;
}

.single_post_more .post_list a {
    color: #00896F;
    text-decoration: none;
    font-weight: 300;
}

.single_post_more .post_list a:hover {
    text-decoration: underline;
}

.single_post_more .post_list .link,
.single_post_more .post_list p {
    display: none;
}

.top_header {
    background: #1a1b65;
    padding: 0.5% 0;
}

.top_header p {
    font-size: 1.5em;
    color: #FFF;
}

.contato_empresa {
    width: 100%;
    text-align: center;
}

.contato_empresa article {
    text-align: center;
    color: #fff;
}

.contato_empresa article h1 {}

.contato_empresa article h1 b {
    font-size: 1.5em;
    font-weight: 600;
    color: #eee !important;
}

.contato_empresa article p {
    font-weight: 300;
    font-size: 1em;
}

.contato_form {
    width: 100%;
}

.contato_form h1 b {
    font-size: 2em;
    font-weight: 300;
}

.main_sidebar {
    display: inline-block;
    width: 30%;
    padding-left: 30px;
    vertical-align: top;
}

.sidebar_search {
    background: #fff;
}

.sidebar_widget {
    margin-bottom: 30px;
}

.sidebar_search input {
    display: inline-block;
    width: 75%;
    border: none;
    padding: 10px;
    vertical-align: top;
    margin: 0;
}

.sidebar_search button {
    display: inline-block;
    padding: 8px;
    width: 25%;
    border: none;
    border-radius: 0px;
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    vertical-align: top;
    margin: 0;
}

.sidebar_social {
    padding: 30px;
    background: #fff;
    text-align: center;
}

.sidebar_social img {
    width: 50%;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    margin-bottom: 20px;
}

.sidebar_social h1 {
    font-size: 1.4em;
    line-height: 1.2;
    text-transform: uppercase;
}

.sidebar_social h1 span {
    display: block;
    font-size: 0.9em;
}

.sidebar_social p {
    margin: 20px 0;
    padding-bottom: 20px;
    border-bottom: 1px dotted #eee;
    font-size: 0.75em;
}

.sidebar_nav {
    padding: 20px;
    background: #fff;
}

.sidebar_most>h1,
.sidebar_nav h1 {
    font-size: 2em;
    margin-bottom: 20px;
    padding-bottom: 10px;
    border-bottom: 1px dotted #ccc;
}

.sidebar_nav ul {
    display: block;
    width: 100%;
}

.sidebar_nav li {
    display: block;
    width: 100%;
}

.sidebar_nav li a {
    display: block;
    width: 100%;
    padding: 8px 10px;
    background: #fbfbfb;
    border-bottom: 1px solid #fff;
    font-size: 0.7em;
    color: #888;
    text-decoration: none;
    text-transform: uppercase;
}

.sidebar_nav li a:hover {
    background: #eee;
}

.sidebar_most {
    padding: 20px 0 0 0;
    background: #fff;
}

.sidebar_most_post {
    margin-bottom: 25px;
    padding-bottom: 15px;
    border-bottom: 1px dotted #eee;
}

.sidebar_most_post:last-of-type {
    margin-bottom: 0;
}

.sidebar_most_post h1 {
    font-size: 0.875em;
    font-weight: 600;
    color: #888;
    margin-top: 10px;
}

.sidebar_most_post a {
    text-decoration: none;
    color: #333;
    line-height: 1;
    font-weight: 300;
    font-size: 1.2em;
}

.sidebar_most_post a:hover {
    color: #00896F;
}

.paginator {
    display: block;
    width: 100%;
    text-align: left;
}

.paginator li {
    display: inline-block;
}

.paginator li span,
.paginator li a {
    display: inline-block;
    padding: 6px 12px;
    background: #00bcd4;
    margin: 0 5px;
    text-decoration: none;
    color: #fff;
    font-weight: 600;
    text-shadow: 1px 1px #006699;
}

.paginator li a:hover {
    background: #00A8FF;
    transition-duration: 0.3s;
}

.paginator li span {
    background: #888;
    text-shadow: 1px 1px #333;
}

.not_found .post_list h1 {
    font-size: 1em;
    font-weight: 600;
    margin: 10px 0 20px 0;
}

.not_found .sidebar_search {
    padding: 3px;
    background: #eee;
    margin-bottom: 40px;
}

.not_found .sidebar_search button,
.not_found .sidebar_search input {
    font-size: 1.3em;
    font-weight: 300;
}

.not_found .sidebar_search button {
    font-size: 1.45em;
    font-weight: bold;
}

.not_found .post_list h1 a {
    color: #00896F;
    text-decoration: none;
}

.not_found .post_list h1 a:hover {
    text-decoration: underline;
}

.not_found .post_list .tagline {
    display: none;
}

.not_found .post_list .link {
    display: block;
    width: 100%;
    text-align: center;
    padding: 10px;
    border: 3px solid #ccc;
    font-size: 0.875em;
    color: #ccc;
    text-decoration: none;
}

.not_found .post_list .link:hover {
    background: #eee;
    transition-duration: 0.3s;
}



.hoverzoom {
    position: relative;
    overflow: hidden;
}

.hoverzoom>img {
    width: 100%;
    border-radius: 2px;
    -webkit-transition: all .8s cubic-bezier(.190, 1.000, .220, 1.000);
    -moz-transition: all .8s cubic-bezier(.190, 1.000, .220, 1.000);
    -ms-transition: all .8s cubic-bezier(.190, 1.000, .220, 1.000);
    -o-transition: all .8s cubic-bezier(.190, 1.000, .220, 1.000);
    transition: all .8s cubic-bezier(.190, 1.000, .220, 1.000);
}

.hoverzoom:hover>img {
    -webkit-transform: scale(1.5);
    -moz-transform: scale(1.5);
    -ms-transform: scale(1.5);
    -o-transform: scale(1.5);
    transform: scale(1.5);
}

.hoverzoom .retina {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    opacity: 0;
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0.5);
    border-radius: 2px;
    text-align: center;
    padding: 30px;
    -webkit-transition: all .8s cubic-bezier(.190, 1.000, .220, 1.000);
    -moz-transition: all .8s cubic-bezier(.190, 1.000, .220, 1.000);
    -ms-transition: all .8s cubic-bezier(.190, 1.000, .220, 1.000);
    -o-transition: all .8s cubic-bezier(.190, 1.000, .220, 1.000);
    transition: all .8s cubic-bezier(.190, 1.000, .220, 1.000);
}

.hoverzoom:hover .retina {
    opacity: 1;
    box-shadow: inset 0 0 100% 100% rgba(0, 0, 0, .5);
}

.hoverzoom .retina a {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0.5);
    display: block;
    border: 1px solid #00bcd4;
    border-radius: 4px;
    color: #fff;
    text-decoration: none;
    text-align: center;
    padding: 20%;
}




@media (max-width: 80em) {
    .content {
        width: 90%;
    }
}

@media (max-width: 66em) {

    .main_blog,
    .post_single .left_content {
        width: 100%;
    }

    .main_sidebar {
        display: none;
    }

    .active_menu {
        color: #fff !important;
        transition-duration: 1s;
        transition: 1s;
        background: #1a1b65 !important;
    }
}

@media (max-width: 58em) {
    .main_header .main_nav_social {
        display: none;
    }

    .site_header h1 {
        font-size: 1.4em;
        margin-bottom: 10px;
    }

    .wc_vantage h1 {
        font-size: 1.2em;
    }

    .wc_vantage h2 {
        font-size: 0.8em;
    }

    .wc_conversion_content .innovation {
        padding: 5%;
    }

    .wc_conversion_content .innovation h1 {
        font-size: 4em;
    }

    .active_menu {
        color: #fff !important;
        transition-duration: 1s;
        transition: 1s;
        background: #1a1b65 !important;
    }
}

@media (max-width: 48em) {
    .mobile_menu {
        display: block;
    }

    .main_header .main_nav {
        float: left;
        width: 100%;
        display: none;
        padding-bottom: 20px;
    }

    .main_header .main_nav_menu,
    .main_header .main_nav li {
        float: left;
        width: 100%;
    }

    .main_header .main_nav li a {
        display: block;
        width: 100%;
        padding: 20px;
        background: #eee;
        border-top: 2px solid #fff;
        color: #113497;
    }

    .main_header .main_nav li a:hover {
        background: #113497;
        color: #fff;
    }

    .wc_blog .item h1 {
        font-size: 1em;
    }

    .top_conversion {
        text-align: center;
    }

    .top_conversion header {
        width: 100%;
        font-size: 0.8em;
    }

    .wc_conversion_content .innovation {
        padding: 5%;
    }

    .wc_conversion_content .innovation h1 {
        font-size: 1.8em;
    }

    .wc_conversion_content .innovation h2 {
        font-size: 1em;
    }

    .wc_bio img {
        display: block;
        text-align: center;
        margin: 0 auto 20px auto;
    }

    .wc_bio .bio_content {
        display: block;
        width: 100%;
        padding: 0;

    }

    .wc_videos .wc_videos_top,
    .wc_videos .wc_videos_more {
        width: 100%;
        padding: 0;
        margin: 0;
    }

    .wc_videos .wc_videos_more .post_list,
    .wc_videos .wc_videos_more .post_list:last-of-type {
        width: 50%;
        margin: 0;
        padding: 0;
        vertical-align: top;
    }

    .main_blog .post_list .post_list_thumb,
    .main_blog .post_list .post_list_content {
        display: block;
        width: 100%;
    }

    .blog_item h1 a {
        font-size: 1.5em;
    }

    #footeroptin form input,
    #footeroptin form button {
        width: 100%;
    }

    .main_footer .main_nav_menu {
        display: none;
    }

    .wc_privacity .left,
    .wc_privacity .right {
        width: 100%;
        text-align: center;
    }

    .wc_privacity .left {
        margin-bottom: 30px;
    }

    .wc_privacity .right {
        font-size: 0.7em;
    }

    .wc_service .img {
        width: 100%;
        padding: 2% 10%;
        text-align: center;
    }

    .wc_service .img img {
        width: 100%;
        text-align: center;
    }

    .wc_service .description {
        text-align: center;
        width: 100%;
        padding: 15px;
    }

    .hoverzoom .retina a {
        font-size: 0.6em;
    }
}

.main_img_phone {
    position: fixed;
    bottom: 15px;
    z-index: 10;
    width: 140px;
    left: 0px;
}

.main_footer_2 {
    width: 100%;
    background: rgba(26, 27, 101, 0.7);
    position: fixed;
    bottom: 0;
    justify-content: center;
    display: flex;
}

.main_footer_2_content {
    display: flex;
    text-align: center;
}

.main_footer_2 p {
    font-size: 2.7em;
    color: white;
}

.footer_p_1 {
    padding-left: 150px
}

.main_footer_2 span {
    font-size: 0.9em;
}

@media (max-width: 1220px) {
    .main_footer_2 p {
        font-size: 1.7em;
        color: white;
    }

    .main_img_phone {
        width: 100px;
    }

    .footer_p_1 {
        padding-left: 70px
    }
}

@media (max-width: 833px) {
    .main_footer_2 p {
        font-size: 1.3em;
        color: white;
    }
}