/**
 * All of the CSS for your public-facing functionality should be
 * included in this file.
 */
 
 /** SIMPLE MODAL LOGIN **/
 
 #simplemodal-login-container{
    top:30px !important;
}

.logged-in #simplemodal-login-container{
    top:0px !important;
} 

.col-adesao {
    padding-top: 10px;
}

.col-login form {
    margin-top: 10px !important;
}

.col-login input[type="tel"] {
    font-size:13px !important;
    height:20px !important;
}

.col-login input[type="submit"] {
    color:#fff !important;
    font-size:10px;
    position: relative;
    bottom: 0px;
    padding: 0 10px 0px 10px !important;
    right: 15px;
}

#header .header-main .header-contact a{
    position:relative;
    top:5px;
}

#header .header-contact i{
    position:relative;
    right:5px;
    
}

.widget.sbg_widget.Beneficios.widget_nav_menu {
    box-shadow: 0px 0px 20px #0000001c;
    padding: 20px;
}
 
 /*** FAIXAS ***/
 
.p-t-none .wpb_wrapper {
    padding:0px !important;
} 
 
.block-duvidas{background: url(https://i.imgur.com/iufQFdI.jpg);padding-top: 60px;    border-top: 3px solid #eee;}
 
 .page-id-11 .aff-menu-heading {
    display: none;
}
 
 #aff-footer .wpb_text_column.wpb_content_element,
 #aff-header .wpb_text_column.wpb_content_element {
    margin-bottom: 0px ;
}
 
 #beneficios .upb_row_bg.vcpb-vz-jquery {
    /* background-image:  url(https://i.imgur.com/DOkiHew.png) !important; */
    /* background-size: cover !important; */
    background-color: #172536 !important;
    /* background-position:top center !important; */
}

#beneficios .aff-heading {
    font-size: 35px;
    font-weight: 700;
    color: #fff !important;
}

#beneficios h3,
#beneficios a {
    color: #fff !important;
}


#beneficios .aff-menu-beneficios li {
    display: inline-block;
    padding: 20px;
    border: 1px solid #eeeeee5c;
}

/*#links-diretos .upb_row_bg.vcpb-vz-jquery,*/
#escritorio-virtual .upb_row_bg.vcpb-vz-jquery,
#condicoes-gerais .upb_row_bg.vcpb-vz-jquery,
#educacao .upb_row_bg.vcpb-vz-jquery,
#aplicativos .upb_row_bg.vcpb-vz-jquery {
    background-image:  url(https://i.imgur.com/vXVPbqI.png) !important;
    background-size: cover !important;
    background-color: #ffffff !important;
    background-position:top center !important;
}
 
  /*** FAIXAS ***/
  
  
.aff-menu-beneficios-secundario.mobile-menu.accordion-menu {
	display:none;
}  

.logged-in .aff-menu-beneficios-secundario.mobile-menu.accordion-menu {
	display:block;
}  
  
  
.nav-panel-beneficios{
    display: none;
}
  
 .aff-menu-beneficios-secundario li a{
    color:#222 !important; 
    font-weight: 700;
    text-transform:uppercase;
    font-size:90%;
}

.menu .aff-menu-beneficios li{
    border-bottom: 1px solid #ccc;
    padding: 10px 0;
}

.aff-heading {
    font-size:30px;
    line-height:40px;
    margin-bottom:5px;
    font-weight:700;
}

.menu .aff-links-diretos {
    list-style: none;
    padding: 0px;
    display: table;
    background: transparent;
    box-shadow: none;
    border-radius: 0px;
}

.aff-links-diretos li,
.atalhos .aff-menu-beneficios li {
    display: inline-block;
    padding: 20px;
    border: 1px solid #eee;
}

.atalhos .aff-menu-beneficios i {
    width: 50px !important;
    clear:  both;
    margin-right: 5px !important;
}

.atalhos .aff-menu-beneficios i:after{
    display: none;
}

.aff-links-diretos,
.atalhos .aff-menu-beneficios a {
    font-size: 15px;
    font-weight: 700;
    top: auto;
    text-transform: uppercase;
    line-height:20px;
    display: inline-flex;
}

#header .header-contact{
    text-align: left !important;
	display: block !important;
}

 
#header .header-contact i {
    font-size: 28px;
    float: left;
    margin-right: 9px;
    position: relative;
    top: 5px;
}

#header .header-contact i {
    display: inline-block;
    margin: 0 5px;
}

#header .header-top .header-contact * {
    color: #fff;
}
#header .header-contact label {
    display: block;
    font-size: 14px;
    opacity: 0.5;
    padding: 0;
    margin: 0 0 -5px;
    line-height: 1;
    font-weight: normal;
}

#header .header-contact strong,
#header .header-contact strong a {
    display: block;
    font-size: 17px;
    padding: 0;
    margin: 0;
    font-weight: normal;
}

 
 .status {
    font-size: 9px;
    padding: 5px;
    margin: 5px;
    display: inline;
    bottom: 5px;
    position: relative;
    border-radius: 3px;
    color: #fff;
	background: #999;
}

.status.X {
    background: #25272c;
}

.status.A {
    background: #75d69c;
}

.status.I {
    background: #fb5724;
}
 
 
 table.table_teclado {
    /*max-width: 150px;*/
    margin: 0px auto;
    margin-bottom: 20px;
}

 .table_teclado tr td
{
	background: #828282;
	color: #FFF;
	padding: 10px 30px;
	cursor: pointer;
	border-radius: 0px;
	font-family: sans-serif;
	border: 5px solid #eeeeee;
	max-width: 20px;
	position: relative;
	margin:5px;
	font-size: 20px;
}

.table_teclado tr td:hover
{
	background: #525252;
}

.btn_delete
{
	position: absolute;
	left: 10px;
	top: 8px;
}
 
 
 .toggle.active>.toggle-content{
    display:block;
}
 
.danger {
    color: #fd0800;
}

.login-username .input ,
.login-password .input { display:block;} 

#main-menu .menu-custom-block .avatar img {
    display: none;
}

#main-menu .menu-custom-block .fa, #main-menu .menu-custom-block .avatar {
    margin-right: 0px;
}

/*
li.pull-right a {
    background: #4b9e09;
    color: #fff !important;
}

.logged-in li.pull-right a {
    background: #f92621;
    color: #fff !important;
}
*/

.porto-block.sidebar-afiliado {
    display: none;
}

.logged-in .porto-block.sidebar-afiliado {
    display: block;
}


/* Rodape > Parceiros */
.parceiros img:hover {
  max-width: 100%;
  -webkit-filter: grayscale(0%);
  -moz-filter: grayscale(0%);
  -o-filter: grayscale(0%);
  -ms-filter: grayscale(0%);
  filter: grayscale(0%);
}
.parceiros img {
  max-width: 100%;
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  filter: grayscale(100%);
}

.parceiros a {
    display: inline-block;
    max-width: 22% !important;
    padding: 0px 5px !important;
    /*height: 70px;*/
    margin:1%;

}

.ult_dualbutton-wrapper.btn-inline.place-template a {
    height:40px !important;
}

/*.main-content {
    padding-top: 5px !important;
    padding-bottom: 5px !important;
}
*/

/* HEADER */

#nav-panel .accordion-menu li.menu-item.active > a, #nav-panel .accordion-menu li.menu-item.active > h5 {
    color: #fff !important;
}


#header .header-top{
    display: none;
}

.logged-in #header .header-top{
    display: block;
}


/*Modal Login */

/*login */


.header-login {
    float:left;
    text-align: left;
}

.nav-panel-login{
	border: 1px solid #77777757;
}

.nav-panel-login ul{
	padding-left: 0px;
}

.header-login ul {
    list-style: none;
}

.header-login li {
    float:left;
    text-align: left;
    padding: 15px;
}


.header-login a{
    color: #6c7a89 !important;
}

.nav-panel-login a:before,
.header-login a.simplemodal-login:before {
    content: "\f090";
}
.header-login a:before {
    content: "\f007";
}
.nav-panel-login a:before,
.header-login a:before {
    font-family: FontAwesome;
    display: inline-block;
    padding-right: 6px;
    vertical-align: middle;
    font-size: 18px;
    border: 1px solid #23b9d7;
    border-radius:50%;
    height:20px;
    width:20px;
    padding: 10px
}

.nav-panel-login a:before,
.header-login a:before {
    border: 2px solid #23b9d7;
    border-radius: 50%;
    width: 35px;
    height: 35px;
    padding: 3px 0 0 8px;
    margin-left: 0px;
    margin-right: 5px;
}

.nav-panel-login li,
.header-login li {
    border: none;
    margin: 5px 10px 0 0;    
    background: transparent;
    padding: 5px;
    
}

.nav-panel-login .acesso a:before {
    content: "\f090";
}

.nav-panel-login .adesao a:before {
    content: "\f007";
}

.header-login li:hover > a span,
.header-login li:hover > a{
    color: #23b9d7 !important;
}
.header-login a{
    font-size:14px !important;
    font-weight:400 !important;
}
.header-login a.link-telefone:before {
    content: "\f095";
}

.header-login a.link-email:before {
    content: "\f0e0";
}

	.nav-panel-login{
		display: none;
	}


/* MAIN */

#aff-main .conteudo {
    padding: 40px 40px 40px 0;
}


.apolice {
    box-shadow: 0px 0px 10px #00000024;
    overflow:  hidden;
    height:  auto;
    display:  block;
    margin: 30px;
    padding: 30px;
    background: #f7f7f7;
    border: 3px solid #fff;
    border-radius: 10px;
}

.icone-download,
.icone-email,
.icone-telefone {
font-size: 20px;
    font-weight: 400;
    padding-bottom: 30px;
    display: block;
	    line-height: 30px;
}

.icone-telefone:before {
    content: "\f095";
    font-family: "FontAwesome";
    padding-right: 10px;

}

.icone-email:before {
    content: "\f0e0";
    font-family: "FontAwesome";
    padding-right: 10px;

}

.icone-download:before {
    content: "\f019";
    font-family: "FontAwesome";
    padding-right: 10px;

}

.popup-label {
    font-weight:  700;
    border-bottom:  1px solid #eee;
    padding-bottom: 10px;
	    text-transform: uppercase;
    font-size: 20px;
}

.aff-aplicativos {
    list-style:none;
    padding:0px;
}

.aff-banners {
    padding:20px;
    border: 1px #ccc dashed;
    text-align: center;
}

.aff-aplicativos li{
    float:left;
    min-width: 110px;
    min-height:110px;
}

#links-diretos img {
    float: right;
    position: absolute;
    bottom: -30px;
    right: 30px;
    width: 450px;
}

#aff-main .conteudo .vc_row {
    border-bottom: 1px solid #e7a02c;
    padding: 30px 0;
}

.dialog {
    border-radius: 10px;
    box-shadow: 0px 0px 10px #2a2a2a;
}

.dialog.aff-popup {
    padding: 40px;
}

.conteudo h2,
.conteudo h3,
.conteudo h4,
.conteudo h5,
.conteudo h6{
    margin: 30px 0;
    font-weight:700;
}

.min-height-560 {
    box-shadow: 3px 3px 10px #00000024 inset;
}

.logos-parceiros img.size-full {
    padding:  30px;
    margin: 7px;
    box-shadow: 1px 1px 10px #0000001a;
}

.logos-parceiros img.size-full:hover {
    box-shadow: 1px 1px 10px #0000004d;
}


/* Area Afiliado */

.section-oportunidade {
    font-size: 20px;
    padding-top: 0px;
    font-weight: 600;
}

.section-cartao-virtual {
    font-size: 25px;
    padding-top: 10px;
    font-weight: 600;
}

/*
.arrow-right{
    padding-right:100px !important;
}


.arrow-right::after{
    content: '';
    position: absolute;
    right: 35px;
    top: 70px;
    width: 0;
    height: 0;
  border-top: 30px solid transparent;
  border-bottom: 30px solid transparent;  
  border-left: 30px solid #e7a02c;
    clear: both;
}
*/

.telefone {
    font-size: 30px;
    font-weight: 300;
}

#aff-main .menu {
    background: #f4f4f4;
}

#aff-main h2{
    font-size:30px;
    font-weight:700;
}

/* Menu Beneficios + Icones ----> */

.aff-header.boas-vindas .avatar {
    max-width:50px;
    max-height: 50px;
    float:left;
    margin-right: 10px;
    border-radius:50%;
    border:2px solid #9cb2b7;
}

.aff-header.boas-vindas h3 {
    color: #1b282b;
    font-size:20px;
    float:  left;
    line-height:  50px;
    margin: 0px;	
}

.btn.btn-danger.btn-logout {
    float:  right;
    margin-top:5px;
}

.aff-header.boas-vindas  {
    background:#cedde0 !important;
    margin-bottom: 0px !important;
}

.aff-header.boas-vindas p {
    margin:0px;
}

.aff-header.aff-slider .wpb_wrapper.vc_column-inner {
    margin: 0px !important;
    padding: 0px !important;
}

.aff-header.boas-vindas .vc_column_container{
    padding: 10px 0 !important;
}

#aff-main .btn, 
#aff-main .vc_btn3,
#aff-main .vc_btn3.vc_btn3-size-md {
    font-size: 16px;
    line-height: 20px;
}


.aff-links-diretos,
.aff-menu-beneficios {
    list-style:none;
	padding: 20px 0;
}

.parent-pageid-11 .main-content {
    padding-top: 0px;
    padding-bottom: 0px;
}


.aff-menu-beneficios a {
    font-size: 14px;
    font-weight: 700;
    display: flex;
    top: 10px;
    text-transform: uppercase;
}

.aff-menu-beneficios a:hover {
    text-decoration:none;
}

.aff-menu-beneficios i {
   display: inline-flex;
   margin-right:20px;
}

.aff-menu-beneficios li {
   display:block;
   padding:7px;
}

.aff-links-diretos li:hover,
.aff-menu-beneficios li:hover {
   background:#6666661c;
}

.aff-menu-beneficios i:after { 
    content: "";
    border-color: transparent #111;
    border-style: solid;
    border-width: 0.35em 0 0.35em 0.45em;
    height: 0;
    width: 0;
    left: 35px;
    top: 10px;
    position: relative;
}

.icon-beneficio-facilidades i {
	background: url('https://i.imgur.com/MHZHnNf.png') no-repeat -9px -8px;
	width: 29px;
	height: 29px;
}

.icon-beneficio-conta i {
	background: url('https://i.imgur.com/MHZHnNf.png') no-repeat -11px -52px;
	width: 25px;
	height: 24px;
}

.icon-beneficio-seguro i {
	background: url('https://i.imgur.com/MHZHnNf.png') no-repeat -10px -94px;
	width: 27px;
	height: 26px;
}

.icon-beneficio-funeral i {
	background: url('https://i.imgur.com/MHZHnNf.png') no-repeat -9px -137px;
	width: 28px;
	height: 27px;
}

.icon-beneficio-residencial i {
	background: url('https://i.imgur.com/MHZHnNf.png') no-repeat -10px -181px;
	width: 27px;
	height: 26px;
}

.icon-beneficio-veicular i {
	background: url('https://i.imgur.com/MHZHnNf.png') no-repeat -10px -224px;
	width: 26px;
	height: 25px;
}

.icon-beneficio-descontos i {
	background: url('https://i.imgur.com/MHZHnNf.png') no-repeat -9px -266px;
	width: 29px;
	height: 28px;
}

.icon-beneficio-lazer i {
	background: url('https://i.imgur.com/MHZHnNf.png') no-repeat -10px -309px;
	width: 27px;
	height: 27px;
}

.icon-beneficio-turismo i {
	background: url('https://i.imgur.com/MHZHnNf.png') no-repeat -10px -353px;
	width: 27px;
	height: 27px;
}

.icon-beneficio-viagens i {
	background: url('https://i.imgur.com/MHZHnNf.png') no-repeat -11px -396px;
	width: 25px;
	height: 25px;
}

.icon-beneficio-consultas i {
	background: url('https://i.imgur.com/MHZHnNf.png') no-repeat -10px -438px;
	width: 26px;
	height: 26px;
}

.icon-beneficio-exames i {
	background: url('https://i.imgur.com/MHZHnNf.png') no-repeat -10px -483px;
	width: 26px;
	height: 26px;
}

.icon-beneficio-medicamentos i {
	background: url('https://i.imgur.com/MHZHnNf.png') no-repeat -10px -525px;
	width: 27px;
	height: 27px;
}

.icon-beneficio-psicologica i {
	background: url('https://i.imgur.com/MHZHnNf.png') no-repeat -9px -567px;
	width: 28px;
	height: 28px;
}

.icon-beneficio-universidades i {
	background: url('https://i.imgur.com/MHZHnNf.png') no-repeat -8px -609px;
	width: 31px;
	height: 27px;
}

.icon-beneficio-idiomas i {
	background: url('https://i.imgur.com/MHZHnNf.png') no-repeat -10px -654px;
	width: 27px;
	height: 27px;
}

.icon-beneficio-informatica i {
	background: url('https://i.imgur.com/MHZHnNf.png') no-repeat -10px -698px;
	width: 26px;
	height: 26px;
}

.icon-beneficio-restaurantes i {
	background: url('https://i.imgur.com/MHZHnNf.png') no-repeat -9px -741px;
	width: 28px;
	height: 27px;
}

.icon-beneficio-vantagens i {
	background: url('https://i.imgur.com/MHZHnNf.png') no-repeat -10px -782px;
	width: 27px;
	height: 27px;
}

.icon-beneficio-compras i {
	background: url('https://i.imgur.com/MHZHnNf.png') no-repeat -9px -826px;
	width: 28px;
	height: 27px;
}

/* <---- Icones */

/* Forms ----> */

input[type="email"], input[type="number"], input[type="password"], input[type="search"], input[type="tel"], input[type="text"], input[type="url"], input[type="color"], input[type="date"], input[type="datetime"], input[type="datetime-local"], input[type="month"], input[type="time"], input[type="week"], textarea, select, .form-control {
    border: 1px solid rgba(0,0,0,0.15) !important;
    line-height: 30px !important;
    padding: 6px 12px !important;
    box-shadow: 1px 1px 5px 2px rgba(0,0,0,0.075) !important;
    min-height:30px !important;
}

input[type="submit"] {
    border: 1px solid #ccc;
    color: #fff;
    line-height: 30px !important;
    padding: 6px 12px !important;
    box-shadow: 1px 1px 5px 2px rgba(0,0,0,0.075) !important;
    min-height:30px !important;
    font-size: 16px;
}

.field-wrap, #ninja_forms_required_items {
    margin: 30px 0;
}

.ninja-forms-required-items {
	font-size: 14px;
	font-weight: 300;
	font-style: italic;
}

/* <---- Forms  */

.logged-in .link-adesao,
.logged-in .cta-btn-quero{
    display:none !important;
}

ul.links-adesao-login {
    list-style: none;
    padding: 0px;
    margin: 0px;
    text-align:center !important;
}

ul.links-adesao-login li{
    display:inline-block;
    padding: 5px;
}

.btn-fale-faq{margin-bottom:0px;}

.wpb_revslider_element.wpb_content_element.home-slider {
    margin-bottom: 0px;
}

.no-breadcrumbs .main-content{
    padding-top: 0 !important;
}

.porto-block.cta-adquira-seu-cartao img{
    margin-top: -20px !important;
    margin-bottom: 10px !important;
    margin-right: 10px !important;
}

.porto-block.cta-adquira-seu-cartao 
.vc_row.wpb_row.row.section-adquira-01{
    padding-top:5px !important;
    padding-bottom: 5px !important;
}

.porto-block.cta-adquira-seu-cartao 
.vc_row.wpb_row.row.section-adquira-01 p{
    line-height: 30px;
    font-size: 20px;
}


/* FOOTER */




/*  OTIMIZACAO PARA DISPOSITIVOS MÃ“VEIS */
/* Extra small devices (phones, 600px and down) */
@media only screen and (max-width: 600px) {
	
	#links-diretos img, .section-cartao-virtual img,
	.logged-in #header .header-top{
		display: none;
	}
	
	.header-contact .col-md-3 {
		padding: 10px 0;
	}
	
	#header .header-main .header-contact label {
		margin-top: -2px;
		margin-bottom: 2px;
	}
	
	.nav-panel-beneficios{
		display: block;
	}

	.page-child #aff-main {
		display: -webkit-box;
		display: -moz-box;
		display: box;

		-webkit-box-orient: vertical;
		-moz-box-orient: vertical;
		box-orient: vertical;
	}
	.page-child #aff-main .conteudo {
		-webkit-box-ordinal-group: 2;
		-moz-box-ordinal-group: 2;
		box-ordinal-group: 2;
	}
	.page-child #aff-main .menu {
		-webkit-box-ordinal-group: 1;
		-moz-box-ordinal-group: 1;
		box-ordinal-group: 1;
	}

	.page-child ul.aff-menu-beneficios {
		display:none;
	}

	.page-child h3.aff-menu-heading:before {
		content: "+ MOSTRAR ";

	}	
	
	.btn.btn-danger.btn-logout {
    float: none ;
    margin-top: 5px;
    display: inline-block;
    }

    .boas-vindas .status,
    .boas-vindas a{
        display: none;
    }
	
	.aff-header.boas-vindas {
    text-align:center;
	padding: 10px 0px !important;
	}
	
	.aff-header.boas-vindas .avatar,
	.aff-header.boas-vindas .cumprimento {
		display: none;
	}
	
	.aff-header.boas-vindas h3,
	.aff-header.boas-vindas .avatar{
		float: none;
	}
	
	.aff-header.boas-vindas .wpb_text_column.wpb_content_element {
		margin:0px;
	}
	
	.breadcrumb li {
        display: block;
        width: 100%;
        height: 30px;
        font-size: 18px;
    }

    .breadcrumb > li .delimiter{
        display: none !important;
    }
	
	#header .header-top .container>div, #header .header-main .container>div {
		display: block !important;
		position: relative !important;
		vertical-align: middle !important;
		padding: 20px 0 !important;
    }

    .header-left {
        float:left;
        width:60%;
    }

    .header-contact {
        float:left;
        width:100%;
        background-color: #f7f7f7;
        margin-bottom:15px !important;
        padding:15px;
    }
    .header-contact .col-md-4 {
        padding:10px;
    }
	
	 .header-contact .col-md-5 {
        padding:20px 0;
        margin-top:20px;
        border-bottom: 1px solid #ebebeb;
    }

    .header-contact i{
        margin-right:10px !important;
    }

    #header .header-main .container .header-right {
    padding-top: 0px;
    padding-bottom: 20px;
}
	
} 

/* Small devices (portrait tablets and large phones, 600px and up) */
@media only screen and (min-width: 600px) {
	
	.menu li.col-md-4 {
    width:100% !important;
    max-width:  100% !important;
    flex: 0 0 100%;
	}
	
	#beneficios .aff-menu-beneficios li {
		min-height: 85px;
	}
	
} 

/* Medium devices (landscape tablets, 768px and up) */
@media only screen and (min-width: 768px) {
	
} 

/* Large devices (laptops/desktops, 992px and up) */
@media only screen and (min-width: 992px) {
	
} 

/* Extra large devices (large laptops and desktops, 1200px and up) */
@media only screen and (min-width: 1200px) {
	
	.hide-desktop{	
		display:none;		
	}
	
	
	
}
	
@media (max-width: 768px) {	
	
	
	
	/* HEADER */
	
	.header-links {
	display:none;
	}

	.nav-panel-login{
		display: block;
	}
	
	/* MAIN */
	
	.min-height-560{
    display: none !important;
	}
	
	.porto-block.cta-adquira-seu-cartao img{
		display:none;
	}
	
	.porto-block.cta-adquira-seu-cartao 
	.vc_row.wpb_row.row.section-adquira-01{
		padding-top:25px !important;
		padding-bottom: 25px !important;
	}
	
	.vc_btn3-container.vc_btn3-right,
	.porto-block.cta-adquira-seu-cartao 
	.vc_row.wpb_row.row.section-adquira-01 p{
		text-align: center !important;
	}
	
	.min-height-560 {
		display:none;
	}
	
	.porto-container.container.col-half-section {
		padding-top:50px;
	}	
	
	
	/* FOOTER */
	

}


/** POPUPS **/

.popup-universidades {
    text-align: center;
}

.popup-universidades h5 {
    font-size:20px;
}

.popup-universidades div {
    padding:20px;
}

/** 2018-08-29 **/
.row.popup-universidades {
    text-align: center;
    margin:30px 0;
}

.row.popup-universidades .col-6 .wpb_wrapper {
    margin:30px 0;
    border:1px solid #ebebeb;
    min-height:200px;
}



/** 2018-08-30 **/

@media (max-width: 768px) {	
	.logged-in #header .header-contact{
		display:none !important;
	}

}

/** 2018-09-05 **/

.textwidget .header-links .col-md-5{
    display:block;
    width: 100%;
    flex:  none;
    max-width: 100%;
    border-bottom: 1px solid #ebebeb;
    padding: 20px;
	margin: 10px 0;
}

.textwidget .header-links .col-md-5 i{
    display:none;
}