/*
 Theme Name:     Divi Child Theme - US - Updated
 Author:         etcetera media / smerritt / brado
 Template:       Divi
 Version:        1.1.1
*/


/* ----------- PUT YOUR CUSTOM CSS BELOW THIS LINE -- DO NOT EDIT ABOVE THIS LINE --------------------------- */
/* etcetera media custom styles */
.et_header_style_centered #main-header div#et-top-navigation {
    max-width: 1440px;
    width: 100%;
    margin: 0 auto;
}

.et_header_style_centered #main-header .container {
    height: inherit;
    text-align: right;
    max-width: 1440px;
}

/**#main-header .nav li ul {background-color:#fff !important;}**/

/*-----Slim Horizontal Submenus-----*/
/* .nav li ul {
    visibility: hidden;
    z-index: 9999;
    position: fixed;
    width: 100vw;
    left: 0;
    padding: 0;
    text-align: center !important;
    border: none;
    box-shadow: none;
}

.nav li.et-reverse-direction-nav li ul {
    right: 0;
    top: auto;
}

#top-menu li li a {
    width: 100%;
} */

/* body.home .et_header_style_centered #main-header .logo_container {
    margin-top: 0px;
} */

.logo_container {
    margin-top: -60px;
}

.et_header_style_centered #main-header .logo_container img {
    width: 80% !important;
    margin-top: 15px;
}

#top-menu .menu-item-has-children>a:first-child::after,
#et-secondary-nav .menu-item-has-children>a:first-child::after {
    position: absolute;
    top: 10px;
    right: 0;
    font-family: "ETmodules";
    font-size: 16px;
    font-weight: 800;
    content: "3";
}

/* body.home #top-menu {
    padding-top: 25px;
    margin-bottom: 35px;
} */

#top-menu li {
    padding: 0px 6px !important
}

.et_header_style_centered #top-menu li a {
    /* font-size: 17px; */
    /* font-weight: bold; */
    /* letter-spacing: 1px; */
    padding-top: 10px;
    padding-bottom: 10px;
    ;
}

#top-menu li.nav-button-blue {
    background: #236092;
    border-radius: 5px;
}

#top-menu li.nav-button-blue>a {
    background: #236092;
    color: #c4d600 !important;
    display: block !important;
    border-radius: 5px;
    padding: 12px 5px 15px;
    position: relative;
    box-sizing: border-box;
    border: 2px solid #236092;
}

#top-menu .menu-item-has-children.nav-button-blue>a:first-child::after {
    top: 14px !important;
}

#top-menu li.nav-button-border {
    max-width: 100px;
    vertical-align: top;
}

#top-menu li.nav-button-border a {
    background: transparent;
    border: 2px solid #000;
    font-size: 12px !important;
    word-wrap: normal;
    width: 100px;
    border-radius: 5px;
    padding: 7px 9px !important;
    text-align: center;
    display: block;
    color: #9b3365 !important;
    line-height: 1;
}

@media (max-width: 1230px) {
    .et_header_style_centered .et_mobile_menu {
        top: 53px !importan;
    }

    #main-header .et_mobile_menu {
        background-color: #fff !important;
    }

    #main-header .et_mobile_menu li ul {
        display: none;
        visibility: hidden;
        padding-left: 10px;
    }
}

/* sub menu */
@media (min-width: 1231px) {
    ul ul.sub-menu {
        background-color: #fff !important;
    }

    ul li ul.sub-menu li {
        display: block;
        float: none;
        background-color: #fff !important;
    }

    ul li ul.sub-menu {
        position: absolute;
        top: 100%;
        left: 0;
        z-index: 1000;
        /* min-width: 10rem; */
        width: 232px;
        padding: .5rem 0;
        margin: 8px 0 0;
        font-size: 15px;
        color: #464a4c;
        text-align: left;
        list-style: none;
        background-color: #fff;
        background-clip: padding-box;
        border: 1px solid #fff;
        border-radius: .25rem;
    }


    ul li ul.sub-menu:before {
        content: '';
        width: 0;
        height: 0;
        position: absolute;
        top: -10px;
        left: 35px;
        border-left: 10px solid transparent;
        border-right: 10px solid transparent;
        border-bottom: 10px solid#fff;
    }

    ul li ul.sub-menu a {
        color: #9b3365 !important;
        font-family: Poppins, sans-serif;
        font-weight: 700;
        text-align: center;
        display: block;
        padding-top: 7px !important;
        padding-bottom: 7px !important;
    }

    ul li ul.sub-menu a:hover {
        color: #000 !important;
        background: transparent;
    }

}

a #top-menu li li {
    display: block;
    text-align: center;
}


#chevron-text p {
    text-align: center;
    font-size: 23px;
    color: #6D6E71;
    padding-bottom: 0.5em !important;
}

#home-chevron .et_pb_column {
    margin-right: 10px !important;
}

#home-chevron {
    height: 360px;
}

.mint-viveve-button {
    box-shadow: 2px 2px 6px 2px rgba(19, 53, 52, 0.64);
   /* background-color: #9CDBD9 !important;*/
    background-color: #97999b !important;
    display: inline-block;
    cursor: pointer;
    color: #ffffff;
    font-size: 20px !important;
    font-weight: bold !important;
    padding: 0 45px;
    text-decoration: none;
    border: none !important;
    font-family: 'proxima-nova';
    text-transform: uppercase;
}

.mint-viveve-button:hover {
    background-color: #9CDBD9;
}

.mint-viveve-button:active {
    position: relative;
    top: 1px;
}

h2 {
    text-align: center;
    font-size: 39px;
    text-transform: none;
    color: #276092;
    letter-spacing: 1px;
}

h2.entry-title {
    text-transform: none;
}

/**h2:after {
height : 10px;
content : "";
margin : 0 auto;
background-color : #DDF0EC;
position : absolute;
top : 70px;
left : 0;
right : 0;
bottom : 0;
width : 84px;
z-index : 999;
border-radius : 20px;
}**/
.currant-callout {
    /* font-family: "proxima-nova"; */
    font-size: 34px;
    color: #9C3466;
    text-align: center;
    padding: 0;
    margin: 0 0 10px 0;
}

.callout {
    /* font-family: "proxima-nova"; */
    font-size: 31px;
    color: #6D6E71;
    text-align: center;
    padding: 0;
    margin: 0;
}

ul#experience {
    list-style-type: none;
}

ul#experience li {
    text-align: center;
    /* font-family: "proxima-nova"; */
    font-size: 22px;
    color: #6D6E71;
    font-weight: 600;
    padding-bottom: 15px;
}

ul#experience li:before {
    content: "\226B";
    color: #9CDBD9;
    padding-right: 10px;
}

.question-background {
    background-size: 125px 216px !important;
    background-position: center !important;
}

#main-footer {
    background-color: #276092;
    background-image: url(/wp-content/uploads/2018/09/footer-border.png);
    background-repeat: no-repeat;
    background-size: 100%;
}

#main-footer h4 {
    /* font-family: "proxima-nova"; */
    color: #fff !important;
    font-size: 17px;
    text-transform: uppercase;
    letter-spacing: 1px;
    text-align: center;
    text-decoration: underline;
    font-weight: 600;
}

#main-footer ul li {
    text-align: center;
    padding-left: 0 !important;
    list-style-type: none;
}

#main-footer ul li::before {
    list-style-type: none;
    display: none;
}

#footer-bottom {
    background-color: #276092;
}

#footer-bottom .logo_container {
    width: 171px;
    height: auto;
    margin: 0 auto;
}

address {
    /* font-family: "proxima-nova"; */
    font-style: normal;
    color: #fff;
    text-align: center;
    font-weight: 600;
    font-size: 10px;
    margin-top: 10px;
}

#fine-print {
    /* font-family: "proxima-nova"; */
    color: #fff;
    font-size: 14px;
    font-weight: 500;
}

.et-social-icons {
    float: none !important;
    text-align: center;
    margin: 15px 0;
}

.et-fixed-header {
    background-color: #f7f7f7 !important;
}

.et-fixed-header #top-menu a {
    color: #6C6E71 !important;
}

/* body.home .et-fixed-header .logo_container {
    max-width: 300px !important;
    margin-top: -10px;
    margin-bottom: 15px;
} */

.et-fixed-header .tagline-message h3 {
    font-size: 12px;
    display: none !important;
}

blockquote {
    padding: 0 !important;
    border: none !important;
 /*   font-family: "proxima-nova";*/
    font-size: 14px;
    font-weight: 700;
    margin-top: 20%;
    color: #276092 !important;
}

cite {
    color: #276092 !important;
}

.divTable {
    display: table;
    width: 100%;
    max-width: 870px;
    margin: 0 auto;
}

.divTableRow {
    display: table-row;
}

.divTableHeading {
    background-color: #EEE;
    display: table-header-group;
}

.divTableCell,
.divTableHead {
    display: table-cell;
    width: 280px;
    height: 280px;
    float: left;
    position: relative;
    margin: 3px;
}

.divTableHeading {
    background-color: #EEE;
    display: table-header-group;
    font-weight: bold;
}

.divTableFoot {
    background-color: #EEE;
    display: table-footer-group;
    font-weight: bold;
}

.divTableBody {
    display: table-row-group;
}

.left-quote:hover {
    background-image: url(/wp-content/uploads/sites/4/2018/09/Quotes-TopLeft.png);
    background-size: 280px;
}

#quote {
    background-color: #fff !important;
}

#about {
    background-color: #C4D600 !important;
}

#about:hover {
    background-image: url(/wp-content/uploads/sites/4/2018/09/About-Hover.png);
    background-size: 280px;
}

#careers {
    background-color: #9B3365 !important;
}

#careers:hover {
    background-image: url(/wp-content/uploads/sites/4/2018/09/Careers-Hover.png);
    background-size: 280px;
}

#events {
    background-color: #276092 !important;
}

#events:hover {
    background-image: url(/wp-content/uploads/sites/4/2018/09/Events-Hover-1.png);
    background-size: 280px;
}

#MedandPress {
    background-color: #C4D600 !important;
}

#MedandPress:hover {
    background-image: url(https://us.viveve.com/wp-content/uploads/sites/16/2018/09/InTheNews-1.png);
    background-size: 280px;
}

#Investornews {
    background-color: #276092 !important;
}

#Investornews:hover {
    background-image: url(https://us.viveve.com/wp-content/uploads/sites/16/2018/09/InvestorNews-1.png);
    background-size: 280px;
}

#news {
    background-color: #c0d5f0 !important;
}

#news:hover {
    background-image: url(/wp-content/uploads/sites/16/2018/09/NewsFrontPage-Hover-iMages-1.png);
    background-size: 280px;
}

a .divTableCell p {
 /*   font-family: "proxima-nova";*/
    color: #fff;
    font-size: 27px !important;
    font-weight: 500;
    text-align: center;
    position: absolute;
    top: 45%;
    width: 100%;
    margin: 0;
}

.xtra a .divTableCell p {
    top: 35% !important;
}

figure {
  /*  font-family: "proxima-nova";*/
    font-size: 13px;
    color: #276092;
    font-weight: 500;
}

.company {
    font-style: italic;
    font-size: 12px;
    color: #6C6E71;
}

#blog-home .size-1of3 {
    width: 32% !important;
    margin-right: 10px !important;
}

.et_pb_tabs_controls li {
    max-width: 25% !important;
    width: 100% !important;
}

#about-biographies .et_pb_tabs_controls li,
.et_pb_row et_pb_row_20 .et_pb_tabs_controls li {
    max-width: 33% !important;
    width: 100% !important;
}

.et_pb_tabs_controls li a {
    text-align: center;
    font-size: 22px;
}

.et_pb_tabs_controls .et_pb_tab_0 {
    border-bottom: 13px solid #C4D600;
}

.et_pb_tabs_controls .et_pb_tab_1 {
    border-bottom: 13px solid #276092;
}

.et_pb_tabs_controls .et_pb_tab_2 {
    border-bottom: 13px solid #c0d5f0;
}

.et_pb_tabs_controls .et_pb_tab_3 {
    border-bottom: 13px solid #9B3365;
}

.et_pb_text_inner ul#smaller-bullets li {
    font-weight: 400 !important;
    font-size: 14px !important;
    line-height: 1.2em !important;
}

#blue-chevron {
    height: 380px;
}

#blue-chevron h1 {
  /*  font-family: "proxima-nova";*/
    font-weight: 500;
    font-size: 80px;
    text-transform: uppercase;
    text-align: center;
    color: #fff;
}

#blue-chevron h2 {
    border: none;
    font-size: 30px;
    text-align: center;
    color: #fff;
}

#blue-chevron h2:after {
    display: none !important;
}

ul#smaller-bullets {
    list-style-type: none !important;
}

ul#smaller-bullets li {
    font-size: 18px !important;
    padding: 0;
/*    font-family: "proxima-nova";*/
    color: #6D6E71;
    font-weight: 600;
}

ul#smaller-bullets li:before {
    content: "\226B";
    color: #9CDBD9;
    padding-right: 10px;
}

ul#quick-facts {
    list-style-type: none !important;
}

ul#quick-facts li {
    font-size: 12px !important;
    padding: 0 0 5px 25px;
/*    font-family: "proxima-nova";*/
    color: #266092;
    font-weight: 500;
    text-align: left !important;
    line-height: 1.1em;
}

ul#quick-facts li:before {
    content: "\226B";
    color: #fff;
    margin-left: -8px;
}

#contact-row h2:after {
    margin: 0 !important;
}

#contact-row .et_pb_map {
    height: 440px !important;
}

#connect-table .divTableCell,
.divTableHead {
    display: table-cell;
    width: 280px;
    height: 280px;
    align-items: center;
    position: relative;
    margin: 3px;
    background-color: #276092;
}

#news-grid h3 {
    text-align: center;
    color: #fff;
    text-transform: uppercase;
    margin-top: 115px;
    font-weight: 500;
    font-size: 27px;
}

#news-grid p {
    font-size: 19px;
    margin-top: 35px;
}

#testi {
    background-color: #BCBEC0;
    background-image: url(/wp-content/uploads/2018/08/testemonials.png);
    background-size: 50%;
    background-repeat: no-repeat;
    background-position: top 20px center;
}

#dist {
    background-color: #CB95AF;
    background-image: url(/wp-content/uploads/2018/08/distrub-map.png);
    background-size: 50%;
    background-repeat: no-repeat;
    background-position: top 20px center;
}

#clinic {
    background-color: #CEEBEB;
    background-image: url(/wp-content/uploads/2018/08/clinical-studies.png);
    background-size: 50%;
    background-repeat: no-repeat;
    background-position: top 20px center;
}

#in-news {
    background-color: #C4D600;
    background-image: url(/wp-content/uploads/2018/08/in-the-news.png);
    background-size: 50%;
    background-repeat: no-repeat;
    background-position: top 20px center;
}

#investor {
    background-color: #8999BA;
    background-image: url(/wp-content/uploads/2018/08/investor-news.png);
    background-size: 50%;
    background-repeat: no-repeat;
    background-position: top 20px center;
    background-image: url(/wp-content/uploads/2018/08/investor-news.png);
    background-size: 50%;
    background-repeat: no-repeat;
    background-position: top 20px center;
}

#event-cal {
    background-color: #AEB1B3;
    background-image: url(/wp-content/uploads/2018/08/Events.png);
    background-size: 50%;
    background-repeat: no-repeat;
    background-position: top 20px center;
}

.et_pb_testimonial_author {
    font-size: 18px;
    color: #6C6E71;
    letter-spacing: 1px;
    font-weight: 600 !important;
}

.et_pb_testimonial_meta {
    font-size: 11px;
    color: #6C6E71;
    letter-spacing: 1px;
    font-weight: 600 !important;
    font-style: italic;
}

.et_pb_testimonial_description_inner {
    margin-top: 50px !important;
    font-size: 14px;
    font-weight: 600;
    color: #6C6E71;
}

#tab-control h2:after {
    display: none;
}

.et-fixed-header#main-header {
    background-color: #f6f6f6 !important;
}

#main-header {
    background-color: #fff;
}

.logo_container {
    margin-bottom: 50px;
    height: auto !important;
    width: 100%;
    max-width: 217px;
}

.logo_container a {
    position: relative;
    z-index: 99999999;
}

.et-fixed-header .logo_container {
    margin-bottom: 50px;
    height: auto !important;
    width: 100%;
    max-width: 190px;
    float: left;
    text-align: left;
}

.tagline-message h3 {
    display: none;
    color: #276092;
    font-weight: 600;
    font-size: 20px;
    letter-spacing: 1.5px;
}

#top-menu {
    padding-top: 30px;
}

body.page-id-518 h2.entry-title:after {
    display: none;
}

body.page-id-518 .et_pb_gutters3 .et_pb_column_4_4 .et_pb_blog_grid .column.size-1of3,
.et_pb_gutters3.et_pb_row .et_pb_column_4_4 .et_pb_blog_grid .column.size-1of3 {
    width: 31.666% !important;
    margin-right: 1% !important;
}

/* #et-secondary-nav li {
    display: list-item;
    margin-right: 0px;
    line-height: 7.5px;
}

#et-secondary-nav li a {
    color: #fff;
}

#et-secondary-menu {
    position: fixed;
    right: 20px;
    top: 50px;
    z-index: 99999999999;
} */

#top-header .container {
    margin-bottom: -5px;
}

#social {
    width: 1071px;
    margin: 0 auto;
}

#social ul {
    text-align: center;
}

#social ul li {
    display: inline-block;
    width: 40px;
    padding: 0 15px;
}

.et_pb_module .et_pb_button:hover,
.et_pb_button:hover {
    padding: 0 45px !important;
    border: none !important;
}

.et_pb_contact_form_0.et_pb_contact_form_container .et_pb_button {
    box-shadow: 2px 2px 6px 2px rgba(19, 53, 52, 0.64);
    background-color: #9CDBD9 !important;
    display: inline-block;
    cursor: pointer;
    color: #ffffff;
    font-size: 20px !important;
    font-weight: bold !important;
    padding: 0 45px !important;
    text-decoration: none;
    border: none !important;
    /*font-family: 'proxima-nova';*/
    text-transform: uppercase;
    float: none !important;
    margin: 0 auto !important;
}

.et_contact_bottom_container {
    float: none !important;
    text-align: center;
    margin-top: 20px;
}

.et-fixed-header#main-header #et-secondary-nav li a {
    color: #6d6e71 !important;
}


/* clickable */

.tabs-image {
    visibility: hidden;
    height: 0;
    opacity: 0;
    transition: all .5s ease-in-out;
    margin-bottom: 0;
}

.tabs-image.active {
    visibility: visible;
    opacity: 1;
    height: auto;
}

.text-block {
    visibility: hidden;
    height: 0;
    opacity: 0;
    transition: all .5s ease-in-out;
}

.text-block.active {
    visibility: visible;
    opacity: 1;
    height: auto;
}

.tab-btn img {
    cursor: pointer !important;
}

table.tabs {
    border: none;
}

table.tabs td {
    text-align: center;
    padding: 0;
    border-top: none;
}

table.tabs td:first-child {
    text-align: left;
}

table.tabs td {
    border-bottom: 4px solid #fff;
}

table.tabs td.active {
    border-bottom: 4px solid #c4d600;
}




@media only screen and (min-width: 175px) and (max-width: 980px) {
    html {
        margin-top: 0 !important;
    }

    /* body.home #et-main-area {
        margin-top: 0px !important;
    } */

    #social {
        display: none;
    }

    /* body.home .tagline-message h3 {
        display: none !important;
    } */

    .logo_container {
        margin: 0 auto !important;
    }

    #main-header .et_mobile_menu {
        z-index: 999999999999;
    }

    #home-header-mobile {
        height: 550px;
    }

    #home-chevron {
        height: 600px;
    }

    .et_pb_tabs_controls li {
        max-width: none !important;
    }

    .et_pb_button,
    .et_pb_button:hover {
        width: 100%;
    }

    #footer-widgets .footer-widget .fwidget {
        width: 100%;
    }
}

@media only screen and (min-width: 981px) and (max-width: 1500px) {
    .et_fullwidth_nav #main-header .container {
        padding: 0px !important;
    }

    #top-menu li {
        padding: 0px 6px !important
    }

    .logo_container {
        width: 15%;
        margin-top: -55px;
    }

    .et_header_style_centered #top-menu li a {
        /* font-size: 1vw !important; */
    }
}