/*
Theme Name: Cryptic Child
Theme URI: http://modeltheme.com/mt_bitcurrency/
Template: cryptic
Author: ModelTheme
Author URI: http://modeltheme.com/
Description: BitCurrency - Cryptocurrency WordPress Theme
Version: 1.0
Text Domain: cryptic
Tags: custom-header, custom-menu, featured-images, post-formats, sticky-post
*/

#page .header3 .logo-infos {
	background: #17283a none repeat scroll 0 0
}

#page .header3 #modeltheme-main-head {
	background: #17283a none repeat scroll 0 0;
}

#page footer .footer-top,
footer .footer-top {
	display: none;
}

@media only screen and (max-width: 767px) {
body #modeltheme-main-head {
    display: block;
		min-height: unset;
}
body #modeltheme-main-head #navbar {
	padding-bottom: 0px !important;
}
header .navbar-toggle, .navbar-default .navbar-toggle {
	border-color: #fff !important;
}
.navbar-toggle .icon-bar {
	background: #fff !important;
}
}
.hero-image:after {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: #17283a;
	opacity: 0.3;
	content: "";
}
.wpb_single_image.hero-image img {
	height: 100vh;
  width: 100%;
  object-fit: cover;
}
.text-overlay {
	text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  padding: 20px;
  margin: 0;
  text-transform: uppercase;
  color: #fff;
	font-size: 40px;
	line-height: 1.5em;
}
@media screen and (max-width: 767px) {
	.text-overlay {
		font-size: 32px;
	}
}

.single article .article-content p, .post-excerpt, p, ul, .wpb_wrapper p {
	color: #333;
	font-size: 15px;
	line-height: 25px;
}

.wpcf7-form label {
	opacity: 1;
	width: 100%;
}
.wpcf7-form label input,
.wpcf7-form label textarea {
	border-radius: 0px;
}

.wpcf7-form input.wpcf7-form-control.wpcf7-submit {
	background-color: #17283a;
	border-radius: 0px;
}

#navbar .menu-item:hover > a {
	color: #7a5a34 !important;
}
.lugero-separator {
	margin: 30px auto !important;
}

#navbar .menu-item > a {
	font-weight: normal !important;
}

.footer-linkedin,
.footer-linkedin:hover,
.footer-linkedin:focus {
	color: #7a5a34 !important;
}

.footer-linkedin {
	float: none;
	font-size: 24px;
}
@media screen and (max-width: 767px) {
	.footer-linkedin {
		float: none;
		display: block;
	}
}
.mobile-only {
	display: none;
}
@media screen and (max-width: 767px) {
	#modeltheme-main-head-sticky-wrapper {
		height: auto !important;
	}
	body .logo-infos .navbar-header h1.logo {
		margin-left: auto !important;
		margin-right: auto !important;
		float: none;
	}
	body.header3 header .logo-infos .navbar-toggle {
		margin: 0px !important;
    position: absolute;
    top: 50%;
    right: 20px;
    transform: translate(-50%, -50%);
	}
	.mobile-only {
		display: block;
	}
}

#menu-item-75 {
	display: none;
}
#menu-item-74 {
	display: none;
}
@media screen and (max-width: 767px) {
	#menu-item-75,
	#menu-item-74 {
		display: block;
	}
	nav #navbar ul #menu-item-74 a {
		padding: 3px 15px !important;
	}
	#menu-item-75 i,
	#menu-item-74 i {
		padding-right: 10px;
		width: 25px;
		text-align: center;
	}
}

.logo img, .navbar-header .logo img {
	width: 100%;
}