/*
    Theme Name: BARCH Theme (child)
    Description: Clean Architecture WordPress Theme, handcrafted for architecture companies. It’s fully responsive & retina ready. Compatible with latest WordPress versions.
    Template: barch-theme
    Author: WPHunters
    Author URI: http://wphunters.com
    Version: 1.0-child
    License: GNU General Public License version 1.0
    License URI: https://www.gnu.org/licenses/gpl-1.0.html
*/

/* here comes your styles */

.home .wph-header-spacer {
	display:none;
}

.home .wph-site-header {
	padding-top: 10px !important;
}

.home .wph-site-header .right-side {
    vertical-align: top !important;
    padding-top: 30px !important;
}

.wph-tile-block > .inner > h1 {
    font-size: 22px !important;
}

strong {
    font-weight: 900 !important;
}

/*abogados*/
.wph-team-member .photo-container {
    cursor: pointer;
}

.team_member_interna > figcaption {
    margin-top: 0px;
    margin-bottom: 20px;
}

.team_member_interna .photo-container:hover::before {
    opacity: 0;
}
.team_member_interna .photo-container::before {
    -webkit-transition: opacity 250ms;
    -moz-transition: opacity 250ms;
    -o-transition: opacity 250ms;
    transition: opacity 250ms;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: '';
    background-color: #fff !important;
    z-index: 10;
    opacity: 0.4;
}
/*footer*/
.wph-site-footer[data-scheme="dark"] {
	background-color: #004563 !important;
}

.wph-site-footer[data-scheme="dark"] .widgets-area + .copyright-line {
    border-top: 1px solid #fff !important;
}

.textwidget a:hover {
	opacity: 0.5;
}
footer .copyright-line {
	color: #fff;
}

.btn-no-bgimgb > a {
    background-image: none !important;
}

.portfolio-item-margin {
    margin-bottom: 22px;
}