/*
Theme Name: Inovado Child
Description: Inovado Child Theme
Author: Your name here
Template: inovado
Version: 1.5
*/
/*@import url("https://fonts.googleapis.com/css?family=Exo:100,100i,200,200i,300,300i,400,400i,500,500i,600,600i,700,700i,800,800i,900,900i|Open+Sans:300,300i,400,400i,600,600i,700,700i,800,800i");*/
@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');
@import url("../inovado/style.css");
html,
body {
    overflow-x: hidden;
}
body, .wrapall{
    border-top: none;
    background-color: #f1f1f1 !important;
}
h1, h2 {
    text-transform: uppercase;
}
.home h2 {
    font-weight: 300;
    color: #696969;
    font-size: 39px;
    line-height: 40px;
    text-transform: none;
    max-width: 70%;
}
h1 b,
h2 b {
    color: #e31479;
}
#contain h1{
    font-size: 39px;
    line-height: 40px;
    color: #3d688a;
    text-align: left;
    font-family: Roboto;
    font-weight: 300;
    margin-top: 30px;
}
.bg-blue{
    background-color: #3d688a;
}
ol li {
    font-family: "Roboto";
    font-size: 14px;
    line-height: 24px;
    color: #595959;
}
a, button, input[type="submit"] {
    transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
}
a {
    cursor: pointer;
}
a.button {
    background: #e31479;
    color: #fff;
    border-radius: 0px;
    font-family: Roboto;
    border: none;
}
a.button:hover {
    color: #fff !important;
    background: rgba(227, 20, 121, 0.8);
}
a.button:visited {
    color: #fff !important;
}
b, strong {
    font-family: 'Roboto';
    font-weight: 600;
}
.caps {
    text-transform: uppercase;
}
.white * {
    color: #fff;
}
.light {
    font-weight: 300;
}

/* ---- HEADER ---- */
#header {
    position: relative;
    width: 100%;
    height: auto;
    z-index: 1;
    background-color: #fff;
}
#header.header .logo{
    z-index: 10;
    width: 178px;
    margin-top: 25px;
    margin-left: auto;
    margin-right: auto;
}
#searchform{
    margin-bottom: 0px;
    margin-top: 50px;
    position: relative;
}
#searchform label{
    display: none;
}
input[type="search"]{
    background: #f8f8f8; 
    box-shadow: none;
    border: none;
    outline: none;
    font-family: 'Roboto';
    font-size: 12px;
    color: #a7a7a7;
    text-transform: uppercase;
    letter-spacing: 1px;
    padding-top: 7px;
    padding-bottom: 7px;
    padding-left: 15px;
    padding-right: 15px;
    width: 100%;
}
input[type=search]::placeholder {
    color: #a7a7a7;
    opacity: 1; 
}
input[type=search]:-ms-input-placeholder {
    color: #a7a7a7;
}
input[type=search]::-ms-input-placeholder {
    color: #a7a7a7;
}
.btn.search-submit{
    position: absolute;
    right: 10px;
    top: 5px;
    background: #a7a7a7;
    border-radius: 50%;
    border: none;
    color: #f8f8f8;
    font-size: 12px;
    padding: 3px 7px;
}
.btn.search-submit:hover,
.btn.search-submit:focus,
.btn.search-submit:active{
    background: #969696 !important;
    border: none !important;
    outline: none !important;
    box-shadow: none !important;
}
.btn-log{
    border: 1px solid #e4007d;
    border-radius: 15px;
    margin-top: 40px;
    display: block;
    width: 154px;
    height: 61px;
    padding-left: 10px;
    padding-top: 19px;
    float: right;

    font-weight: 300;
    text-transform: uppercase;
    font-family: 'Roboto';
    font-size: 12px;
    line-height: 12px;
    letter-spacing: 0.1em;
    text-align: left;
    color: #494949 !important;
    cursor: pointer;
}
.btn-log svg{
    width: 47px;
    height: auto;
    float: left;
    margin-top: -15px;
    margin-right: 10px;
}
.btn-log b{
    font-weight: 700;
    color: #000;
}
.btn-log:hover{
    opacity: 0.5;
}
/* logout */
.nav-tabs.logout{
    border: none;
    display: block;
    float: right;
    margin-top: 40px;
    margin-left: 0px;
}
.nav-tabs.logout li a.nav-link{
    width: 154px;
    height: 61px;
    background-image: url('img/btn-pro2.png');
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;

    font-weight: 300;
    text-transform: uppercase;
    font-family: 'Roboto';
    font-size: 12px;
    line-height: 12px;
    letter-spacing: 0.1em;
    text-align: left;
    padding-left: 80px;
    padding-top: 19px;
    color: #494949 !important;
    cursor: pointer;
}
.nav-tabs.logout li a.nav-link b{
    font-weight: 700;
    color: #000;
}
.nav-tabs.logout li a.nav-link.dropdown-toggle::after{
    margin-left: auto;
    margin-right: auto;
}
.nav-tabs.logout li a.nav-link:hover,
.nav-tabs.logout li a.nav-link:focus,
.nav-tabs.logout li a.nav-link:visited,
.nav-tabs.logout li a.nav-link:active{
    border: none !important;
    border-color: none !important;
    border-radius: 0px;
    opacity: 0.5;
    padding-left: 80px;
    padding-top: 19px;
}
.nav-tabs.logout .dropdown-item{
    font-family: 'Roboto';
    font-size: 12px;
    font-weight: 300;
    text-transform: uppercase;
    color: #161614;
    letter-spacing: 0.05rem;
}
.nav-tabs.logout .dropdown-item:active{
    color: #fff;
    background-color: #161614; 
}
/* menu */
.menu-principal-container{
    margin-left: auto;
    margin-right: auto;
    margin-top: 25px;
}
.navbar.navbar-light .navbar-nav .nav-link{
    font-family: 'Roboto';
    font-size: 14px;
    text-transform: uppercase;
    color: #161614;
    letter-spacing: 0.1rem;
    padding-left: 45px;
    padding-right: 45px;
    position: relative;
}
.navbar.navbar-light .navbar-nav .current-menu-item .nav-link,
.navbar.navbar-light .navbar-nav .current-menu-item .nav-link:before,
.navbar.navbar-light .navbar-nav .menu-item:hover .nav-link{
    color: #e4007d;
}
.navbar.navbar-light .navbar-nav .nav-link:before{
    content: "\f111";
    font-family: 'Font Awesome 5 Free';
    color: #161614;
    font-weight: 900; 
    font-size: 6px;
    position: absolute;
    left: 28px;
    top: 14px;
}
/* ---- MODAL CONNECT ---- */
#connect-modal .modal-content{
    padding: 0px;
}
#connect-modal .bg-blue{
    background: #67799a;
    color: #fff;
}
#connect-modal .modal-body{
    padding: 0px;
}
#connect-modal .modal-body h3{
    color: #fff;
    font-weight: bold;
    margin-top: 10px;
}
#connect-modal a.um-button.btn-grey{
    max-width: 250px;
    background: #ededed;
    color: #666;
    margin: 0 auto;
}
.modal-content {
    padding: 30px 50px 0px 50px;
}
.modal-content img{
    max-width: 100%;
}
.modal-header {
    border: none !important;
}
.modal-header h5 {
    color: #e31479;
    font-weight: 600;
    font-family: 'Roboto';
    font-size: 30px;
    text-transform: uppercase;
}
#connect-modal .um-field-checkbox:not(.um-field){
    width: 100%;
}

/* ---- CONTENT ---- */
#carouselActuUne{
    height: 800px;
}
#carouselActuUne .carousel-item{
    height: 760px;
}
#carouselActuUne .visuel{
    position: relative;
    display: inline-block;
    width: 60%;
    height: 100%;
    background-position: center center;
    background-size: cover;
}
#carouselActuUne .carousel-caption{
    position: relative;
    display: block;
    float: right;
    width: 40%;
    height: 100%;
    right: 0px;
    left: 0px;
    top: 0px;
    bottom: 0px;
    text-align: left;
}
#carouselActuUne .carousel-caption .cat-name{
    text-transform: uppercase;
    font-family: Roboto;
    font-weight: 300;
    border-top: 1px solid #fff;
    padding-left: 30px;
    padding-right: 0px;
    padding-top: 8px;
    display: inline-block;
}
#carouselActuUne .carousel-caption h3,
#carouselActuUne .carousel-caption p{
    color: #fff;
    padding-left: 30px;
    padding-right: 30px;
    font-family: Roboto;
}
#carouselActuUne .carousel-caption h3{
    font-weight: 300;
    font-size: 39px;
    line-height: 40px;
}
#carouselActuUne .carousel-caption p{
    font-weight: 400;
    font-size: 14px;
    line-height: 18px;
}
#carouselActuUne .carousel-caption a.btn{
    color: #fff;
    font-family: Roboto;
    margin-left: 30px;
    font-size: 14px;
    line-height: 14px;
    font-weight: 400;
    border-radius: 0px;
    border: 1px solid #fff;
    padding: 14px 28px;
    text-transform: uppercase;
}
#carouselActuUne .carousel-caption a.btn:hover{
    background-color: #fff;
    color: #707074;
}
#carouselActuUne .carousel-indicators{
    bottom: 0px;
    margin-bottom: 0px;
}
#carouselActuUne .carousel-indicators li{
    background-color: rgba(105, 105, 105, 0.5);
    width: 13px;
    height: 13px;
    border-radius: 50%;
}
#carouselActuUne .carousel-indicators li.active{
    background-color: rgba(105, 105, 105, 1);
}

/* ---- BLOC SLIDE ---- */
#bloc-slide .bloc{
    border-left: 27px solid #000;
    background-color: #fff;
    padding: 32px;
    display: flex;
    justify-content: center;
    flex-direction: column;
}
#bloc-slide a.btn{
    background-color: #000;
    color: #fff;
    text-transform: uppercase;
    border-radius: 0px;
    font-family: Roboto;
    font-weight: 700;
    font-size: 14px;
    letter-spacing: 0.1em;
    flex: 0 0 auto; 
    max-width: 240px;
}
#bloc-slide a.btn:hover{
    opacity: 0.8;
}
#bloc-slide .bloc h2{
    text-transform: none;
    font-size: 39px;
    line-height: 40px;
    font-weight: 300;
}
#bloc-slide .bloc i{
    position: absolute;
    right: 20px;
    top: 20px;
    border: 1px solid #000;
    border-radius: 50%;
    width: 45px;
    height: 45px;
    text-align: center;
    font-size: 24px;
    padding-top: 8px;
}
#bloc-slide h3{
    font-family: Roboto;
    font-weight: 300;
    font-size: 14px;
    line-height: 18px;
    width: 65%;
    float: left;
}
#bloc-slide .col-12:not(.bloc) a{
    float: right;
}
#bloc-slide .visuel{
    width: 100%;
    height: 150px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
}
/* color */
#bloc-slide.yellow .bloc,
#bloc-slide.yellow .bloc i{
    border-color: #f7a800;
    color: #f7a800;
}
#bloc-slide.yellow h2{
    color: #f7a800;
}
#bloc-slide.yellow .bloc a.btn,
#bloc-slide.yellow a.btn{
    background-color: #f7a800;
}

/* ---- BLOC NEWS ---- */
#bloc-news{

}
#bloc-news .visuel{
    position: relative;
    display: inline-block;
    width: 100%;
    height: 195px;
    background-position: center center;
    background-size: cover;
    margin: 0px;
    float: left;
}
#bloc-news .cat p{
    font-size: 12px;
    text-transform: uppercase;
    font-weight: 300;
    float: left;
    margin-bottom: 6px;
    color: #009e49;
}
#bloc-news .cat img{
    float: right;
    width: 23px;
    height: auto;
    margin-top: -3px;
}
#bloc-news .content{
    background: #fff;
    position: relative;
    display: inline-block;
    float: left;
    padding-left: 14px;
    padding-top: 14px;

}
#bloc-news .content h3{
    font-size: 22px;
    line-height: 24px;
    color: #009e49;
    padding-right: 12px;
}
#bloc-news .content p{
    font-size: 14px;
    line-height: 18px;
    padding-right: 12px;
    margin-bottom: 5px;
}
#bloc-news .content a{
    background-color: #009e49;
    color: #fff;
    padding: 10px 14px;
    font-size: 14px;
    font-weight: 700;
    border-radius: 0px;
    float: right;
}
#bloc-news .content a:hover{
    opacity: 0.8;
}

/* ---- FICHE DOWNLOAD ---- */
#bloc-download{
    padding-left: 15px;
    padding-top: 15px;
    padding-right: 0px;
    padding-bottom: 0px;
    display: block;
    float: left;
    width: 100%;
    margin-bottom: 15px;
    position: relative;
}
#bloc-download h3{
    display: inline-block;
    font-size: 18px;
    line-height: 18px;
    color: #07aa95;
}
#bloc-download h3.pl{padding-left: 35px;}
#bloc-download img{
    position: absolute;
    left: 15px;
    top: 16px;
}
#bloc-download p{
    font-size: 14px;
    line-height: 18px;
    font-weight: 300;
}
#bloc-download a{
    background-color: #07aa95;
    display: block;
    float: right;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 10px;
    padding-right: 10px;
    text-align: center;
}
#bloc-download a i{
    color: #fff;
    font-size: 18px;
}

/* ---- FICHE PRODUIT ---- */
#bloc-product{
    background: #a7a7a7;
}
#bloc-product img{
    width: 100%;
}
#bloc-product h3,
#bloc-product p{
    color: #fff;
    padding-left: 15px;
    padding-right: 15px;
}
#bloc-product p{
    font-size: 14px;
    line-height: 18px;
    font-weight: 300;
    padding-bottom: 15px;
}
#bloc-product h3{
    padding-top: 10px;
    font-size: 18px;
    line-height: 18px;
}

/* ---- NAV TAB ---- */
#most-read .nav-tabs{
    width: 100%;
    margin: 0px;
    border: none;
}
#most-read .nav-tabs .nav-item:first-child{
    margin-left: 0px;
}
#most-read .nav-tabs .nav-item{
    margin-left: 5px;
    position: relative;
}
#most-read .nav-tabs .nav-item img{
    position: absolute;
    left: 15px;
    top: 13px;
}
#most-read .nav-tabs .nav-item .nav-link{
    border-radius: 0px;
    background-color: #d3d3d3;
    color: #454545;
    border: none;
    text-transform: uppercase;
    font-family: Roboto;
    font-size: 18px;
    font-weight: 300;
    line-height: 40px;
    padding-top: 10px;
    padding-bottom: 10px;
    min-width: 260px;
    padding-left: 55px;
}
#most-read .nav-tabs .nav-item .nav-link:hover{
    opacity: 0.8;
}
#most-read .nav-tabs .nav-item .nav-link.active{
    background-color: #fff;
    border: none;
}
/* tab content */
#most-read .tab-content{
    background-color: #fff;
    padding-top: 20px;
    padding-left: 0px;
    padding-right: 0px;
    padding-bottom: 20px;
    float: left;
}
#most-read .article{
    display: block;
    padding-left: 20px;
    padding-right: 20px;
    float: left;
    margin-top: 10px;
    margin-bottom: 10px;
}
#most-read .tab-content .first{
    border-right: 1px solid #e0e0e0;
}
#most-read .article h3{
    font-size: 16px;
    line-height: 18px;
    font-weight: 300;
    color: #009e49;
    max-width: 75%;
    margin-bottom: 5px;
}
#most-read .article p{
    font-weight: 300;
    color: #000;
    font-size: 12px;
    line-height: 18px;
    padding-top: 5px;
    padding-bottom: 5px;
}
#most-read .article a{
    font-weight: 700;
    color: #009e49;
    text-decoration: underline;
}
#most-read .article a:hover{
    opacity: 0.8;
}
#most-read .article .visuel{
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center center;
}
#most-read a.btn{
    background-color: #009e49;
    color: #fff;
    text-transform: uppercase;
    border-radius: 0px;
    font-family: Roboto;
    font-weight: 700;
    font-size: 14px;
    letter-spacing: 0.1em;
    margin-left: auto;
    margin-right: auto;
    float: none;
    position: relative;
    display: block;
    margin-top: 20px;
    max-width: 240px;
}
#most-read a.btn:hover{
    opacity: 0.8;
}

/* ---- POST ---- */
.subtitle{
    padding: 8px 20px;
    border-left: #ebebeb solid 10px;
    color: #929292;
    font-size: 17px;
    line-height: 24px;
    font-style: italic;
}
.subtitle p{
    color: #929292;
    font-size: 17px;
    line-height: 24px;
    font-style: italic;
    margin-bottom: 0px;
}
p{
    font-family: "Roboto";
    font-size: 14px;
    line-height: 18px;
    color: #595959;
}
.post-title .title{
    background: none;
    display: table;
    margin-top: 30px;
}
.post-title .title .icon{
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    border-right: 1px solid #bbbbbb;
    padding-top: 6px;
    padding-right: 20px;
    margin-right: 20px;
    position: relative;
}
#contain .post-title .title h1{
    display: table-cell;
    vertical-align: middle;
    flex-direction: column;
    margin-top: 0px;
    margin-bottom: 0px;
    max-width: 85%;
    padding-left: 20px !important;
}
.post-title .icon img{
    width: 40px;
    margin-bottom: 3px;
}
.post-title .icon p{
    text-transform: uppercase;
    color: #3d688a;
    line-height: 20px;
    margin-bottom: 0px;
}
.blog .post .post-title h2{
    background: #ebebeb;
    display: inline-block;
    font-size: 18px;
    color: #343434;
    font-family: 'Exo', sans-serif;
    font-weight: 700;
    padding: 12px !important;
    text-transform: none;
}
.blog .post .post-title h2 a{
    text-decoration: none;
}
.post hr{
    margin-top: 15px;
    margin-bottom: 15px;
}
.post .post-image{
    margin-bottom: 0px !important;
    position: relative;
    display: block;
    float: left;
}
.post .post-meta{
    position: relative;
    display: block;
    float: left;
    margin-top: 0px;
    margin-left: 0px;
}
.post .post-meta .meta-date{
    color: #b3b3b3;
    font-family: 'Roboto';
    font-size: 14px;
    line-height: 24px;
    background: none;
    display: inline-block;
}
.post .post-meta .meta-date time{
    color: #686868;
}
.post .post-link{
    position: relative;
    display: block;
    float: right !important;
    width: auto !important;
    margin-top: 0px;
    margin-right: 0px !important;
    margin-bottom: 0px;
}
.post .post-link a{
    text-decoration: none;
    background-color: #367faf;
    font-family: 'Roboto';
    text-transform: uppercase;
}
.post .post-content{
    width: auto !important;
}
.blog .post{
    border: none;
    padding-bottom: 0px;
    margin-bottom: 10px;
    margin-top: 10px;
}
.single .post-image{
    margin-bottom: 30px !important;
    display: block;
    width: auto;
}
.single .post-meta{
    width: 100%;
}
.single .post-content{
    width: 100% !important;
}
#pagination{
    margin-bottom: 20px;
}
.date{
    font-weight: 200;
    color: #fff;
    text-transform: uppercase;
    font-size: 30px;
}
.date .daytxt{
    font-size: 12px;
    display: block;
    width: 100%;
}
.date .bold{
    font-weight: 700;
}
.sharebox{
    margin-left: 0px;
    float: right;
    margin-bottom: 0px;
    border: none;
    padding: 0px;
    padding-top: 6px;
}
.sharebox h4{
    margin-top: 5px;
}
.sharebox .social-icons ul{
    margin-left: 10px;
}
.sharebox .social-icons ul li a {
    text-indent: 0 !important;
    background-image: none;
    font-size: 18px;
    text-align: center;
    width: auto;
    padding-left: 5px;
    padding-right: 5px;
    height: auto;
    background-position: -5px -5px !important;
}
.sharebox .social-icons ul li:hover a {
    background-position: -5px -45px;
    background-color: transparent !important;
    color: #e31479 !important;
    opacity: 0.8;
}
#breadcrumbs{
    margin-top: 20px;
}
/* button */
.vc_btn3.vc_btn3-color-primary, 
.vc_btn3.vc_btn3-color-primary.vc_btn3-style-flat,
.vc_general.vc_btn3.vc_btn3-size-md.vc_btn3-shape-rounded.vc_btn3-style-flat.vc_btn3-color-primary{
    background-color: #367faf;
}
.vc_btn3.vc_btn3-color-primary:hover, 
.vc_btn3.vc_btn3-color-primary.vc_btn3-style-flat:hover,
.vc_general.vc_btn3.vc_btn3-size-md.vc_btn3-shape-rounded.vc_btn3-style-flat.vc_btn3-color-primary:hover{
    background-color: #000;
}
.more{
    margin-top: 30px;
}
.more h2{
    font-size: 39px;
    line-height: 40px;
    color: #696969;
    text-transform: none;
    font-weight: 300;
}
/* sidebar */
.sidebar{
    padding-top: 170px;
}
.sidebar h2{
    font-size: 14px;
    font-weight: 300;
    color: #878786;
    border-bottom: 1px solid #97b988;
    padding-bottom: 5px;
}

/* reset password */
#reset-pass-submit{
    background: #e31479;
    vertical-align: middle !important;
    height: auto !important;
    font-size: 15px;
    cursor: pointer !important;
    width: 100%;
    box-shadow: none;
    text-shadow: none;
    font-family: inherit;
    outline: none !important;
    margin: 0;
    color: #fff;
    display: inline-block !important;
    width: auto !important;
    min-width: 250px !important;
    opacity: 1;
    -webkit-appearance: none;
}


/* ---- CALL TO ACTION ---- */
.cta h3{
    text-align: center;
    color: #fff;
    font-family: Roboto;
    font-weight: 300;
    line-height: 40px;
    font-size: 39px;
}
.cta .vc_btn3.vc_btn3-color-white{
    color: #3d688a;
    background-color: #fff;
    border: none;
    font-family: Roboto;
    font-weight: 700;
    font-size: 17px;
    padding: 11px 35px;
}
.cta .vc_btn3.vc_btn3-color-white:hover{
    color: #3d688a;
    background-color: #fff;
    border: none;
    opacity: 0.8;
}
#cta{
    background: #3d688a;
    padding-top: 10px;
    padding-bottom: 10px;
    margin-bottom: 10px;
}
#cta h3,
#cta p{
    color: #fff;
}
#cta p{
    margin-bottom: 0px;
}
#cta h3{
    text-transform: uppercase;
}
#cta img{
    max-width: 100%;
    padding-left: 20px;
    padding-right: 20px;
}
#cta .row{
    display: table;
}
#cta .left{
    display: table-cell; 
    vertical-align: middle; 
    width: 33%;
}
#cta .right{

}
#cta input[type="submit"]{
    background: #e31479;
    color: #fff ;
    font-size: 14px;
    font-weight: 600;
    border-radius: 4px;
    position: relative;
    border-bottom: 0;
    border: none;
    float: right;
    box-shadow: none;
    width: 28%;
}
#cta input[type="submit"]:hover {
    opacity: 0.8;
}
#cta #mailjetSubscriptionForm{
    margin: none;
    width: 100%;
    display: block;
    float: left;
    margin: 0px;
}
#cta .um-form{
    position: relative;
}
#cta .um-row{
    margin-bottom: 0px !important;
}
#cta .um-col-alt{
    position: absolute;
    right: 0px;
    bottom: 10px;
}
#cta .um-field-checkbox-option{
    color: #fff !important;
}
#cta .um-field-checkbox-state i, #cta .um-field-radio-state i{
    color: #fff;
}
#cta .um{
    margin-bottom: 0px !important;
}
#cta .um .um-postmessage{
    color: #fff;
}
#cta .um-field{
    padding: 5px 0 0;
}
#cta .um-field input{
    border: none !important;
}
.mailjet-widget-form-group{
    float: left;
    margin: 0px;
    width: 70%;
}
#mailjetSubscriptionForm input{
    margin: 0px;
}
#mailjetSubscriptionForm input[type="email"]{
    width: 100%;
}
.mailjet_widget_form_message{
    color: #fff;
    padding: 5px;
    background: #e31479;
    display: none;
    float: left;
}


/* ---- FOOTER ---- */
#copyright{
    margin-top: 50px;
    max-width: 100%;
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 20px;
}
#copyright.footer .vc_row {
    padding-left: 15px !important;
    padding-right: 5px !important;
}
#copyright.footer .menu {
    float: right;
}
#copyright.footer .menu ul {
    display: inline-block;
}
#copyright.footer .menu ul li {
    display: inline-block;
    border-left: 1px solid #f8f8f8;
    line-height: 12px;
    padding-left: 20px;
    padding-right: 20px;
}
#copyright.footer .menu ul li:last-child {
    padding-right: 0px;
}
#copyright.footer .menu ul li a {
    text-decoration: none;
    color: #f8f8f8 !important;
    font-weight: 300;
}
#copyright.footer .right {
    float: right;
    margin-top: 10px;
    color: #f8f8f8 !important;
}
#menu-footer2 {
    margin-top: 15px;
    margin-bottom: 0px;
    margin-left: 15px;
}
#menu-footer1 {
    margin-right: 20px;
    margin-left: 0px;
    margin-top: 10px;
}
#copyright.footer .menu #menu-footer1 li {
    padding-left: 15px;
    border-right: 1px solid #f8f8f8;
    border-left: none;
    padding-right: 15px;
}
#copyright .social-icons ul li a {
    height: 30px;
    text-indent: 0 !important;
    background-image: none;
    font-size: 18px;
    text-align: center;
    width: auto;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 3px;
    height: auto;
    opacity: 1;
}
#copyright .social-icons {
    width: auto !important;
}
#copyright .social-icons ul {
    margin-bottom: 0px;
}
#copyright .copyright-text{
    position: relative;
    float: left;
}
#copyright .menu.left{
    float: left;
}
#copyright.footer .menu.left ul li{
    display: block;
    border: none;
    padding-top: 4px;
    padding-bottom: 4px;
}
#copyright.footer .menu.left ul{
    height: 100%;
    display: block;
}
.menu-footer-left1-container,
.menu-footer-left2-container{
    display: block;
    float: left;
    margin-top: 10px;
}


/* ---- UM MEMBER ---- */
.um.um-profile .um-profile-photo a.um-profile-photo-img{
    top: -15px !important;
}
.entry .um{
    margin-top: 50px;
}
#gform_1 label,
form label {
    width: auto;
}
/* restricted connect */
.cta .btn-join,
.landing-product-header .btn-join,
.restricted-banner .btn-join,
.restricted-logins .btn-join {
    text-decoration: none;
    padding: 15px 30px;
    background-color: #e31479;
    color: #fff;
    font-family: Roboto;
    font-weight: 300;
}
.landing-product-header .btn-join {
    margin-top: 25px;
}
.restricted-banner .btn-join,
.restricted-logins .btn-join {
    min-width: 250px;
    padding: 10px 30px;
}
.restricted-logins .btn-join {
    font-weight: 200;
}
.cta .btn-join:hover,
.landing-product-header .btn-join:hover {
    background-color: #fff;
    color: #e31479;
}
.restricted-banner .btn-join:hover,
.restricted-logins .btn-join:hover {
    background-color: rgba(226, 20, 120, 0.75);
}
.cta .btn-join:active,
.cta .btn-join:focus,
.cta .btn-join:hover,
.landing-product-header .btn-join:active,
.landing-product-header .btn-join:focus,
.landing-product-header .btn-join:hover,
.restricted-banner .btn-join:active,
.restricted-banner .btn-join:focus,
.restricted-banner .btn-join:hover {
    box-shadow: none;
}
.post-excerpt.restricted-content {
    position: relative;
    padding-bottom: 0;
    margin-bottom: 25px;
}
.content-teasing {
    position: absolute;
    bottom: 0;
    left: 0;
    height: 180px;
    width: 100%;
    background: linear-gradient(180deg, rgba(248, 248, 248, 0) -20%, #f8f8f8 75%) no-repeat rgba(248, 248, 248, 0);
    pointer-events: none;
}
.restricted-logins .register-alt:after,
.restricted-logins .register-alt:before {
    display: none;
}
.restricted-banner {
    box-shadow: 4px 4px 5px rgba(51, 51, 51, .1);
    padding: 45px 0;
    background-color: #fff;
}
.restricted-banner h3 {
    font-size: 25px;
    font-weight: 700;
    color: #556689;
    margin-bottom: 15px;
}
.restricted-logins {
    margin-top: 75px;
}
.restricted-logins h5 {
    font-size: 14px;
}
.restricted-logins h4 {
    font-size: 25px;
    font-weight: 500;
    color: #556689;
    border-bottom: 1px solid;
    padding-bottom: 15px;
    margin-bottom: 15px;
}
.restricted-logins .register-alt,
#article-modal .register-alt {
    color: #556689;
}
.register-alt {
    font-size: 15px;
    font-weight: 600;
    color: #e31479;
    display: block;
    text-align: center;
    position: relative;
}
.register-alt:before,
.register-alt:after {
    background-color: #e31479;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    content: '';
    width: 100px;
    height: 2px;
}
.register-alt:before {
    left: 0;
}
.register-alt:after {
    right: 0;
}


.rtl .left{
    margin-left: 50%;
}
.rtl .right{
    margin-left: -100%;
}
.hidden-sm{
    display: none !important;
}
#blocks .vc_row-o-equal-height .vc_col-sm-6 .vc_column-inner{
    padding-top: 70px;
    padding-bottom: 70px;
}
#blocks .vc_row-o-equal-height .vc_col-sm-6 .vc_column-inner h2{
    color: #3d688a;
    text-transform: none;
}


