/*
Theme Name: Blaize
Theme URI: https://mysticalthemes.com/theme/blaize/
Author: bnayawpguy
Author URI: https://mysticalthemes.com
Description: Blaize is an elegant, responsive WordPress theme. The theme is perfect for marketing, corporate startup, agency, blog, business, company, creative, portfolio, ecommerce, professional business, food & restaurant websites. The multiple home section layouts and dynamic color options allows you to create a different looking websites using the same theme. The theme is translation ready, fully SEO optimized, fast loading and compatible with all trending WordPress page builder plugins like Elementor, Visual Composer , SiteOrigin etc.Send your query here. http://paglithemes.com/ View the demo of Blaize. http://demo.paglithemes.com/blaize/
Version: 1.1.6
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-3.0.html
Text Domain: blaize
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready, left-sidebar, right-sidebar, two-columns, editor-style, footer-widgets, blog, e-commerce, portfolio

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

Blaize is based on Underscores https://underscores.me/, (C) 2012-2017 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Navigation
	## Links
	## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
	## Posts and pages
	## Comments
# Infinite scroll
# Media
	## Captions
	## Galleries
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
/* normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */

/* Document
	 ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

html {
	line-height: 1.15; /* 1 */
	-webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
	 ========================================================================== */

/**
 * Remove the margin in all browsers.
 */

body {
	margin: 0;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

h1 {
	font-size: 2em;
	margin: 0.67em 0;
}

/* Grouping content
	 ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
	box-sizing: content-box; /* 1 */
	height: 0; /* 1 */
	overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
	font-family: monospace, monospace; /* 1 */
	font-size: 1em; /* 2 */
}

/* Text-level semantics
	 ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */

a {
	background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
	border-bottom: none; /* 1 */
	text-decoration: underline; /* 2 */
	text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
	font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
	font-family: monospace, monospace; /* 1 */
	font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */

small {
	font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sub {
	bottom: -0.25em;
}

sup {
	top: -0.5em;
}

/* Embedded content
	 ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */

img {
	border-style: none;
}

/* Forms
	 ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
	font-family: inherit; /* 1 */
	font-size: 100%; /* 1 */
	line-height: 1.15; /* 1 */
	margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input { /* 1 */
	overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select { /* 1 */
	text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */

button,
[type="button"],
[type="reset"],
[type="submit"] {
	-webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
	border-style: none;
	padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
	outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */

fieldset {
	padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *		`fieldset` elements in all browsers.
 */

legend {
	box-sizing: border-box; /* 1 */
	color: inherit; /* 2 */
	display: table; /* 1 */
	max-width: 100%; /* 1 */
	padding: 0; /* 3 */
	white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
	vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */

textarea {
	overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */

[type="checkbox"],
[type="radio"] {
	box-sizing: border-box; /* 1 */
	padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type="search"] {
	-webkit-appearance: textfield; /* 1 */
	outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */

[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
	-webkit-appearance: button; /* 1 */
	font: inherit; /* 2 */
}

/* Interactive
	 ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */

details {
	display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
	display: list-item;
}

/* Misc
	 ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */

template {
	display: none;
}

/**
 * Add the correct display in IE 10.
 */

[hidden] {
	display: none;
}

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
body,
button,
input,
select,
optgroup,
textarea {
	color: #666;
	font-family: 'Open Sans';
	font-size: 15px;
	line-height: 1.5;
}

h1, h2, h3, h4, h5, h6 {
	font-family: 'Poppins';
	clear: both;
	font-weight: 600;
	color: #404040;
}

.page-template-tpl-frontpage h2 {
    font-size: 40px;
}

.page-template-tpl-frontpage h3 {
    font-size: 18px;
}

p {
    margin: 0 0 25px;
}

dfn, cite, em, i {
	font-style: italic;
}

blockquote {
	margin: 0 1.5em;
}

address {
	margin: 0 0 1.5em;
}

pre {
	background: #eee;
	font-family: "Courier 10 Pitch", Courier, monospace;
	font-size: 15px;
	font-size: 0.9375rem;
	line-height: 1.6;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 1.6em;
}

code, kbd, tt, var {
	font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
	font-size: 15px;
	font-size: 0.9375rem;
}

abbr, acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}

mark, ins {
	background: #fff9c0;
	text-decoration: none;
}

big {
	font-size: 125%;
}

/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
html {
	box-sizing: border-box;
}

*,
*:before,
*:after {
	/* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see https://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
	box-sizing: inherit;
}

body {
	background: #fff;
	/* Fallback for when there is no custom background color defined. */
}

hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}

ul, ol {
	margin: 0 0 1.5em 3em;
}

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

li > ul,
li > ol {
	margin-bottom: 0;
	margin-left: 1.5em;
}

dt {
	font-weight: bold;
}

dd {
	margin: 0 1.5em 1.5em;
}

img {
	height: auto;
	/* Make sure images are scaled correctly. */
	max-width: 100%;
	/* Adhere to container width. */
	vertical-align: top;
}

figure {
	margin: 1em 0;
	/* Extra wide images within figure tags don't overflow the content area. */
}

table {
	margin: 0 0 1.5em;
	width: 100%;
}

table th, table td {
    border: 1px solid gainsboro;
}

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
    border: 1px solid #00B0EC;
    background: #00B0EC;
    color: rgb(255, 255, 255);
    padding: 6px 12px;
    cursor: pointer;
    transition: all 0.5s ease;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
    border-color: #00B0EC;
    background: none;
    color: #00B0EC;
}

button:active, button:focus,
input[type="button"]:active,
input[type="button"]:focus,
input[type="reset"]:active,
input[type="reset"]:focus,
input[type="submit"]:active,
input[type="submit"]:focus {
	border-color: #aaa #bbb #bbb;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
    color: #666;
    border: 1px solid #ccc;
    padding: 4px 6px;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
	color: #111;
}

select {
	border: 1px solid #ccc;
}

textarea {
	width: 100%;
}

/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a {
    color: #00B0EC;
}

a:visited {
    color: #00B0EC;
}

a:hover, a:focus, a:active {
	color: midnightblue;
}

a:focus {
	outline: thin dotted;
}

a:hover, a:active {
	outline: 0;
}

.site-main .comment-navigation, .site-main
.posts-navigation, .site-main
.post-navigation {
	margin: 0 0 1.5em;
	overflow: hidden;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
	float: left;
	width: 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
	float: right;
	text-align: right;
	width: 50%;
}

/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important; /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	clip-path: none;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: bold;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
	/* Above WP toolbar. */
}

/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus {
	outline: 0;
}

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft {
	display: inline;
	float: left;
	margin-right: 1.5em;
}

.alignright {
	display: inline;
	float: right;
	margin-left: 1.5em;
}

.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
	content: "";
	display: table;
	table-layout: fixed;
}

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
	clear: both;
}

.clearfix:after {
    clear: both;
    content: ".";
    display: block;
    height: 0;
    line-height: 0;
    visibility: hidden;
}

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widget {
	margin: 0 0 1.5em;
	/* Make sure select elements fit in widgets. */
}

.widget select {
	max-width: 100%;
}

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
.sticky {
	display: block;
}

.hentry {
	margin: 0 0 1.5em;
}

.updated:not(.published) {
	display: none;
}

.page-content,
.entry-content,
.entry-summary {
	margin: 1.5em 0 0;
}

.page-links {
	clear: both;
	margin: 0 0 1.5em;
}

/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/
.comment-content a {
	word-wrap: break-word;
}

.bypostauthor {
	display: block;
}

/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
	/* Theme Footer (when set to scrolling) */
	display: none;
}

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */
.infinity-end.neverending .site-footer {
	display: block;
}

/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
	max-width: 100%;
}

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
	display: inline-block;
}

/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.wp-caption {
	margin-bottom: 1.5em;
	max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}

.wp-caption-text {
	text-align: center;
}

/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
.gallery {
	margin-bottom: 1.5em;
}

.gallery-item {
	display: inline-block;
	text-align: center;
	vertical-align: top;
	width: 100%;
}

.gallery-columns-2 .gallery-item {
	max-width: 50%;
}

.gallery-columns-3 .gallery-item {
	max-width: 33.33%;
}

.gallery-columns-4 .gallery-item {
	max-width: 25%;
}

.gallery-columns-5 .gallery-item {
	max-width: 20%;
}

.gallery-columns-6 .gallery-item {
	max-width: 16.66%;
}

.gallery-columns-7 .gallery-item {
	max-width: 14.28%;
}

.gallery-columns-8 .gallery-item {
	max-width: 12.5%;
}

.gallery-columns-9 .gallery-item {
	max-width: 11.11%;
}

.gallery-caption {
	display: block;
}


/** General **/
	.blz-container {
		width: 1200px;
		margin: auto;
	}

/** Top Header **/
.top-header-wrap {
    background: #00b0ec;
}

.top-left-header, .top-right-header {
    width: 50%;
    padding: 10px 0px;
}

.top-left-header{
	float: left;
}

.top-left-header a {
    display: inline-block;
    text-decoration: none;
    margin-right: 15px;
    color: #ffffff;
}

.top-left-header a.email:before {
    content: "\f0e0";
    padding-right: 5px;
    font-family: 'fontawesome';
}

.top-left-header a.phone:before {
    content: "\f095";
    padding-right: 5px;
    font-family: 'fontawesome';
}

.top-right-header {
    float: right;
    color: #fff;
    text-align: right;
}

.top-right-header .social-links {
    list-style: none;
    padding: 0;
    margin: 0;
}

.top-right-header .social-links li {
    display: inline-block;
}

.top-right-header .social-links a {
    color: #ffffff;
    display: inline-block;
    float: left;
    margin-right: 15px;
}

/** Main Header **/
header.layout1 {
    padding: 10px 0px;
}

header.layout2 {
	padding: 0px;
}

header.layout1 .site-branding {
    width: 25%;
    float: left;
}

header.layout2 .site-branding {
    width: 100%;
    text-align: center;
    padding: 25px 0px;
}

.site-branding .site-title,
.site-branding .site-description {
    margin: 0px;
}

.site-branding .site-title {
    font-size: 35px;
    font-weight: 700;
}

.site-branding .site-title a {
    text-decoration: none;
    color: #6f6f6f;
}

/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
a.nav-toggle {
    display: none;
    width: 40px;
    float: right;
    cursor: pointer;
    padding-top: 15px;
}

a.nav-toggle span {
    height: 2px;
    background: #00B0EC;
    display: block;
    margin-bottom: 9px;
}

ul#top-header-menu {
    list-style: none;
    padding: 0;
    margin: 0;
}

ul#top-header-menu a {
    text-decoration: none;
    color: #fff;
    display: inline-block;
    float: right;
    padding: 0px 14px;
    border-right: 2px solid #fff;
}

ul#top-header-menu a:last-child {
    border: 0px;
    padding-right: 0px;
}

.mbl-main-menu-container {
	display: none;
}

header.layout1 .main-navigation {
    display: block;
    float: right;
    width: 75%;
}

header.layout2 .main-navigation {
    width: 100%;
    border: 1px solid #e2e2e2;
    border-left: 0px;
    border-right: 0px;
}

.main-menu-container ul.menu {
    list-style: outside none none;
    margin: 0;
    padding: 0;
}

header.layout1 .main-menu-container ul.menu {
	text-align: right;
}

header.layout2 .main-menu-container ul.menu {
	text-align: center;
}

.main-navigation ul {
    list-style: outside none none;
    margin: 0;
    padding: 0;
}
.main-navigation li {
    float: none;
    position: relative;
    display: inline-block;
    font-family: poppins;
}
.main-navigation li > a {
    color: #464646;
    display: block;
    font-size: 15px;
    line-height: 20px;
    padding: 20px 15px;
    text-decoration: none;
    font-weight: 600;
    transition: all 0.5s ease;
}

.main-navigation li.current-menu-item > a,
.main-navigation li a:hover {
    color: #009687;
}

.main-navigation li.menu-item-has-children > a:after {
    content: "\f0d7";
    font-family: fontawesome;
    padding-left: 5px;
}

.main-navigation ul li ul.sub-menu li:last-child {
    border-bottom: none;
}
.main-navigation ul li ul.sub-menu {
    background: #fff none repeat scroll 0 0;
    border-width: 0 1px 1px;
    margin-top: 25px;
    opacity: 0;
    position: absolute;
    text-align: left;
    top: 100px;
    transition: all 0.4s ease 0s;
    visibility: hidden;
    width: 195px;
    z-index: 9999;
    border-top: 4px solid #00B0EC;
}
.main-navigation ul li ul.sub-menu li {
    float: none;
    display: block;
    border-bottom: 1px solid #00B0EC;
    padding-bottom: 0;
    -webkit-transition: .4s;
    transition: .4s;
}
.main-navigation ul li ul.sub-menu li:last-child {
    border-bottom: none;
}
.main-navigation ul li ul.sub-menu li:hover {
    background: #00B0EC;
}
.main-navigation ul ul li > a {
    font-weight: 600;
    color: #464646;
    padding: 15px 20px;
    text-transform: capitalize;
}
.main-navigation li:hover > .sub-menu {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    top: 75%;
    visibility: visible;
}
header.layout2 .main-navigation li:hover > .sub-menu {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    top: 60%;
    visibility: visible;
}
.main-navigation li li:hover > a {
    color: #fff;
}

.menu-item i.fas.fa-search {
    cursor: pointer;
}

.blz-popup-search {
    visibility: hidden;
    transition: all 0.5s ease;
}

.blz-popup-search.active {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 98;
    background: rgba(0, 176, 236, 0.6);
    color: #fff;
    transition: all 0.5s ease;
    visibility: visible;
}

.blz-popup-search .search-form {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 850px;
}

.blz-popup-search .search-form label {
    width: 100%;
}

.blz-popup-search .search-form input[type="search"] {
    width: 100%;
    background: transparent;
    border: 0px;
    border: 2px solid #ffffff85;
    line-height: 30px;
    background: #e4e4e417;
    padding: 15px 20px;
    font-size: 25px;
    color: #dadada;
}

.blz-popup-search .search-form input[type="search"]::placeholder {
    font-size: 25px;
    color: #dadada;
}

.blz-popup-search .search-form input[type="submit"] {
    display: none;
}

.close-popup-search {
    position: absolute;
    top: 200px;
    right: 100px;
    padding: 4px 10px;
    color: #ffffff;
    cursor: pointer;
    border: 2px solid white;
    border-radius: 50%;
}

/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
	display: block;
}

@media screen and (min-width: 37.5em) {
	.menu-toggle {
		display: none;
	}
	.main-navigation ul {
		display: block;
	}
}


/** Home Section **/

	/** Slider **/
	.blz-main-slider{
		position: relative;
	}

	.blz-main-slider .caption {
	    width: 600px;
	    position: absolute;
	    top: 30%;
	    left: 15%;
	    background: rgba(255, 255, 255, 0.65);
	    padding: 32px;
	    box-shadow: 0px 12px 10px 3px #06060661;
	}

	.blz-slide .caption h2 {
        font-size: 36px;
        text-transform: capitalize;
        margin-bottom: 15px;
        font-weight: 700;
        position: relative;
        padding-bottom: 15px;
    }
    
    .blz-slide .caption h2:after {
        content: "";
        position: absolute;
        height: 4px;
        background: #00b0ec;
        width: 20%;
        left: 0;
        bottom: 0;
    }

	.blz-slide .caption h2 span {
	    color: #00B0EC;
	}

	.blz-slide .caption div {
	    font-size: 16px;
	}

	.blz-main-slider .owl-nav .owl-prev,
	.blz-main-slider .owl-nav .owl-next {
	    position: absolute;
	    top: 50%;
	    font-size: 20px;
	    padding: 8px 20px;
	    color: #00B0EC;
	    background: #fff;
	}

	.blz-main-slider .owl-nav .owl-prev {
		left: 40px;
	}

	.blz-main-slider .owl-nav .owl-next {
		right: 40px;
	}

	.blz-slider-section .owl-dots {
	    position: absolute;
	    left: 50%;
	    bottom: 5%;
	}

	a.blz-btn {
	    text-decoration: none;
	    padding: 10px 16px;
	    display: inline-block;
	    transition: all 0.5s ease;
	}

	a.blz-primary-btn.blz-btn {
	    background: #00B0EC;
	    color: #fff;
	    margin-top: 15px;
	    border: 2px solid #00B0EC;
	}

	a.blz-primary-btn.blz-btn:hover {
	    background: none;
	    color: #00B0EC;
	}

	/** General Section Styles **/
	.section-title-wrap {
	    text-align: center;
	    width: 600px;
	    margin: auto;
	}
    
    .blz-partners-section .section-title-wrap {
    	margin-bottom: 50px;
    }

	#content .blz-container {
	    padding: 70px 0px;
	}

	#content .home-section .blz-container {
	    padding: 80px 0px;
	}
    
    #content .blz-counter-section .blz-container {
        padding: 120px 0px;
    }

	.section-title, .aboutus-section-pgtitle {
	    margin-top: 0;
	    margin-bottom: 16px;
	}
    
    .blz-about-section .section-title-wrap {
        margin-bottom: 45px;
    }

	.section-desc {
		font-size: 17px;
	}

	/** Service Section **/
	section.blz-service-section {
	    background: #fbfbfb;
	}

	.blz-services-wrapper {
	    margin-top: 60px;
	}

	.blz-service {
	    width: 31%;
	    float: left;
	    margin: 0 0.8em;
	    text-align: center;
	    padding: 36px 11px;
	    border: 1px solid #eaeaea;
	    transition: all 0.5s ease;
	    background: #fff;
	}

	.blz-service:hover {
	    -webkit-transform: translateY(-5px);
	    -ms-transform: translateY(-5px);
	    transform: translateY(-5px);
	    -webkit-box-shadow: 0 12px 66px 1px rgba(0,0,0,.06);
    	box-shadow: 0px 0px 32px 0px rgba(122,122,122,0.4);
	}

	.blz-service .service-icon {
	    font-size: 45px;
	    color: #00B0EC;
	}

	.blz-service .service-title {
	    font-weight: 400;
	    margin-bottom: 8px;
	    font-size: 24px;
	}

	.blz-service .service-description {
	    padding: 0px;
	    margin: 0px;
	}

	.cls-height {
	    clear: both;
	    height: 30px;
	}

	/** About Us Section **/
	.blz-about-section .layout1 .about-page-content {
	    width: 50%;
	    padding-right: 55px;
	    display: table-cell;
	    vertical-align: middle;
	}

	.blz-about-section .layout1 .about-feat-image {
	    width: 50%;
	    padding: 60px;
	    display: table-cell;
	    vertical-align: middle;
	}

	.layout1 .aboutus-content-wrap {
	    display: table;
	}

	.layout1 .about-feat-image figure {
	    margin: 0;
	    position: relative;
	    z-index: 0;
	    -webkit-transform: translateY(-5px);
	    -ms-transform: translateY(-5px);
	    transform: translateY(-5px);
	}

	/** Counter Section **/
	.blz-counter-section {
	    background: #00B0EC;
	}

	.blz-counter {
	    width: 25%;
	    float: left;
	    position: relative;
	    line-height: 2.6em;
	}

	.blz-counter span {
	    font-size: 35px;
	    margin-bottom: 20px;
	}

	.blz-counter-section {
	    background: #00B0EC;
	    text-align: center;
	    color: #fff;
	}

	.blz-counter .counter {
	    font-size: 35px;
	    font-weight: 600;
	    padding: 0px;
	    margin: 0px;
	}

	.blz-counter .title {
	    font-size: 22px;
	    font-weight: 500;
	    margin: 0px;
	    padding: 0px;
	    color: #fff;
	}

	/** Portfolio Section **/
	.blz-portfolio-wrap .portfolio-post {
	    width: 31%;
	    margin: 12px;
	}

	.blz-portfolio-wrap .portfolio-content-in {
	    position: relative;
	    overflow: hidden;
	}

	.blz-portfolio-wrap .portfolio-content-in img {
	    width: 100%;
	}

	.portfolio-content-in:after {
	    content: "";
	    position: absolute;
	    top: -100px;
	    left: 0;
	    width: 100%;
	    height: 100%;
	    background: #000;
	    opacity: 0;
	    filter: alpha(opacity=0);
	    z-index: 1;
	    -webkit-transition: all .35s;
	    -o-transition: all .35s;
	    transition: all .35s;
	    -moz-transition: all .35s;
	    -ms-transition: all .35s;
	}

	.portfolio-content-in:hover:after,
	.portfolio-content-in:active:after,
	.portfolio-content-in:focus:after {
		top: 0;
	    opacity: .8;
	    filter: alpha(opacity=80);
	}

	.blz-portfolio-wrap .portfolio-content-in figcaption {
	    position: absolute;
	    width: 100%;
	    height: auto;
	    left: 0;
	    bottom: -20px;
	    -webkit-transform: translateY(0);
	    -ms-transform: translateY(0);
	    -o-transform: translateY(0);
	    transform: translateY(0);
	    z-index: 11;
	    opacity: 0;
	    filter: alpha(opacity=0);
	    text-align: left;
	    -webkit-transition: all .35s;
	    -o-transition: all .35s;
	    transition: all .35s;
	    -moz-transition: all .35s;
	    -ms-transition: all .35s;
	    padding: 25px;
	}

	.portfolio-content-in:hover figcaption,
	.portfolio-content-in:active figcaption,
	.portfolio-content-in:focus figcaption {
	    opacity: 1;
	    filter: alpha(opacity=100);
	    bottom: 0;
	}

	.portfolio-content-in figcaption h3 {
	    margin: 0;
	    padding: 0;
	}

	.portfolio-content-in ul {
	    list-style: none;
	    padding: 0;
	    margin: 0;
	}

	.portfolio-content-in ul li {
	    display: inline-block;
	}

	.portfolio-content-in a {
		text-decoration: none;
	}

	.portfolio-content-in a h3 {
	    color: #fff;
	    margin-bottom: 10px;
	    padding-bottom: 10px;
	    position: relative;
	}

	.portfolio-content-in a h3:before {
	    content: "";
	    position: absolute;
	    bottom: 0;
	    left: 0;
	    height: 2px;
	    background: #ffffff;
	    width: 50px;
	}

	.portfolio-content-in a:hover {
	    color: #00b0ec;
	}

	.blz-portfolio-wrap .portfolio-content-in img.avatar {
	    width: 30px;
	    border-radius: 50%;
	    margin-right: 10px;
	}

	.blz-portfolio-wrap .portfolio-content-in .project-manager {
	    color: #c3c3c3;
	    margin-left: 2px;
	}

	ul.blz-portfolio-filter {
	    margin: 0;
	    padding: 0;
	    list-style: none;
	    text-align: center;
	    margin-top: 40px;
	    margin-bottom: 30px;
	}

	ul.blz-portfolio-filter li {
	    display: inline-block;
	    min-width: 80px;
	    margin-right: 14px;
	    color: #5f5f5f;
	    cursor: pointer;
	    transition: all 0.4s ease 0s;
	    border-radius: 20px;
	    position: relative;
	    padding-bottom: 8px;
	    font-weight: 700;
	}

	ul.blz-portfolio-filter li:hover,
	ul.blz-portfolio-filter li.active {
	    color: #00b0ec;
	}

	ul.blz-portfolio-filter li:hover:before,
	ul.blz-portfolio-filter li.active:before,
	ul.blz-portfolio-filter li:hover:after,
	ul.blz-portfolio-filter li.active:after {
	    width: 25%;
	    background: #00b0ec;
	}

	ul.blz-portfolio-filter li:before,
	ul.blz-portfolio-filter li:before {
	    content: "";
	    position: absolute;
	    height: 2px;
	    background: #5f5f5f;
	    width: 0%;
	    left: calc(50%);
	    bottom: 0;
	    transition: all ease-in 0.3s;
	}

	ul.blz-portfolio-filter li:after,
	ul.blz-portfolio-filter li:after {
	    content: "";
	    position: absolute;
	    height: 2px;
	    background: #5f5f5f;
	    width: 0%;
	    right: calc(50%);
	    bottom: 0;
	    transition: all ease-in 0.3s;
	}

	/** Team Member Slider **/
	.blz-team-section {
		background: #fbfbfb;
	}

	.blz-team-slider {
	    margin-top: 60px;
	}

	.blz-team-member {
	    background: #fff;
	    border: 2px solid #f7f7f7;
	}

	.team-member-img-wrap {
	    position: relative;
	}

	.team-member-img-wrap:before {
	    content: "";
	    position: absolute;
	    width: 100%;
	    height: 100%;
	    left: 0;
	    top: 0;
	    background: rgba(33, 33, 33, 0.33);
        opacity: 0;
	    filter: alpha(opacity=0);
	    -webkit-transition: all .35s;
	    -o-transition: all .35s;
	    transition: all .35s;
	    -moz-transition: all .35s;
	    -ms-transition: all .35s;
	}

	.blz-team-member:hover .team-member-img-wrap:before {
		opacity: .8;
    	filter: alpha(opacity=80);
	}

	.team-details {
	    text-align: center;
	}

	.team-details a {
	    text-decoration: none;
	    color: #404040;
	    transform: translate(350px,0);
	}

	.team-details h3 span {
	    display: block;
	    font-size: 14px;
	    color: #00B0EC;
	    margin-top: 6px;
	    font-weight: 500;
	}

	.team-social-icons {
	    position: absolute;
	    top: 50%;
	    left: 50%;
	    transform: translate(-50%, -100%);
	    text-align: center;
	    width: 100%;
	    visibility: hidden;
	}

	.blz-team-member:hover .team-social-icons {
		visibility: visible;
	}

	.team-social-icons a {
	    font-size: 30px;
	    margin-right: 12px;
	    display: inline-block;
	    color: #fff;
	}

	.team-social-icons a:last-child {
	    margin-right: 0px;
	}

	.owl-theme .owl-controls .owl-page span {
	    background: none repeat scroll 0 0 #869791;
	    border-radius: 20px;
	    display: block;
	    height: 12px;
	    margin: 5px 7px;
	    opacity: 0.5;
	    width: 12px;
	}

	.owl-dots {
	    margin-top: 50px;
	    text-align: center;
	}

	.owl-dot {
	    width: 13px;
	    height: 13px;
	    display: inline-block;
	    border: 2px solid #cecece;
	    margin-right: 7px;
	    border-radius: 50%;
	    background: #cecece;
	}

	.owl-dot:hover, .owl-dot.active {
	    background: #00B0EC;
	    border-color: #00B0EC;
	}

	/** Video Section **/
	.blz-video-section {
		position: relative;
	}

	.blz-video-section:before {
	    content: "";
	    position: absolute;
	    width: 100%;
	    height: 100%;
	    top: 0;
	    left: 0;
	    background: #00000061;
	}

	.blz-vdo-placeholder {
	    width: 49%;
	    float: left;
	    position: relative;
	}

	.blz-vdo-placeholder .blz-video-popup {
	    position: absolute;
	    top: 50%;
	    left: 50%;
	    transform: translate(-50%, -50%);
	    font-size: 50px;
	    color: #00B0EC;
	}

	.blz-vdo-contents {
	    width: 49%;
	    float: right;
	    color: #fff;
	    position: relative;
	}

	.blz-vdo-contents h2 {
	    color: #fff;
	    position: relative;
	    margin: 0;
	    padding-bottom: 20px;
	    margin-bottom: 25px;
	}

	.blz-vdo-contents h2:before {
        content: "";
        position: absolute;
        bottom: 0;
        left: 0;
        height: 3px;
        background: #00b0ec;
        width: 15%;
    }

	.blz-video-section a.blz-primary-btn.blz-btn {
	    margin-top: 35px;
	}

	/** Testimonial Section **/
	.blz-testimonial-slider {
	    margin-top: 50px;
	    position: relative;
	}

	.blz-testimonial-slider.layout1 .client-img {
	    width: 200px;
	    height: 200px;
	    margin: auto;
	    border: 1px solid gainsboro;
	    border-radius: 50%;
	}

	.blz-testimonial-slider.layout1 .client-img img {
	    border-radius: 50%;
	    width: 200px;
	    height: 100%;
	}
	.blz-testimonial-slider.layout1 .blz-testimony {
	    width: 75%;
	    margin: auto;
	    text-align: center;
	    margin-top: 29px;
	}

	.blz-testimonial-slider.layout1 .client-details {
	    text-align: center;
	}

	.blz-testimonial-slider.layout1 .client-details h3 span {
	    display: block;
	    font-size: 16px;
	    color: #00B0EC;
	    font-weight: 600;
	    margin-top: 5px;
	}

	.blz-testimonial-slider.layout1 .owl-prev {
	    position: absolute;
	    top: 15%;
	    left: 25%;
	}

	.blz-testimonial-slider.layout1 .owl-prev,
	.blz-testimonial-slider.layout1 .owl-next {
	    padding: 14px 22px;
	    border: 1px solid #cccccc;
	    border-radius: 50%;
	    color: #8c8c8c;
	}

	.blz-testimonial-slider.layout1 .owl-next {
	    position: absolute;
	    top: 15%;
	    right: 25%;
	}

	.blz-testimonial-slider.layout2 {
		position: relative;
	}

	.blz-testimonial-slider.layout2 .owl-prev,
	.blz-testimonial-slider.layout2 .owl-next {
	    padding: 14px 22px;
	    border: 1px solid #cccccc;
	    border-radius: 50%;
	    color: #8c8c8c;
	}

	.blz-testimonial-slider.layout2 .owl-next {
	    position: absolute;
	    top: 15%;
	    right: -60px;
	}

	.blz-testimonial-slider.layout2 .owl-prev {
	    position: absolute;
	    top: 15%;
	    left: -60px;
	}

	.blz-testimonial-slider.layout2 .blz-client {
        border: 1px solid #f1f1f1;
        padding: 50px;
        transition: all 0.5s ease;
        margin: 25px;
    }

	.blz-testimonial-slider.layout2 .blz-client:hover {
	    -webkit-transform: translateY(-5px);
	    -ms-transform: translateY(-5px);
	    transform: translateY(-5px);
	    -webkit-box-shadow: 0 12px 66px 1px rgba(0,0,0,.06);
	    box-shadow: 0px 0px 32px 0px rgba(122,122,122,0.4);
	}

	.blz-testimonial-slider.layout2 .client-img-details {
	    min-height: 50px;
	    vertical-align: middle;
	    margin-top: 20px;
	}

	.blz-testimonial-slider.layout2 .client-img {
	    width: 50px;
	    height: 50px;
	    border-radius: 50px;
	    float: left;
	}

	.blz-testimonial-slider.layout2 .client-img img {
		border-radius: 50%;
	}

	.blz-testimonial-slider.layout2 .client-details {
	    min-height: 50px;
	    float: left;
	    margin-left: 20px;
	}

	.blz-testimonial-slider.layout2 .client-details h3 {
	    position: relative;
	    color: #000000;
	    font-size: 18px;
	    font-weight: 600;
	    line-height: 1em;
	    margin-bottom: 3px;
	    padding: 0;
	    margin: 0;
	    line-height: 1.3em;
	}

	.blz-testimonial-slider.layout2 .client-details span {
        display: block;
        position: relative;
        color: #00b0ec;
        font-size: 14px;
        font-weight: 500;
    }

	/** Blog Section **/
	.blz-blog-section {
	    background: #fbfbfb;
	}

	.blz-blog-post-wrapper {
	    margin-top: 40px;
	}

	.blz-blog-post {
        width: 31%;
        border: 1px solid #e6e6e6;
        transition: all 0.20s ease;
        float: left;
        margin-right: 40px;
        margin-bottom: 40px;
        background: #fff;
    }

	.blz-blog-post:nth-child(3n) {
	    margin-right: 0px;
	}

	.blz-blog-post:hover {
	    -webkit-transform: translateY(-5px);
	    -ms-transform: translateY(-5px);
	    transform: translateY(-5px);
	    -webkit-box-shadow: 0 12px 66px 1px rgba(0,0,0,.06);
	    box-shadow: 0px 0px 32px 0px rgba(122,122,122,0.4);
    }

	.blog-feat-img {
	    position: relative;
	    margin: 0;
	    padding: 0;
	}

	.blog-feat-img img {
	    width: 100%;
	    margin: 0;
	    padding: 0;
	}

	.blog-feat-img span {
	    position: absolute;
	    top: 0;
	    left: 0;
	}

	.blog-feat-img span i {
	    display: block;
	    float: left;
	    padding: 8px 12px;
	    font-style: normal;
	    font-weight: 700;
	    color: #fff;
	    min-width: 50px;
	    text-transform: uppercase;
	}

	.blog-feat-img span i:first-child {
	    background: #464646;
	}

	.blog-feat-img span i:last-child {
	    background: #00B0EC;
	}

	.blz-blog-post .blog-content {
	    padding: 20px 30px;
	}

	.blz-blog-post .blog-content a {
	    text-decoration: none;
	    color: #404040;
	    transition: all 0.5s ease;
	}

	.blz-blog-post .blog-content a:hover h3 {
	    color: #00B0EC;
	}

	.blz-blog-post .blog-content h3 {
	    margin: 0px;
	    margin-bottom: 10px;
	}

	.blz-blog-post .blog-content p {
	    margin: 0px;
	}

	.blz-blog-post .blog-meta {
	    padding: 20px 30px;
	    position: relative;
	}

	.blz-blog-post .blog-meta:before {
	    content: "";
	    height: 1px;
	    background: #ececec;
	    width: 100%;
	    position: absolute;
	    top: 0;
	    left: 5%;
	    width: 90%;
	    margin: auto;
	}

	.blz-blog-post .blog-meta span {
		display: inline-block;
		width: 50%;
	}

	.blz-blog-post .blog-meta span a {
	    text-decoration: none;
	    transition: all 0.5s ease;
	}

	.blz-blog-post .blog-meta span a:hover {
	    font-weight: 600;
	}

	.blz-blog-post .blog-meta span:first-child {
	    float: left;
	}

	.blz-blog-post .blog-meta span:last-child {
	    float: right;
	    text-align: right;
	}

	/** Partners Slider Section **/
	.blz-partners-slider.owl-carousel .owl-item img {
        display: inline-block;
        transition: all 0.5s ease;
        -webkit-filter: grayscale(100%);
        filter: grayscale(100%);
        opacity: 0.2;
    }

	.blz-partners-slider.owl-carousel .owl-item a:hover > img {
        -webkit-filter: grayscale(0);
        filter: grayscale(0);
        opacity: 1;
    }

	/** Inner Page Header **/
	.blz-inner-page-header {
	    background: #f1f1f1;
	}
    
    .blz-inner-page-header.has-bg {
        background-size: cover;
        background-repeat: no-repeat;
    }
    
    .blz-inner-page-header.has-bg .header-pg-title,
    .blz-inner-page-header.has-bg .header-breadcrumb li,
    .blz-inner-page-header.has-bg .header-breadcrumb li a {
        color: #fff;
    }

	.blz-inner-page-header .blz-container {
	    padding: 60px 0px;
	    text-align: center;
	}

	.blz-inner-page-header .header-pg-title {
	    margin: 0px;
	    color: #00B0EC;
	    margin-bottom: 10px;
	    font-weight: 500;
	    font-size: 36px;
	    -ms-word-wrap: break-word;
	    word-wrap: break-word;
	}

	.header-breadcrumb ul {
	    list-style: none;
	    padding: 0;
	    margin: 0;
	}

	.header-breadcrumb li {
	    display: inline-block;
	    margin-right: 10px;
	    color: #6b6b6b;
	    font-size: 14px;
	}

	.header-breadcrumb li:last-child {
		margin-right: 0;
	} 

	.header-breadcrumb li:after {
	    content: "\f105";
	    padding-left: 10px;
	    font-family: 'fontawesome';
	}

	.header-breadcrumb li:last-child:after{
		display: none;
	}

	.header-breadcrumb li a {
	    text-decoration: none;
	    display: inline-block;
	    color: grey;
	}

	.header-breadcrumb li a:hover {
		color: #00B0EC;
	}

	.header-breadcrumb li.separator {
	    color: #6b6b6b;
	}

	/** Layouts **/

		#primary .entry-content {
		    margin: 0px;
		}
		/** Right Sidebar **/
		.right-sidebar #primary {
		    width: 74%;
		    float: left;
		}
		.right-sidebar #secondary {
		    width: 24%;
		    float: right;
		}

		/** Left Sidebar **/
		.left-sidebar #primary {
			width:  74%;
			float: right;
		}

		.left-sidebar #secondary {
			width:  24%;
			float: left;
		}

		#secondary .widget {
		    margin-bottom: 40px;
		    border: 1px solid #f1f1f1;
		    padding: 20px;
		    border-top: 6px solid #009687;
		}

		#secondary .widget-title {
		    font-size: 22px;
		    font-weight: 600;
		    position: relative;
		    margin: 0 0 25px;
		}

		#secondary .widget_rss .widget-title a {
		    color: #404040;
		}

		#secondary .widget_archive ul,
		#secondary .widget_categories ul,
		#secondary .widget_pages ul,
		#secondary .widget_meta ul,
		#secondary .widget_recent_entries ul,
		#secondary .widget_rss ul,
		#secondary .widget_nav_menu ul,
		#secondary .widget_product_categories ul {
		    list-style: none;
		    padding: 0;
		    margin: 0;
		    padding-left: 25px;
		}

		#secondary .widget_rss li {
		    padding: 20px 0px;
		    border-bottom: 1px solid #f1f1f1;
		}

		#secondary .widget_archive li a,
		#secondary .widget_categories li a,
		#secondary .widget_pages li a,
		#secondary .widget_meta li a,
		#secondary .widget_recent_entries li a,
		#secondary .widget_nav_menu li a,
		#secondary .widget_product_categories li a {
		    padding: 6px 0px;
		    text-decoration: none;
		    color: #5d5d57;
		    display: inline-block;
	        transition: all 0.5s ease;
		}

		#secondary .widget_archive li:first-child a,
		#secondary .widget_categories li:first-child a,
		#secondary .widget_pages li:first-child a,
		#secondary .widget_meta li:first-child a,
		#secondary .widget_recent_entries li:first-child a,
		#secondary .widget_nav_menu li:first-child a,
		#secondary .widget_product_categories li:first-child a {
			padding-top: 0px;
		}

		#secondary .widget_archive li:last-child a,
		#secondary .widget_categories li:last-child a,
		#secondary .widget_pages li:last-child a,
		#secondary .widget_meta li:last-child a,
		#secondary .widget_recent_entries li:last-child a,
		#secondary .widget_nav_menu li:last-child a,
		#secondary .widget_product_categories li:last-child a {
			padding-top: 0px;
		}

		#secondary .widget_archive a:hover,
		#secondary .widget_categories a:hover,
		#secondary .widget_pages a:hover,
		#secondary .widget_meta a:hover,
		#secondary .widget_recent_entries a:hover,
		#secondary .widget_nav_menu a:hover,
		#secondary .widget_product_categories a:hover {
			margin-left: 6px;
		}


		#secondary .widget_rss a {
		    text-decoration: none;
		    color: #00B0EC;
		}

		#secondary .widget_rss span.rss-date {
		    display: block;
		    font-size: 14px;
		    color: #929292;
		}

		#secondary .widget_rss .rssSummary {
		    padding-left: 18px;
		}

		#secondary .widget_rss cite {
		    text-align: right;
		    display: block;
		}

		#secondary .widget_archive a:before,
		#secondary .widget_categories a:before,
		#secondary .widget_pages a:before,
		#secondary .widget_meta a:before,
		#secondary .widget_recent_entries a:before,
		#secondary .widget_product_categories a:before {
		    content: "\f101";
		    font-family: fontawesome;
		    margin-right: 8px;
		}

		#secondary .widget select {
		    width: 100%;
		    padding: 5px;
		}

		#secondary .widget caption {
		    margin-bottom: 10px;
		    color: #00B0EC;
		    font-weight: 600;
		}

		#secondary .widget table {
			border-collapse: collapse;
		}

		#secondary .widget table th,
		#secondary .widget table td {
		    border: 1px solid #eef9ee;
		    text-align: center;
		    background: #fcfffc;
		    padding: 6px;
		}

		#secondary .widget table a {
		    text-decoration: none;
		    color: #00B0EC;
		    font-weight: 700;
		}

		#secondary .widget table a:hover{
			color: #404040;
		}

		#secondary .widget_blaize_contact_info ul.social-links li a {
		    color: #00B0EC;
		    border-color: #00B0EC;
		}

		#secondary .widget_blaize_contact_info ul.social-links li a:hover {
		    color: #ffffff;
		    background: #00B0EC;
		}

		.widget_search .search-form,
		.error-404 .search-form,
		.woocommerce-product-search {
		    width: 100%;
		    height: 35px;
		    position: relative;
		    display: block;
		}

		.widget_search .search-form:before,
		.error-404 .search-form:before,
		.woocommerce-product-search:before {
		    content: '';
		    position: absolute;
		    background: #2d7fc7;
		    right: 0;
		    bottom: 0;
		    top: 0;
		    left: 0;
		    /* z-index: -111; */
		    z-index: 0;
		}

		.widget_search .search-form:after,
		.error-404 .search-form:after,
		.woocommerce-product-search:after {
		    content: "\f002";
		    font-family: FontAwesome;
		    font-size: 15px;
		    color: #fff;
		    top: 50%;
		    transform: translateY(-50%);
		    position: absolute;
		    right: 21px;
		    cursor: pointer;
		    display: block;
		    /* z-index: -11; */
		    z-index: 0;
		}

		#secondary .search-form .search-submit,
		#primary .error-404.not-found .search-form .search-submit,
		.not-found .search-form .search-submit,
		.site-footer .widget_search .search-submit,
		.woocommerce-product-search button {
		    background: transparent;
		    box-shadow: none;
		    color: #fff;
		    font-size: 14px;
		    font-weight: normal;
		    padding: 6px 10px;
		    text-shadow: none;
		    -webkit-transition: all ease 0.6s;
		    -moz-transition: all ease 0.6s;
		    -ms-transition: all ease 0.6s;
		    -o-transition: all ease 0.6s;
		    transition: all ease 0.6s;
		    text-indent: -999rem;
		    position: relative;
		    z-index: 1;
		    outline: 0;
		}

		.widget_search .search-submit,
		.error-404 .search-submit,
		.woocommerce-product-search button {
		    width: 20%;
		    height: 100%;
		}

		.search-form label {
		    width: 80%;
		    height: 100%;
		    float: left;
		    display: block;
		}

		.search-form .search-field {
		    width: 100%;
		    height: 100%;
		    background: #fff;
		    padding: 0px 15px 0px 15px;
		    outline: none;
		    box-shadow: none;
		    border-radius: 0;
		    display: inline-block;
		    position: relative;
		    z-index: 1;
		}

		.woocommerce-product-search .search-field {
		    width: 80%;
		    height: 100%;
		    float: left;
		    background: #fff;
		    padding: 0px 15px 0px 15px;
		    outline: none;
		    box-shadow: none;
		    border-radius: 0;
		    display: block;
		    position: relative;
		}

		.widget_tag_cloud .tagcloud a {
		    text-decoration: none;
		    border: 1px solid #bfbfbf;
		    color: #6f6f6f;
		    padding: 5px 10px;
		    display: inline-block;
		    margin: 4px;
		}

		.widget_tag_cloud .tagcloud a:hover {
		    border-color: #00B0EC;
		    color: #00B0EC;
		}

		.widget_recent_comments ul {
		    margin: 0;
		    list-style: none;
		    padding: 0;
		    margin-left: 12px;
		}

		.widget_recent_comments ul li:before {
		    content: "\f075";
		    font-family: fontawesome;
		    margin-right: 10px;
		    color: #b1b1b1;
		}

		.woocommerce .widget_shopping_cart .buttons a,
		.woocommerce.widget_shopping_cart .buttons a {
		    transition: all 0.5s ease;
		}

	/** Blog Page **/
		/** Large Thumb Layout **/
		.big_thumb_layout article {
		    border-bottom: 1px solid #d2d2d2;
		    padding-bottom: 40px;
		    margin: 0;
		    margin-bottom: 40px;
		}

		.big_thumb_layout .entry-header {
		    position: relative;
		}

		.big_thumb_layout .entry-header a:hover {
			transition: all 0.5s ease;
		}

		.big_thumb_layout .entry-header a:hover{
			opacity: 0.8
		}

		.big_thumb_layout ul.post-categories {
		    margin: 0;
		    padding: 0;
		    list-style: none;
		    position: absolute;
		    top: 20px;
		    left: 20px;
		}


		.big_thumb_layout ul.post-categories a {
		    display: inline-block;
		    padding: 4px 8px;
		    line-height: 22px;
		    margin: 0 0 2px;
		    border-radius: 2px;
		    text-decoration: none;
		    -webkit-box-shadow: 0 0 0 2px transparent, 0 1px 2px rgba(0,0,0,.1) inset;
		    box-shadow: 0 0 0 2px transparent, 0 1px 2px rgba(0,0,0,.1) inset;
		    background-color: rgba(0,0,0,.1);
		    color: #fff;
		}

		.big_thumb_layout ul.post-categories a:hover {
		    background: #00B0EC;
		}

		#primary.big_thumb_layout .entry-content {
		    width: 80%;
		    margin: auto;
		}

		.big_thumb_layout .title-post-metas {
		    text-align: center;
		    margin-bottom: 20px;
		}		

		.big_thumb_layout .entry-title a {
		    text-decoration: none;
		    color: black;
		    transition: all 0.5s ease;
	        -ms-word-wrap: break-word;
			word-wrap: break-word;
		}

		.big_thumb_layout .entry-title a:hover {
		    color: #00B0EC;
		}

		.big_thumb_layout .title-post-metas ul {
		    list-style: none;
		    margin: 0;
		    padding: 0;
		}

		.big_thumb_layout ul.post-metas li {
		    display: inline-block;
		    vertical-align: middle;
		    margin-right: 9px;
		    font-weight: 600;
		}

		.big_thumb_layout ul.post-metas li img {
		    border-radius: 50%;
		    border: 1px solid #d8d8d8;
		}

		.big_thumb_layout ul.post-metas li .comment {
		    position: relative;
		}

		.big_thumb_layout ul.post-metas li .comment span {
		    position: absolute;
		    font-size: 8px;
		    top: -4px;
		    right: -4px;
		    background: #00B0EC;
		    color: #fff;
		    padding: 1px 5px;
		    border-radius: 50%;
		}

		.blz-post-meta-thumb-wrap .post-metas a {
		    text-decoration: none;
		    color: #404040;
		    font-weight: 600;
		}

		/** Classical Layout **/
		.classic_layout .entry-content {
		    border: 0;
		    border-top: 0;
		    background: #f7f9fd;
		}

		.classic_layout .entry-content .title-post-metas {
		    width: 15%;
		    float: left;
		    text-align: center;
		    margin-top: -38px;
		    position: relative;
		    margin-bottom: 30px;
		}

		.classic_layout .entry-content .title-post-metas .pub-date {
		    background: #00b0ec;
		    color: #fff;
		    text-transform: uppercase;
		    width: 80px;
		    padding: 15px;
		    margin: auto;
		}

		.classic_layout .entry-content .title-post-metas .pub-date span.day {
		    font-size: 20px;
		}

		.classic_layout .entry-content .title-post-metas .user {
		    margin-top: 40px;
		    text-align: center;
		    position: relative;
		}

		.classic_layout .entry-content .title-post-metas .user:before {
		    content: "";
		    position: absolute;
		    height: 1px;
		    background: #e0e0e0;
		    width: 40%;
		    bottom: 0;
		    left: 0;
		    margin: auto;
		    right: 0;
		}

		.classic_layout .entry-content .title-post-metas .user * {
			display: block;
			margin: auto;
			text-align: center;
		}

		.classic_layout .entry-content .title-post-metas .user img {
		    border-radius: 50%;
		}

		.classic_layout .entry-content .title-post-metas .user span {
		    font-weight: 600;
		    line-height: 3.5em;
		}

		.classic_layout .entry-content .title-post-metas .comment {
		    margin-top: 15px;
		}

		.classic_layout .entry-content .content {
		    width: 85%;
		    float: right;
		    padding: 25px 40px 40px 0px;
		}

		.classic_layout .entry-title {
			line-height: 1em;
		}

		.classic_layout .entry-title a {
		    text-decoration: none;
		    color: black;
		    transition: all 0.5s ease;
		}

		.classic_layout .entry-title a:hover {
			color: #00B0EC;
		}

		.classic_layout .entry-content .content .cat-tags .cats {
			display: inline-block;
			margin-right: 15px;
		}

		.classic_layout .entry-content .content .cat-tags a {
		    text-decoration: none;
		    color: #464646;
		    transition: all 0.5s ease;
		}

		.classic_layout .entry-content .content .cat-tags a:hover {
		    color: #00b0ec;
		}

		.classic_layout .entry-content .content .cat-tags i {
		    margin-right: 10px;
		}

		.classic_layout article {
		    margin-bottom: 50px;
		}


	/** Single Post **/
		.blz-post-content .post-date {
		    width: 10%;
		    float: left;
		}

		.blz-post-content .post-date span.dt {
		    display: inline-block;
		    line-height: 50px;
		    padding: 8px;
		    height: 64px;
		    font-weight: bold;
		    color: #ffffff;
		    background: #00B0EC;
		}

		.post-metas-content span {
		    padding: 0px 8px;
		    border-right: 1px solid #dadada;
		}

		.post-metas-content span:first-child {
		    padding-left: 0px;
		}

		.post-metas-content span:last-child {
		    border: 0px;
		    padding-right: 0px;
		}

		.post-metas-content span i {
		    color: #00B0EC;
		    display: inline-block;
		    margin-right: 5px;
		}

		.post-metas-content .post-metas {
		    padding-bottom: 15px;
		    position: relative;
		}

		.post-metas-content .post-metas:after {
		    height: 1px;
		    display: inline-block;
		    position: absolute;
		    width: 100%;
		    background: #eaeaea;
		    content: "";
		    bottom: 0;
		    left: 0;
		}

		.post-metas-content .post-metas a {
		    text-decoration: none;
		    color: #404040;
		}

		.post-metas-content .post-metas a:hover {
		    color: #00B0EC;
		}

		.blz-post-content .post-metas-content {
		    float: right;
		    width: 90%;
		}

		.post-metas-content .entry-content {
		    padding-top: 15px;
		}

		.nav-previous a, .nav-next a {
		    text-decoration: none;
		    color: #00B0EC;
		    padding: 8px 25px;
		    /* display: inline-block; */
		    text-align: center;
		    font-weight: 600;
		    font-size: 15px;
		    -ms-word-wrap: break-word;
		    word-wrap: break-word;
		}

		.nav-previous a:before {
		    content: "\f060";
		    font-family: fontawesome;
		    margin-right: 20px;
		}

		.nav-next a:after {
		    content: "\f061";
		    font-family: fontawesome;
		    margin-left: 20px;
		}

		/** Pagination **/
		.pagination .nav-links .page-numbers {
		    background: #00B0EC;
		    padding: 6px 12px;
		    color: #fff;
		    text-decoration: none;
		    border: 1px solid #00B0EC;
		    margin-right: 3px;
		    transition: all 0.5s ease;
		}

		.pagination .nav-links .page-numbers.current,
		.pagination .nav-links .page-numbers:hover {
		    background: none;
		    color: #00B0EC;
		}

		.site-main .post-navigation {
		    border-bottom: 1px solid #e2e2e2;
		    margin-bottom: 0px;
		    padding-bottom: 20px;
		}

		ol.comment-list {
		    margin: 0;
		    padding: 0;
		    list-style: none;
		}

		ol.comment-list ol {
		    list-style: none;
		}

		.comment-body {
		    background: #fbfbfb;
		    padding: 20px;
		    margin-bottom: 20px;
		    border: 1px solid #f3f3f3;
		}

		.comment-list .comment-author {
		    width: 14%;
		    float: left;
		}

		.author-name-comment-meta p {
		    margin: 10px 0;
		}

		.comment-list .comment-author img {
		    width: 100%;
		    border-radius: 50%;
		    border: 2px solid whitesmoke;
		}

		.comment-list .author-name-comment-meta {
		    width: 84%;
		    float: right;
		}

		.comment-list .author-name-comment-meta a {
		    text-decoration: none;
		    color: #00B0EC;
		}

		.comment-data-reply .reply {
		    text-align: right;
		}

		#commentform {
		    width: 80%;
		    margin: auto;
		}

		#commentform input#email, input#author {
		    width: 49%;
		    display: inline-block;
		    margin-bottom: 20px;
		}

		#commentform input#email {
			float: left;
		}

		#commentform input#author {
			float: right;
		}

		#commentform input#url {
			width: 100%;
		}

		#primary.big_thumb_layout .entry-footer {
		    text-align: center;
		}

		a.blaize-readmore-btn {
		    display: inline-block;
		    text-decoration: none;
		    margin-top: 40px;
		    padding: 7px 15px;
		    border: 2px solid #464646;
		    color: #ffffff;
		    transition: all 0.5s ease;
		    background: #464646;
		}

		a.blaize-readmore-btn:hover {
		    background: #00B0EC;
		    border-color: #00B0EC;
		    color: #fff;
		}

	/** Single Portfolio **/
		.portfolio-thumbnail img {
		    width: 100%;
		}

	/** Footer Styles **/
	.footer-top-widgets {
	    background: #191919;
	    padding: 60px 0px;
	}

	.footer-top-widgets .footer-widget {
	    width: 22%;
	    float: left;
	    margin: 0px 18px;
	}

	.footer-widget a, .footer-widget {
	    text-decoration: none;
	    color: #828282;
	}

	.footer-widget .widget-title {
	    margin-top: 0;
	    color: #ffffff;
	    position: relative;
	    padding-bottom: 16px;
	}

	.footer-widget .widget-title:after {
	    content: "";
	    display: inline-block;
	    height: 2px;
	    background: #00B0EC;
	    width: 20%;
	    position: absolute;
	    bottom: 0;
	    left: 0;
	}

	.footer-widget .tnp-widget-minimal input.tnp-email {
	    width: calc(100% - 50px);
	    display: inline-block;
	    border-radius: 0px;
	    height: 40px;
	    line-height: 40px;
	}

	.footer-widget .tnp-widget-minimal input.tnp-submit {
	    width: 50px;
	    height: 39px;
	    text-indent: -999rem;
	    cursor: pointer;
	    position: relative;
	    z-index: 11;
	    background: transparent;
	}

	.footer-widget .tnp-widget-minimal form {
		position: relative;
	}
	.footer-widget .tnp-widget-minimal form:before{
		content: "";
		position: absolute;
		top: 0;
		bottom: 0;
		right: 0;
		width: 50px;
		height: 40px;
		background: #00B0EC;
		z-index: 9;
	}
	.footer-widget .tnp-widget-minimal form:after {
	    position: absolute;
	    content: "\f3fe";
	    font-family: 'Font Awesome\ 5 Brands';
	    top: 50%;
	    transform: translateY(-50%);
	    right: 16px;
	    font-size: 25px;
	    color: #fff;
	    z-index: 10;
	}

	.widget_nav_menu ul.menu {
	    padding: 0;
	    margin: 0;
	    list-style: none;
	}

	.widget_nav_menu ul.menu li {
	    margin-bottom: 8px;
	}

	.widget_nav_menu ul.menu li a:before {
	    content: "\f101";
	    font-family: fontawesome;
	    margin-right: 8px;
	}

	.widget_nav_menu ul.menu li a:hover {
		transition: all 0.5s ease;		
	}

	.widget_nav_menu ul.menu li a:hover {
	    margin-left: 6px;
	}

	/** Contact Info Widget **/
	.widget_blaize_contact_info ul {
	    padding: 0;
	    margin: 0;
	    list-style: none;
	}

	.widget_blaize_contact_info .info-section {
	    margin-bottom: 20px;
	}

	.widget_blaize_contact_info .info-section li {
	    margin-bottom: 21px;
	}

	.widget_blaize_contact_info .info-section i {
	    color: #00B0EC;
	    margin-right: 14px;
	    font-size: 20px;
	    width: 20px;
	}

	.widget_blaize_contact_info ul.social-links {
	    margin-top: 26px;
	}

	.widget_blaize_contact_info ul.social-links li {
	    margin: 0;
	    float: left;
	    padding: 0;
	}

	.widget_blaize_contact_info ul.social-links li a {
        display: inline-block;
        width: 35px;
        height: 34px;
        text-align: center;
        line-height: 30px;
        font-size: 14px;
        margin-right: 10px;
        border: 1px solid #4a4a4a;
        transition: all 0.5s ease;
        color: #7b7b7b;
    }

	.widget_blaize_contact_info ul.social-links li a:hover {
	    background: #4a4a4a;
	    color: #fff;
	}

	/** Bottom Footer **/
	.site-info {
	    background: #060606;
	    color: #a2a2a2;
	}

	.site-info a {
	    text-decoration: none;
	    color: #00B0EC;
	}

	.site-info a:hover {
		text-decoration: underline;
	}

	.site-info .blz-container {
	    padding: 20px 0px;
	    text-align: center;
	}


	/** Extra Styles **/
	a.post-edit-link {
    	text-decoration: none;
	    background: #5f5f5f;
	    padding: 5px 10px;
	    color: #fff;
	    border: 1px solid #545454;
	    transition: all 0.5s ease;
	}

	a.post-edit-link:hover {
	    background: #292929;
	}

	/** Woocommerce Styles **/
	.woocommerce .woocommerce-ordering select {
		padding: 5px;
	}

	.woocommerce ul.products li.product a {
	    color: #404040;
	    transition: all 0.3s ease;
	}

	.woocommerce ul.products li.product .button {
	    background: #00B0EC;
	    color: #fff;
	    border: 2px solid #00B0EC;
	    border-radius: 0px;
	    transition: all 0.3s ease;
	}

	.woocommerce ul.products li.product .button:hover {
	    color: #00B0EC;
	    background: none;
	}

	.woocommerce ul.products li.product .added_to_cart {
	    margin-left: 10px;
	    background: #3a3a3a;
	    padding: 8px 12px;
	    color: #fff;
	    border: 1px solid #3a3a3a;
	}

	.woocommerce ul.products li.product .added_to_cart:after {
	    content: "\f07a";
	    font-family: fontawesome;
	    margin-left: 10px;
	}

	.woocommerce-info {
	    border-top-color: #00B0EC;
	}

	.woocommerce-info a {
	    text-decoration: none;
	    color: #00B0EC;
	}

	.woocommerce-info::before {
		color: #00B0EC;
	}

	.woocommerce-MyAccount-navigation ul {
	    list-style: none;
	    margin: 0px;
	    padding: 0px;
	}

	.woocommerce-MyAccount-navigation ul li a {
	    text-decoration: none;
	    background: #00B0EC;
	    color: #fff;
	    display: inline-block;
	    padding: 10px;
	    min-width: 230px;
	    border-bottom: 1px solid #ffffff;
	    transition: all 0.5s ease;
	}

	.woocommerce-MyAccount-navigation ul li a:hover {
	    background: #349838;
	}

	.woocommerce .woocommerce-error .button,
	.woocommerce .woocommerce-info .button,
	.woocommerce .woocommerce-message .button,
	.woocommerce-page .woocommerce-error .button,
	.woocommerce-page .woocommerce-info .button,
	.woocommerce-page .woocommerce-message .button {
	    background: #00B0EC;
	    color: #fff;
	    border-radius: 0px;
	    border: 1px solid #00B0EC;
	    transition: all 0.3s ease;
	}

	.woocommerce .woocommerce-error .button:hover,
	.woocommerce .woocommerce-info .button:hover,
	.woocommerce .woocommerce-message .button:hover,
	.woocommerce-page .woocommerce-error .button:hover,
	.woocommerce-page .woocommerce-info .button:hover,
	.woocommerce-page .woocommerce-message .button:hover {
	    background: none;
	    color: #00B0EC;
	}

	.woocommerce-MyAccount-navigation ul li.is-active a {
	    background: #349838;
	}

	.woocommerce #respond input#submit,
	.woocommerce a.button,
	.woocommerce button.button,
	.woocommerce input.button,
	.woocommerce #respond input#submit.alt,
	.woocommerce a.button.alt,
	.woocommerce button.button.alt,
	.woocommerce input.button.alt {
	    background: #00B0EC;
	    color: #fff;
	    border-radius: 0px;
	    border: 2px solid #00B0EC;
	}

	.woocommerce #respond input#submit:hover,
	.woocommerce a.button:hover,
	.woocommerce button.button:hover,
	.woocommerce input.button:hover,
	.woocommerce #respond input#submit.alt:hover,
	.woocommerce a.button.alt:hover,
	.woocommerce button.button.alt:hover,
	.woocommerce input.button.alt:hover {
	    background: none;
	    color: #00B0EC;
	}

	.woocommerce .quantity .qty{
		padding: 7px;
	}

	.woocommerce-cart-form__cart-item a {
	    color: #00B0EC;
	    text-decoration: none;
	}

	/** WooCommerce Widgets **/
	.woocommerce ul.cart_list li a,
	.woocommerce ul.product_list_widget li a {
	    font-weight: 400;
	    text-decoration: none;
	}

	.woocommerce .widget_shopping_cart .cart_list li a.remove,
	.woocommerce.widget_shopping_cart .cart_list li a.remove {
	    top: 14px;
	    background: #00B0EC;
	    font-size: 16px;
	    color: #fff !important;
	}

	.woocommerce .widget_shopping_cart .cart_list li:first-child a.remove,
	.woocommerce.widget_shopping_cart .cart_list li:first-child a.remove {
		top: 4px;
	}

	.woocommerce ul.cart_list li img, .woocommerce ul.product_list_widget li img {
	    width: 40px;
	}

	.woocommerce .widget_shopping_cart .cart_list li,
	.woocommerce.widget_shopping_cart .cart_list li,
	.woocommerce ul.cart_list li,
	.woocommerce ul.product_list_widget li {
	    border-bottom: 1px solid #f3f3f3;
	    padding-top: 10px;
	    padding-bottom: 10px;
	}

	.woocommerce .widget_shopping_cart .cart_list li:first-child,
	.woocommerce.widget_shopping_cart .cart_list li:first-child,
	.woocommerce ul.cart_list li:first-child,
	.woocommerce ul.product_list_widget li:first-child {
	    padding-top: 0px;
	}

	.woocommerce .widget_shopping_cart .cart_list li:last-child,
	.woocommerce.widget_shopping_cart .cart_list li:last-child,
	.woocommerce ul.cart_list li:last-child,
	.woocommerce ul.product_list_widget li:last-child {
	    padding-bottom: 0px;
	    border-bottom: 0;
	}

	.woocommerce .widget_shopping_cart .total,
	.woocommerce.widget_shopping_cart .total {
	    padding: 20px 0 0;
	    margin-top: 20px;
	}

	p.woocommerce-mini-cart__buttons.buttons {
	    margin-bottom: 0px;
	}

	/** Preloader **/
	.blz-loader {
	    width: 100%;
	    height: 100%;
	    background: #00B0EC;
        position: fixed;
	    top: 0;
	    left: 0;
	    right: 0;
	    bottom: 0;
	    z-index: 98;
	}

	.blz-loader .loader-inner {
	    position: absolute;
	    top: 50%;
	    left: 50%;
	    transform: translate(-50%, -50%);
	}

	/** Team Post Page **/
	.team-thumbnail {
	    width: 28%;
	    float: left;
	}

	.team-member-name-content {
	    width: 65%;
	    float: right;
	    margin-top: 0px;
	    padding-top: 0;
	}

	.team-thumbnail {
	    width: 33%;
	    float: left;
	}

	.teamin-img-wrap {
	    width: 85%;
	    float: right;
	}

	.teamin-social-icons {
	    width: 15%;
	    float: left;
	}

	.teamin-social-icons a {
	    display: inline-block;
	    width: 100%;
	    text-align: center;
	    background: #00B0EC;
	    padding-top: 10px;
	    padding-bottom: 10px;
	    border-bottom: 1px solid #fff;
	    color: #fff;
	}

	h2.teamin-name {
	    font-size: 24px;
	    margin-top: 0px;
	}

	.teamin-name span {
	    display: block;
	    font-size: 14px;
	    font-weight: 500;
	    color: #00B0EC;
	}

	/** 404 error Page **/
	.error-404.not-found {
	    text-align: center;
	    margin-bottom: 50px;
	}

	.error-404 .search-form {
	    width: 400px;
	    margin: auto;
	}