/* 
Theme Name:		 Black Book Technology
Theme URI:		 http://www.blackbooktech.com/
Description:	 Black Book Technology Bespoke Theme Design
Author:			 Freelance-Creator
Author URI:		 http://www.freelance-creator.com/
Template:		 enigma
Version:		 1.0.0
-------------------------------------------------------------- */ 

/* =Theme customization starts here
------------------------------------------------------- */
@font-face {
	font-family: CenturyGothic;
	src: url(/wp-content/themes/blackbooktechnology/fonts/gothic.ttf);
}

html {
	-webkit-font-smoothing: antialiased;
}

/* ul, ol {
	list-style-type: none;
} */

.cs-spacing {
	padding-right: 5px;
}

/* CSS fadeIn */

@media only screen and (min-width:641px) {

/* make keyframes that tell the start state and the end state of our object */
@-webkit-keyframes fadeIn { from { opacity:0; } to { opacity:1; } }
@-moz-keyframes fadeIn { from { opacity:0; } to { opacity:1; } }
@keyframes fadeIn { from { opacity:0; } to { opacity:1; } }

#website-logo, #sub-header, #top-bar, .expandmenu-side, .header_section, #home-video, .social_footer, .enigma_footer_widget_area, .enigma_footer_area, .enigma_scrollup {
	opacity: 0;  /* make things invisible upon start */
	-webkit-animation: fadeIn ease-in 1;  /* call our keyframe named fadeIn, use animattion ease-in and repeat it only 1 time */
	-moz-animation: fadeIn ease-in 1;
	animation: fadeIn ease-in 1;

	-webkit-animation-fill-mode: forwards;  /* this makes sure that after animation is done we remain at the last keyframe value (opacity: 1)*/
	-moz-animation-fill-mode: forwards;
	animation-fill-mode: forwards;

	-webkit-animation-duration: 0.5s;
	-moz-animation-duration: 0.5s;
	animation-duration: 0.5s;
}

#website-logo, #sub-header {
	-webkit-animation-delay: 0.5s;
	-moz-animation-delay: 0.5s;
	animation-delay: 0.5s;
	
	position: relative;
	z-index: 0;
}

#delay-content #top-bar, #delay-content .expandmenu-side, #delay-content .header_section, #home-video, .social_footer, .enigma_footer_widget_area, .enigma_footer_area, .enigma_scrollup {
	-webkit-animation-delay: 2.5s;
	-moz-animation-delay: 2.5s;
	animation-delay: 2.5s;
}

}

/* Hamburger Menu */
.expandmenu-label {
	font-size: 18px !important;
	padding: 3px 0 0 !important;
}

#expandmenu-checkbox:checked + .expandmenu-side .expandmenu-label::after {
	color: #000 !important;
	-webkit-text-stroke: 2px white;
	top: 48px !important;
	left: 160px !important;
}

.expandmenu-side {
	box-shadow: none !important;
	margin-top: 30px;
}

#expandmenu-checkbox:checked + .expandmenu-side {
	/* box-shadow: 0 0 10px rgba(18, 18, 18, 0.8) !important; */
	border-left: 1.5px solid #121212;
	width: 189px !important;
}

#expandmenu-checkbox:checked + .page {
	margin-right: 189px !important;
}

ul.expandmenu-list {
	margin-top: 100px !important;
}

.expandmenu-list a {
	font-family: Open Sans;
	font-size: 13px !important;
	font-weight: 600;
	padding: 5px 12px !important;
}

.container {
    width: 900px;
}

@media (max-width: 991px) {
	.container {
    	width: 100%;
	}
}

#expandmenu-checkbox:checked + .expandmenu-side .expandmenu-list {
	margin-left: 200px ;
}

.hamburger-social {
	font-size: 16px;
	margin-top: -212px;
	padding-right: 12px;
	text-align: right;
}

#expandmenu-checkbox:checked + .hamburger-social {
	display: none !important;
}

/* Hamburger Menu (old) */
#iwpmenu_bar div ul {
	overflow: hidden;
}

#iwpmenu_icon .iwpmenu_open_button {
	width: 42px;
	height: 42px;
}

.nav-contact-btn {
	top: 310px;
	position: absolute;
	text-align: center;
	width: 100%;
}

.btn-contact {
	border-color: #121212;
	border-radius: 0;
	color: #121212;
	background-color: transparent;
	padding: 20px 30px;
	font-size: 16px;
	font-weight: 400;
	line-height: 1;
	text-align: center;
}

.btn-contact:hover {
	background-color: #121212;
    color: #FFF;
}

/* General CSS */
h1, h2, h3, h4, h5, h6 {
	color: #434750;
}

.enigma_blog_post_content p, ul, ol {
	color: #333 !important;
	font-size: 14px !important;
	line-height: 27px;
	text-align: justify;
}

ul, ol {
	color: #777;
	font-size: 16px;
}

#top-bar {
	/* background-color: #EEE; */
}

.logo {
	margin-top: 20px;
}

img.custom-logo {
    width: 238px !important;
    height: 53px !important;
}

.enigma_service, .enigma_blog_area {
	display: none;
}

.enigma_service a {
	color: #000 !important;
}

.hd_cover {
	background-color: #FFF !important;
	color: #000 !important;
}

.head-contact-info a, .head-contact-email a {
	color: #000 !important;
}

.head-contact-info li, .head-contact-email li {
	display: inline !important;
	font-size: 12px !important;
	list-style: none;
	margin-bottom: 15px;
}

.head-contact-email {
	display: block;
	padding-top: 5px;
	padding-bottom: 2px;
	padding-left: 0;
}

.head-contact-email i {
	margin-right: 8px;
	font-size: 20px;
	display: inline;
}

@media (max-width: 767px) {
    .head-contact-email {
        text-align: center;
    }
}

.header_section .social, .enigma_scrollup {
	display: none !important;
}

.social li {
	background-color: #000 !important;
}

.social i:hover {
	color: #FFF !important;
}

.header_section {
	border-bottom: 0;
	margin: 0;
	position: relative;
	z-index: 10;
}

/* Menu */
.header_section {
	display: none;
}

.page-id-2 .navigation_menu {
	margin-top: 50px;
}

.navigation_menu {
	border-top: 0 !important;
}

.navbar-default .navbar-nav {
	display: inline-block;
	float: none;
}

.navbar-default .navbar-collapse {
	text-align: center;
}

.navbar-default .navbar-nav > li > a {
	color: #434750;
	font-size: 13px !important;
	text-transform: none;
	font-size: 13px !important;
}

.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	color: #999 !important;
}

.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus, .navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus, .navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
	background: none !important;
	color: #000;
	font-size: 13px !important;
}

.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:hover,
.navbar-default .navbar-nav > .open > a:focus {
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}

.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}

.dropdown-menu:after {
    content: "";
    width: 0; 
    height: 0; 
	border-style: solid;
    border-width: 0 10px 10px 10px;
    border-color: transparent transparent #434750 transparent;
    position: absolute;
    top: -10px;
    right: 89px;
}

.dropdown-menu {
	background-color: #FFF;
	border: 3px solid #434750;
	margin-left: -30px;
}

#menu-item-127 .dropdown-menu {
	margin-left: -48px;
}

.dropdown-menu > li > a {
	color: #000;
	font-size: 13px !important;
	text-align: center;
	text-transform: none;
}
 
.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
	background-color: transparent !important;
}

.navbar-toggle {
    background-color: #000 !important;
    border: 1px solid #000 !important;
}

.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
    background-color: #434750 !important;
    border: 1px solid #434750 !important;
}

.fa-angle-down {
	display: none;
}

/* Content */
#header {
	display: table;
	min-height: 100vh;
    width: 100%;
}

.page-id-2 #sub-header {
	display: none;
}

#sub-header {
	padding: 50px 0 60px;
	text-align: center;
}

@media (max-width: 565px) {
    #sub-header {
		padding-left: 20px;
        text-align: left;
    }
}

#website-logo {
	display: table-cell;
	text-align: center;
	vertical-align: middle;
}

@-moz-document url-prefix() {
    #website-logo {
		padding: 300px 0;
	}
}

.breadcrumb {
	display: none;
}

.breadcrumb li a {
	color: #333 !important;
}

.enigma_header_breadcrum_title {
	background: #FFF;
	margin-top: 10px;
	margin-bottom: 20px;
}

.enigma_header_breadcrum_title h1 {
	color: #434750;
	font-family: 'CenturyGothic' !important;
	font-size: 19px;
	font-weight: 500;
	text-transform: uppercase;
}

.video-wrapper {
	position: relative;
	padding-bottom: 56.25%; /* 16:9 */
	padding-top: 25px;
	height: 0;
}

.video-wrapper iframe {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
}

.enigma_blog_read_btn {
	display: none !important;
}

#header_shadow {
	background: none !important;
}

.enigma_slider_shadow {
	background: none !important;
}

.enigma_blog_read_btn {
	border: 0 !important;
	font-size: 18px !important;
	background-color: #333 !important;
	background-image: linear-gradient(to bottom, #333 50%, #FFF 50%) !important;
	text-transform: uppercase;
}

.enigma_blog_read_btn:hover {
	background-position: inherit !important;
	background-color: #666 !important;
	background-image: linear-gradient(to bottom, #666 50%, #FFF 50%) !important;
	color: #FFF !important;
}

.enigma_heading_title h3 {
	border-bottom: 4px solid #000 !important;
	color: #000 !important;
}

.enigma_service_iocn {
	border: 4px solid #000 !important;
	background-color: #000 !important;
	background-image: linear-gradient(to bottom, #000 50%, #fff 50%) !important;
}

.enigma_service_area:hover .enigma_service_iocn i {
	color: #000 !important;
}

.enigma_home_portfolio_caption {
	border-bottom: 4px solid #000 !important;
}

.img-wrapper:hover .enigma_home_portfolio_caption{
	background: #000 !important;
	border-left: 0 !important;
	border-bottom: 0 !important;
	border-right: 0 !important;
}

.enigma_home_portfolio_showcase .enigma_home_portfolio_showcase_icons a {
	background-color: #000 !important;
	border: 2px solid #000 !important;
}

.enigma_home_portfolio_showcase .enigma_home_portfolio_showcase_icons a:hover {
	color: #CCC !important;
}

.enigma_blog_thumb_date li i {
	color: #000 !important;
}

.enigma_blog_thumb_wrapper {
	border-bottom: 5px solid #000 !important;
}

.blog-title a {
	color: #000 !important;
}

.enigma_carousel-navi, .tagline, .carousel-indicators, .carousel-control {
	display: none;
}

.enigma_callout_area {
	background-color: #333 !important;
}

.enigma_blog_wrapper {
	margin-bottom: 40px;
}

/* Footer */
.footer-container {
	margin: 0 auto;
	padding-top: 38px;
	width: 900px;
}

@media (max-width: 767px) {
    .footer-container {
        width: 100%;
    }
	
	.social_footer {
		display: none;
	}
}

.footer-container .container {
    width: auto;
}

.social_footer {
	padding-left: 10px;
	position: absolute;
	bottom: 30px;
	text-align: center;
}

@media (max-width: 991px) {	
	.social_footer {
		bottom: 10px;
	}
}

.social_footer a {
	color: #FFF !important;
	font-size: 16px !important;
}

.social_footer a:hover {
	color: #434750 !important;
}

ul, ol {
	margin-bottom: 20px;
}

.social {
	text-align: center;
}

.socicon {
	color: #434750 !important;
}

.socicon:hover {
    color: #CCC !important;
}

.enigma_footer_widget_area {
	background: #111 !important;
	font-family: Open Sans !important;
	padding: 0 0 0 !important;
	position: relative;
	right: 0;
	bottom: 0;
	left: 0;
}

.enigma_footer_widget_area p {
	font: 12px/1.7 "Gotham SSm A", "Gotham SSm B", sans-serif;
	font-family: Open Sans;
}

.enigma_footer_widget_area a {
	color: #FFF;
	font: 12px/1.7 "Gotham SSm A", "Gotham SSm B", sans-serif;
}

.enigma_footer_widget_area a:hover {
	color: #CCC !important;
}

.enigma_footer_widget_area h6, .enigma_footer_widget_column .textwidget {
	margin-top: 0;
}

.enigma_footer_widget_title {
	font: 11px "Gotham SSm A", "Gotham SSm B", sans-serif !important;
	font-weight: 400 !important;
	letter-spacing: 0.2em !important;
	margin-bottom: 5px;
	text-shadow: 2px 2px #111;
	text-transform: uppercase;
}

.enigma-footer-separator {
	background: none;
}

.enigma_footer_widget_column {
	margin-bottom: 20px;
}

.enigma_footer_widget_column ul {
	padding-top: 0;
}

.enigma_footer_widget_column ul li {
	padding: 0;
}

.enigma_sidebar_widget ul li a:before, .enigma_footer_widget_column ul li a:before {
	content: none;
}

.btn-search {
	background-color: #999 !important;
}

.enigma_sidebar_widget_title {
	background: #000;
}

.enigma_sidebar_widget {
	border-left: 3px solid #000;
	border-right: 3px solid #000;
	border-bottom: 3px solid #000;
}

.enigma_footer_area {
	background: #111 !important;
    border-top: 0 !important;
}

.enigma_footer_area p {
	font-size: 12px;
}

.enigma_footer_area a {
	color: #FFF !important;
}

.enigma_footer_area a:hover {
	color: #777 !important;
}

.enigma_footer_copyright_info {
	float: none;
}

.blog-sep.header-sep {
	display: none;
}

.ug-videoplayer {
	background-color: #FFF !important;
	padding-right: 20px !important;
}

.ug-gallery-wrapper .ug-overlay-disabled {
	background-color: transparent !important;
	background-image: none !important;
}

/* .footer-logo {
	margin-left: 30px;
	padding-bottom: 25px;
	text-align: center;
} */

/* Contact from 7 */
.enigma_footer_widget_area .wpcf7-text, .wpcf7-textarea {
	width: 100% !important;
}

.enigma_footer_widget_area label {
	width: 100% !important;
}

.wpcf7-text, .wpcf7-textarea, select {
	border: 1px solid #000;
	border-radius: 3px;
	color: #000;
	font-weight: normal;
	padding: 5px;
}

.wpcf7-text, select {
	width: 296px
}

input[type="submit"], input[type="file"]::-webkit-file-upload-button {
	background-color: #434750;
	border: 1px solid #434750;
	border-radius: 3px;
	color: #FFF;
	cursor: pointer;
	padding: 7px 12px;
}

input[type="submit"]:hover, input[type="file"]::-webkit-file-upload-button:hover {
	background-color: #F7F7F7;
	border: 1px solid #000 !important;
	color: #000 !important;
}

.enigma_footer_widget_area .wpcf7-text, .wpcf7-textarea {
	color: #999;
	font-weight: normal;
	padding: 3px;
}

textarea {
	overflow: hidden;
}

.enigma_footer_widget_area input[type="submit"] {
	background-color: #000;
	border: 1px solid #FFF;
	color: #FFF;
	padding: 3px 10px;
}

.enigma_footer_widget_area input[type="submit"]:hover {
	background-color: #FFF;
	border: 1px solid #FFF;
	color: #000;
}

.wpcf7-form-control-wrap {
	width: 100%;
}

.map {
	padding: 20px 0;
	text-align: center;
}

.fa-phone, .fa-envelope {
	font-size: 16px;
}

.contact-table {
	margin-top: 50px;
}

.enigma_blog_post_content a {
	color: #000;
}

.enigma_blog_post_content a:hover {
	color: #999;
}
/* Table */
table td {
	text-align: left;
}

.table > thead > tr > th, .table > tbody > tr > th, .table > tfoot > tr > th, .table > thead > tr > td, .table > tbody > tr > td, .table > tfoot > tr > td {
    border: 0;
	vertical-align: middle;
}
/* Get in Touch - Contact */
input[type=file]{
	color: transparent;
}

input:active, input:focus, textarea:active, textarea:focus, select:active, select:focus {
	outline: 1px solid #000 !important;
}

input[type="file"] {
	outline: none !important;
}

/* Sub page scroll */
.sub-content {
	height: 600px;
	padding-right: 20px;
	overflow: auto; 
}

@media (min-width: 767px) and (max-width: 991px) {
	.enigma_footer_widget_column:last-child {
		display: none;
	}
}

@media (max-width: 767px) {
    .sub-content {
		height: auto;
		padding-right: 0;
		overflow: visible; 
	}
	
	td, .table > tbody > tr > td {
		font-size: 11px;
	}
}

@media (max-width: 410px) {
	.sub-content .wpcf7-text, .sub-content select, .sub-content .wpcf7-textarea {
		width: 230px !important;
	}
}