/*
Theme Name: BeOnePage Pro Child
Description: Child theme for BeOnePage Pro
Author: BeTheme
Author URI: http://betheme.me/
Template: beonepage-pro
*/

@import url("../beonepage-pro/style.css");

/* Theme customization starts here */
.main-navigation > ul > li > a > img {
	display: inline-block;
}

.main-navigation li:nth-last-child(-n+2) a:after
{	
	display: none;
}

#portfolio-images {
	max-width: 100%;
	height: 100%;
	overflow: hidden;	
}

body:not(.device-touch) #portfolio-images {	
}

.portfolio-caption {
	height: 80px !important;
	background-color: rgba(0,0,0,.6) !important;
	transform: none !important;
	padding: 0 10px !important;	
	z-index: 12;
}

.portfolio-caption .entry-title {
	/* if text too long, truncate and add '...': */
	overflow: hidden !important;
	text-overflow: ellipsis !important;
	white-space: nowrap !important;
}

.portfolio-caption h3 {
	margin: 0;
}

body.device-touch .portfolio-caption {
	//display: none !important;
	height: 50px !important;
}

.portfolio-item a:hover .portfolio-caption,body:not(.device-touch) .portfolio-item a:hover .portfolio-image  {
	transform: none !important;
	-webkit-transform:  none !important;
	-ms-transform:  none !important;
}

body:not(.device-touch) .portfolio-image {
	top: 0;
	overflow: hidden;
	height: 100%;
	margin: 0;
	-webkit-transition: none !important;
    transition: none !important;
}

.portfolio-image.active {
	z-index: 8;
	position: absolute;
}

.portfolio-image.active.last-active {
	z-index: 6;
}

.portfolio-caption .entry-title,
.portfolio-ajax-title h2,
#portfolio-navigation a:hover,
.portfolio-meta li span,
#portfolio-filter a:hover,
#portfolio-filter .active {
	color: #00d2d2 !important;
}

.blog-item .read-more,
.social-link a:hover [class*="fa-facebook"] {
	background-color: #00d2d2 !important;
}

@media only screen and (max-width: 1140px) {
	body: not(.device-touch) #portfolio-images {
		}
	}

.module {
        /* color: #3C3C3C !important; */
        background-color: #F0F0F0 !important;
}

.slider h1 span {
          color: #00d2d2 !important;
}

.contact-module h2 span,
.icon-service-module h2 span
.team-module h2 span {
	  color: #3c3c3c !important;
}

.text-slider {
        background-image: url("images/background.jpg") !important;
}

.btn-turquoise {
	color: #111 !important;
	border: 2px solid #888888 !important;
}

.btn-turquoise:hover {
	color: #fff !important;
	background: #00d2d2 !important;
	border: 2px solid #00d2d2 !important;#00d2d2
}

/* Team module overrides */
 
.team-description {
	font-size: 1.077em;
	letter-spacing: .036em;
	display: block;
	margin-bottom: 35px;
	padding-left: 15px;
	padding-right: 15px;
}

.team-member .member-image img {
	max-width: 180px;
	margin: auto;
}

.team-member .member-name {
	font-size: 1.154em;
	font-weight: bold;
	text-transform: capitalize;
}

.team-member .member-profile {
	position: relative;
	top: 0px !important;
	width: auto !important;
	height: auto !important;
	background-color: transparent !important;
	padding-top: 10px;
}

body:not(.device-touch) .team-member:hover .member-image {
	-webkit-transform: none;
	   -ms-transform: none;
		   transform: none;
}

body:not(.device-touch) .team-member:hover .member-profile {
	-webkit-transform: none;
	   -ms-transform: none;
		   transform: none;
}

.team-member .member-bio {
	color: #3c3c3c !important; 
}

.main-navigation ul li a:hover span {
	display: inline-block;
	border-bottom: 2px solid #00d2d2;
	height: 30px;
}

.main-navigation > ul > li > a::after {
	content: none !important;
}


/* Header logo BEGIN */
.site-branding .site-title {
	margin:0;
	height: 70px;
}

.site-branding .site-title a {
	display: block;
	background-repeat: no-repeat;
	background-position-y: 5px;
	background-size: auto 60px;
	height: 70px;
}

body.device-lg .site-title a,
body.device-md .site-title a,
body.device-sm .site-title a,
body.device-xs .site-title a {
	background-image: url('images/header_logo_0.png');
	width: 317px;
}

body.device-lg .site-branding .site-title a:hover,
body.device-md .site-branding .site-title a:hover,
body.device-sm .site-branding .site-title a:hover,
body.device-xs .site-branding .site-title a:hover {
	background-image: url('images/header_logo_1.png');
}

body.device-xxs .site-title a {
	background-image: url('images/header_logo_xs_0.png');
	width: 220px;
}

body.device-xxs .site-title a:hover {
	background-image: url('images/header_logo_xs_1.png');
}

/* Header logo END */

/* Main logo */
.slider-btn {
	margin-top: 25px;
}

.main-logo {
	margin:0 auto;	
	background-image: url('images/logo.png');
	background-repeat: no-repeat;
}

body.device-lg .main-logo,
body.device-md .main-logo,
body.device-sm .main-logo,
body.device-xs .main-logo {
	height: 462px;
	width: 365px;
}

body.device-xxs .main-logo {
	background-size: cover; 
	height: 248px; 
	width: 243px; 
}

/* Blog */
.blog-no-results {
	text-align: center;
}