/*
Theme Name: Betheme
Author: Muffin group
Description: The biggest WordPress Theme ever
Theme URI: http://themes.muffingroup.com/betheme
Author URI: http://muffingroup.com
License: Themeforest Split Licence
License URI: -
Version: 15.3

All css files are placed in /css/ folder
*/

#flags_language_selector img {
    width: 18%;
    height: 100%;
    margin-right: 10px;
}

/*-------------------------*/
/*
.cq-ihover img.cq-ihover-image {
    width: 60% !important;
}
.cq-ihover-item.square.effect8.scale_up a:hover .cq-ihover-info {
    width: 60%;
    height: 98%;
}

.cq-ihover-item, .cq-ihover-item * {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 75%;
}
*/
#malla .wpb_wrapper,
#malla3 .wpb_wrapper,
#malla4 .wpb_wrapper{
	width:70% !important;
}

#malla .vc_col-sm-3,
#malla3 .vc_col-sm-3,
#malla4 .vc_col-sm-3{
    width: 20%;
}
#malla{
	left: 45px !important;
}



/*------------  Team ---------------------*/ 

.team_area {
    position: relative;
    max-width: 100% !important;
    padding: 0 60px;
    margin: 0 auto;
}
.team_area .team_title {
    text-align: center;
    margin-top: 0;
    margin-bottom: 10px;
    font-weight: normal;
}
.hentry {
    margin: 0 0 20px;
    padding: 0 60px 0 20px;
}
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
    border: 0;
    font-family: inherit;
    font-size: 100%;
    font-style: inherit;
    font-weight: inherit;
    margin: 0;
    outline: 0;
    padding: 0;
    vertical-align: baseline;
    word-break: normal;
    white-space: normal;
    -webkit-hyphens: none;
    -moz-hyphens: none;
    -ms-hyphens: none;
    hyphens: none;
}
.entry-content h1:first-child, .entry-content h2:first-child, .entry-content h3:first-child, .entry-content h4:first-child, .entry-content h5:first-child, .entry-content h6:first-child, .entry-summary h1:first-child, .entry-summary h2:first-child, .entry-summary h3:first-child, .entry-summary h4:first-child, .entry-summary h5:first-child, .entry-summary h6:first-child, .page-content h1:first-child, .page-content h2:first-child, .page-content h3:first-child, .page-content h4:first-child, .page-content h5:first-child, .page-content h6:first-child {
    margin-top: 0;
}
.comment-content img[height], .entry-content img, .entry-summary img, img[class*="align"], img[class*="wp-image-"], img[class*="attachment-"], #site-header img {
    height: auto;
}
.full-width .teammember.hentry, .teammember.hentry {
    position: relative;
    width: 200px;
    padding: 0;
    float: left;
    margin: 20px 20px 0 0;
}
.teammember.expanded .team_content {
    margin-top: 20px;
}
.teammember .team_close {
    position: absolute;
    top: -3px;
    right: -1px;
    display: block;
    width: 50px;
    height: 33px;
    background: #fff;
    -moz-box-shadow: 0px 0px 2px 2px #CCC;
    -webkit-box-shadow: 0px 0px 2px 2px #CCC;
    box-shadow: 0px 0px 2px 2px #CCC;
    cursor: pointer;
}
.teammember .team_inner_content {
    padding: 50px 0 30px;
    position: relative;
   /*background: transparent url(img/arrow.png) 10% 0px no-repeat;*/
}
.team_area {
    position: relative;
    max-width: 100% !important;
    padding: 0 60px;
    margin: 0 auto;
       
}
.team_area .team_title {
    text-align: center;
    margin-top: 0;
    margin-bottom: 10px;
    font-weight: normal;
}
h2 {
    font-family: 'DIN-light', Verdana, Geneva, sans-serif;
    font-size: 34px;
    line-height: 1.1;
    font-weight: normal;
}
.full-width .teammember.hentry, .teammember.hentry {
    position: relative;
    width: 200px;
    padding: 0;
    float: left;
    margin: 20px 20px 0 0;
}
.footer-sidebar:before, .footer-sidebar:after, .hentry:before, .hentry:after, .slider-direction-nav:before, .slider-direction-nav:after, .contributor-info:before, .contributor-info:after, .search-box:before, .search-box:after, [class*="content"]:before, [class*="content"]:after, [class*="site"]:before, [class*="site"]:after {
    content: "";
    display: table;
    clear: both;
}
.teammember .team_photo {
    display: block;
    overflow: hidden;
   /* width: 200px;
    height: 264px;*/
    position: relative;
    cursor: pointer;
}
.teammember .team_surname {
    position: absolute;
    bottom: 10px;
    left: 10px;
    background: #fff;
    padding: 2px 8px 1px;
    color: #28BECB;
    font-size: 21px;
    font-family: 'DIN-light', Verdana, Geneva, sans-serif;
}
.teammember .team_content {
    display: block;
    position: relative;
    top: 100%;
    left: 0;
    height: auto;
    max-height: 0px;
    overflow: hidden;
    margin: 0 -60px;
    padding: 0 60px;
    text-align: left;
    background: #F1F1F2;
    box-sizing: content-box;
    -webkit-transition: max-height 300ms linear;
    -moz-transition: max-height 300ms linear;
    -o-transition: max-height 300ms linear;
    transition: max-height 300ms linear;
    -moz-box-shadow: inset 0 3px 3px 0 #CCC;
    -webkit-box-shadow: inset 0 3px 3px 0 #CCC;
    box-shadow: inset 0 3px 3px 0 #CCC;
}.teammember .team_inner_content {
    padding: 50px 0 30px;
    position: relative;
    background: transparent url(images/arrow.png) 10% 0px no-repeat;
}
.teammember .team_close {
    position: absolute;
    top: -3px;
    right: -1px;
    display: block;
    width: 50px;
    height: 33px;
    background: #fff;
    -moz-box-shadow: 0px 0px 2px 2px #CCC;
    -webkit-box-shadow: 0px 0px 2px 2px #CCC;
    box-shadow: 0px 0px 2px 2px #CCC;
    cursor: pointer;
}
.teammember .team_close:before {
	content: "";
    position: absolute;
    top: 2px;
    left: 5px;
    display: block;
    width: 38px;
    height: 28px;
    background: transparent url(images/close.png) no-repeat;
    background-size: 100%;
}
.teammember .team_fullname .entry-title {
    text-align: left;
    text-transform: none;
    font-size: 30px;
    line-height: 65px;
}
.teammember .team-column {
    float: left;
        width: 100%;
    font-size: 18px;
}
.teammember .team_position {
    margin: 0 0 20px 0;
}
ul {
    list-style: disc;
}
.teammember .team_email {
    position: relative;
    padding: 0 0 0 40px;
    margin: 0 0 20px 0;
    display: block;
    width: 100%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.teammember .team_email:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 28px;
    height: 23px;
    background: transparent url(images/email.png)  no-repeat;*/
}
.teammember .team_phone {
    position: relative;
    padding: 0 0 0 40px;
    margin: 0 0 20px 0;
}
.teammember .team_phone:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 29px;
    height: 27px;
    background: transparent url(images/phone.png) no-repeat;*/
}
.page .entry-content {
    padding-top: 0;
}
.team_area .clear{
	    clear: right !important;
}
.teammember.hentry, .teammember.hentry {
    position: relative;
    width: 200px;
    padding: 0;
    float: left;
    margin: 20px 20px 0 0;
}
.teammember.expanded .team_content {
    margin-top: 20px;
}
.expanded .team_content{
	   /* z-index: 111;*/
}
.hasexpanded .team-row{
	    display: -webkit-inline-box;
	    transition: opacity 1s ease-out;
	        margin-left: auto;
    	margin-right: auto;
	    text-align: center;
	    display: table; 

}
 .team-row{
	    display: block;
	    transition: opacity 1s ease-in;
	    	    margin-left: auto;
    	margin-right: auto;
	    text-align: center;
	    display: table; 
}
.numero{
	height: 20px;width: 150px;font-size: 18px; color: rgb(0, 0, 0);float: left; display: flex;
	transform: translateX(6%);
    margin-top: 5px;
}
.numero:hover {
    color: #7d7d7d;
    text-decoration: none;
}
/*-----------------------------------------*/


#round-whatsapp {
    background: url(https://fysio-huis.com/images/whatsapp_round_bw.png) no-repeat center center;
    background-size: 75%;
}
#round-whatsapp:hover {
    background: url(https://fysio-huis.com/images/whatsapp_round.png) no-repeat center center;
    background-size: 85%;
}