/*
	Theme Name: Sanax
	Theme URI: http://erathemes.com/demo/wp/sanax/
	Description: Sanax - Business WordPress Theme
	Author: Erathemes
	Author URI: http://themeforest.net/user/erathemes
	Version: 1.3.1
	Tags: threaded-comments, theme-options, sticky-post, full-width-template, flexible-header, featured-images, custom-menu, custom-header, custom-colors, custom-background
	Text Domain: sanax
	License: GNU General Public License
	License URI: license.txt
*/

/*
	## Theme
	
	## Global
		- Set Margin
		- Set Padding
		- Overlay
		- Site Layout
		- Bootstrap Custom
		- Site Logo
		- Default Navigation
		- Sticky Navigation

	## Wordpress Needs
		- Alignments
		- Media
		- Captions
		- Galleries
		- Table
		- Comments
		- About Author
		- Password Form
		- Post Navigation
		- Pagination
		- Page Header
		- Breadcrumb
		- Page Links

	## Widgets
		- SelectBox Dropdown Arrow Setting
		- Search Page
		- Widget: Search
		- Widget: RecentPost
		- Widget: Categories & Archives
		- Widget: Text
		- Widget: TagCloud
		- Widget: Calendar
		- Widget: Pages	
		- Widget: Recent Comments
		- Widget: RSS
		- Widget: RecentEntries
		- Widget: NavMenu
		- Widget: Breadcrumb Navxt	
		- Widget: Social Icons

	## Blog
		- Post Formats
		- Entry Content
		- Sticky Posts
		- Entry Title
		- Entry Meta
		- Modal Popup

	## Woocommerce
		- WooCommerce ShopTable
		- WooCommerce Order Received
		- Grid
		- Widgets
		- Recent Product Carousel
		- Product Categories
		- Price Filter		
		- Products
		- Top Rated Products
		- Product List
		- Product Search
		- Woocommerce Pagination
		
	- Single Product
		- Page Title
		- Title
		- Star Rating
		- Price
		- Button
		- Sale Flash
		- Review Form
		- Variations
		- Tab
		- Wishlist Button
		- Woocommerce Form
		- WooCommerce Checkout Couponform
		- Upsells Products
		- Top Menu
		- My Account
		- Woocommerce Account
	
	## OW Navigatio
		- Navigation Menu
		- Nav Header
		- Nav Items

	## Responsive:
		- Res. Max Width 1200px
		- Res. Min Width 992px
		- Min Width: 992 to Max Width: 1199
		- Res. Max Width 991px	
		- Min Width: 768 to Max Width: 991
		- Res. Max Width 767px
		- Res. Min Width 768px
		- Res. Max Width 600px
		- Res. Max Width 500px
		- Res. Max Width 479px
		- Res. Max Width 400px
*/

/*  ## Theme
- - - - - - - - - - - - - - - - - - - - */
img {
	max-width: 100%;
	height: auto;
}
a:active,
a:focus,
a:hover {
	outline: 0 none !important;	
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
   opacity: 1;
}

body .vc_row {
	margin-left: 0 !important;
	margin-right: 0 !important;
	font-size: 8px !important;
}
body .vc_column_container >.vc_column-inner {
	padding-left: 0 !important;
	padding-right: 0 !important;
}
body .vc_row-has-fill + .vc_row > .vc_column_container > .vc_column-inner,
body .vc_row-has-fill > .vc_column_container > .vc_column-inner{
	padding-top: 0;
}

h1,h2,h3,h4,h5,h6,p,a,li,span {
	word-wrap: break-word;
	color: #333;
}

h1 {
	line-height: 46px;
}
h2 {
	line-height: 40px;
}
h3 {
	line-height: 32px;
}
h4 {
	font-size: 18px;
	line-height: 26px;
}
h5 {
	font-size: 16px;
	line-height: 23px;
}
h6 {
	font-size: 14px;
	line-height: 20px;
}
address,ol,ul,li,dd,dt {
	line-height: 23px;
}

/*  ## Global 
- - - - - - - - - - - - - - - - - - - - */
/* - Set Margin */
.no-margin {
	margin: 0;
}
.no-left-margin {
	margin-left: 0;
}
.no-right-margin {
	margin-right: 0;
}
.no-top-margin {
	margin-top: 0;
}
.no-bottom-margin {
	margin-bottom: 0;
}

/* - Set Padding */
.no-padding {
	padding: 0;
}
.no-left-padding {
	padding-left: 0;
}
.no-right-padding {
	padding-right: 0;
}
.no-top-padding {
	padding-top: 0;
}
.no-bottom-padding {
	padding-bottom: 0;
}

.wpb_button, .wpb_content_element,
ul.wpb_thumbnails-fluid > li {
    margin-bottom: 0 !important;
}

/* - Overlay */
rs-sbg:before {
	background-image: url("images/gridtile.png");
	background-repeat: repeat;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 21;
	content: "";
}

.sanax-notices {
    margin: 10px;
}

/* - Site Layout */
.site-main.page_spacing {
	padding: 50px 0;
}
.site-main .full-content {
	padding: 0;
}

/* - Bootstrap Custom */
.container {
    max-width: 100%;
}

.owclearfix::before,
.owclearfix::after {
	content: " ";
	display: table;
}
.owclearfix::after {
	clear: both;
}
.owpull-left {
	float: left;
}
.owpull-right {
	float: right;
}

.owclearfix-cnt2::before,
.owclearfix-cnt2::after {
	content: " ";
	display: table;
}
.owclearfix-cnt2::after {
	clear: both;
}

.owclearfix-cnt3::before,
.owclearfix-cnt3::after {
	content: " ";
	display: table;
}
.owclearfix-cnt3::after {
	clear: both;
}

/* - Site Logo */
.site-logo {
	padding-bottom: 10px;
}

.navbar-fixed-top .site-logo {
	padding-top: 6px;
}

.image-logo > img {
	margin-top: 10px;
	max-height: 70px;
	max-width: 139px;
}
.navbar-fixed-top .image-logo > img {
	margin-top: 0;
	max-height: 65px;
}

.site-title {
	color: #fff;
	font-size: 34px;
	font-weight: 400;
	position: relative;
	text-transform: uppercase;
	line-height: normal;
	display: inline-block;
	margin-top: 12px;
}
.site-title,
.custom-txt {
	color: #fff;
	font-size: 34px;
	font-weight: 400;
	line-height: 20px;
	padding: 15px 0;
	position: relative;
	text-transform: uppercase;
	display: inline-block;
	padding-bottom: 0;
}
.site-title:hover,
.site-title:focus,
.custom-txt:hover,
.custom-txt:focus {
	color: #fff;
	text-decoration: none;
	outline: 0 none;
}
.site-title span,
.custom-txt span {
	display: block;
	font-size: 14px;
	color: #20c1f8;
	font-weight: bold;
	margin: 8px 0 0 0;
	letter-spacing: 5px;
}

/* - Default Navigation */
.site-header.navbar-fixed-top {
	/*background-color: #000;
	opacity: 0.4 !important;*/
	min-height: 70px;
}
.site-header.menu-absolute:not(.navbar-fixed-top) {
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
	left: 0;
	position: absolute;
	right: 0;
	z-index: 99;
	padding-top: 28px;
}
.site-header.menu-default {
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
	background-color: #555;
	min-height: 75px;
}

/* - Sticky Navigation */
.sticky-nav {
    background-color: rgba(255, 255, 255, 0.97);
    opacity: 1;
    top: 0;
    left: 0;
    right: 0;
	z-index: 1;
    border-bottom: 1px solid #eee;
	display: block;
	position: fixed;
}

body.admin-bar .site-header.navbar-fixed-top {
    margin-top: 32px;
}
.sidebar-1 .vc_row {
	margin: 0;
}
.sidebar-1  .vc_column_container > .vc_column-inner {
	padding: 0;
}

/*  ## Wordpress Needs
- - - - - - - - - - - - - - - - - - - - */
.screen-reader-text {
	visibility: hidden;
	display: none;
}

/* - Alignments */
.alignleft {
    display: inline;
    float: left;
}
.alignright {
    display: inline;
    float: right;
}
.aligncenter {
    display: block;
    margin-right: auto;
    margin-left: auto;
}

blockquote.alignleft,
.wp-caption.alignleft,
img.alignleft {
    margin: 0.4em 1.6em 1.6em 0;
}
blockquote.alignright,
.wp-caption.alignright,
img.alignright {
    margin: 0.4em 0 1.6em 1.6em;
}
blockquote.aligncenter,
.wp-caption.aligncenter,
img.aligncenter {
    clear: both;
    margin-top: 0.4em;
    margin-bottom: 1.6em;
}
.wp-caption.alignleft,
.wp-caption.alignright,
.wp-caption.aligncenter {
    margin-bottom: 1.2em;
}

/* - Media */
.site .avatar {
	border-radius: 50%;
}
.page-content img.wp-smiley,
.entry-content img.wp-smiley,
.comment-content img.wp-smiley {
	border: none;
	margin-top: 0;
	margin-bottom: 0;
	padding: 0;
}
audio,
canvas {
	display: inline-block;
}
embed,
iframe,
object,
video {
	max-width: 100%;
	vertical-align: middle;
	border: 0 none;
	width: 100%;
}
p > embed,
p > iframe,
p > object,
p > video {
	margin-bottom: 0;
}
.wp-audio-shortcode,
.wp-video,
.wp-playlist.wp-audio-playlist {
	font-size: 15px;
	font-size: 1.5rem;
	margin-top: 0;
	margin-bottom: 1.6em;
}
.wp-playlist.wp-playlist {
	padding-bottom: 0;
}
.wp-playlist .wp-playlist-tracks {
	margin-top: 0;
}
.wp-playlist-item .wp-playlist-caption {
	border-bottom: 0;
	padding: 10px 0;
}
.wp-playlist-item .wp-playlist-item-length {
	top: 10px;
}

/* - Captions */
.wp-caption {
	margin-bottom: 1.6em;
	max-width: 100%;
}
.wp-caption img[class*="wp-image-"] {
	display: block;
	margin: 0;
}
.wp-caption-text {
	color: #707070;
	color: rgba(51, 51, 51, 0.7);
	font-family: "Noto Sans", sans-serif;
	font-size: 12px;
	font-size: 1.2rem;
	line-height: 1.5;
	padding: 0.5em 0;
}

/* - Galleries */
.gallery {
	margin-bottom: 1.6em;
}
.gallery-item {
	display: inline-block;
	padding: 1.79104477%;
	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-icon img {
	margin: 0 auto;
}
.gallery-caption {
	color: #707070;
	color: rgba(51, 51, 51, 0.7);
	display: block;
	font-family: "Noto Sans", sans-serif;
	font-size: 12px;
	font-size: 1.2rem;
	line-height: 1.5;
	padding: 0.5em 0;
}
.gallery-columns-6 .gallery-caption,
.gallery-columns-7 .gallery-caption,
.gallery-columns-8 .gallery-caption,
.gallery-columns-9 .gallery-caption {
	display: none;
}

/* - Table */
table {
	border-collapse: separate;
	border-spacing: 0;
	border-width: 1px 0 0 1px;
	margin: 0 0 1.6em;
	table-layout: fixed;
	width: 100%;
}
table, th, td {
	border: 1px solid hsla(0, 0%, 20%, 0.1);
}
table {
	border-collapse: separate;
	border-spacing: 0;
}
th, td {
	padding: 0.4em;
}
th {
	border-width: 0 1px 1px 0;
	font-weight: 700;
}

/* - Comments */
.comments-area {
	display: inline-block;
	width: 100%;
}
.comments-title,
.comment-reply-title {   
	color: #000;
	font-size: 18px;
	line-height: 26px;
	font-weight: 600;
	margin: 0;
	text-transform: uppercase;
	padding: 15px 0;
}
.comment-list {
    list-style: none;
    margin: 0;
	padding-left: 0;
}
.comment-body {
	position: relative;
}
.comment-list > li.depth-1 {
	padding-left: 0;
}
.comments-area .comment-form-author,
.comments-area .comment-form-email,
.comments-area .comment-form-url {
    float: left;
    margin-right: 16.5px;
    width: 32%;
}
.comments-area .comment-form-url {
    margin-right: 0;
}
.comments-area h3 {
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 400;
    color: #4c4c4c;
}
.comments-area .comments-line {
    width: 100%;
    border: 1px solid #c7c7c7;
    padding: 15px;
    font-size: 14px;
    font-style: italic;
    outline: none;
    margin-bottom: 20px;
}
.comments-area .comments-area {
    resize: none;
    height: 202px;
}
.comments-area p.form-submit {
    float: right;
    margin-right: 15px;
    text-align: right;	
}
.form-submit input[type="submit"] {
	background-color: transparent;
	-webkit-box-shadow: none;
	-webkit-appearance: none;
	box-shadow: none;
	text-transform: uppercase;
	border: none;
}
.comment-form input[type="text"]:focus,
.comment-form input[type="url"]:focus,
.comment-form input[type="email"]:focus,
.comment-form textarea:focus {
    border-color: #c7c7c7;
	border: 1px solid #c7c7c7;
}
.comment-author.vcard {
    display: inline;
}
.comment-awaiting-moderation,
.comment-metadata,
.comment-author,
.comment-content {
	padding-left: 105px;
}
.comments-area .comment .comment-image {
    float: left;
    margin-left: -100px;
}
.comments-area .commentlist li {
    list-style: none;
}
.comments-area .commentlist ul {
    margin-left: 70px;
}
.comments-area .comment .comment-info {
    display: block;
    margin-bottom: 10px;
    font-size: 16px;
}
.comments-area .comment .comment-info span {
    float: right;
    font-size: 13px;
    color: #a3a2a2;
}
.comments-area .comment p {
    color: #858585;
    font-size: 14px;
    font-weight: 400;
	text-transform: capitalize;
}
.comments-area .commentlist {
    margin-bottom: 60px;
    padding: 0;
}
.comment-meta {
    background: none repeat scroll 0 0 transparent;
    color: indigo;
    padding: 0;
    text-align: left;
}
.comments-area > :last-child {
    margin-bottom: 0;
}
.comments-area .children {
	margin: 0 0 0 15px;
	padding-left: 15px;
	list-style: none;
}
.comment-list article,
.comment-list .pingback,
.comment-list .trackback {
    border-top: 1px solid #ccc;
    border-top: 1px solid #ccc;
    padding: 30px 0;
}
.comment-list .children > li {
    padding-left: 0.5em;
}
.comments-area .children .comment:last-of-type {
	margin-bottom: 0;
	padding-bottom: 0;
}
.comment-author {
    color: #707070;
    color: rgba(51, 51, 51, 0.7);
    margin-bottom: 0.4em;
}
.comment-author .avatar {
	left: 0;
	margin-right: 20px;
	max-width: 80px;
	position: absolute;
	top: 30px;
}
.comment-author .fn {
	text-transform: capitalize;
}
.comment-author .fn  a.url {	
	color: #525252;
	text-transform: capitalize;
	font-weight: 500;
	line-height: 22px;
	margin-bottom: 0;
	font-size: 16px;
	display: inline-block;
}
.comment-author .says {
	font-size: 14px;
}
.comment-metadata,
.pingback .edit-link {
    color: #858585;
    font-size: 14px;
}
.comment-metadata a,
.pingback .edit-link a {
    color: #858585;
	font-size: 13px;
}
.comments-area .comment .comment-meta .comment-awaiting-moderation {
	margin-top: 0;
	min-height: auto;
	text-align: left;
	text-transform: inherit;
}
.comment-metadata a:hover,
.comment-metadata a:focus,
.pingback .edit-link a:hover,
.pingback .edit-link a:focus {
    color: #333;
}
.comments-area label {
    min-width: 100px;
}
.comment-metadata .edit-link {
    margin-left: 1em;
}
.pingback .edit-link {
    margin-left: 1em;
}
.pingback .edit-link:before {
    top: 5px;
}
.comment-content li > ul,
.comment-content li > ol {
    margin-bottom: 0;
}
.comment-content > :last-child {
    margin-bottom: 0;
}
.comment-list .reply a {
    color: #21c2f8 ;
    display: inline-block;
    font-weight: 700;
    line-height: 1;
	text-decoration: none;
    text-transform: uppercase;
	padding-top: 8px;
	padding-bottom: 4px;
}
.comment-list .reply a:hover,
.comment-list .reply a:focus {
    border-color: #333;
    color: #333;
    outline: 0;
}
.comment-form label {
    color: #707070;
    font-size: 1.2rem;
    font-weight: 700;
    display: block;
    letter-spacing: 0.04em;
    line-height: 1.5;
    text-transform: uppercase;
}
.comment-form input[type="text"],
.comment-form input[type="email"],
.comment-form input[type="url"],
.comment-form textarea {
    border: 1px solid #c7c7c7;
    font-size: 15px;
    font-style: italic;
    margin-bottom: 15px;
    padding: 15px;
    height: auto;
    width: 100%;
	-webkit-box-shadow: none;
	-webkit-appearance: none;
	box-shadow: none;
}
.comment-notes,
.comment-awaiting-moderation,
.logged-in-as,
.form-allowed-tags {
    color: #858585;
    font-size: 14px;
    line-height: 20px;
}
.logged-in-as a {
	text-decoration: none;
	color: #858585;
}
.no-comments {
    border-top: 1px solid #eaeaea;
    border-top: 1px solid #eaeaea;
    color: #858585;
    font-weight: 600;
    padding-top: 1.6em;
}
.comment-navigation + .no-comments {
    border-top: 0;
}
.form-allowed-tags code {
    font-family: Inconsolata, monospace;
    white-space: normal;
}
.form-submit {
    margin-bottom: 0;
}
.required {
    color: #c0392b;
}
.comment-reply-title small {
    font-size: 100%;
}
.comment-reply-title small a {
    border: 0;
    float: right;
    height: 32px;
    overflow: hidden;
    width: 26px;
}
.comment-reply-title small a:before {
    content: "\f405";
    font-size: 32px;
    position: relative;
    top: -3px;
}
.comment-content li > ul,
.comment-content li > ol {
    margin-bottom: 0;
}
.comment-content > :last-child {
    margin-bottom: 0;
}
.comments-area .comment-list .children .depth-4 .comment-form-author,
.comments-area .comment-list .children .depth-4 .comment-form-email,
.comments-area .comment-list .children .depth-4 .comment-form-url {
	width: 100%;
	padding: 5px 0;
}

/* - About Author */
.author-block {
	margin-bottom: 20px;
	margin-top: 30px;
}
.author-box {
	position: relative;
	padding-left: 155px;
}
.author-box  img {
	position: absolute;
	left: 0;
	top: 0;
}
.author-box h5 {
	text-transform: uppercase;
	margin-top: 0;
	font-size: 22px;
	line-height: 30px;
	font-weight: 500;
}
.about-author p {
	color: #777777;
	font-size: 13px;
	font-style: italic;
	line-height: 24px;
	letter-spacing: -0.13px;
	margin-bottom: 0;
}

/* - Password Form */
.post-password-form {
	position: relative;
}
article[class*="type-"] .entry-content .post-password-form p {
	margin-top: 0;
}
.post-password-form label {
	color: #000;
	display: block;
	font-size: 12px;
	font-weight: 700;
	line-height: 30px;
	text-transform: uppercase;	
}
.post-password-form input[type="submit"] {
	transition: all 1s ease 0s;
	-webkit-transition: all 1s ease 0s;
	-moz-transition: all 1s ease 0s;
	background-color: #20c1f8;	
	border: none;
    bottom: 0;
    color: #ffffff;
    padding: 5px 30px;
    position: relative;
	outline: none;
	height: 40px;
	margin-top: 10px;
}
.post-password-form input[type="password"] {
	border: 1px solid #000;
    font-size: 14px;
    padding: 10px 60px 10px 10px;
    width: 100%;
	outline: none;
	height: 40px;
}
.post-password-form input[type="submit"]:hover {
	background-color: rgb(34, 34, 34);
	background-color: #222;
	color: #fff;
}

/* - Post Navigation */
.post-navigation {
	background-color: #fff;
	margin-top: 20px;
	margin-bottom: 20px;
	font-weight: 600;
	position: relative;
	display: inline-block;
	width: 100%;
}
.post-navigation a {
    display: block;
    text-decoration: none;
}
.post-navigation .nav-previous a:hover::before,
.post-navigation .nav-next a:hover::after,
.post-navigation a:hover span {
	color: #20c1f8;
}
.post-navigation span {
	display: block;
}
.post-navigation .meta-nav {
	color: #000;
	font-size: 15px;
	line-height: 22px;
	margin-bottom: 0;
	position: relative;
	z-index: 2;
}
.post-navigation .post-title {
	color: #333;
	font-size: 15px;
	line-height: 22px;
	position: relative;
	text-transform: capitalize;
	z-index: 2;
	font-weight: 500;
}
.post-navigation .nav-previous {
    float: left;
    text-align: left;
    width: 48%;
	position: relative;
	padding-left: 20px;
}
.post-navigation .nav-previous a::before {
	content: "\f104";	
	left: 0;
}
.post-navigation .nav-next {
    float: right;
    text-align: right;
    width: 50%;
	position: relative;
	padding-right: 20px;
}
.post-navigation .nav-next a::after {
	content: "\f105";	
	right: 0;
}
.post-navigation .nav-next a::after,
.post-navigation .nav-previous a::before {
	font-family: "FontAwesome";
	font-size: 28px;
	color: #000;
	position: absolute;
	top: 0;
}

/* - Pagination */
.pagination {
    display: inline-block;
    width: 100%;
	text-align: left;
	position: relative !important;
	margin-top: 40px;
}
.pagination .nav-links .page-numbers {
	background-color: transparent;
	border: 1px solid #20c1f8;
	border-radius: 0;
	color: #232323;
	font-size: 14px;
	font-weight: 500;
	line-height: 38px;
	position: relative;
	text-align: center;
	transition: all 1s ease 0s;
	padding: 1px 18px 0;
	text-transform: capitalize;
	display: inline-block;
	margin: 0 3px;
	text-decoration: none;
	font-family: 'Lato', sans-serif;
}
.pagination .nav-links .page-numbers.current{
	color: #fff;
	background-color: #20c1f8;
}
.pagination .nav-links .page-numbers.current:hover {
	color: #fff;
}
.pagination .nav-links .page-numbers:hover,
.pagination .nav-links .page-numbers:focus {	
	background-color: #20c1f8;
	color: #fff;
}

/* - Page Header */
.page-banner {
	background-size: cover;
	background-attachment: fixed;
	min-height: 310px;
	text-align: center;
	position: relative;
	background-color: #666;
}
.section-overlay {
	background-color: rgba(0, 0, 0, 0.6);
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
}
.page-header,
.post-header {
	margin: 0;
	border: 0 none;
	position: relative;
	z-index: 1;
	padding: 0;
}
.full-page-header {
	margin-bottom: 80px;
}

.page-heading {	
	max-width: 1170px;
	margin: 0 auto;	
	padding: 0 !important;
	position: absolute;
	right: 0;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	width: 100%;
}
.page-title {
	color: #fff;
	text-transform: none;
	letter-spacing: 6px;
	font-size: 40px;
	text-transform: uppercase;
	margin: 0;
	font-size: 30px;
}
.woocommerce .page-heading .page-title {
	margin-bottom: 0;
}
.page-title h3 {
	color: #fff;
	font-size: 26px;
	font-weight: 300;
	letter-spacing: 2px;
	margin: 0 0 20px;
	line-height: 36px;
	text-align: center;
	text-transform: uppercase;
	display: inline-block;
	width: 100%;	
	max-height: 117px;
	padding-bottom: 25px;
	overflow: hidden;
	position: relative
}
.page-title h3::before {
	position: absolute;
	content: "";
	left: 0;
	right: 0;
	width: 32px;
	height: 5px;
	background-color: #20c1f8;
	bottom: 0;
	margin: 0 auto;
	z-index: 1;
}
.page-title h3::after {
	position: absolute;
	content: "";
	left: 0;
	right: 0;
	width: 100px;
	height: 1px;
	background-color: #fff;
	bottom: 2px;
	margin: 0 auto;
}
.page-subtitle {
	display: block;
	font-size: 14px;
	line-height: 20px;
	color: #fff;
}

/* - Breadcrumb */
.page-banner .breadcrumb {
	background-color: transparent;
	color: #fff;
	margin-bottom: 0;
}
.page-banner .breadcrumb a,
.page-banner .breadcrumb span {
	color: #fff;
	text-transform: uppercase;
	margin: 0 2px;
}
.page-banner .breadcrumb > span:last-of-type span {
	color: #21c2f8;
}

/* - Page Links */
.entry-content .page-links a span {
	line-height: normal;
	font-size: 14px;
}
.entry-content .page-links-title {
	margin-right: 10px;
}
.entry-content .page-links a,
.entry-content .page-links > span:not(.screen-reader-text):not(.page-links-title) {
	background-color: transparent;
	border: 1px solid #20c1f8;
	border-radius: 0;
	color: #232323;
	font-size: 14px;
	font-weight: 500;
	line-height: 38px;
	position: relative;
	text-align: center;
	transition: all 1s ease 0s;
	padding: 1px 18px 0;
	text-transform: capitalize;
	display: inline-block;
	margin: 0 3px;
	text-decoration: none;
	font-family: 'Lato', sans-serif;
}
.entry-content .page-links a:hover {
	background-color: #20c1f8;
}
.entry-content .page-links a:hover span {
	color: #fff;
}
.entry-content .page-links > span:not(.screen-reader-text):not(.page-links-title) {
	display: inline-block;
}
.entry-content .page-links > span:not(.screen-reader-text):not(.page-links-title) {
	color: #fff;
	background-color: #20c1f8;
}

/*  ## Widgets
- - - - - - - - - - - - - - - - - - - - */
/* - SelectBox Dropdown Arrow Setting */
.select_box {
	position: relative;
}
.select_box::before {
	position: absolute;
	content: "\f107";
	font-family: "FontAwesome";
	width: 22px;
	line-height: 40px;
	text-align: center;
	background-color: #20c1f8;
	top: 0;
	bottom: 0;
	right: 0;
	color: #fff;
}
.woocommerce select,
.widget select {
	width: 100%;
	padding: 0 10px;
	height: 40px;
	max-width: 100%;
	border: 1px solid #ddd;
	background-color: transparent;
	box-shadow: none;
	-moz-appearance: none!important; 
	-webkit-appearance: none!important; 
	cursor: pointer;
	position: relative;
	z-index: 2;
	color: #777;
	border-radius: 0;
	outline: none;
}
.woocommerce select::-ms-expand {
	display: none;
}
.widget select::-ms-expand {
    display: none;
}
.widget select option,
.widget select:active,
.widget select:focus {
	outline: none !important;
}
.woocommerce select option,
.widget select option {
	margin-bottom: 2px;
	color: #999;
	font-size: 14px;
	text-transform:  capitalize;
}
.woocommerce div.product p.stock {
	color: #000;
}
.woocommerce-message {
	border-color: #20c1f8;
}
.woocommerce-message::before {
	color: #20c1f8;
}

/* - Search Page */
.search .page-title {
	color: #000000;
    font-size: 24px;
    font-weight: 400;
    letter-spacing: 0;
    line-height: 35px;
    margin-bottom: 10px;
    text-transform: capitalize;
}
.page_search .searchform .form-control {
	background-color: transparent;
	border-radius: 0;
	border: none;
	border-color: #d9d9d9;
	box-shadow: none;
    color: #333;
    font-size: 14px;
    font-weight: 500;
    padding: 12px 22px;    
	-webkit-box-shadow: none;
	-webkit-appearance: none;
	box-shadow: none;	
	height: 45px;
	outline: none;
	border: none;
}
.page_search .searchform  .input-group {
	border: 1px solid #e8e8e8;
	background-color: transparent;
}
.page_search .searchform  .input-group .btn {
	padding: 6px 17px;
	background-color: transparent;
	color: #777777;	
	border: none;
	border-radius: 0;
	-webkit-box-shadow: none;
	-webkit-appearance: none;
	box-shadow: none;
	font-size: 18px;
}
.page_search .searchform  .input-group .btn > i {
	width: auto;
	height: auto;
	vertical-align: baseline;
	margin-left: 0;
	line-height: normal;
}
.page_search .searchform  .input-group .form-control::-webkit-input-placeholder {
	color: #333;
}
.widget_search .input-group .form-control:-moz-placeholder { 
	color: #333;
}
.widget_search .input-group .form-control::-moz-placeholder { 
	color: #333;
}
.widget_search .input-group .form-control:-ms-input-placeholder {  
	color: #333;
}

/* - Widget */
.widget {
	margin-bottom: 30px;
	display: inline-block;
	width: 100%;
	font-family: "Lato",sans-serif;
}
.widget > ul:first-of-type {
	padding-left: 0;
}
.widget ul {
	list-style: none;
	color: #999;
	font-size: 14px;
	margin: 0;
}
.widget ul li {
	margin-bottom: 10px;
}
 .widget ul > li:last-child  {
	margin-bottom: 0;
}
.widget ul li > a {
	color: #999;
	font-size: 14px;
	position: relative;
	padding-left: 15px;
	font-family: "Lato",sans-serif;
	word-wrap: break-word;
}
.widget ul > li:last-child > a {
	margin-bottom: 0;
}
.widget ul li > a::before {
	background-color: #36c8f9;
	border-radius: 50%;
	color: #da2e3e;
	content: "";
	font-weight: 700;
	height: 5px;
	left: 0;
	overflow: hidden;
	position: absolute;
	top: 8px;
	width: 5px;
}
.widget ul li > a:hover {
	color: #20c1f8;
	text-decoration: none;
}
.widget-title {
	text-transform: uppercase;
    color: #20c1f8;
    font-size: 14px;
	line-height: 20px;
    margin: 0px;
    font-weight: 700;
    padding-bottom: 10px;
}

/* - Widget: Search */
.widget_search .input-group {
	border: 1px solid #e8e8e8;
	background-color: transparent;
}
.widget_search .input-group .form-control {
	background-color: transparent;
	border-radius: 0;
	border: none;
	border-color: #d9d9d9;
	box-shadow: none;
    color: #333;
    font-size: 14px;
    font-weight: 500;
    padding: 12px 22px;    
	-webkit-box-shadow: none;
	-webkit-appearance: none;
	box-shadow: none;	
	height: 45px;
	outline: none;
	border: none;
}
.widget_search .input-group .btn {
	padding: 6px 17px;
	background-color: transparent;
	color: #777777;	
	border: none;
	border-radius: 0;
	-webkit-box-shadow: none;
	-webkit-appearance: none;
	box-shadow: none;
	font-size: 18px;
}
.widget_search .input-group .btn > i {
	width: auto;
	height: auto;
	vertical-align: baseline;
	margin-left: 0;
	line-height: normal;
}
.widget_search .input-group .form-control::-webkit-input-placeholder {
	color: #333;
}
.widget_search .input-group .form-control:-moz-placeholder { 
	color: #333;
}
.widget_search .input-group .form-control::-moz-placeholder { 
	color: #333;
}
.widget_search .input-group .form-control:-ms-input-placeholder {  
	color: #333;
}

/* - Widget: RecentPost */
.widget-recent-post .recent-post-box {
	display: inline-block;
	margin-bottom: 20px;
	position: relative;
	width: 100%;
	padding-bottom: 12px;
	min-height: 65px;
}
.widget-recent-post .recent-post-box:last-of-type {
	margin-bottom: 0;
}
.widget-recent-post .recent-post-box.no_post_thumb {
	min-height: auto;
}
.widget-recent-post .recent-img {
	width: 80px;
	float: left;
}
.recentcomments a,
.widget-recent-post .recent-title a {
	font-size: 15px;
	line-height: 22px;
	color: #000;
	text-decoration: none;
}
.widget-recent-post .recent-title:hover a {
	color: #20c1f8;
}
.widget-recent-post .recent-title span i {
	font-size: 15px;
	color: #777;
	display: inline-block;
	margin-right: 10px;
}
.widget-recent-post .recent-img img {
	max-height: 72px;
	max-width: 82px;
}
.widget-recent-post .recent-title > p {
	font-size: 13px;
	line-height: 20px;
	color: #777;
	text-transform: capitalize;
	margin-top: 5px;
	margin-bottom: 5px;
}

/* - Widget: Categories & Archives */
.widget_archive > ul li:last-of-type,
.widget_categories ul li:last-of-type {
	border-bottom: 0 none;
	padding-bottom: 0;
	margin-bottom: 0;
}
.widget.widget_archive ul li,
.widget.widget_categories ul li {
	margin-bottom: 0;
}
.widget.widget_archive ul li > a,
.widget.widget_categories ul li > a {
	margin-bottom: 10px;
	display: inline-block;
}
.widget.widget_archive > ul > li:last-of-type > a,
.widget.widget_categories  > ul > li:last-of-type > a {
	margin-bottom: 0;
}
.widget.widget_pages ul.children,
.widget.widget_archive ul.children,
.widget.widget_categories ul.children {
	padding-left: 8px;
}

/* - Widget: Text */
.widget_text .textwidget  {
	color: #999;
	display: inline-block;
	font-size: 14px;
	line-height: 26px;
	word-wrap: break-word;
	max-width: 100%;
}
.widget_text .textwidget p {
	padding: 0;
	font-size: 14px;
	word-wrap: break-word;
	color: #858585;
}
.widget_text .textwidget p strong:first-of-type {
	margin-bottom: 5px;
	display: inline-block;
	color: #999;
}
.widget_text .textwidget p strong:last-of-type {
	margin-bottom: 0;
	color: #999;
}
.widget_text .textwidget img {
	margin-bottom: 7px;
	margin-top: 7px;
}
.widget_text .textwidget .wp-caption {
	margin-bottom: 0;
	color: #999;
}
.textwidget .select_box	option {
	max-width: 250px;
}

/* - Widget: TagCloud */
.tagcloud a {
	background-color: #fff;
	float: left;
	font-size: 14px !important;
	letter-spacing: 0;
	padding: 6px 13px;
	margin-bottom: 5px;
	margin-right: 5px;	
    border: 1px solid #ddd;
    color: #858585;
	text-decoration: none;
}
.tagcloud a:hover {
	background: #21c2f8;
    border: 1px solid #21c2f8;
    color: #fff;
}

/* - Widget: Calendar */
.widget_calendar #wp-calendar {
    width: 100%;
	border: none;
}
.widget_calendar table {
    margin: 0;
	width: 100%;
	margin-bottom: 0;
}
.widget_calendar td,
.widget_calendar th {
    line-height: 2.3333;
    text-align: center;
    padding: 0;
	border: none;	
	color: #999;
}
.widget_calendar caption {
    font-weight: 400;
    margin: 0;
    text-transform: capitalize;
	text-align: center;
	font-size: 15px;
	color: #999;
	border-top: 1px solid #bbb;
	border-bottom: 1px solid #bbb;
}
.widget_calendar tbody a {
    background-color: #20c1f8;
	border-radius: 100%;
    color: #fff;
    display: block;
	text-decoration: none;
	height: 30px;
	width: 30px;
}
.widget_calendar tbody #today {
	background-color: #20c1f8;
    border-radius: 50%;
    color: #fff;
    display: inline-block;
    height: 30px;
    line-height: 30px;
    width: 30px;
}
.widget_calendar tbody a:hover,
.widget_calendar tbody a:focus {
    color: #000;
}
.widget_calendar #next,
.widget_calendar #prev {
	color: #20c1f8;	
	text-align: left;
}
.widget_calendar #next{
	text-align: right;
}
.widget_calendar #next a,
.widget_calendar #prev  a {
	border: 1px solid #20c1f8;
	color: #20c1f8;
	font-size: 14px;
	letter-spacing: 0.5px;
	padding: 5px 15px;
	text-decoration: none;
	margin-left: 10px;
	margin-right: 10px;
	transition: all 1s ease 0s;
	-webkit-transition: all 1s ease 0s;
	-moz-transition: all 1s ease 0s;
}
.widget_calendar #next a:hover,
.widget_calendar #prev  a:hover {
	color: #000;
	border-color: #000;
}

/* - Widget: Pages */
.widget_pages .page_item_has_children > a,
.widget_pages .menu-item-has-children > a {
    margin-bottom: 8px;
    display: inline-block;
    width: 100%;
}

.widget_pages .page_item_has_children > a,
.widget_pages .menu-item-has-children > a {
    margin-bottom: 8px;
    display: inline-block;
    width: 100%;
}

/* - Widget: Recent Comments */
.widget.widget_recent_comments ul li > a::before {
	width: 0;
}

/* - Widget: RSS */
.widget_rss ul .rsswidget {
	font-weight: 700;
	display: block;
	line-height: 1.5;
}
.widget_rss ul li:last-child {
	border-bottom: none;
}
.widget_rss ul li a {
	color: #000;
	padding-left: 0;
	transition: all 0.5s ease 0s;
	-webkit-transition: all 0.5s ease 0s;
	-moz-transition: all 0.5s ease 0s;
	-o-transition: all 0.5s ease 0s;
}
.widget_rss ul li a:hover {
	color: #20c1f8;
}
.widget_rss ul li a::before {
	width: 0;	
}
.widget_rss .rsswidget > img {
	display: none;
}
.widget_rss .widget-title .rsswidget {
	color: #20c1f8;
	font-size: 14px;
	font-weight: 700;
	line-height: 20px;
	margin: 0;
	padding-bottom: 10px;
	text-transform: uppercase;
}
.widget_rss cite,
.widget_rss .rss-date {
	font-size: 14px;
	font-style: italic;
}

/* - Widget: RecentEntries */
.widget.widget_recent_entries > ul li a::before {
	width: 0;
}
.widget.widget_recent_entries > ul li a {
	padding-left: 0;
	width: 100%;
	display: inline-block;
}

/* - Widget: NavMenu */
.widget.widget_nav_menu ul.menu{
	padding-left: 0;
}
.widget.widget_nav_menu  ul li {
	margin-bottom: 0;
}
.widget.widget_nav_menu  ul  li > a {
	margin-bottom: 10px;
	display: inline-block;
	width: 100%;
	word-wrap: break-word;
}

.widget.widget_nav_menu > ul > li:last-of-type > a {
	margin-bottom: 0;
}
.widget_nav_menu li .sub-menu {
	padding-bottom: 0;
	padding-left: 8px;
}

/* - Widget: Breadcrumb Navxt */
.widget_breadcrumb_navxt .breadcrumbs span a {
	color: #999;
}

/* - Widget: Social Icons */
.widget.widget_social_icons ul {
    list-style: none;
    padding-left: 0;
	margin-bottom: 0;
}
.widget_social_icons ul li {
    display: inline-block;
    margin-right: 10px;
	margin-bottom: 10px;
	border-bottom: 0;
}
.widget.widget_social_icons ul li a {
    font-size: 19px;
    height: 35px;
    line-height: 35px;
    width: 35px;
	padding-left: 0;
    display: inline-block;
    text-align: center;
    box-shadow: 0 2px 5px rgba(0,0,0,0.26);
}
.widget_social_icons ul li a.fb {
    background-color: #3b5998;
}
.widget_social_icons ul li a.tw {
    background-color: #28a9e2;
}
.widget_social_icons ul li a.gp {
    background-color: #d85434;
}
.widget_social_icons ul li a.lin {
    background-color: #017eb4;
}
.widget_social_icons ul li a.dr {
    background-color: #dc3676;
}
.widget_social_icons ul li a.instagram_color {
    background-color: #ADA5A3;
}
.widget_social_icons ul li a.rss_color {
    background-color: #F4B83F;
}
.widget_social_icons ul li a.pinterest_color {
    background-color: #D20003;
}
.widget_social_icons ul li a.vine_color {
    background-color: #02A379;
}
.widget_social_icons ul li a.vk_color {
    background-color: #155E8B;
}
.widget_social_icons ul li:last-child a {
    margin-right: 0;
}

/* - Working Time */
.widget-links {
	font-size: 14px;
}
.widget-area .widget-links ul li {
	color: #777;
}
.widget-links ul li {
	display: inline-block;
	width: 100%;
	margin-bottom: 30px;
	color: #fff;
	text-transform: capitalize;
}
.widget-links ul li span {
	float: right;
	text-align: center;
	width: 50%;
}
.widget-links ul li:last-child { 
	margin-bottom: 0;
}
.widget-links ul li:last-child span { 
	color: #FFBE01;
}

/* - About Us */
.widget-about > p {
	margin-bottom: 20px;
}
.widget-about li {
	display: inline-block;
	font-weight: bold;
	line-height: 19px;
	margin-bottom: 40px;
	position: relative;
	width: 100%;
}
.widget-area .widget-about li > span:first-of-type {
	background-color: #ccc;
	display: inline-block;
	float: left;
	margin-right: 12px;
	padding: 10px;
	text-align: center;
	width: 67px;
}

/*  ## Blog
- - - - - - - - - - - - - - - - - - - - */
.bypostauthor {
}

/* - Post Format */
.format-video iframe,
.format-video video {
	min-height: 400px;
	width: 100%;
}
.format-audio audio {
	width: 100%;
}

article[class*="type-"].format-gallery .carousel-control {
	width: 30px;
	height: 30px;
	line-height: 30px;
	box-shadow: none;
	background: none;
	position: absolute;
	top: 50%;
	-webkit-transform: translate(0, -50%);
	-moz-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
	transform: translate(0, -50%);
	font-size: 14px;
	font-weight: 400;
	opacity: 1;	
	text-shadow: none;
	text-align: center;	
	color: #000;
	border: 1px solid #000;
}
article[class*="type-"].format-gallery .carousel-control::before {
	background-color: rgba(255, 255, 255, 0.8);
	bottom: 0;
	content: "";
	display: inline-block;
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
}
article[class*="type-"].format-gallery .carousel-control span {
	position: relative;
	z-index: 2;
}

/* - Entry Content */
article[class*="type-"] {
}
body.single-post article[class*="type-"] {
	text-align: left;
}
article[class*="type-"]:last-of-type {
	margin-bottom: 0;
}
article[class*="type-"]:last-of-type .or-spacer {
	display: none;
}

/* - Sticky Posts */
article[class*="type-"].sticky {
	text-align: left;
}
.sticky-post {
	background-color: #333;
	color: #fff;
	font-size: 11px;
	font-weight: 700;
	letter-spacing: 0.04em;
	padding: 5px 10px;
	position: absolute;
	right: 15px;
	text-transform: uppercase;
	top: 0;
}

/* - Entry Title */
.entry-title {
	margin-top: 0;
}
article[class*="type-"].format-audio .entry-title,
article[class*="type-"].format-video .entry-title,
article[class*="type-"].format-gallery .entry-title,
article[class*="type-"].has-post-thumbnail .entry-title {
	margin-top: 20px;
}

/* - Entry Meta */
.entry-meta {
	margin-bottom: 21px;
}
.entry-meta,
.entry-meta a {
	color: #999;
	text-transform: capitalize;
}
.entry-meta > span::after {
    content: "|";
    padding-left: 10px;
    padding-right: 10px;
}
.entry-meta > span:last-of-type:after {
    content: "";
	padding: 0;
}

/* - Modal Popup */
.modal-dialog {
	bottom: 25px;
	float: none;
	left: 50%;
	margin: 0 auto;
	width: 90%;
	max-height: 450px;
	max-width: 1200px;
	padding: 0;
	position: fixed;
	top: 50%;
	height: 95%;
}
.modal.in .modal-dialog,
.modal.fade .modal-dialog {
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	max-height: 420px;
	overflow-y: auto;
}
.portfolio-item .modal-content {
	position: relative;
	display: inline-block;
	max-width: 100%;
	border-radius: 0;	
}
.modal-content .close {
	background-color: #000;
	color: #fff;
	font-weight: 400;
	text-shadow: none;
	width: 32px;
	height: 32px;
	z-index: 1;
	position: relative;
}
.modal-content .close span {
	color: #fff;
}

/* ## WooCommerce */
/* - WooCommerce ShopTable */
.woocommerce .woocommerce-result-count {
	margin-bottom: 10px;
	font-size: 16px;
}
.woocommerce div.product p.price del,
.woocommerce div.product span.price del {
	opacity: 1;
}
.woocommerce a.remove {
	display: inline-block;
}
.woocommerce table.shop_table {
	text-align: center;
	border-radius: 0;
	border: 1px solid #888;
	margin-bottom: 0;
}
.woocommerce table.shop_table .product-name a {
	color: #000;
	font-size: 15px;
}
.woocommerce table.shop_table th {
	font-weight: 400;
	text-transform: uppercase;
	padding: 20px 10px;
}
.woocommerce-cart .cart-collaterals .cart_totals table {
	border: none;
	line-height: 0;
}
.woocommerce-checkout #place_order {
	font-size: 14px;
	font-weight: 400;
}
.woocommerce table.shop_table.woocommerce-checkout-review-order-table th {
	padding: 10px 15px;
}
.woocommerce table.shop_table.order_details th {
	padding: 10px 12px;
}

#add_payment_method .cart-collaterals .cart_totals table td,
#add_payment_method .cart-collaterals .cart_totals table th, 
.woocommerce-cart .cart-collaterals .cart_totals table td, 
.woocommerce-cart .cart-collaterals .cart_totals table th, 
.woocommerce-checkout .cart-collaterals .cart_totals table td,
.woocommerce-checkout .cart-collaterals .cart_totals table th {
	vertical-align: middle;
}
.woocommerce #content table.cart td.actions .input-text,
.woocommerce table.cart td.actions .input-text,
.woocommerce-page #content table.cart td.actions .input-text,
.woocommerce-page table.cart td.actions .input-text {
	width: auto;
	-webkit-box-shadow: none;
	-webkit-appearance: none;
	box-shadow: none;
	outline: none;
}
.woocommerce-cart .woocommerce table.shop_table td {
	padding: 10px 5px;
}
.woocommerce a.added_to_cart {
	color: #000;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 0.5px;
    margin-left: 15px;
    margin-right: 15px;
    word-wrap: break-word;
    position: relative;
    white-space: normal;
    z-index: 1;
	transition: all 1s ease 0s;
	-webkit-transition: all 1s ease 0s;
	-moz-transition: all 1s ease 0s;
}
.woocommerce .blockUI.blockOverlay::before,
.woocommerce .loader::before {
	background: transparent;
}
.woocommerce #reviews #comments ol.commentlist {
	padding: 0;
}
.woocommerce #reviews #comments ol.commentlist li .comment-text p.meta {
	font-size: 14px;
}
.woocommerce .page-title {
	font-size: 30px;
	margin-top: 0;
	margin-bottom: 15px;
	text-transform: capitalize;
}
.woocommerce div.product form.cart .reset_variations{
	color: #000;
	text-align: left;
	font-size: 14px;
}
.woocommerce div.product div.images img {
	width: auto;
}
.woocommerce .wishlist-title h2,
.woocommerce-billing-fields h3 {
    color: #030303;
    font-size: 16px;
    font-weight: 600;
    letter-spacing: 0.64px;
    line-height: 30px;
    margin-top: 0;
    word-wrap: break-word;
    text-transform: uppercase;
}
.woocommerce-shipping-fields h3,
.woocommerce-billing-fields h3 {
	color: #333;
	font-size: 18px;
	font-weight: 600;
	line-height: 28px;
	margin-bottom: 10px;
	margin-top: 0;
	padding-bottom: 10px;
	position: relative;
	text-transform: uppercase;
}
.woocommerce-shipping-fields h3::before,
.woocommerce-billing-fields h3::before {
	background-color: #20c1f8;
	bottom: 0;
	content: "";
	height: 2px;
	left: 0;
	position: absolute;
	width: 60px;
}
.woocommerce-LostPassword,
.woocommerce .woocommerce-LostPassword a {
    color: #000;
    text-decoration: none;
}
.woocommerce table.wishlist_table th,
.woocommerce table.wishlist_table tbody td {
	font-size: 13px;
}

#customer_details .form-row label {
	color: #333;
	font-size: 13px;
	letter-spacing: 0.52px;
	margin-bottom: 18px;
	text-transform: uppercase;
}
.woocommerce .widget_shopping_cart .total,
.woocommerce.widget_shopping_cart .total {
	margin-top: 15px;
}

/* - WooCommerce Order Received */
.woocommerce-order-received .woocommerce-thankyou-order-received {
	margin-bottom: 15px;
}
.woocommerce-order-received .woocommerce .title h3 {
	font-size: 18px;
	margin-bottom: 10px;
	font-weight: 600;
}
.woocommerce-order-received .woocommerce .woocommerce-thankyou-order-details.order_details {
	border: 1px solid #000;
	padding: 15px 15px 5px;
	margin-bottom: 15px;
}
.woocommerce-order-received .woocommerce .order_details li {
	border-right: 1px solid #000;
	float: left;
	font-size: 14px;
	line-height: 1;
	list-style-type: none;
	margin-left: 0;
	margin-right: 20px;
	margin-bottom: 10px;
	padding-bottom: 0;
	padding-left: 0;
	padding-right: 20px;
	text-transform: uppercase;
}
.woocommerce-order-received .woocommerce .order_details li:last-of-type {
	border: none;
	margin-right: 0;
	padding-right: 0;
}
.woocommerce .order_details li strong {
	font-size: 14px;
	text-transform: capitalize;
	margin-top: 5px;
	font-weight: 500;
	color: #777;
}
.woocommerce-order-received p {
	line-height: 24px;
}
.woocommerce-order-received h2 {
	color: #333;
    font-size: 17px;
    font-weight: 600;
    letter-spacing: 0.45px;
    line-height: 28px;
    margin-top: 0;
    position: relative;
    text-transform: uppercase;	
}
.woocommerce-order-received .shop_table.order_details .product-name a {
	color: #000;
	text-decoration: none;
}

/*  [ - Grid ]
- - - - - - - - - - - - - - - - - - - - */
.woocommerce ul.products li.product,
.woocommerce-page ul.products li.product {
	border: 1px solid #ebebeb;
	float: left;
	padding-bottom: 15px;
}
.woocommerce ul.products li.product:hover,
.woocommerce-page ul.products li.product:hover {
	border-color: #20c1f8;
}

/*  [ - Widgets ]
- - - - - - - - - - - - - - - - - - - - */
.widget.widget_shopping_cart ul li a,
.widget.widget_recently_viewed_products ul li a,
.widget.widget_top_rated_products ul li a,
.widget.widget_recent_reviews ul li a,
.widget.widget_products ul li a {
	padding-left: 0;
}
.widget.widget_shopping_cart ul li a::before,
.widget.widget_recently_viewed_products ul li a::before,
.widget.widget_top_rated_products ul li a::before,
.widget.widget_recent_reviews ul li a::before,
.widget.widget_products ul li a::before {
	width: 0;
}

/* - Recent Product Carousel */
.widget.widget_recent_products_carousel ul {
    padding: 0;
	list-style: none;
}
.widget.widget_recent_products_carousel .carousel-inner > .item {
	margin-bottom: 5px;
}
.sidebar  .widget.widget_recent_products_carousel ul,
.sidebar  .widget.widget_recent_products_carousel li {
	list-style: outside none none;
	margin: 0;
	padding: 0;
}
.widget_recent_products_carousel li.item h4,
.widget_recent_products_carousel li.item .amount {
    margin-bottom: 5px;
}
.widget_recent_products_carousel > ul > li > a {
	margin-top: 5px;
}
.widget_recent_products_carousel img{
	margin-bottom: 10px;
}
.widget_recent_products_carousel > ul > li > a span {
	margin-left: 5px;
}
.widget_recent_products_carousel li.item h4 a {
	color: #333;
	text-transform: uppercase;
}

/* - Product Categories */
.widget-area .widget_product_categories > ul:first-of-type {
	padding-left: 0;
}
.widget.widget_product_categories li {
    margin-bottom: 0;
}
.widget_product_categories .children {
    padding-left: 20px;
}
.widget_product_categories a {
    display: inline-block;
    margin-bottom: 10px;
}

/* - Price Filter */
.woocommerce .widget_price_filter .price_slider_wrapper .ui-widget-content {
	height: 6px;
	background: #cfcfcf;
	border: 0;
	position: relative;
	border-radius: 0;
}
.woocommerce .widget_price_filter .price_slider_wrapper .ui-slider-range {
	background: #ebebeb ;
	z-index: 1;
	-webkit-box-shadow: none;
	-webkit-appearance: none;
	box-shadow: none;
}
.woocommerce .widget_price_filter .ui-slider .ui-slider-handle {
	background-color: #fff;
}
.woocommerce .widget_price_filter .price_slider_wrapper .ui-state-default {
	cursor: move;
	height: 12px;
	width: 12px;
	border: 1px solid #20c1f8;
	color: #555;
	position: absolute;
	z-index: 2;
	top: -3px;
	transition: none;
	-webkit-box-shadow: none;
	-webkit-appearance: none;
	box-shadow: none;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius:0;
}
.woocommerce .widget_price_filter .price_slider_wrapper .price_label {
	display: inline-block;
	text-align: left;
	color: #777;
	font-size: 12px;
}
.woocommerce .widget_price_filter .price_slider_wrapper .price_label span {
	color: #353533;
	font-weight: 700;
}
.woocommerce .widget_price_filter .price_slider_wrapper .price_slider_amount {
	margin: 20px 0 0;
}
.woocommerce .widget_price_filter .price_slider_wrapper .price_slider_amount .button {
	border: 0;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	color: #fff;
	cursor: pointer;
	font-size: 12px;
	padding: 0 25px;
	text-shadow: none;
	border-radius: 0;
	height: auto;
	line-height: 33px;
	font-weight: 400;
}
.woocommerce .widget_price_filter .price_slider_wrapper .price_slider_amount .button:hover {
	background: #353533;
}
.woocommerce .cart-collaterals,
.woocommerce-page .cart-collaterals {
	margin-top: 30px;
}

/* - Products */
.widget.widget_products > ul {
    padding-left: 0;
}
.widget.widget_products .product_list_widget li > a {
	display: block;
}

/* - Top Rated Products */
.sidebar .widget.widget_top_rated_products > ul {
	padding-left: 0;
}
.widget_top_rated_products .star-rating {
	margin-bottom: 5px;
}
.widget.widget_top_rated_products ul li a {
    display: block;
}

/* - Product List */
.widget.woocommerce ul.product_list_widget li {
	margin-bottom: 15px;
	padding: 0;
}
.widget.woocommerce ul.product_list_widget li:last-child {
	margin-bottom: 0px;
}
.widget.woocommerce ul.product_list_widget li a {
	font-weight: 400;
	line-height: 20px;
	margin-bottom: 5px;
}
.widget.woocommerce ul.product_list_widget li a:hover span {
    color: #20c1f8;
}
.widget.woocommerce ul.product_list_widget li:before {
	display: none;
}
.widget.woocommerce ul.product_list_widget li img {
	box-shadow: none;
	margin: 3px 10px 0 0;
	width: 80px;
	height: auto;
	float: left;
}
.widget.woocommerce ul.product_list_widget li img:hover {
    opacity: 0.8;
}
.woocommerce .cross-sells > h2,
.woocommerce .cart-collaterals .cart_totals h2,
.woocommerce-page .cart-collaterals .cart_totals h2 {
	color: #030303;
	font-size: 16px;
	line-height: 30px;
	margin-top: 0;
	word-wrap: break-word;
	font-weight: 400;
	text-transform: uppercase;
}
.woocommerce .widget_shopping_cart .cart_list li a.remove,
.woocommerce.widget_shopping_cart .cart_list li a.remove {
	left: auto;
	right: 0;
	top: auto;
	border-radius: 2px;
	color: #333;
	line-height: 13px;
	text-align: center;
}
.widget.woocommerce ins {
	background: none;
}
.widget.woocommerce del .amount {
	color: #979797;
}
.widget.woocommerce .total {
	margin-bottom: 12px;
	text-align: center;
}
.widget.woocommerce .buttons {
	margin: 0;
	padding: 0;
	text-align: center;
}
.widget.woocommerce .buttons a {
	font-size: 13px;
	font-weight: 400;
	height: 33px;
	line-height: 33px;
	margin: 0 5px;
	padding: 0 10px;
}

.woocommerce #respond input#submit.disabled,
.woocommerce #respond input#submit:disabled,
.woocommerce #respond input#submit[disabled]:disabled,
.woocommerce a.button.disabled,
.woocommerce a.button:disabled,
.woocommerce a.button[disabled]:disabled,
.woocommerce button.button.disabled,
.woocommerce button.button:disabled,
.woocommerce button.button[disabled]:disabled,
.woocommerce input.button.disabled,
.woocommerce input.button:disabled, 
.woocommerce input.button[disabled]:disabled {
	opacity: 1;
	color: #fff;
	outline: none;	
}
.woocommerce .cross-sells ul.products li.product .product_type_simple.add_to_cart_button{
	position: relative;	
	display: block;
}

/* - Variations */
.woocommerce .summary.entry-summary .variations .label {
	color: #979797;
	font-size: 15px;
	line-height: 31px;
	float: left;
	text-transform: capitalize;
}

/* - Product Search */
.widget_product_search input#s {
	width: 100%;
}
.widget_product_search input#searchsubmit {
	display: none;
}
.woocommerce-product-search input[type="search"] {
	border: 1px solid #ccc;
	border-radius: 0;
	padding: 5px 10px;
}
.woocommerce-product-search button[type="submit"] {
	border: 1px solid #20c1f8;
	border-radius: 0;
	padding: 5px 10px;
	background-color: #20c1f8;
	color: #fff;
}

/*  [ - Woocommerce Pagination ]
- - - - - - - - - - - - - - - - - - - - */
.woocommerce nav.woocommerce-pagination {
	text-align: left;
}
.woocommerce nav.woocommerce-pagination ul {
	border: none;
}
.woocommerce nav.woocommerce-pagination ul li {
	border: 0 none;
	margin: 0 5px;
}
.woocommerce nav.woocommerce-pagination ul li a:focus,
.woocommerce nav.woocommerce-pagination ul li a:hover,
.woocommerce nav.woocommerce-pagination ul li span.current {
	background-color: #20c1f8;
	color: #fff;
}
.woocommerce nav.woocommerce-pagination ul li a,
.woocommerce nav.woocommerce-pagination ul li span {	
	background-color: transparent;
	border: 1px solid #20c1f8;
	border-radius: 0;
	color: #232323;
	font-size: 14px;
	font-weight: 500;
	line-height: 38px;
	position: relative;
	text-align: center;
	transition: all 1s ease 0s;
	padding: 1px 18px 0;
	text-transform: capitalize;
	display: inline-block;
	margin: 0 3px;
	text-decoration: none;
	font-family: 'Lato', sans-serif;
}
.woocommerce nav.woocommerce-pagination ul li a:hover,
.woocommerce nav.woocommerce-pagination ul li span.current {
	background-color: #20c1f8;
	border-color: #20c1f8;
}

/*  [ - Page Title ]
- - - - - - - - - - - - - - - - - - - - */
.ow-woocommerce > .page-title {
	display: none;
}

/*  [ - Title ]
- - - - - - - - - - - - - - - - - - - - */
.woocommerce ul.products li.product .woocommerce-loop-product__title {
    color: #000;
    font-size: 15px;
    font-weight: normal;
    line-height: 22px;
    text-transform: uppercase;
	outline: none;
}
.woocommerce ul.products li.product .woocommerce-loop-product__title:hover {
	color: #20c1f8;
}
.woocommerce div.product .product_title {
	font-size: 26px;
	font-weight: 300;
	letter-spacing: 2px;
	margin: 0;
	padding-bottom: 15px;
	text-transform: uppercase;
}

/*  [ - Star Rating ]
- - - - - - - - - - - - - - - - - - - - */
.woocommerce p.stars a,
.woocommerce .star-rating span::before {
	color: #20c1f8
}

.woocommerce ul.products li.product .star-rating {
	margin-left: 15px;
	margin-right: 15px;
	height: 18px;
	margin-bottom: 0;
}

/*  [ - Price ]
- - - - - - - - - - - - - - - - - - - - */
.woocommerce ul.products li.product .woocommerce-loop-product__title,
.woocommerce ul.products li.product > a span.price {
	padding-left: 15px;
	padding-right: 15px;
}
.single-product.woocommerce div.product .summary  .product_title {
	margin-bottom: 5px;
	padding-bottom: 0;
	line-height: 34px;
}
.single-product.woocommerce div.product .woocommerce-product-rating {
	margin-bottom: 5px;
}
.single-product.woocommerce div.product form.cart,
.single-product.woocommerce div.product p.cart {
	margin-bottom: 10px;
}
#commentform .form-submit input[type="submit"] {
	background-color: transparent;
}

/*  [ - Button ]
- - - - - - - - - - - - - - - - - - - - */
.woocommerce #content input.button:active,
.woocommerce #respond input#submit:active,
.woocommerce a.button:active,
.woocommerce button.button:active,
.woocommerce input.button:active,
.woocommerce-page #content input.button:active,
.woocommerce-page #respond input#submit:active,
.woocommerce-page a.button:active,
.woocommerce-page button.button:active,
.woocommerce-page input.button:active {
	top: 0;
}
.woocommerce #content input.button.alt,
.woocommerce #respond input#submit.alt,
.woocommerce a.button.alt,
.woocommerce button.button.alt,
.woocommerce input.button.alt,
.woocommerce-page #content input.button.alt,
.woocommerce-page #respond input#submit.alt,
.woocommerce-page a.button.alt,
.woocommerce-page button.button.alt,
.woocommerce-page input.button.alt,
.woocommerce #content input.button,
.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button,
.woocommerce-page #content input.button,
.woocommerce-page a.button,
.woocommerce-page button.button,
.woocommerce-page input.button {
	background-color: #20c1f8;
	border: 1px solid #20c1f8;
	border-radius: 0;
	color: #fff;
	font-size: 13px;
	font-weight: 400;
	outline: none;
	line-height: 24px;
	padding: 5px 22px;
	text-transform: uppercase;
	transition: all 1s ease 0s;
}
.woocommerce #respond input#submit,
.woocommerce-page #respond input#submit {
	background-color: transparent;
	color: #000;
	font-size: 13px;
	font-weight: 400;
	line-height: 24px;
	padding: 5px 0;
}
.woocommerce .single_variation_wrap .single_add_to_cart_button {
	font-weight: 400;
}
.woocommerce #review_form #respond p.form-submit {
	margin-left: 15px;
}

.woocommerce-cart.woocommerce-page .cart-collaterals a.button,
.woocommerce-cart table.shop_table .button {
	font-size: 14px;
	font-weight: 400;
	padding: 10px 23px !important;
}

#add_payment_method .cart-collaterals .cart_totals table td, 
#add_payment_method .cart-collaterals .cart_totals table th, 
.woocommerce-cart .cart-collaterals .cart_totals table td, 
.woocommerce-cart .cart-collaterals .cart_totals table th, 
.woocommerce-checkout .cart-collaterals .cart_totals table td, 
.woocommerce-checkout .cart-collaterals .cart_totals table th {
	line-height: 0;
}

#add_payment_method table.cart td.actions .coupon .input-text,
.woocommerce-cart table.cart td.actions .coupon .input-text,
.woocommerce-checkout table.cart td.actions .coupon .input-text {	
	background-color: transparent;
	border: 2px solid #ddd;
	border-radius: 0;
	box-shadow: none;
	color: #777;
	font-size: 15px;
	min-height: 40px;
	margin-right: 15px;
	outline: none;
	padding-left: 18px;
	padding-right: 18px;
}
.woocommerce-checkout table.shop_table {
	text-align: left;
}
.woocommerce ul.products li.product .price,
.woocommerce div.product p.price,
.woocommerce div.product span.price {
	color: #000;
	font-size: 14px;
	letter-spacing: 1px;
}
.woocommerce #content div.product div.thumbnails a:last-of-type,
.woocommerce div.product div.thumbnails a:last-of-type,
.woocommerce-page #content div.product div.thumbnails a:last-of-type,
.woocommerce-page div.product div.thumbnails a:last-of-type {
	margin-bottom: 0;
}
.yith-wcwl-add-button.yith-wcwl-add-button .add_to_wishlist:hover {
	text-decoration: none;
}

.yith-wcwl-add-button.yith-wcwl-add-button .add_to_wishlist:hover,
.woocommerce-product-search button[type="submit"]:hover,
.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-color: transparent;
	color: #20c1f8;
	border-color: #20c1f8;
}

.woocommerce ul.products li.product .product_type_simple.add_to_cart_button {
	background-color: #20c1f8;
	border: 1px solid #20c1f8;
	border-radius: 0;
	color: #fff;
	font-size: 13px;
	font-weight: bold;
	outline: none;
	padding: 5px 20px;
	text-transform: uppercase;
	transition: all 1s ease 0s;
	word-wrap: break-word;
	white-space: normal;
}
.woocommerce ul.products li.product .product_type_simple.add_to_cart_button:hover {
	background-color: #000;
	border-color: #000;
}
.woocommerce ul.products li.product .button.product_type_variable.add_to_cart_button {	
	bottom: 0;
	font-size: 13px;
	letter-spacing: 0.56px;
	position: relative;
	right: 0;
	font-weight: 700;
	top: auto;
}
.woocommerce ul.products li.product .button {
    margin-left: 12px;
    margin-right: 12px;
    margin-top: 5px;	
	white-space: normal;
	word-wrap: break-word;
}
.posted_in a,
.woocommerce-review-link {
	color: #20c1f8;
	font-size: 15px;
	letter-spacing: 0.56px;
	text-decoration: none;
}
.posted_in a:hover,
.woocommerce-review-link:hover {
	color: #000;
}

/*  [ - Sale Flash ]
- - - - - - - - - - - - - - - - - - - - */
.woocommerce span.onsale {
	background-color: #20c1f8;
	border-radius: 0;
	color: #fff;
	font-size: 13px;
	left: 0;
	line-height: 18px;
	margin: 0 !important;
	min-height: 1px;
	padding: 3px 10px;
	position: absolute;
	right: auto !important;
	text-transform: uppercase;
	top: 0 !important;
	word-wrap: break-word;
	white-space: normal;
}

/*  [ - Review Form ]
- - - - - - - - - - - - - - - - - - - - */
.woocommerce table.shop_attributes,
.woocommerce-page table.shop_attributes {
	border-left: 1px solid #666;
}
.woocommerce table.shop_attributes th,
.woocommerce-page table.shop_attributes th,
.woocommerce table.shop_attributes td,
.woocommerce-page table.shop_attributes td,
.woocommerce table.shop_attributes,
.woocommerce-page table.shop_attributes {
	border-style: solid;
	background: #fff;
	margin-bottom: 0;
}
.woocommerce table.shop_attributes td, 
.woocommerce table.shop_attributes th {
	border-left-color: rgba(0, 0, 0, 0.1);
	border-right-color: rgba(0, 0, 0, 0.1);
}
.woocommerce table.shop_attributes th,
.woocommerce-page table.shop_attributes th {
	padding: 10px;
}
.woocommerce table.shop_attributes th,
.woocommerce-page table.shop_attributes th,
.woocommerce table.shop_attributes td,
.woocommerce-page table.shop_attributes td {
	padding-left: 20px;
}
.woocommerce #reviews #comments,
.woocommerce-page #reviews {
	background: #fff;
	padding: 20px;
}
.woocommerce #reviews #comments h2,
.woocommerce-page #reviews #comments h2 {
	margin-bottom: 20px;
}
.woocommerce #reviews h3,
.woocommerce-page #reviews h3 {
	margin-bottom: 20px;
}

/*  [ - Variations ]
- - - - - - - - - - - - - - - - - - - - */
.woocommerce #content div.product form.cart .variations,
.woocommerce div.product form.cart .variations,
.woocommerce-page #content div.product form.cart .variations,
.woocommerce-page div.product form.cart .variations,
.woocommerce #content div.product form.cart .variations td,
.woocommerce div.product form.cart .variations td,
.woocommerce-page #content div.product form.cart .variations td,
.woocommerce-page div.product form.cart .variations td {
	border: 0;
	padding: 0;
}
.woocommerce #content div.product form.cart .variations select,
.woocommerce div.product form.cart .variations select,
.woocommerce-page #content div.product form.cart .variations select,
.woocommerce-page div.product form.cart .variations select {
	border: 1px solid #bfbfbf;
	background: #fff;
}
.woocommerce #content div.product form.cart .variations .value,
.woocommerce div.product form.cart .variations .value,
.woocommerce-page #content div.product form.cart .variations .value,
.woocommerce-page div.product form.cart .variations .value {
	position: relative;
}

table.variations {
	table-layout: inherit;
}
.woocommerce #content div.product form.cart .variations .value .reset_variations,
.woocommerce div.product form.cart .variations .value .reset_variations,
.woocommerce-page #content div.product form.cart .variations .value .reset_variations,
.woocommerce-page div.product form.cart .variations .value .reset_variations {
	clear: both;
}
.woocommerce #content div.product form.cart div.quantity,
.woocommerce div.product form.cart div.quantity,
.woocommerce-page #content div.product form.cart div.quantity,
.woocommerce-page div.product form.cart div.quantity {
	margin-right: 10px;
}
.woocommerce .quantity .qty {
	line-height: 27px;
	outline: none;
}
.woocommerce #content .quantity .minus,
.woocommerce .quantity .minus,
.woocommerce-page #content .quantity .minus,
.woocommerce-page .quantity .minus,
.woocommerce #content .quantity .minus,
.woocommerce #content .quantity .plus,
.woocommerce .quantity .minus,
.woocommerce .quantity .plus,
.woocommerce-page #content .quantity .minus,
.woocommerce-page #content .quantity .plus,
.woocommerce-page .quantity .minus,
.woocommerce-page .quantity .plus,
.woocommerce #content .quantity input.qty,
.woocommerce .quantity input.qty,
.woocommerce-page #content .quantity input.qty,
.woocommerce-page .quantity input.qty {
	border-radius: 0;
	box-shadow: none;
	border: 1px solid #a3a3a3;
	-webkit-box-shadow: none;
	-webkit-appearance: none;
	box-shadow: none;
}
.woocommerce #content .quantity .minus,
.woocommerce .quantity .minus,
.woocommerce-page #content .quantity .minus,
.woocommerce-page .quantity .minus,
.woocommerce #content .quantity .minus
.woocommerce .quantity .minus
.woocommerce-page #content .quantity .minus
.woocommerce-page .quantity .minus {
	border-top: 0;
}
.woocommerce #content .quantity .minus,
.woocommerce .quantity .minus,
.woocommerce-page #content .quantity .minus,
.woocommerce-page .quantity .minus,
.woocommerce #content .quantity .minus,
.woocommerce #content .quantity .plus,
.woocommerce .quantity .minus,
.woocommerce .quantity .plus,
.woocommerce-page #content .quantity .minus,
.woocommerce-page #content .quantity .plus,
.woocommerce-page .quantity .minus,
.woocommerce-page .quantity .plus {
	width: 29px;
	height: 29px;
	font-size: 15px;
	color: #fff;
	text-shadow: none;
}
.woocommerce #content .quantity .minus:hover,
.woocommerce #content .quantity .plus:hover,
.woocommerce .quantity .minus:hover,
.woocommerce .quantity .plus:hover,
.woocommerce-page #content .quantity .minus:hover,
.woocommerce-page #content .quantity .plus:hover,
.woocommerce-page .quantity .minus:hover,
.woocommerce-page .quantity .plus:hover {
	background: #ff6766;
}

.woocommerce #respond input#submit.alt.disabled,
.woocommerce #respond input#submit.alt.disabled:hover,
.woocommerce #respond input#submit.alt:disabled,
.woocommerce #respond input#submit.alt:disabled:hover,
.woocommerce #respond input#submit.alt[disabled]:disabled,
.woocommerce #respond input#submit.alt[disabled]:disabled:hover,
.woocommerce a.button.alt.disabled,
.woocommerce a.button.alt.disabled:hover,
.woocommerce a.button.alt:disabled,
.woocommerce a.button.alt:disabled:hover,
.woocommerce a.button.alt[disabled]:disabled,
.woocommerce a.button.alt[disabled]:disabled:hover,
.woocommerce button.button.alt.disabled,
.woocommerce button.button.alt.disabled:hover,
.woocommerce button.button.alt:disabled,
.woocommerce button.button.alt:disabled:hover,
.woocommerce button.button.alt[disabled]:disabled,
.woocommerce button.button.alt[disabled]:disabled:hover,
.woocommerce input.button.alt.disabled,
.woocommerce input.button.alt.disabled:hover,
.woocommerce input.button.alt:disabled,
.woocommerce input.button.alt:disabled:hover,
.woocommerce input.button.alt[disabled]:disabled,
.woocommerce input.button.alt[disabled]:disabled:hover {
	background-color: #999;
}
.woocommerce div.product form.cart .variations {
	margin-bottom: 0;
}
.woocommerce div.product form.cart .variations select {
	width: 100%;
}
.woocommerce-variation-price {
	margin-bottom: 15px;
}

/*  [ - Tab ]
- - - - - - - - - - - - - - - - - - - - */
.woocommerce #content div.product .woocommerce-tabs,
.woocommerce div.product .woocommerce-tabs {
	display: inline-block;
	width: 100%;
	margin-top: 50px;
}
.woocommerce #content div.product .woocommerce-tabs ul.tabs,
.woocommerce div.product .woocommerce-tabs ul.tabs {
	margin: 0;
	padding: 0;
}
.woocommerce #content div.product .woocommerce-tabs ul.tabs:before,
.woocommerce div.product .woocommerce-tabs ul.tabs:before {
	border: 0;
}
.woocommerce #content div.product .woocommerce-tabs ul.tabs li.active:before,
.woocommerce div.product .woocommerce-tabs ul.tabs li.active:before,
.woocommerce #content div.product .woocommerce-tabs ul.tabs li.active:before,
.woocommerce div.product .woocommerce-tabs ul.tabs li.active:before {
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	display: none;
}
.woocommerce #content div.product .woocommerce-tabs ul.tabs li:before,
.woocommerce div.product .woocommerce-tabs ul.tabs li:before,
.woocommerce #content div.product .woocommerce-tabs ul.tabs li:after,
.woocommerce #content div.product .woocommerce-tabs ul.tabs li:before,
.woocommerce div.product .woocommerce-tabs ul.tabs li:after,
.woocommerce div.product .woocommerce-tabs ul.tabs li:before {
	display: none;
}
.woocommerce #content div.product .woocommerce-tabs ul.tabs li,
.woocommerce div.product .woocommerce-tabs ul.tabs li {
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	background: none;
	border-radius: 0;
	margin: 0;
	border: 0;
	padding: 0;
}
.woocommerce #content div.product .woocommerce-tabs ul.tabs li a,
.woocommerce div.product .woocommerce-tabs ul.tabs li a {
	font-size: 16px;
	text-transform: uppercase;
	color: #979797;
	font-weight: 400;
	text-shadow: none;
	padding: 12px 18px;
	border-top: 2px solid transparent;
	outline: 0 none;
}
.woocommerce #content div.product .woocommerce-tabs ul.tabs li a:hover,
.woocommerce div.product .woocommerce-tabs ul.tabs li a:hover {
	color: #383838;
}
.woocommerce #content div.product .woocommerce-tabs ul.tabs li.active,
.woocommerce div.product .woocommerce-tabs ul.tabs li.active {
	background: #ededed;
}
.woocommerce #content div.product .woocommerce-tabs ul.tabs li.active a,
.woocommerce div.product .woocommerce-tabs ul.tabs li.active a {
	color: #383838 !important;
	border-color: #20c1f8;
}
.woocommerce #content div.product .woocommerce-tabs h2,
.woocommerce div.product .woocommerce-tabs h2 {
	display: none;
}
.woocommerce #content div.product .woocommerce-tabs .entry-content,
.woocommerce div.product .woocommerce-tabs .entry-content {
	padding: 30px !important;
	background: #ededed;
	border-top: 0;
	color: #4a4a4a;
	margin-bottom: 35px;
}

/*  [ - Wishlist Button ]
- - - - - - - - - - - - - - - - - - - - */
.summary .yith-wcwl-add-to-wishlist .add_to_wishlist,
.summary .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse,
.summary .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse,
.single-share .social li a {
    background-color: #ededed;
	border: 1px solid transparent;
	border-radius: 0;
	color: #000;
	display: inline-block;
	font-size: 14px;
	font-weight: 400;
	line-height: 30px;
	margin: 15px 0 10px;
	padding: 5px 23px;
	position: relative;
	text-align: center;
	text-transform: capitalize;
}
.summary .yith-wcwl-add-to-wishlist .add_to_wishlist:hover {
	border-color: #20c1f8;
}
.yith-wcwl-wishlistaddedbrowse.show a,
.summary .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse a {
	color: #000;
}

/*  [ - Woocommerce Form ]
- - - - - - - - - - - - - - - - - - - - */
.woocommerce form .form-row input.input-text,
.woocommerce form .form-row textarea {
	border: 1px solid #ccc;
	line-height: 20px;
	padding: 10px;
	font-size: 14px;
}
.woocommerce-info {
	border-top-color: #20c1f8;
}
.woocommerce-info::before {
	color: #20c1f8;
}
/* - WooCommerce Loginform */
.woocommerce form.login .lost_password a,
.woocommerce-info a {
	color: #000;
}
.woocommerce form.login .form-row label.inline {
	display: block;
	margin-top: 5px;
}
.woocommerce form.login .form-row label.inline input[type="checkbox"]{
	margin-right: 5px;
	display: inline-block;
}

/* - WooCommerce Checkout Couponform */
.woocommerce form.checkout_coupon .form-row.form-row-last {
	float: none;
	display: inline-block;
}
.woocommerce form.checkout_coupon .form-row.form-row-last .button {
	padding: 3px 20px;
}

/*  [ - Upsells Products ]
- - - - - - - - - - - - - - - - - - - - */
.upsells.products > h2,
.related.products > h2 {
	font-size: 26px;
	font-weight: 300;
	letter-spacing: 2px;
	margin: 0 0 15px;
	text-transform: uppercase;
	line-height: 30px;
}

/* - Top Menu */
.site-header.navbar-fixed-top .topmenu {
	margin: 11px 0 0;
}
.topmenu {
    position: relative;
	padding: 0;
	text-align: right;
	min-width: 50%;
	margin: 0 0 5px;
}
.topmenu li {
	display: inline-block;
	margin-left: 5px;
}
.topmenu li:after {
	content: " | ";
	display: inline-block;
	padding-left: 5px;
	padding-right: 5px;
    color: #fff;
}
.topmenu li:last-of-type:after {
	content: "";
}
.navbar-fixed-top .topmenu li:last-of-type:after {
	padding: 0;
}
.topmenu li a {
    color: #fff;
}
.topmenu li a i {
    color: #fff;
    font-size: 15px;
    font-weight: 500;
	margin-right: 5px;
}
.topmenu li a span {
	font-size: 14px;
	margin-left: 3px;
	color: #20c1f8;
}
.topmenu li a:hover {
	text-decoration: none;
	color: #20c1f8;
}

/* - My Account */
.myaccount-menu {
	padding: 10px 5px;
	text-align: left;
	width: 140px;
	display: none;
	position: absolute;
	right: 15px;
	top: 20px;
	z-index: 1;
	background-color: #fff;
	border: 1px solid rgba(0, 0, 0, 0.15);
}
.myaccount-menu li {
	display: inline-block;
	width: 100%;
	margin-bottom: 5px;
}
.myaccount-menu li:last-of-type {
	margin-bottom: 0;
}
.myaccount-menu li a i {
	color: #20c1f8;
	margin-left: 5px;
	margin-right: 10px;
	text-align: right;
	width: 13px;
}
.myaccount-link:hover .myaccount-menu {
	display: block;
}
.myaccount-menu li a {
	color: #000;
}

/*  [ - Woocommerce Account ]
- - - - - - - - - - - - - - - - - - - - */
.woocommerce-account .woocommerce > h2 {
	margin-top: 0;
	color: #232323;
	font-size: 24px;
	font-weight: 600;
	letter-spacing: 0.462px;
	line-height: 36px;	
}
.woocommerce-account .woocommerce-MyAccount-navigation ul {
	padding-left: 0;
}
.woocommerce-account .woocommerce-MyAccount-navigation ul li {
	display: inline-block;
	width: 100%;
	background-color: #20c1f8;
	border-bottom: 1px solid #fff;
	padding: 10px 15px;
}
.woocommerce-account .woocommerce-MyAccount-navigation ul li.is-active {
	position: relative;
}
.woocommerce-account .woocommerce-MyAccount-navigation ul li.is-active::after {
	position: absolute;
	top: 50%;
	left: auto;
	right: 10px;
	-webkit-transform: translate(0, -50%);
	-moz-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
	transform: translate(0, -50%);
	content: "\f105";
	font-family: "FontAwesome";
	color: #fff;
	font-size: 18px;
	font-weight: 700;
}
.woocommerce-MyAccount-content {
	width: 100%;
	padding: 15px;
	border: 1px solid #20c1f8;
}
.woocommerce-MyAccount-content p {
	font-size: 15px;
	color: #232323;	
}
.woocommerce-Address-title h3 {
	color: #000;
	font-size: 18px;
	font-weight: 700;
	margin-bottom: 10px;
	margin-top: 0;
	line-height: 27px;
}
.woocommerce-Address-title .edit {
    background-color: #20c1f8;
    color: #fff;
    display: inline-block;
    float: none;
    font-size: 14px;
    padding: 0 15px;
    text-decoration: none;
    text-transform: capitalize;
    width: auto;
	border: 1px solid transparent;
}
.woocommerce-MyAccount-content legend {
	margin-bottom: 0;
	font-size: 16px;
	font-weight: 500;
}
.woocommerce-Address-title .edit:hover {
	color: #20c1f8;
	border-color: #20c1f8;
	background-color: transparent;
}
.woocommerce-Addresses address {
	font-size: 14px !important;
	color: #000;
	line-height: 24px;
}
.woocommerce-account .woocommerce table.my_account_orders .order-actions{
	text-align: center;
}
.woocommerce-account .woocommerce-MyAccount-navigation ul li a:hover,
.woocommerce-account .woocommerce-MyAccount-navigation ul li.is-active a{
	color: #000;
}
.woocommerce-account .woocommerce-MyAccount-navigation ul li a {
	text-transform: capitalize;
	color: #fff;
	line-height: 26px;
	word-wrap: break-word;
	text-decoration: none;
	font-size: 15px;
}
.woocommerce-account .woocommerce-MyAccount-content {
	color: #555;
	font-size: 15px;
	line-height: 28px;
}
.woocommerce-account .woocommerce-MyAccount-content p strong {
	color: #000;
	text-transform: capitalize;
}
.woocommerce-account .woocommerce-MyAccount-content p a {
	color: #000;
	font-weight: 500;
}
#customer_login h2 {
	margin-top: 0;
	font-size: 22px;
	letter-spacing: 0.58px;
	font-weight: 700;
}

.woocommerce-account .woocommerce h2 {
	font-size: 24px;
	line-height: 32px;
	margin-bottom: 0;
	margin-top: 0;
}

/* ## OW Navigation */

/* - Navigation Menu */
.ow-navigation {
	background-color: transparent;
	border: none;
	border-radius: 0;
	min-height: 1px;
	margin-bottom: 0;
}

/* - Nav Header */
.navbar-brand {
	height: auto;
	padding: 0;
}

/* - Nav Items */
.ow-navigation .navbar-nav li  a {
	color: #fff;
	font-weight: 500;
	text-transform: uppercase;
	background-color: transparent;
	word-wrap: break-word;
	white-space: normal;
}
.ow-navigation .navbar-nav > .active > a, 
.ow-navigation .navbar-nav > .active > a:focus, 
.ow-navigation .navbar-nav > .active > a:hover,
.ow-navigation .navbar-nav li:hover > a,
.ow-navigation .navbar-nav li a:hover {
	background-color: transparent;
	color: #20c1f8;
}
.ow-navigation .navbar-nav li .dropdown-menu > li > a:hover {
	color: #20c1f8;
}
.ow-navigation .caret {
	color: #fff;
}

/*  ## Responsive */
/* - Res. Max Width 1200px */
@media (max-width:1200px) {

	.woocommerce ul.products li.product .button.product_type_variable.add_to_cart_button {
		bottom: auto;
		left: 0;
		position: relative;
	}

	.woocommerce ul.products li.product .product_type_simple.add_to_cart_button {
		bottom: auto;
		float: none;
		position: relative;
		right: auto;
	}
}

/* - Res. Min Width 992px */
@media (min-width: 992px) {

	.header-menuabsolute .page-heading {
		top: 65%;
	}

	/* ## Woocommerce */
	.content-area .products .owclearfix-cnt2:after {
		clear: none;
	}

	/* - Default Navigation */
	.ow-navigation .ddl-switch {
		display: none !important;
	}
	
	/* - Nav Items */
	.ow-navigation .navbar-nav > li {
		margin: 0 15px;
	}
	.ow-navigation .navbar-nav > li:first-child {
		margin-left: 0;
	}
	.ow-navigation .navbar-nav > li:last-child {
		margin-right: 0;
	}
	.ow-navigation .navbar-nav > li > a {
		padding: 15px 0;
		position: relative;
	}
	
	/* - No wcmenu */
	.no-wcmenu .ow-navigation .navbar-nav > li > a {
		padding: 29px 0;
	}
	
	/* - No wcmenu: Image Logo */
	.no-wcmenu .image-logo > img {
		margin-top: 3px;
	}
	.no-wcmenu.navbar-fixed-top .site-logo {
		padding-bottom: 4px;
		padding-top: 3.5px;
	}
	
	/* - Site Title Setting */
	.ow-navigation .site-title{
		padding-top: 6px;
	}
	
	.woocommerce .site-header {
		padding-top: 10px;
	}
	.woocommerce .site-header.navbar-fixed-top {
		padding-top: 0;
	}	
	
	/* - Nav Dropdown */
	.ow-navigation .navbar-collapse > ul > li > .dropdown-menu {
		top: 100%;
		left: 0;
	}
	.ow-navigation ul li > .dropdown-menu {
		background-color: #fff;
		border: none;
		left: 100%;
		border-radius: 0;
		margin-top: 0;
		transition: all 0.4s ease-in-out 0s;
		box-shadow: none;
		opacity: 0;
		visibility: hidden;
		top: 0;
		display: block;
		padding: 0;
		min-width: 160px;
		max-width: 160px;
		box-shadow: 0 3px 3px rgba(0,0,0,0.1);
		-webkit-box-shadow: 0 3px 3px rgba(0,0,0,0.1);
	}
	.ow-navigation .navbar-nav li .dropdown-menu > li > a {
		color: #000;
		padding: 8px 15px;
		-webkit-transition: all 1s ease 0s;
		-moz-transition: all 1s ease 0s;
		-o-transition: all 1s ease 0s;
		transition: all 1s ease 0s;
	}
	.ow-navigation .navbar-nav li.dropdown:hover > .dropdown-menu {
		margin-top: 0;
		opacity: 1;
		visibility: visible;
	}
	.ow-navigation ul > li > .dropdown-menu {
		left: 0; 
	}
	.ow-navigation .navbar-collapse > ul > li:last-child > .dropdown-menu,
	.ow-navigation .navbar-collapse > ul > li:nth-last-child(2) > .dropdown-menu {
		right: 0; 
	}
	.ow-navigation ul > li > .dropdown-menu,
	.ow-navigation ul > li .dropdown-menu ul,
	.ow-navigation ul > li .dropdown-menu ul ul ul,
	.ow-navigation ul > li .dropdown-menu ul ul ul ul ul,
	.ow-navigation ul > li .dropdown-menu ul ul ul ul ul ul ul,
	.ow-navigation ul > li .dropdown-menu ul ul ul ul ul ul ul ul ul,
	.ow-navigation .navbar-collapse > ul > li:last-child .dropdown-menu ul ul,
	.ow-navigation .navbar-collapse > ul > li:last-child .dropdown-menu ul ul ul ul,
	.ow-navigation .navbar-collapse > ul > li:last-child .dropdown-menu ul ul ul ul ul ul,
	.ow-navigation .navbar-collapse > ul > li:last-child .dropdown-menu ul ul ul ul ul ul ul ul,
	.ow-navigation .navbar-collapse > ul > li:last-child .dropdown-menu ul ul ul ul ul ul ul ul ul ul,
	.ow-navigation .navbar-collapse > ul > li:nth-last-child(2) .dropdown-menu ul ul,
	.ow-navigation .navbar-collapse > ul > li:nth-last-child(2) .dropdown-menu ul ul ul ul,
	.ow-navigation .navbar-collapse > ul > li:nth-last-child(2) .dropdown-menu ul ul ul ul ul ul,
	.ow-navigation .navbar-collapse > ul > li:nth-last-child(2) .dropdown-menu ul ul ul ul ul ul ul ul,
	.ow-navigation .navbar-collapse > ul > li:nth-last-child(2) .dropdown-menu ul ul ul ul ul ul ul ul ul ul	{
		right: auto;
	}
	.ow-navigation ul > li .dropdown-menu ul,
	.ow-navigation ul > li .dropdown-menu ul ul ul,
	.ow-navigation ul > li .dropdown-menu ul ul ul ul ul,
	.ow-navigation ul > li .dropdown-menu ul ul ul ul ul ul ul,
	.ow-navigation ul > li .dropdown-menu ul ul ul ul ul ul ul ul ul,
	.ow-navigation .navbar-collapse > ul > li:last-child .dropdown-menu ul ul,
	.ow-navigation .navbar-collapse > ul > li:last-child .dropdown-menu ul ul ul ul,
	.ow-navigation .navbar-collapse > ul > li:last-child .dropdown-menu ul ul ul ul ul ul,
	.ow-navigation .navbar-collapse > ul > li:last-child .dropdown-menu ul ul ul ul ul ul ul ul,
	.ow-navigation .navbar-collapse > ul > li:last-child .dropdown-menu ul ul ul ul ul ul ul ul ul ul,
	.ow-navigation .navbar-collapse > ul > li:nth-last-child(2) .dropdown-menu ul ul,
	.ow-navigation .navbar-collapse > ul > li:nth-last-child(2) .dropdown-menu ul ul ul ul,
	.ow-navigation .navbar-collapse > ul > li:nth-last-child(2) .dropdown-menu ul ul ul ul ul ul,
	.ow-navigation .navbar-collapse > ul > li:nth-last-child(2) .dropdown-menu ul ul ul ul ul ul ul ul,
	.ow-navigation .navbar-collapse > ul > li:nth-last-child(2) .dropdown-menu ul ul ul ul ul ul ul ul ul ul {
		left: 100%;
	}
	.ow-navigation ul > li .dropdown-menu ul ul,
	.ow-navigation ul > li .dropdown-menu ul ul ul ul,
	.ow-navigation ul > li .dropdown-menu ul ul ul ul ul ul,
	.ow-navigation ul > li .dropdown-menu ul ul ul ul ul ul ul ul,
	.ow-navigation ul > li .dropdown-menu ul ul ul ul ul ul ul ul ul ul,
	.ow-navigation .navbar-collapse > ul > li:last-child .dropdown-menu ul,
	.ow-navigation .navbar-collapse > ul > li:last-child .dropdown-menu ul ul ul,
	.ow-navigation .navbar-collapse > ul > li:last-child .dropdown-menu ul ul ul ul ul,
	.ow-navigation .navbar-collapse > ul > li:last-child .dropdown-menu ul ul ul ul ul ul ul,
	.ow-navigation .navbar-collapse > ul > li:last-child .dropdown-menu ul ul ul ul ul ul ul ul ul,
	.ow-navigation .navbar-collapse > ul > li:nth-last-child(2) .dropdown-menu ul,
	.ow-navigation .navbar-collapse > ul > li:nth-last-child(2) .dropdown-menu ul ul ul,
	.ow-navigation .navbar-collapse > ul > li:nth-last-child(2) .dropdown-menu ul ul ul ul ul,
	.ow-navigation .navbar-collapse > ul > li:nth-last-child(2) .dropdown-menu ul ul ul ul ul ul ul,
	.ow-navigation .navbar-collapse > ul > li:nth-last-child(2) .dropdown-menu ul ul ul ul ul ul ul ul ul {
		right: 100%;
	}
	.ow-navigation ul > li .dropdown-menu ul ul,
	.ow-navigation ul > li .dropdown-menu ul ul ul ul,
	.ow-navigation ul > li .dropdown-menu ul ul ul ul ul ul,
	.ow-navigation ul > li .dropdown-menu ul ul ul ul ul ul ul ul,
	.ow-navigation ul > li .dropdown-menu ul ul ul ul ul ul ul ul ul ul,
	.ow-navigation .navbar-collapse > ul > li:last-child > .dropdown-menu,
	.ow-navigation .navbar-collapse > ul > li:last-child .dropdown-menu ul,
	.ow-navigation .navbar-collapse > ul > li:last-child .dropdown-menu ul ul ul,
	.ow-navigation .navbar-collapse > ul > li:last-child .dropdown-menu ul ul ul ul ul,
	.ow-navigation .navbar-collapse > ul > li:last-child .dropdown-menu ul ul ul ul ul ul ul,
	.ow-navigation .navbar-collapse > ul > li:last-child .dropdown-menu ul ul ul ul ul ul ul ul ul,
	.ow-navigation .navbar-collapse > ul > li:nth-last-child(2) > .dropdown-menu,
	.ow-navigation .navbar-collapse > ul > li:nth-last-child(2) .dropdown-menu ul,
	.ow-navigation .navbar-collapse > ul > li:nth-last-child(2) .dropdown-menu ul ul ul,
	.ow-navigation .navbar-collapse > ul > li:nth-last-child(2) .dropdown-menu ul ul ul ul ul,
	.ow-navigation .navbar-collapse > ul > li:nth-last-child(2) .dropdown-menu ul ul ul ul ul ul ul,
	.ow-navigation .navbar-collapse > ul > li:nth-last-child(2) .dropdown-menu ul ul ul ul ul ul ul ul ul {
		left: auto;
	}
}

/* - Min Width: 992 to Max Width: 1199 */
@media only screen and (min-width: 992px) and (max-width: 1199px) {
	
	.comments-area .children {
		margin: 0 0 0 10px;
		padding-left: 10px;
	}
	
	/* - widget: Calendar */
	.widget_calendar tbody a,
	.widget_calendar tbody #today {
		height: 26px;
		width: 26px;
		line-height: 25px;
	}
	.widget_calendar td,
	.widget_calendar th {
		line-height: 27px;
	}
	
	/* ## WooCommerce: Widget */
	.woocommerce-product-search input[type="search"] {
		width: 68%;
	}
}

/* - Res. Max Width 991px */
@media (max-width: 991px) {
	
	/* - No wcmenu: Image Logo */
	.no-wcmenu .image-logo > img {
		margin-top: 6px;
		max-height: 56px;
	}
	
	/* - Site Title Setting */
	.ow-navigation .site-title{
		padding-top: 2px;
	}

	/* ## Woocommerce */
	.content-area .products .owclearfix-cnt3:after {
		clear: none;
	}
	.woocommerce .cart-collaterals .cross-sells,
	.woocommerce-page .cart-collaterals .cart_totals {
		width: 100%;
	}
	
	.woocommerce-cart .woocommerce table.shop_table tr.cart_item td {
		padding: 5px;
	}
	.woocommerce .coupon .button {
		margin-bottom: 10px;
	}
	.woocommerce table.shop_table .product-name a {
		font-size: 14px;
	}
	.woocommerce-cart .woocommerce table.shop_table td.actions {
		padding: 20px;
	}

	/*  [ - Related Products ]
	- - - - - - - - - - - - - - - - - - - - */
	.body .site-header.menu-absolute:not(.navbar-fixed-top),
	.body .site-header.menu-default:not(.navbar-fixed-top) {
		background-color: #000;
		min-height: 75px;
		position: relative;
	}
	
	.woocommerce-product-search input[type="search"] {
		width: 69%;
	}
	.woocommerce div.product .product_title {
		font-size: 22px;
	}
	.woocommerce-cart .woocommerce table.shop_table td {
		line-height: 16px;
	}

	/* - Site Logo */
	.logo-block {
		float: left;
	}	
	.site-logo {
		padding-top: 0;
	}
	.text-logo {
		font-size: 25px;
	}
	.text-logo:hover {
		color: #fff;
		text-decoration: none;
	}	
	.text-logo,
	.image-logo {
		padding-top: 15px;
	}
	
	/* - Navigation Menu */
	.site-header.menu-absolute:not(.navbar-fixed-top) {
		background-color: #000;
		position: relative;
		padding-top: 5px;
	}
	.primary-navigation .navbar-header {
		margin: 0;
	}
	
	/* Top Menu Change */
	.topmenu,
	.site-header.navbar-fixed-top .topmenu {
		margin: 25px 0 14px;
		float: right;
		min-width: 50%;
	}
	
	.site-header .navbar-toggle {
		margin-top: 20px;
	}
	
	/* ## Navigation Menu */

	/* - Nav Main */
	.ow-navigation {
		padding-left: 15px;
		padding-right: 15px;
	}

	/* - Nav Header */
	.ow-navigation .navbar-header .navbar-brand {
		padding-left: 0;
		margin-left: 0;
	}	
	
	/* - Nav Items */
	.ow-navigation .navbar-collapse.navbar-right{
		float: none!important;
	}
	.ow-navigation .navbar-nav {
		width: 100%;
		margin: 0;
	}
	.ow-navigation .navbar-nav > li {
		min-height: 0;
		float: none;
		width: 100%;
		padding: 0;
		margin: 0;
	}
	.ow-navigation .navbar-nav > li > a {
		padding: 8px 0;
		-webkit-transition: all 1s ease 0s;
		-moz-transition: all 1s ease 0s;
		-o-transition: all 1s ease 0s;
		transition: all 1s ease 0s;
	}	
	.ow-navigation .navbar-nav > li.active a {
		color: #20c1f8;
	}
	.ow-navigation .navbar-nav > li.active > a:hover,
	.ow-navigation .navbar-nav  li  a:hover {
		color: #20c1f8;
	}
	.ow-navigation .navbar-nav  li .caret {
		display: none;
	}
	
	/* - Nav Toggle */
	.ow-navigation .navbar-header {
		float: none;
	}
	.ow-navigation .navbar-toggle {
		display: block;
		border: 1px solid #fff;
		background-color: #333;
		border-radius: 0;
		margin: 23px 0;
		padding: 6px 5px;
	}
	.ow-navigation .navbar-toggle .icon-bar { 
		background-color: #fff; 
	}	
	.ow-navigation .navbar-collapse {
		padding-left: 0;
		padding-right: 0;
		overflow: auto !important;
		border-top: 1px solid #ccc;
	}
	.ow-navigation .navbar-collapse.collapse { 
		display: none !important; 
	}
	.ow-navigation .collapse.in{ 
		display:block !important; 
		overflow-y: auto !important; 
	}
	
	/* - Nav Switch */
	.ow-navigation .ddl-switch {
		background-color: #20c1f8;
		color: #fff;
		cursor: pointer;
		font-size: 18px;
		padding: 2px 6px;
		position: absolute;
		right: 0;
		top: 14px;
		z-index: 100;
	}
	.ow-navigation .ddl-active > .ddl-switch:before {
		content: "\f106";
	}

	/* - Nav Dropdown */
	.ow-navigation .dropdown-menu {
		background-color: transparent;
		border: 0 none;
		margin-top: 0;
		padding-top: 0;
		position: relative;
		width: 100%;
		box-shadow: none;
		float: left;
		padding-bottom: 1px;
		padding-left: 5px;
	}
	.ow-navigation .dropdown-menu:last-child {
		margin-bottom: 5px;
	}
	.ow-navigation .dropdown-menu li {
		display: inline-block;
		width: 100%;
		margin: 0;
	}
	.ow-navigation .navbar-nav > li:last-of-type {
		margin-bottom: 15px;
	}
	.ow-navigation .navbar-nav li .dropdown-menu > li > a {
		color: #fff;
		padding-left: 0;
		padding-right: 0;
		padding-top: 8px;
		padding-bottom: 8px;
		-webkit-transition: all 1s ease 0s;
		-moz-transition: all 1s ease 0s;
		-o-transition: all 1s ease 0s;
		transition: all 1s ease 0s;
	}
	.ow-navigation .navbar-nav li .dropdown-menu > li > a:hover {
		color: #20c1f8;
	}	
	.comments-area .children {
		margin: 0 0 0 5px;
		padding-left: 5px;
	}
	.comment-author .avatar {
		max-width: 75px;
		margin-right: 10px;
	}
	.comment-awaiting-moderation, 
	.comment-metadata, 
	.comment-author,
	.comment-content {
		padding-left: 90px;
	}
	.comment-list .reply {
		padding-left: 110px;
	}
	
	.woocommerce .widget_shopping_cart .cart_list li a.remove,
	.woocommerce.widget_shopping_cart .cart_list li a.remove {
		line-height: 17px;
		top: -10px;
	}
	
	.woocommerce .woocommerce-Addresses .woocommerce-Address,
	.woocommerce-page .woocommerce-Addresses .woocommerce-Address {
		width: 100%;
	}
	
	/* - Author Box */
	.author-box {
		padding-left: 115px;
	}
	.author-box img {
		max-width: 100px;
	}
	.author-box h5 {
		font-size: 20px;
		line-height: 28px;
	}
	.comments-title, .comment-reply-title {
		font-size: 16px;
		padding: 12px 0;
		line-height: 24px;
	}
	
	/* - NO wcmenu */
	.no-wcmenu .ow-navigation .navbar-toggle {
		margin: 21px 0;
	}	
	.navbar-fixed-top.no-wcmenu .ow-navigation .navbar-toggle {
		margin: 26px 0 24px;
	}
}

/* - Min Width: 768 to Max Width: 991 */
@media only screen and (min-width: 768px) and (max-width: 991px) {
	.woocommerce ul.products li.product .product_type_simple.add_to_cart_button {
		padding: 5px 12px;
	}
}

/* - Res. Max Width 767px */
@media (max-width: 767px) {

	/* - Post Formats */
	.format-video iframe,
	.format-video video {
		min-height: auto;
		height: auto;
	}
	
	/* - Widget Area */
	.widget-area {
		margin-top: 30px;
	}
	
	/* - Sticky Posts */
	.sticky-post {
		display: inline-block;
		font-weight: 700;
		margin-bottom: 10px;
		position: relative;
		left: 0;
	}

	/* ## Layout */
	.widget-area {
		margin: 30px auto 0;
	}
	
	/* - Nav Toggle */
	.ow-navigation .navbar-toggle {
		right: 0;
	}

	/* ## Woocommerce */
	/* - WooCommerce Order Received */
	.woocommerce-checkout.woocommerce-page.woocommerce-order-received .woocommerce {
		padding: 0;
	}
	.woocommerce-order-received .woocommerce .woocommerce-thankyou-order-details.order_details {
		padding-bottom: 10px;
	}
	.woocommerce-order-received .woocommerce .order_details li {
		border-right: none;
		border-bottom: 1px solid #000;
		width: 100%;
		padding-bottom: 10px;
		margin-bottom: 10px;
	}
	.woocommerce-order-received .woocommerce .order_details li:last-of-type {
		padding-bottom: 0;
		margin-bottom: 0;
		border-bottom: none;
	}
	
	.woocommerce-order-received .shop_table.order_details .product-name strong,
	.woocommerce-order-received .shop_table.order_details .product-name a {
		font-size: 13px;
	}
	.woocommerce div.product .product_title {
		font-size: 22px;
	}	
	.woocommerce-product-search input[type="search"] {		
		width: auto;
	}
	.woocommerce-product-search button[type="submit"] {
		width: auto;
	}
		
	.woocommerce-page table.wishlist_table .product-thumbnail{
		display: inline-block;
		width: 100%;
		float: right;
		border: none;
	}
	.woocommerce-page table.wishlist_table .product-thumbnail a{
		float: right;
	}
	.woocommerce-page table.wishlist_table tr td.actions::before, 
	.woocommerce-page table.wishlist_table tr td.product-remove::before {
		display: block;
	}
	.woocommerce table.wishlist_table tbody th, 
	.woocommerce table.wishlist_table thead,
	.woocommerce-page table.wishlist_table tbody th,
	.woocommerce-page table.wishlist_table thead {
		display: none;
	}
	.woocommerce table.wishlist_table tr,
	.woocommerce-page table.wishlist_table tr {
		display: block;
		margin-bottom: 30px;
	}
	.woocommerce table.wishlist_table tr td{
		position: relative;
	}
	.woocommerce table.wishlist_table tr td::before {
		float: left;
		font-weight: 700;
		top: 50%;
		left: 15px;
		-webkit-transform: translate(0, -50%);
		-moz-transform: translate(0, -50%);
		-ms-transform: translate(0, -50%);
		transform: translate(0, -50%);
		position: absolute;
	}
	.woocommerce table.wishlist_table tr td:nth-of-type(2)::before {
		content: "Product Img";
	}
	.woocommerce table.wishlist_table tr td:nth-of-type(3)::before {
		content: "Product Name";
	}
	.woocommerce table.wishlist_table tr td:nth-of-type(4)::before {
		content: "Product Price";
	}
	.woocommerce table.wishlist_table tr td:nth-of-type(5)::before {
		content: "Product Status";
	}
	.woocommerce .wishlist_table thead th,
	.woocommerce .wishlist_table tbody td {
		font-size: 14px !important;
	}
	.woocommerce table.wishlist_table tr td,
	.woocommerce-page table.wishlist_table tr td {
		display: inline-block;
		width: 100%;
		text-align: right !important;
	}
	.yith-wcwl-share {
		float: left;
		margin-bottom: 35px;
		margin-left: 10px;
		text-align: left;
	}
	.woocommerce table.wishlist_table tfoot tr {
		margin: 0;
	}
	.woocommerce table.wishlist_table tfoot tr td,
	.woocommerce-page table.wishlist_table tfoot tr td {
		border: none;
		padding: 0;
	}
	.woocommerce-cart .woocommerce table.shop_table td {
		display: inline-block;
		padding: 12px 5px;
		width: 100%;
	}
}

/* - Res. Min Width 768px */
@media (min-width: 768px) {
	.site-main .content-left,
	.site-main .sidebar-left {
		float: left;
	}
	.site-main .content-right,
	.site-main .sidebar-right {
		float: right;
	}
}

/* - Res. Max Width 600px */
@media (max-width: 600px) {
	body.admin-bar .site-header.navbar-fixed-top {
		margin-top: 0;
	}
}

/* - Res. Max Width 500px */
@media (max-width: 500px) {	
	.site-logo {
		display: inline-block;
		text-align: center;
		width: 100%;
	}	
	
	/* - NO wcmenu */
	.no-wcmenu .site-logo {
		padding: 10px 0 8px;
		text-align: left;
		width: auto;
	}
	.no-wcmenu .image-logo > img {
		max-height: 55px;
		margin-top: 6px;
	}
	.no-wcmenu.site-header .navbar-toggle {
		margin-bottom: 16px;
		margin-top: 17px;
	}
	.no-wcmenu.navbar-fixed-top .site-logo {
		margin-top: 8px;
	}
	
	/* - No wcmenu: Image Logo */
	.no-wcmenu .image-logo {
		padding-top: 0;		
	}
	.no-wcmenu .image-logo > img{
		margin-top: -6px
	}
	
	/* - Site Title Setting */
	.ow-navigation .site-title{
		padding-top: 0;
		margin-top: 2px;
	}
	
	.site-header .navbar-toggle {
		margin-top: 10px;
		margin-bottom: 10px;
	}
	.topmenu,
	.site-header.navbar-fixed-top .topmenu {
		float: left;
		text-align: left;
		margin-top: 10px;
	}
	.site-title,
	.custom-txt {
		padding: 0;
	}
	.navbar-fixed-top .site-logo {
		margin-top: 0;
	}	
}

/* - Res. Max Width 479px */
@media (max-width: 479px) {
	
	.comment-list .children > li {
		padding-left: 0;
	}
	.comments-area .children {
		margin: 0 0 0 2px;
		padding-left: 2px;
	}
	.comment-author .avatar {
		max-width: 65px;
	}
	.comment-awaiting-moderation,
	.comment-metadata,
	.comment-author, 
	.comment-content {
		padding-left: 77px;
	}
	.comment-list .reply {
		padding-left: 95px;
	}
	.comment-list article,
	.comment-list .pingback, 
	.comment-list .trackback {
		padding: 20px 0;
	}
		
	/* - WooCommerce */
	.woocommerce #reviews #comments,
	.woocommerce-page #reviews {
		padding: 10px;
	}
	.woocommerce #content div.product .woocommerce-tabs ul.tabs li a,
	.woocommerce div.product .woocommerce-tabs ul.tabs li a {	
		font-size: 14px;
		padding: 12px 10px;
	}
	.woocommerce #content div.product .woocommerce-tabs .entry-content,
	.woocommerce div.product .woocommerce-tabs .entry-content {
		padding: 15px !important;
	}	
	.woocommerce #reviews #comments ol.commentlist li .comment-text {
		margin: 0 0 0 40px;
	}
	.woocommerce #reviews #comments ol.commentlist li .comment-text  .star-rating {
		float: none;
		height: 18px;
	}
	.woocommerce #reviews #comments ol.commentlist li .comment-text p.meta {
		margin-top: 5px;
		margin-bottom: 5px;
	}
	
	.woocommerce .woocommerce-result-count,
	.woocommerce-page .woocommerce-result-count,
	.woocommerce .woocommerce-ordering,
	.woocommerce-page .woocommerce-ordering {
		float: none;
		width: 100%;
	}	
	.woocommerce .woocommerce-ordering .select_box::before {
		top: auto;
	}	
	
	.woocommerce ul.products li.product,
	.woocommerce-page ul.products li.product, 
	.woocommerce-page[class*="columns-"] ul.products li.product,
	.woocommerce[class*="columns-"] ul.products li.product,
	.woocommerce-page[class*="columns-"] ul.products li.product,
	.woocommerce[class*="columns-"] ul.products li.product {
		margin: 0 auto 30px;
		padding-right: 0;
		width: 100%;
		float: none !important;
		max-width: 300px;
	}
}

/* - Res. Max Width 400px */
@media (max-width: 400px) {

	/* ## Woocommerce */
	.woocommerce ul.products li.product,
	.woocommerce-page ul.products li.product {
		width: 100%;
		float: none !important;
		margin: 0 auto 35px;
	}
	.owclearfix-cnt2:after,
	.owclearfix-cnt3:after {
		clear: none;
	}
}

/*
------------------------------------------------------------------
	[TABLE OF CONTENTS]
		- Global Styles
		- Padding and Spacing
		- Intro / Top slider
		- Slider Section
		- Services
		- Featured Works
		- Video Wrap
		- About
		- Mission
		- Skills
		- Services / 2
		- Clients info
		- Team
		- Portfolio
		- Parallax Wrap
		- Contact
		- Map Wrap
		- Footer
		- Page Header
		- Blog
		- Blog Single
		- Post Tag
		- PostShare
		- Comments
		- Extras / Animated styles
		- Loading
		- THEME SWITCHER
		- Error Section
	
	## Responsive
		- Min Width: 1400 to Max Width: 2700
		- Min Width: 992
		- Min Width: 992 to Max Width: 1199
		- Max Width: 991
		- Min Width: 768 to Max Width: 991
		- Max Width: 767
		- Min Width: 600 to Max Width: 767
		- Min Width: 601 to Max Width: 767
		- Max Width: 639
		- Max Width: 600
		- Max Width: 479
		- Max Width: 400

-------------------------------------------------------------------*/

/* - Global Styles */
body {
    font-family: 'Lato', sans-serif;
	word-wrap: break-word;
	overflow-x: hidden;
}

.body {
    position: relative;
    width: 100%;   
}
h1,h2,h3,h4,h5,h6 {
    font-family: 'Lato', sans-serif;
    font-weight: 700;
	word-wrap: break-word;
}

/* - Padding and Spacing */
.no-padding {
    padding: 0 !important;
}
.space10 {
    margin-bottom: 10px;
}
.space20 {
    margin-bottom: 20px;
}
.space30 {
    margin-bottom: 30px;
}
.space40 {
    margin-bottom: 40px;
}
.space50 {
    margin-bottom: 50px;
}
.space60 {
    margin-bottom: 60px;
}
.space70 {
    margin-bottom: 70px;
}
.space80 {
    margin-bottom: 80px;
}
.space90 {
    margin-bottom: 90px;
}

/* - Intro / Top slider */
.slider-home {
    background: #000;
}
.sep { 
    margin: 50px auto;
}
.sep-small {
    background: #ccc;
    height: 1px;
    width: 50px;
    margin: 17px 0;
}
.sep2 {  
    margin: 60px 0;
}
.btn-home {
    font-size: 18px;
    color: #fff !important;
    font-weight: 400;
    text-align: center;
    text-transform: uppercase;
    border: none;
    padding: 5px 25px 3px;
    display: table;
    position: relative;
    margin: 0 auto;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    font-family: Lato;
	cursor: pointer;
	text-decoration: none !important;
}
.btn-home:hover,
.inner-wrap2 a:hover {
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}
.btn-home:before,
.btn-home:after {
    content: "";
    position: absolute;
    right: 0px;
    top: 3px;
    transition: all 0.3s ease-in-out 0s;
    font-size: 40px;
    font-weight: 700;
    background: #21C2F8;
    width: 3px;
    height: 32px;
    transform: rotate(14deg);
    -ms-transform: rotate(14deg);
    -webkit-transform: rotate(14deg);
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}
.btn-home:after {
    content: "";
    left: 0px;
}
.btn-home:hover:before,
.btn-home:hover:after {
    content: "";
    transform: rotate(-14deg);
    -ms-transform: rotate(-14deg);
    -webkit-transform: rotate(-14deg);
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}
.panel-grid-cell .so-panel {
	margin-bottom: 0 !important;
}

/* - Menu Setting Info */
.menu-setting-info {
	display: inline-block;
	margin-left: 15px;
	font-size: 20px;
}
.menu-setting-info a {
	color: #20c1f8;
	text-decoration: none;
}
.navbar-fixed-top .menu-setting-info {
	margin-top: 25px;
}

/* - Slider Section */
#rev_slider_one .tparrows {
	background-color: rgba(0,0,0,1);
}
#rev_slider_one .tparrows.custom {
	height: 40px;
	width: 40px;
	border-radius: 100%;
}
#rev_slider_one .custom.tparrows::before {
	font-size: 19px;
	font-weight: 700;
}
#rev_slider_one .custom .tp-bullet {
	width: 15px;
	height: 5px;
	background-color: rgba(125, 125, 125, 0.7);
}
#rev_slider_one .custom .tp-bullet.selected {
	background-color: #fff;
}
#rev_slider_one .tp-caption.Concept-Title,
#rev_slider_one .Concept-Title {
	letter-spacing: 1px !important;
}
#rev_slider_one span {
	color: #fff;
}

/* - Services */
.calltoaction {
    background: #fff;
    padding: 60px 0;
    position: relative;
    border-top: 6px solid #eee;
    border-bottom: 2px solid #eee;
}

.calltoaction .nav-tabs li.active > a:hover,
.calltoaction .nav-tabs li.active > a:focus,
.calltoaction .nav-tabs li a {
	outline: none;
	border: 0 none;
	background-color: transparent;
}
.calltoaction li {
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}
.calltoaction li.active [class*="fa-"] {
	color: #21c2f8;
	font-size: 85px;
}
.skills-wrap h4,
.clients-info h3,
.calltoaction h3,
.featured-work h3,
.about-section h3,
.services-style2 h3,
.section-team h3,
.portfolio-section h2,
.map-wrap h3,
.main-content h3 {
    font-size: 26px;
    color: #222222;
    font-weight: 400;
    text-align: center;
    text-transform: uppercase;
    padding-bottom: 25px;
	line-height: 35px;
	margin: 0 0 20px;
    letter-spacing: 2px;
	position: relative;
	word-wrap: break-word;
}
.skills-wrap h4::before,
.clients-info h3::before,
.calltoaction h3::before,
.featured-work h3::before,
.about-section h3::before,
.services-style2 h3::before,
.section-team h3::before,
.portfolio-section h2::before,
.map-wrap h3::before,
.main-content h3::before {
	position: absolute;
	content: "";
	left: 0;
	right: 0;
	width: 32px;
	height: 5px;
	background-color: #20c1f8;
	bottom: 0;
	margin: 0 auto;
	z-index: 1;
}
.skills-wrap h4::after,
.clients-info h3::after,
.calltoaction h3::after,
.featured-work h3::after,
.about-section h3::after,
.services-style2 h3::after,
.section-team h3::after,
.portfolio-section h3::after,
.map-wrap h3::after,
.main-content h3::after {
	position: absolute;
	content: "";
	left: 0;
	right: 0;
	width: 100px;
	height: 1px;
	background-color: #fff;
	bottom: 2px;
	margin: 0 auto;
}

.featured-work h3,
.about-section h3,
.services-style2 h3,
.section-team h3,
.portfolio-section h2,
.map-wrap h3,
.main-content h3 {
    margin: 0px 0px 25px;
}

.calltoaction .nav-tabs li:active [class*="fa-"] {
    color: #21c2f8;
    font-size: 85px;
}
.calltoaction ul {
	padding: 0;
	position: relative;
	border: 0 none;
}
.calltoaction .tab-content .tab-pane.active {	
	margin-top: 20px;
	opacity: 1;
	padding-top: 45px;
	position: relative;
}
.calltoaction .tab-content .tab-pane.active::before {	
	position: absolute;
	content: "\f107";
	font-family:"FontAwesome";
	font-size: 20px;
	color: #20c1f8;
	top: 0;	
	left: 0;
	right: 0;
}
.calltoaction ul li {
	width: 20%;
	float: left;
	color: #fff;
	text-align: center;
	list-style: none;
	position: relative;
	padding-top: 59px;
	cursor: pointer;
	transition: all 0.5s ease 0s;
	-webkit-transition: all 0.5s ease 0s;
	-moz-transition: all 0.5s ease 0s;
	-o-transition: all 0.5s ease 0s;
}
.calltoaction ul li [class*="fa-"] {
    font-size: 60px;
	color: #696969;
}
.calltoaction .tab-content {
	text-align: center;
}
.calltoaction .tab-content h4 {
    font-size: 19px;
	line-height: 28px;
    font-weight: 700;
    text-transform: uppercase;
    margin: 5px 0 20px;
    color: #000;
}
.calltoaction p {
    font-size: 16px;
    color: #878787;
    font-weight: 400;
    text-align: center;
    margin: 0;
    padding: 0 12%;
}

.s1-main h4,
.s2-main h4,
.s3-main h4,
.s4-main h4 {
    visibility: hidden !important;
    position: relative;
    top: 0px;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

/* - Featured Works */
.fwork {
	display: inline-block;
	width: 100%;
	text-align: center;
}
.featured-work {
	background-repeat: no-repeat;
	background-position: top center;
    padding: 50px 0;
    position: relative;
    border-top: 50px solid transparent;
    margin-top: -50px;
    -webkit-background-clip: padding-box;
    -moz-background-clip: padding;
    background-clip: padding-box;
}
.fworks-info h4 {
    color: #000;
    font-size: 20px;
    font-weight: 700;
    text-transform: uppercase;
    text-align: center;
	line-height: 28px;
    margin: 35px 0 20px;
}
.fworks-info p {
    color: #868686;
    font-size: 14px;
    text-align: center;
    line-height: 23px;
    margin-bottom: 45px;
    padding: 0 14%;
}
#owl-fworks .item {
    display: table;
    margin: 0 auto;
}
#owl-fworks .item img {
    width: auto;
	max-width: 625px;
}
#owl-fworks .owl-prev {
    display: block;
    width: 14px;
    height: 14px;
    opacity: 1;
    font-size: 0px;
    position: relative;
    float: left;
    background: transparent;
}
#owl-fworks .owl-next {
    display: block;
    width: 14px;
    height: 14px;
    opacity: 1;
    position: relative;
    font-size: 0px;
    float: right;
    background: transparent;
}
#owl-fworks .owl-prev:before,
#owl-fworks .owl-next:before {
    content: "\f104";
    font-family: FontAwesome;
    position: absolute;
    font-size: 28px;
    right: 0px;
    left: 0px;
    top: -14px;
    color: #adadad;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}
#owl-fworks .owl-next:before {
    content: "\f105";
}
#owl-fworks .owl-prev:hover:before,
#owl-fworks .owl-next:hover:before {
    color: #21c2f8;
}
#owl-fworks .owl-buttons {
    height: 14px;
    background: transparent;
    display: table;
    width: 100%;
    position: absolute;
    top: 35%;
    padding: 0 30px;
}
.form-submit,
.s-btn,
.wpcf7-submit,
.contact_submit {
    font-size: 16px;
    color: #000;
    font-weight: 400;
    text-align: center;
    text-transform: uppercase;
	text-decoration: none;
    border: none;
    display: inline-block;
    position: relative;
    margin: 0 auto;
    background: transparent;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
	cursor: pointer;
}
div.wpcf7 .ajax-loader {
	float: left;
}
.contact_submit {
	padding: 0;
}
.c-form .contact_submit {
    float: right;
    margin: 0px 0px;
}
.form-submit:hover,
.s-btn:hover,
.contact_submit:hover,
.contact_submit:hover {
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}
.form-submit:after,
.form-submit:before,
.s-btn:before,
.s-btn:after,
.contact_submit:before,
.contact_submit:after {
    content: "";
    position: relative;
	display: inline-block;
    top: 8px;
    font-size: 40px;
    font-weight: 700;
    background: #21C2F8;
    width: 3px;
    height: 28px;
    transform: rotate(14deg);
    -ms-transform: rotate(14deg);
    -webkit-transform: rotate(14deg);
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}
.form-submit:after,
.s-btn:after,
.contact_submit:after {
    right: -15px;
}

.form-submit:before,
.s-btn:before,
.contact_submit:before {
    left: -15px;
}
.form-submit:hover:after,
.form-submit:hover:before,
.s-btn:hover:before,
.s-btn:hover:after,
.contact_submit:hover:before,
.contact_submit:hover:after {
    content: "";
    transform: rotate(-14deg);
    -ms-transform: rotate(-14deg);
    -webkit-transform: rotate(-14deg);
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

/* - Video Wrap */
.video-section {
    position: relative;
	display: inline-block;
	width: 100%;
}
.video-section iframe {
	min-height: 420px;
}
.video-section .pause-btn,
.video-section .play-btn {
	width: 132px;
	height: 132px;
	position: absolute;
	z-index: 1;
	top: 132px;
	left: 0px;
	right: 0px;
	display: inline-block;
	margin: 0 auto;
} 
.video-section .play-btn {
	background-image: url(../images/play.png);
	background-repeat: no-repeat;
}
.video-section .pause-btn {	
	background-image: url(../images/pause.png);
	background-repeat: no-repeat;	
}
.video-section-vimeo {
	min-height: 400px;
}
.video-section h3 {
    font-size: 38px;
    letter-spacing: 10px;
    text-transform: uppercase;
    color: #fff;
    font-weight: 400;
    text-align: center;
    margin-top: 0;
	line-height: 50px;
	padding: 0 15px;
	max-height: 150px;
	display: inline-block;
	overflow: hidden;
	text-align: center;
	position: absolute;
	left: 0;
	right: 0;
	top: auto;
	bottom: 50px;
}


/* - About */
.about-section {
    background: #fff;
    padding: 70px 0 0px;
    position: relative;
    border-top: 70px solid transparent;
    margin-top: -70px;
    -webkit-background-clip: padding-box;
    -moz-background-clip: padding;
    background-clip: padding-box;
}
.about ul {
    padding: 0 !important;
}
.about ul li {
    list-style: none;
    display: table;
    width: 100%;
    cursor: pointer;
    margin-bottom: 43px;
	position: relative;
}
.about ul li::before {
    background-color: #ddd;
    bottom: -43px;
    content: "";
    display: inline-block;
    left: 28px;
    position: absolute;
    top: 58px;
    width: 1px;
    z-index: 1;
}
.about ul li:last-of-type::before {
	width: 0;
	display: none;
}
.a-ico {
    width: 59px;
    float: left;
}
.a-ico [class*="fa-"] {
    width: 59px;
    height: 59px;
    border-radius: 50%;
    background: #21c2f8;
    color: #fff;
    font-size: 25px;
    line-height: 59px;
    text-align: center;
    border: 1px solid #21c2f8;
}
.about ul li:hover i,
.about ul li:hover[class*="fa-"] {
    background: #fff;
    color: #999999;
    border: 1px solid #ddd;
}
.about ul li h4 {
    color: #000;
    font-weight: 700;
    font-size: 14px;
    text-transform: uppercase;
    margin-top: 7px;
    margin-bottom: 14px;
	line-height: 20px;
}
.a-info {
    margin-left: 77px;
}
.a-info h4 {
    font-size: 14px !important;
    font-weight: bold !important;
    margin-bottom: 8px !important;
}
.title-sub {
    font-size: 14px;
    color: #3d3d3d;
    padding: 0 10% !important;
    margin-bottom: 50px;
    text-align: center;
}
.a-info p {
    font-size: 14px !important;
    color: #3d3d3d !important;
}

.about ul li [class*="fa-"],
.about ul li:hover [class*="fa-"] {
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}
.a-img {
    margin: 0 auto;
    display: table;
    width: 90%;
    padding: 0 5%;
    border-bottom: 4px solid #eeeeee;
}
.about-inner {
    background: url(../images/xtra/pattern.png);
    padding: 70px 0 50px;
    border-bottom: 2px solid #eeeeee;
}
.about-inner .col-md-4 {
    cursor: pointer;
	margin-bottom: 30px;
}
.about-inner h2 {
    font-size: 20px !important;
    line-height: 29px;
    color: #000;
    text-transform: uppercase;
	position: relative;
	padding-right: 60px;
	min-height: 55px;
}
.about-inner h2 span {
    background: #21c2f8;
	position: absolute;
	right: 0;
	top: 0;
    color: #fff;
    width: 56px;
    height: 56px;
    line-height: 54px;
    border-radius: 50%;
    text-align: center;
    font-size: 28px;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}
.about-inner p {
    font-size: 14px !important;
    line-height: 23px;
    color: #3d3d3d;
}
.about-inner .col-md-4:hover span {
    background: #fff;
    color: #a1a1a1;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

/* - Mission */
.mission {
    background: #fff;
    padding-top: 65px;
    padding-bottom: 40px;
}
.mission .title {
    font-size: 20px;
    font-weight: 700;
    text-transform: uppercase;
    text-align: center;
    margin: 0 0 30px;
    color: #000;
	line-height: 28px;
}
.mission .subtitle {
    font-size: 18px;
    font-weight: 300;
    text-align: center;
    margin: 0 0 30px;
    font-style: italic;
    color: #3d3d3d;
    padding: 0 5%;
    line-height: 26px;
}
.mission h6 {
    font-size: 18px;
	line-height: 26px;
    color: #000;
    font-weight: 400;
    text-transform: uppercase;
    margin: 40px 0px 40px 0;
}
.m-img {
    width: 110%;
    max-width: 110%;
    position: relative;
    right: 10%;
}

/* - Skills */
.skills-wrap ul li canvas {
	border-radius: 100%;
}
.skills-wrap .skill_box::before {
	position: absolute;
	content:"";
	left: 5px;
	right: 5px;
	bottom: 5px;
	top: 5px;
	display: inline-block;
	border-radius: 100%;
	border: 5px solid #000;
	z-index: 1;
}
.skills-wrap .skill_box::after {
	position: absolute;
	content:"";
	left: 5px;
	right: 5px;
	bottom: 5px;
	top: 5px;
	display: inline-block;
	border-radius: 100%;
	background-color: #444;
}
.skills-wrap .skill_box {
	position: relative;
	margin: 0 auto !important;
	text-align: center;
	width: 163px;
	height: 163px;
}
.skills-wrap .skill_percentage {
	margin: 0 auto;	
	padding: 0 !important;
	position: absolute;
	right: 0;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	font-size: 34px;
	margin: 0;
	color: #fff;
	font-weight: 400;
	font-family: "Lato",sans-serif;
	z-index: 1;
}
.skills-wrap .skill_percentage:after {
    content: "%";
    font-size: 32px;
    color: #fff;
    right: 0;
    position: relative;
}
.skills-wrap ul {
    padding: 0px;
    width: 100%;
    display: inline-block;
    margin: 30px auto 0;
}
.skills-wrap ul li {
    width: 20%;
    list-style: none;
    float: left;
	margin-bottom: 58px;
}
.skills-wrap ul li h5 {
    font-size: 16px;
    text-transform: uppercase;
    color: #fff;
    text-align: center;
    font-weight: 400;
    margin: 27px 0 12px;
	line-height: 24px;
}
.star {
    display: inline-block;
	width: 100%;
	text-align: center;
    margin: 0 auto;
}
.star .yes {
    color: #21c2f8;
    font-size: 15px;
}
.star .no {
    color: #999999;
    font-size: 15px;
}

/* - Skills */
.facts {
	background-position: center top !important;
	background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    padding: 110px 0 110px;
}
.facts ul {
    padding: 0;
}
.facts ul li {
    list-style: none;
    float: left;
    width: 25%;
}
.facts ul li [class*="fa-"] {
    font-size: 100px;
    color: #21c2f8;
    text-align: center;
    border-top: 0;
    display: table;
    margin: 0 auto;
    line-height: 143px;
}
.facts ul li h4 {
    margin: 10px 0 0;
    text-align: center;
    color: #fff;
    font-weight: 300;
    font-size: 22px;
    font-style: italic;
    line-height: 30px;
}
.facts ul li h4 span {
    display: block;
    font-size: 52px;
    font-style: normal;
	line-height: 60px;
	color: #fff;
}
.facts h3,
.inner-wrap2 h3 {
    font-size: 60px;
    text-transform: uppercase;
    color: #21c2f8;
    font-weight: 600;
    text-align: center;
    font-family: Arial;
    margin: 0 0 70px;
    line-height: 45px;
}
.facts h3 span,
.inner-wrap2 h3 span {
    font-size: 50px;
    text-transform: uppercase;
    color: #fff;
    font-weight: 600;
    font-family: 'Lato', sans-serif;
    position: relative;
}
.facts h3 span:before {
    content: "";
    width: 30px;
    height: 2px;
    background: #fff;
    position: absolute;
    top: 1px;
    left: 5px;
}
.inner-wrap2 h3 span:before {
    content: "";
    width: 30px;
    height: 2px;
    background: #fff;
    position: absolute;
    top: -2px;
    left: 1px;
}

/* - Services / 2 */
.services-style2 {
    padding: 80px 0 30px;
    position: relative;
    -webkit-background-clip: padding-box;
    -moz-background-clip: padding;
    background-clip: padding-box;
    background: url(../images/sep-big.png) no-repeat center bottom;
}
.services2-content ul {
    padding: 0;
}
.services2-content ul li {
    list-style: none;
    display: table;
    cursor: pointer;
    margin-bottom: 45px;
}
.services2-content .a-ico {
    width: 86px;
    float: left;
}
.services2-content ul li [class*="fa-"] {
    width: 86px;
    height: 86px;
    border-radius: 50%;
    background: #fff;
    color: #999999;
    font-size: 40px;
    line-height: 86px;
    text-align: center;
    border: none;
}
.services2-content ul li:hover [class*="fa-"] {
    background: #21c2f8;
    color: #fff;
}
.services2-content ul li h4 {
    color: #000;
    font-weight: 400 !important;
    font-size: 18px !important;
    text-transform: uppercase;
    margin-top: 12px !important;
    margin-bottom: 10px !important;
	line-height: 26px;
}
.services2-content ul li:hover h4 {
    color: #21c2f8;
}
.services2-content ul li p {
    color: #999;
    font-size: 16px;
}
.services2-content .a-info {
    margin-left: 105px;
}
.services2-content ul li [class*="fa-"],
.services2-content ul li:hover [class*="fa-"] {
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

/* - Clients info */
.client-quote {
    background: #fff;
    padding: 70px 0 60px;
}

.client-quote h3 {
    font-size: 20px;
    font-weight: 700;
    text-transform: uppercase;
    text-align: center;
    margin: 0 0 40px;
    color: #000;
	line-height: 29px;
}
.clients-info .container > .row {
	text-align: center;
}
.cq-info {
	margin-bottom: 30px;
}
.clients-info [class*="col-"] img {
    display: inline-block;
    text-align: center;
}
.cq-info p {
    font-size: 18px;
    color: #3d3d3d;
    font-weight: 300;
    font-style: italic;
    line-height: 28px;
    text-align: center;
    margin-bottom: 30px;
}
.cq-info h4 {
    font-size: 16px;
    text-transform: uppercase;
    color: #000;
    font-weight: 400;
    text-align: center;
    margin: 0 0 7px;
}
.cq-info span {
    font-size: 14px;
    color: #21c2f8;
    font-style: italic;
    text-align: center;
    width: 100%;
    display: table;
    margin-bottom: 36px;
	line-height: 23px;
}
.cq-author {
    border: 1px solid #ebebeb;
    height: 90px;
    overflow: hidden;
	margin: 0 auto;
}
.cq-author i {
    width: 90px;
    float: left;
    text-align: center;
    line-height: 90px;
    height: 90px;
    color: #ccc;
    font-size: 30px;
	width: 20%;
}
.cq-author img {
    float: right;
}
.clients-info {
    position: relative;
    padding: 70px 0 45px;
	overflow-x: hidden;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
}
.clients-info h3 {
    text-align: center;
    margin: 0 0 15px;
}
.clients-info img {
    margin-bottom: 25px;
}
.inner-wrap {
    background-color: #000;
	background-position: center top;
	background-repeat: no-repeat;
    background-size: 100% auto;
    position: relative;
}
.inner-wrap img {
    max-width: 93%;
    margin: 0 auto;
    display: table;
}
.inner-wrap h4,
.inner-wrap2 h4 {
    color: #fff;
    font-size: 32px;
    text-transform: uppercase;
    font-weight: 300;
    margin: 50px 0;
    text-align: center;
	line-height: 44px;
}
.skills-wrap .inner-wrap h4 {
	margin-bottom: 0;
}

/* - Team */
.section-team {
    position: relative;
    background: #fff;
    padding: 80px 0 70px;
    -webkit-background-clip: padding-box;
    -moz-background-clip: padding;
    background-clip: padding-box;
}
.team-info {
    padding: 25px;
    background: #efeff1;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}
.folio-inner {
    padding: 25px 25px 10px;
    background: #fff;
    border-bottom: 1px solid #ddd;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}
.team-info h4,
.folio-inner h4 {
    font-size: 18px;
    margin: 5px 0 0;
    text-transform: uppercase;
    font-weight: 400;
    color: #000;
    margin-bottom: 15px;
    position: relative;
	line-height: 24px;
}
.team-info h4 span {
    font-size: 14px;
    font-weight: 400;
    font-style: italic;
    color: #21c2f8;
    display: block;
    margin-top: 5px;
	line-height: 20px;
}

#owl-team .item:hover h4 span {
    font-style: normal;
}
#owl-team .item {	
	margin-bottom: 30px;
}

.folio-inner h4 span {
    font-size: 14px;
    font-weight: 400;
    color: #21c2f8;
    display: block;
    margin-top: 5px;
}
.section-team .item:hover,
.folio-info:hover {
    cursor: pointer;
}
.section-team .item:hover .team-info {
    background: #21c2f8;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}
.folio-info:hover .folio-inner {
    background: #21c2f8;
    border-color: #21c2f8;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}
.section-team .item:hover .team-info h4,
.section-team .item:hover .team-info h4 span,
.folio-info:hover .folio-inner h4,
.folio-info:hover .folio-inner h4 span {
    color: #fff;
}
.section-team .item:hover .team-info p {
    color: #fff;
}
.section-team .item:hover .team-info h4:before,
.folio-info:hover .folio-inner h4:before {
    content: "";
    background: #fff;
}
#owl-folio .item {
    position: relative;
    z-index: 8787;
}
#owl-team .owl-controls .owl-page span {
    display: block;
    width: 16px;
    height: 4px;
    margin: 50px 4px 0;
    opacity: 1;
    border-radius: 0;
    background: #ccc;
}
#owl-team .owl-controls .owl-page.active span {
    background: #21c2f8;
}
.team-staff {
    position: relative;
}
.team-overlay {
    position: absolute;
    bottom: 0px;
    left: 0px;
    right: 0px;
    background: rgba(0, 0, 0, 0);
    width: 100%;
    height: 0%;
    overflow: hidden;
    visibility: hidden;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}
#owl-team .item:hover .team-overlay {
    background: rgba(0, 0, 0, 0.6);
    height: 100%;
    visibility: visible;
}
.team-overlay .social {
    height: 35px;
    position: absolute;
    left: 0px;
    right: 0px;
    margin: auto;
    bottom: -100px;
    width: 100%;
    background: #21c2f8;
    padding: 30px 0 10px;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}
.team-overlay .social ul {
    display: table;
    margin: 0 auto;
    padding: 0px;
}
.team-overlay .social ul li a {
    background: rgba(255, 255, 255, 0.6);
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}
.team-overlay .social ul li a:hover {
    background: rgba(255, 255, 255, 1);
	color: #20c1f8;   
}
#owl-team .item:hover .team-overlay .social {
    bottom: 0px;
    visibility: visible;
    opacity: 1;
}

/* - Portfolio */
.filter {
	display: inline-block;
	margin-bottom: 50px;
	text-align: center;
	width: 100%;
	padding: 0 15px;
}
.filter li a {
	outline: none;
	padding: 7px 12px;
	list-style: none;
	color: #999;
}
.filter li {
	outline: none;
	list-style: none;
	margin: 0 1px 20px;
	display: inline-block;
	background: #fff;
	font-size: 14px;
	color: #999;
	text-transform: uppercase;
	cursor: pointer;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}
.filter li a:hover,
.filter li a.active {
	list-style: none;
	text-decoration: none;
	background-color: #21c2f8;
	outline: none;
	color: #fff;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}

.portfolio-wrapper .items.col-3.row {
	list-style: none;
	margin: 0;
	padding: 0;
	width: 100%;
}
.portfolio-wrapper .items .item {
    width: 20%;
}
.portfolio-wrapper .items .item .p-overlay a,
.portfolio-wrapper .items .item .p-overlay a:hover,
.portfolio-wrapper .items .item .p-overlay a:focus {
	text-decoration: none;
	outline: none;
}

.portfolio-wrapper .items .item .p-overlay a:hover h5 {
	color: #21c2f8;
}
.og-details p span em b {
    color: #000;
    font-weight: 400;
}
.og-details p span em {
    display: block;
    font-style: normal;
    margin-bottom: 5px;
}
.og-details a {
	color: #000;
	text-decoration: none;
}
.og-fullimg {
	width: 42%;
	float: left;
	height: 100%;
	overflow: hidden;
	position: relative;
	text-align: center;
}
.og-details {
	width: 58%;
	float: left;
	height: 100%;
	position: relative;
	padding: 0px 0px 0px 33px;
}
.og-fullimg img {
	float: left;
}
.og-details h3 {
	font-weight: 400;
	font-size: 20px;
	color: #000;
	text-transform:uppercase;
	padding: 0px 0 10px;
	margin: 5px 0 10px;
	line-height: 28px;
}
.og-details p {
	font-weight: 400;
	font-size: 14px;
	line-height: 22px;
	color: #aaa;
	margin-bottom: 10px;
}
.og-details .launch-button {
	font-size: 16px;
	color: #000;
	font-weight: 400;
	text-align: center;
	text-transform: uppercase;
	border:none;
	display: inline-block;
	position: relative;
	margin: 20px 0;
	margin-left: 15px;
	background:transparent;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}
.og-details .launch-button:before,
.og-details .launch-button:after {
    content: "";
    position: relative;
	display: inline-block;
    top: 8px;
    font-size: 40px;
    font-weight: 700;
    background: #21C2F8;
    width: 3px;
    height: 28px;
    transform: rotate(14deg);
    -ms-transform: rotate(14deg);
    -webkit-transform: rotate(14deg);
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}
.og-details .launch-button:after {
    right: -15px;
}
.og-details .launch-button:before {
    left: -15px;
}
.og-details .launch-button:hover:before ,
.og-details .launch-button:hover:after {
    content: "";
	transform:rotate(-14deg);
	-ms-transform:rotate(-14deg);
	-webkit-transform:rotate(-14deg);
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}
.pthumb {
    overflow: hidden;
    position: relative;
}
.p-overlay {
    position: absolute;
    top: 50%;
    right: 100%;
	transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
    width: 100%;
    height: auto;
    background: rgba(0, 0, 0, 0.65);
    padding: 15px 0;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}
.pthumb:hover .p-overlay {
    right: 0%;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}
.p-overlay h5 {
    margin: 0px;
    text-align: center;
    color: #fff;
    font-size: 18px;
    font-weight: 400;
    position: relative;
    right: -200%;
    text-transform: uppercase;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
	line-height: 26px;
	max-height: 130px;
	overflow:  hidden;
}
.pthumb:hover .p-overlay h5 {
    right: 0%;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}
.portfolio-section {
    background: #fff;
    padding: 75px 0 0px;
    position: relative;
    width: 100%;
    display: inline-block;
}

/* - Parallax Wrap */
.inner-wrap2 {
    overflow: hidden;
	background-color: #000;
	background-repeat: no-repeat;
	background-position: center top;
	background-attachment: fixed;
    background-size: 100% auto;
    position: relative;
    padding: 15px 0 60px 0;
}
.inner-wrap2 p {
    font-size: 16px;
    color: #FFF;
    font-weight: 400;
    text-align: center;
    margin: -25px 0 0;
    padding: 0 12%;
}

/* - Contact */
.cinfo {
    font-size: 18px;
    font-weight: 600;
    text-transform: uppercase;
    color: #fff;
    margin-top: 50px;
    position: relative;
}
.cinfo:before {
    content: "";
    width: 21px;
    height: 2px;
    background: #21c2f8;
    position: absolute;
    left: 0;
    right: 0;
    top: -25px;
    margin: 0 auto;
}
.cinfo span {
    display: block;
    font-size: 26px;
    font-weight: 300;
    text-transform: none;
    color: #fff;
}
.cinfo span a {
    color: #fff;
}

.contact-form {
	text-align: center;
}
.contactform-section {
    background: #fff;
    padding: 70px 0 65px;
    border-top: 70px solid transparent;
    margin-top: -70px;
    -webkit-background-clip: padding-box;
    -moz-background-clip: padding;
    background-clip: padding-box;
}
.contactform-section h4 {
    text-transform: uppercase;
    font-size: 20px;
    margin: 70px 0 45px;
    text-align: center;
    color: #000;
}
.contact-form input[type="text"],
.contact-form input[type="email"],
.c-form input {
    height: 45px;
    width: 100%;
    background: #fff;
    border: 1px solid #ddd;
    padding: 12px 15px;
    margin-bottom: 20px;
    font-size: 14px;
	outline: none;
	-webkit-box-shadow: none;
	-webkit-appearance: none;
	box-shadow: none;
	transition: all 0.5s ease 0s;
	-webkit-transition: all 0.5s ease 0s;
	-moz-transition: all 0.5s ease 0s;
	-o-transition: all 0.5s ease 0s;
}
.contact-form textarea,
.c-form textarea {
    height: 173px;
    width: 100%;
    background: #fff;
    border: 1px solid #ddd;
    padding: 12px 15px;
    margin-bottom: 28px;
    font-size: 14px;
	outline: none;
	-webkit-box-shadow: none;
	-webkit-appearance: none;
	box-shadow: none;
	transition: all 0.5s ease 0s;
	-webkit-transition: all 0.5s ease 0s;
	-moz-transition: all 0.5s ease 0s;
	-o-transition: all 0.5s ease 0s;
}
.contact-form input[type="text"]:focus,
.contact-form input[type="email"]:focus,
.c-form input:focus,
.contact-form textarea:focus,
.c-form textarea:focus {
	border: 1px solid #000;
}
.c-form {
    margin-top: 45px;
}
.contact-info {
    padding: 40px 0;
    background: rgba(0, 0, 0, 0.7);
}
.ci-inner {
    margin-bottom: 20px;
}
.ci-inner i {
    font-size: 75px;
    color: #21c2f8;
    text-align: center;
    display: table;
    margin: 0 auto;
}
.ci-inner p a,
.ci-inner p {
    font-size: 20px;
    text-align: center;
    padding-top: 20px;
    color: #fff;	
	text-decoration: none;
	transition: all 0.5s ease 0s;
	-webkit-transition: all 0.5s ease 0s;
	-moz-transition: all 0.5s ease 0s;
	-o-transition: all 0.5s ease 0s;
}
.contact-info .ci-inner p a:hover {
	color: #20c1f8;
}
.contact-form div.wpcf7-validation-errors {
	float: left;
	border-color: #000;
}
.contact-form span.wpcf7-not-valid-tip {
	text-align: left;
}
.contact-info .container {
    padding: 0 50px;
	position: relative;
	z-index: 1;
}
.social-big {
    padding: 0;
    display: table;
    margin: 0 auto 15px;
    padding-bottom: 40px;
}
.social-big-wrap {
    background: url(../images/sep-big.png) no-repeat center bottom;
}
.social-big li {
    list-style: none;
    float: left;
    margin: 0 3px;
}
.social-big li a {
    width: 60px;
    height: 60px;
    background: transparent;
    color: #cccccc;
    border-radius: 50%;
    display: table;
    text-align: center;
    line-height: 60px;
    font-size: 45px !important;
}
.social-big li a:hover {
    color: #21c2f8;
}

/* - Map Wrap */
.map-wrap {
    background: #fff;
    padding-top: 75px;
    position: relative;
    overflow: hidden;
}
.map .gm-style .gm-style-iw {
	font-size: 14px;
	line-height: 20px;
	font-weight: 400;
	text-align: left;
}

/* - Footer */
footer {
    background: #000;
    padding: 20px 0 25px;
}
footer p {
    text-align: center;
    text-transform: uppercase;
    margin-top: 23px;
    font-size: 14px;
    color: #c7c7c7;
}
footer p a {
    color: #c7c7c7;
}
footer p a:hover {
    color: #21c2f8;
}
.social {
    padding: 0;
    display: table;
    margin: 0 auto;
}
.social li {
    list-style: none;
    float: left;
    margin: 0 4px;
}
.social li a {
    width: 35px;
    height: 35px;
    background: #fff;
    color: #21c2f8;
    border-radius: 50%;
    display: table;
    text-align: center;
    line-height: 35px;
    font-size: 20px;
}
.social li a:hover {
    background: #21c2f8;
    color: #000;
}

/* - Page Header */
.bcrumbs {
    padding: 0px;
    margin: -10px auto 50px;
    display: table;
}
.bcrumbs li {
    float: left;
    margin: 0 17px;
    list-style: none;
    font-size: 13px;
    text-transform: uppercase;
    color: #999;
    position: relative;
}
.bcrumbs li a {
    color: #21c2f8;
}
.bcrumbs li a:hover {
    color: #000;
}
.bcrumbs li:before {
    content: "\f105";
    font-family: FontAwesome;
    color: #999;
    position: absolute;
    top: 0;
    right: -20px;
    font-size: 13px;
}
.bcrumbs li:last-child:before {
    display: none;
}

/* - Blog */
.rmore {
    font-size: 15px;
    color: #000;
    font-weight: 400;
    text-align: center;
    text-transform: uppercase;
    border: none;
    display: inline-block;
    position: relative;
    margin: 15px 0 0;
    background: transparent;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}
.rmore:hover {
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}
.rmore:before,
.rmore:after {
	content: "";
	position: relative;
	display: inline-block;
	top: 8px;
	font-size: 40px;
	font-weight: 700;
	background: #21C2F8;
	width: 3px;
	height: 28px;
	transform: rotate(14deg);
	-ms-transform: rotate(14deg);
	-webkit-transform: rotate(14deg);
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}
.rmore:before {
   left: -15px;
}
.rmore:after {
    right: -15px;
}
.rmore:hover:before,
.rmore:hover:after {
    content: "";
    transform: rotate(-14deg);
    -ms-transform: rotate(-14deg);
    -webkit-transform: rotate(-14deg);
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}
.post-head {
    display: table;
    width: 100%;
    margin-bottom: 5px;
}
article[class*="type-"] h4.entry-title {
    font-size: 24px;
    color: #000;
    text-transform: uppercase;
    font-weight: 300;
    margin-left: 75px;
    margin-top: 12px;
    margin-bottom: 10px;
}
article[class*="type-"].no-post-thumbnail h4 {
	margin-top: 0;
	margin-left: 0;
}
article[class*="type-"] h4.entry-title {
	line-height: 34px;
}
article[class*="type-"] h4 a {
    color: #000;
	text-decoration: none;
}
article[class*="type-"] h4 a:hover {
    color: #21c2f8;
}
article[class*="type-"] .post-meta {
    font-size: 13px;
	line-height: 18px;
    color: #aaaaaa;
    margin-left: 5px;
}
article[class*="type-"] .post-meta > span {
	position: relative;
	margin-right: 15px;
	display: inline-block;
}
article[class*="type-"] .post-meta > span:last-of-type {
	margin-right: 0;
}
article[class*="type-"] .post-meta > span::after {
	color: #999;
	content: "|";
	font-size: 14px;
	position: relative;
	right: -9px;
}
article[class*="type-"] .post-meta > span:last-of-type::after {
	content: "";
}

.post-meta a {
    color: #aaa;
	text-transform: capitalize;
}
.post-meta em {
    position: relative;
    margin: 0 10px;
}
.p-ico {
    width: 70px;
    height: 90px;
    float: left;
}
.p-ico i {
    width: 70px;
    height: 70px;
    color: #21c2f8;
    font-size: 40px;
    line-height: 85px;
}
article[class*="type-"] p {
    font-size: 15px;
    color: #858585;
    line-height: 23px;
	font-family: 'Lato', sans-serif;
}
article[class*="type-"] {
    background: url(../images/sep-big.png) no-repeat center bottom;
    padding-bottom: 40px;
    margin-bottom: 40px;
	font-family: 'Lato', sans-serif;
}
.video,
.iaudio {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
    border: 0;
}
.iaudio {
    padding-bottom: 22.25%;
}
.video iframe,
.video object,
.video embed,
.iaudio iframe,
.iaudio object,
.iaudio embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: none;
}
.blog-main #intro {
    padding: 85px 0px 42px;
    border-bottom: 6px solid #eeeeee;
}

/* - Blog Single */
.single-post .p-ico,
.single-post  .p-ico i{
	width: 55px;
	height: auto;
	line-height: normal;
}
.single-post .post-head {
	margin-bottom: 10px;
}
blockquote {
    font-size: 16px;
    color: #05759a;
    font-style: italic;
    width: 100%;
    position: relative;
    font-weight: 300;
	background: #eee;
	padding: 1px 0;
	border-left: 6px solid #21c2f8;
	margin: 30px 0;
	padding: 15px;
}
blockquote:before {  
    width: 60px;
	font-size: 34px;
    height: 100%;
	content: "\f10e";
	font-family:"FontAwesome";	
	left: 55px;
	position: absolute;
	top: 32%;
	color: #21c2f8;
}
article[class*="type-"]  blockquote p ,
blockquote p {
	color: #05759a;
	font-weight: 500;
	font-size: 16px;
	font-style: italic;
	left: 40.5px;
	margin: 35px auto 40px;
	position: relative;
	width: 79%;
}
article[class*="type-"]  blockquote p:last-child ,
blockquote p:last-child {
	margin-bottom: 40px;
}

.single-post article[class*="type-"] .post-meta {
	display: inline-block;
	margin-top: 10px;
}

.single-post article[class*="type-"].format-audio  iframe,
.single-post article[class*="type-"].format-video  iframe,
.single-post .entry-cover img {
	margin-bottom: 30px;
}

/* - Post Tag */
.post-detail [class*="post-"] span {
	color: #525252;
	font-size: 15px;
	line-height: 26px;
	font-weight: 500;
	margin-right: 5px;
}
.post-categories a,
.post-tag a{
	margin-right: 5px;
	font-size: 14px;
	line-height: 23px;
	color: #525252;
	transition: all 0.5s ease 0s;
	-webkit-transition: all 0.5s ease 0s;
	-moz-transition: all 0.5s ease 0s;
	-o-transition: all 0.5s ease 0s;
	position: relative;	
	text-decoration: none;
	word-wrap: break-word;
	text-transform: capitalize;
}
.post-categories a:hover,
.post-tag a:hover {
	color: #000;
}
.post-categories a::after,
.post-tag a::after {
	position: relative;
	content: ",";
}
.post-categories a:last-of-type::after,
.post-tag a:last-of-type::after {
	content: "";
}

/* - PostShare */
.post-share ul {
	display: inline-block;
	padding-left: 0;
	margin-bottom: 0;
}
.post-share ul.share-social li{
	display: inline-block;
}
.post-share ul li a {
	display: inline-block;
	margin-right: 5px;
	margin-bottom: 5px;
	margin-top: 5px;
	color: #525252;
	font-size: 16px;
	transition: all 0.5s ease 0s;
	-webkit-transition: all 0.5s ease 0s;
	-moz-transition: all 0.5s ease 0s;
	-o-transition: all 0.5s ease 0s;
}
.post-share ul li a:hover {
	color: #21c2f8;
}

/* - Comments */
.comment-section h6 {
    font-size: 18px;
    text-transform: uppercase;
    font-weight: 600;
    color: #000;
    margin: 0;
}
.comments {
    padding: 0;
}
.comments li {
    border-top: 1px solid #ddd;
    padding: 40px 0;
    list-style: none;
}
.comments li:first-child {
    border-top: 1px solid transparent;
}
.c-author {
    width: 120px;
    float: left;
}
.c-info {
    margin-left: 145px;
    position: relative;
}
.c-info h4 {
    margin: 0 0 6px;
    color: #525252;
    font-size: 16px;
    font-weight: 400;
}
.c-time {
    color: #aaaaaa;
    font-size: 12px;
}
.c-info p {
    font-size: 14px;
    color: #3d3d3d;
    padding: 15px 0;
}
.reply {
    font-size: 12px;
    color: #21C2F8;
    font-weight: 500;
    text-align: center;
    text-transform: uppercase;
    padding: 5px 0px 5px 20px;
    display: table;
    position: relative;
    position: absolute;
    top: 20px;
    right: 0px;
}
.reply:hover {
    color: #21C2F8;
}
.reply:after {
    content: "";
    position: absolute;
    left: 0px;
    top: 10px;
    transition: all 0.3s ease-in-out 0s;
    font-size: 40px;
    font-weight: 700;
    background: #21C2F8;
    width: 3px;
    height: 20px;
    transform: rotate(14deg);
    -ms-transform: rotate(14deg);
    -webkit-transform: rotate(14deg);
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}
.reply:hover:after {
    content: "";
    transform: rotate(-14deg);
    -ms-transform: rotate(-14deg);
    -webkit-transform: rotate(-14deg);
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}
.comment-form {
    border-top: 1px solid #ddd;
    padding-top: 15px;
}

/* - Extras / Animated styles */
.overlay {
    background: rgba(0, 0, 0, 0.6);
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
}
.main-content {
    position: relative;
    background: #fff;
    padding: 60px 0 105px;
}
.animated-out,
.animated-in {
    -webkit-transition-timing-function: cubic-bezier(0.13, 0.71, 0.30, 0.94);
    -moz-transition-timing-function: cubic-bezier(0.13, 0.71, 0.30, 0.94);
    -o-transition-timing-function: cubic-bezier(0.13, 0.71, 0.30, 0.94);
    transition-timing-function: cubic-bezier(0.13, 0.71, 0.30, 0.94);
    -webkit-transition-duration: 1s;
    -moz-transition-duration: 1s;
    -o-transition-duration: 1s;
    transition-duration: 1s;
}
.animated-out {
    -webkit-transform: translateY(35px);
    -moz-transform: translateY(35px);
    -o-transform: translateY(35px);
    -ms-transform: translateY(35px);
    transform: translateY(35px);
    -webkit-opacity: 0;
    -moz-opacity: 0;
    opacity: 0;
}
.animated-in {
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -o-transform: translateY(0px);
    -ms-transform: translateY(0px);
    transform: translateY(0px);
    -webkit-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
}
.lmore {
    width: 170px;
    height: 40px;
    background-color: #fff;
    border: solid 1px #eee;
    text-align: center;
    line-height: 40px;
    color: #878787;
    font-size: 14px;
    text-transform: uppercase;
    display: table;
    margin: 0 auto;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}
.lmore:hover {
    background: #21c2f8;
    color: #fff;
    border: 1px solid #21c2f8;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}
.flogo {
    font-size: 34px;
    font-weight: 400;
    color: #fff;
    text-transform: uppercase;
    position: relative;
    text-align: center;
    display: table;
    margin: 0 auto;
}
.flogo span {
    display: block;
    font-size: 14px;
    color: #20c1f8;
    font-weight: bold;
    letter-spacing: 5px;
    text-align: center;
}
.btop {
    color: #21C2F8;
    font-size: 100px;
    text-align: center;
    margin: 0px auto -10px;
    display: table;
    line-height: 2px;
}
.btop:hover {
    color: #777;
}
.clients-info h3 {
	position: relative;
	z-index: 1;
    font-size: 32px;
    color: #fff;
    font-weight: 300;
    text-align: center;
    text-transform: uppercase;
    text-align: center;
    padding-bottom: 40px;
    margin: 0px 0px;
    letter-spacing: 2px;
}
.folio-filter {
    display: table;
    padding: 0px;
    margin: -10px auto 20px;
}
.folio-filter li {
    float: left;
    margin: 0 1px;
    list-style: none;
    background: #fff;
    font-size: 14px;
    color: #999;
    text-transform: uppercase;
    padding: 7px 12px;
    cursor: pointer;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}
.folio-filter li:hover,
.folio-filter li.active {
    background: #21c2f8 !important;
    color: #fff !important;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}
.l-no {
    left: 0px !important;
    right: 0px !important;
    margin: 0 auto !important;
    display: table !important;
    text-align: center !important;
}
.s1,
.s2,
.s3,
.s4 {
    display: none;
    position: absolute;
    top: 60px;
    left: 0px;
    right: 0px;
}
.tp-banner-container {
    width: 100%;
    position: relative;
    padding: 0;
}
.tp-banner {
    width: 100%;
    position: relative;
}
.tp-banner-fullscreen-container {
    width: 100%;
    position: relative;
    padding: 0;
}

/* - Loading */
#mask {
    background-color: #fff;
    height: 100%;
    position: fixed;
    width: 100%;
    z-index: 10000000;
}
.loader {
    position: absolute;
    width: 40px;
    height: 40px;
    margin: -20px 0 0 -20px;
    top: 50%;
    left: 50%;
}

/* - THEME SWITCHER */
#customizer {
    position: fixed;
    top: 130px;
    z-index: 999999999;
    height: 100%;
}
.corner {
    display: block;
    cursor: pointer;
    width: 50px;
    height: 50px;
    background: url(../images/color/corner-open.png);
    position: absolute;
    top: 50px;
    left: -50px;
}
.s-close {
    right: -205px !important;
    -webkit-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}
.s-open {
    right: 0 !important;
    -webkit-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}
.corner.expanded {
    background: url(../images/color/corner.png);
}
#options {
    width: 205px;
    height: 250px;
    background: #fff;
    padding: 0;
    position: relative;
    -webkit-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}
.heading {
    padding-bottom: 15px;
    margin-bottom: 20px;
}
#options h6 {
    color: #5c5c5c;
    margin-bottom: 10px;
    font-size: 13px;
}
.options-segment {
    margin-bottom: 20px;
}
.customize-button {
    display: inline-block;
    margin: 0;
    font-size: 12px;
    color: #5c5c5c !important;
    background: #f7f7f7;
    border: 1px solid #e9e9e9;
    padding: 3px 7px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}
.color-head {
    font-size: 13px;
    text-align: center;
    border-top: 1px solid #ededed;
    border-bottom: 1px solid #ededed;
    color: #525252;
    line-height: 40px;
    background-position: 92.5% 50%;
    margin-bottom: 15px !important;
    text-transform: uppercase;
    font-weight: 800;
}
.fonts-head {
    font-family: Bitter;
    font-size: 16px;
    color: #525252;
    line-height: 23px;
    margin-bottom: 15px !important;
}
.customize-button:hover {
    background: #fff;
}
.customize-button:first-of-type {
    margin-right: 5px;
}
.color-scheme {
    padding: 0;
}
.color-scheme li {
    float: left;
    list-style: none;
}
.color-scheme a {
    display: block;
    height: 30px;
    width: 30px;
    margin: 0 4.25px 10px;
}
.fonts-sel {
    padding: 20px 25px;
    margin-bottom: 0;
}
.colors-sel {
    padding: 20px 25px 15px;
    margin-bottom: 0;
}
.headers-sel {
    padding: 15px;
    margin-bottom: 0;
}
.green a {
    background: url(../images/color/green.jpg);
}
.orange a {
    background: url(../images/color/orange.jpg);
}
.blue a {
    background: url(../images/color/blue.jpg);
}
.red a {
    background: url(../images/color/red.jpg);
}
.violet a {
    background: url(../images/color/violet.jpg);
}
.pale-green a {
    background: url(../images/color/pale-green.jpg);
}
.yellow a {
    background: url(../images/color/yellow.jpg);
}
.fblack a {
    background: url(../images/color/black.jpg);
}
.version {
    padding: 0;
    margin-bottom: -20px;
    display: table;
    width: 100%;
}
.version li {
    list-style: none;
    width: 44%;
    margin-right: 9%;
    float: left;
}
.version li a {
    padding: 21px;
    display: table;
}
.version li:last-child {
    margin-right: 0;
}
.options-head {
    background: #000;
    color: #fff;
    text-align: center;
    text-transform: uppercase;
    font-size: 15px;
    font-weight: 700;
    line-height: 50px;
}

/* - Error Section */
.error-section {
	text-align: center;
}
.error-section a {
	display: inline-block;
	padding: 10px 30px;
	text-transform: uppercase;
	border: 2px solid #21c2f8;
	color: #21c2f8;
	text-decoration: none;
	margin-top: 15px;
}
.error-section a:hover {
	border-color: #000;
	color: #000;
}

/* ## Responsive */
/* - Min Width: 1400 to Max Width: 2700 */
@media only screen and (min-width: 1440px) and (max-width: 2700px) {	
    .owl-fworks-info {
        width: 90%;
        margin-left: 5%;
    }
    #owl-fworks .owl-buttons {
        top: 45%;
    }
}

/* - Min Width: 992 */
@media (min-width: 992px) {
	/* - About Section */
	.about-section .about-inner .container [class*="col-md-"]:nth-child(3n+1){
		clear: both;
	}
	
	/* - Fact Section */
	.facts ul li:nth-child(4n+1){
		clear: both;
	}
	
	/* - Services Style2  */
	.services-style2 .services2-content ul li:nth-child(2n+1){
		clear: both;
	}	
	
	.client-quote .container [class*="col-md-"]:nth-of-type(3n+1){
		clear: both;
	}	
	
	.section-team #owl-team .item:nth-child(4n+1) {
		clear: both;
	}
	
	/* - Clients Section */
	.clients-info .row [class*="col-md-"]:nth-child(4n+1) {
		clear: both;
	}
	
	/* - Contact Details */
	.contact-info .container .ci-inner:nth-of-type(3n+1){
		clear: both;
	}	
	
	.skills-wrap ul li:nth-of-type(5n+1){
		clear: both;
	}	
}

/* - Min Width: 992 to Max Width: 1199 */
@media only screen and (min-width: 992px) and (max-width: 1199px) {
	#owl-fworks .item img {
		max-width: 500px;
	}
	
	.about.mission .m-img {
		left: 0;
		right: 0;
		max-width: 100%;
	}
	
	.cq-author {
		height: 74px;
	}
	.cq-author i {
		line-height: 75px;
	}
	.cq-author img {
		width: 80%;
	}

	.skills-wrap ul {
		width: 100%;
	}
	
	/* - Portfolio Section */
	.portfolio-wrapper .items .item {
		width: 25%;
	}
	.portfolio-wrapper  .p-overlay {
		padding: 10px 0;
	}
	.p-overlay h5 {
		font-size: 14px;
		line-height: 22px;
		max-height: 65px;
		overflow: hidden;
	}	
	
	blockquote::before {
		left: 35px;
	}
	
	.comments-area .comment-form-author, 
	.comments-area .comment-form-email,
	.comments-area .comment-form-url {
		width: 31%;
	}
}

/* - Max Width: 991 */
@media (max-width: 991px) {	

	.menu-setting-info {
		margin: 0 0 10px;
		text-align: center;
	}
	.navbar-fixed-top .menu-setting-info {
		margin-top: 0;
	}
	.navbar-fixed-top  .menu-setting-info a {
		position: relative;
		top: -5px;
	}
	
	.skills-wrap ul li {
		width: 33%;
		margin-bottom: 100px;
	}
	
	/* - Portfolio Section */
	.portfolio-section .portfolio-wrapper .items .item {
		width: 25%;
	}
	.portfolio-wrapper  .p-overlay {
		padding: 10px 0;
	}
	.p-overlay h5 {
		font-size: 14px;
		line-height: 22px;
	}
	
	/* - About Section */	
	.about-inner h2 {
		min-height: auto;
	}
	.about-inner p {
		padding-right: 65px;
	}
	
	/* - Fact Section */
	.facts ul li [class*="fa-"] {
		font-size: 70px;
	}
	.facts ul li h4 span {
		font-size: 36px;
		line-height: 42px;
		margin-bottom: 10px;
	}
	.facts ul li h4 {
		font-size: 20px;
		line-height: 28px;
	}
	
	.about.mission .m-img {
		left: 0;
		right: 0;
		max-width: 100%;
	}
	
	/* - Services Style2 */
	.services2-content ul li [class*="fa-"] {
		height: 65px;
		width: 65px;
		line-height: 65px;
		font-size: 30px;
	}
	.services2-content .a-info {
		margin-left: 90px;
	}
	
	.cq-info p {
		margin-bottom: 10px;
	}	
	.cq-info span {
		margin-bottom: 15px;
	}
	
	.inner-wrap h4,
	.inner-wrap2 h4 {
		font-size: 24px;
		line-height: 34px;
	}
	
	/* - Team Section */
	.team-info {
		padding: 12px;
	}
	.team-info h4,
	.folio-inner h4 {
		font-size: 15px;
		line-height: 22px;
	}
	.team-info h4 span {
		font-size: 13px;
		line-height: 19px;
	}
	article[class*="type-"] blockquote p,
	blockquote p {		
		left: 20px;
		width: 80%;
	}	
	blockquote::before {
		left: 20px;
		font-size: 26px;
		top: 41%;
	}
	.reply {
		position: relative;
	}
	.reply::after {
		left: 90px;
	}
	.comments-area .comment-form-author,
	.comments-area .comment-form-email,
	.comments-area .comment-form-url {
		width: 100%;
	}
	.comment-form input[type="text"],
	.comment-form input[type="email"],
	.comment-form input[type="url"],
	.comment-form textarea {
		padding: 10px;
		min-height: 40px;
	}
}

/* - Min Width: 768 to Max Width: 991 */
@media only screen and (min-width: 768px) and (max-width: 991px) {
	
	/* - Team Section */
	#owl-team .team-overlay .social li a {
        width: 30px;
        height: 30px;
        line-height: 30px;
        font-size: 15px;
    }	
	#owl-team .item:nth-child(3n+1){
		clear: both;
	}
	
    .calltoaction p {
        padding: 0px 5%;
    }
    .calltoaction ul li h4 {
        font-size: 17px;
    }
    .calltoaction ul li h4.active,
    .calltoaction ul li h4 {
        margin-top: 2px;
    }
    .video-section h3 span {
        font-size: 42px;
    }
    .video-container {
        height: 500px;
    }
    .facts ul li [class*="fa-"] {
        width: 98%;
        height: 140px;
    }
    .cinfo {
        font-size: 15px;
    }
    .cinfo span {
        font-size: 20px;
    }
    .facts {
        background-size: 130% auto;
    }
    .inner-wrap {
        background-size: 130% auto;
    }
    .inner-wrap2 {
        background-size: 130% auto;
    }
    .contact-info {
        background-size: 130% auto;
    }
    .navbar-nav li {
        margin: 0 13px;
    }
    
    #owl-fworks .item {
        margin: 0px auto;
    }
    #owl-fworks .owl-prev {
        right: 50px;
    }
    #owl-fworks .owl-next {
        right: -50px;
    }
    .mission h6 {
        margin: 25px 0px 40px 0px;
    }
   
    .cq-author {
        width: 100%;
        height: 60px;
        overflow: hidden;
        margin-bottom: 40px;
        width: 233px;
        margin: 0 auto 40px;
    }
    .cq-author i {
        width: 50px;
        line-height: 60px;
        height: 50px;
        font-size: 20px;
    }
    .cq-author img {
        width: 181px;
        float: right;
    }
	
	/* - Fact Section */
	.facts ul li:nth-child(4n+1){
		clear: both;
	}
	
	/* - Services Style2  */
	.services-style2 .services2-content ul li:nth-child(2n+1){
		clear: both;
	}	
	
	.section-team #owl-team .item:nth-child(4n+1) {
		clear: both;
	}
	
	.portfolio-section .portfolio-wrapper .items .item {
		width: 33.3333333%
	}
	
	/* - Clients Section */
	.clients-info .row [class*="col-md-"]:nth-child(3n+1) {
		clear: both;
	}

	/* - Contact Details */
	.contact-info .container .ci-inner:nth-of-type(3n+1){
		clear: both;
	}	

	.skills-wrap ul li:nth-of-type(3n+1){
		clear: both;
	}	
}

/* - Max Width: 767 */
@media (max-width: 767px) {		
    .hide-on-hover {
        display: block !important;
    }
    .s1,
    .s2,
    .s3,
    .s4 {
        display: none !important;
    }
    .s1-main h4,
    .s2-main h4,
    .s3-main h4,
    .s4-main h4,
    .hide-on-hover h4.active {
        visibility: hidden !important;
        position: relative;
        top: 0px;
        -webkit-transition: all .3s ease-in-out !important;
        -moz-transition: all .3s ease-in-out;
        -o-transition: all .3s ease-in-out;
        transition: all .3s ease-in-out;
    }
    .s1-main:hover h4,
    .s2-main:hover h4,
    .s3-main:hover h4,
    .s4-main:hover h4,
    .hide-on-hover:hover h4.active {
        visibility: visible !important;
        position: relative;
        top: -8px;
        -webkit-transition: all .3s ease-in-out;
        -moz-transition: all .3s ease-in-out;
        -o-transition: all .3s ease-in-out;
        transition: all .3s ease-in-out;
    }  
    .blog-content {
        padding-right: 15px;
    }
    .page-head h2 span {
        font-size: 50px;
    }
	/* - Call to Action */
    .calltoaction ul {
        height: auto;
        padding: 0px;
    }
    .calltoaction ul:before {
        content: "";
        display: none;
    }
	.calltoaction ul li {
        float: left;
        width: 20%;
        height: 150px;
        padding-top: 59px;
    }
    .calltoaction ul li:before {
        content: "";
        display: none !important;
    }
    .calltoaction ul li:hover h4 {
        background: transparent;
        padding-top: 0 !important;
        margin-top: 20px !important;
    }
    .calltoaction ul li h4.active {
        padding-top: 0px;
        margin-top: 20px;
    }
    .calltoaction p {
        padding: 0px;
    }	
	.calltoaction ul li [class*="fa-"] {
		font-size: 55px;
	}
	.calltoaction .nav-tabs li:active [class*="fa-"],
	.calltoaction li.active [class*="fa-"] {
		font-size: 65px;
	}
	
    #owl-fworks .item {
        display: block;
        margin: 0px auto;
    }
	
    .video-container {
        height: 500px;
    }
    .video-section h3 {
        font-size: 20px;
        line-height: 28px;
		max-height: 140px;
    }
    .calltoaction h3,
    .featured-work h3,
    .about-section h3,
    .services-style2 h3,
    .section-team h3,
    .portfolio-section h2,
    .map-wrap h3,
    .main-content h3 {
        font-size: 22px;
		line-height: 30px;
    }
    .title-sub {
        padding: 0px 5% !important;
    }
    .mission h6 {
        font-size: 18px;
        margin: 40px 0px 40px 0px;
        line-height: 26px;
    }
	
    .video-section h3 span:nth-child(1):before {
        content: "";
        height: 1px;
        top: 0;
        left: 2px;
    }
	
	.facts ul li [class*="fa-"] {
		font-size: 50px;
		line-height: 80px;
	}
	.facts ul li {
        list-style: none;
        float: none;
        width: 100%;
        margin-bottom: 40px;
    }
    .facts ul li:last-child {
        margin-bottom: 0;
    }
	
	.services2-content ul li {
		margin-bottom: 20px;
	}
	
	/* - Team Section */
    .team-staff {
        position: relative;
        margin: 0px auto;
    }
    .team-info {
        padding: 15px;
        margin: 0px auto;
        background: none repeat scroll 0% 0% #EFEFF1;
        transition: all 0.3s ease-in-out 0s;
    }
	.team-overlay .social ul li {
		margin: 0 3px;
	}
	.team-overlay .social ul li a {
		width: 30px;
		height: 30px;
		line-height: 30px;
		font-size: 15px;
	}	
	
    .cq-author {
       height: 80px;
	   max-width: 350px;
    }
	.cq-author img {
		width: auto;
	}
	.cq-author i {
		line-height: 80px;
		font-size:  20px;
		height: 80px;
	}
	
    .skills-wrap ul {
        padding: 0px;
        width: 100%;
        display: table;
        margin: 80px auto 0;
    }
    .skills-wrap ul li canvas {
        margin: 0 auto;
    }
	
    .og-grid li > a,
    .og-grid li > a img {
        width: 100%;
    }
    .og-grid li {
        line-height: 0px;
    }
    .folio-filter li {
        font-size: 11px;
        padding: 7px 5px;
    }
	
    .contact-info ul li {
        float: none;
        width: 100%;
        margin-bottom: 30px;
    }
    .contact-info ul li:last-child {
        margin-bottom: 0;
    }
    .og-grid li {
        display: inline-block;
        margin: 0 -1.5px;
        vertical-align: top;
        height: auto;
        width: 100% !important;
        padding: 0px;
    }
    .og-expander-inner {
        padding: 35px 0px !important;
        width: 100%;
        max-width: 1230px;
        margin: 0px auto;
        height: 100%;
    }
	
    .clients-info img {
        display: table;
        margin: 15px auto;
    }
	
	/* - Contact Section */
	.ci-inner i {
		font-size: 45px;
	}
    .contact-info {
        height: auto;
        padding: 40px 0px;
        background: #000;
        position: relative;
        bottom: 0px;
        right: 0px;
        left: 0px;
    }
	.ci-inner p a,
	.ci-inner p {
		font-size: 16px;
		padding-top: 10px;
	}    
	.facts,
	.inner-wrap2,
    .inner-wrap {
        background-size: auto 130%;
    }
	
    .contact-info .container {
        padding: 0px 00px;
    }
    .og-grid li h3 span {
        display: block;
        margin-left: 0px;
    }
    .jCProgress {
        display: table !important;
        margin: 0 auto !important;
    }
    .inner-wrap2 h4 {
        margin: 50px 0px -30px;
    }
	
	.fworks-info p {
		padding: 0 15px;
	}
	.about.mission .m-img {
		left: 0;
		right: 0;
		max-width: 100%;
	}
	
	/* - Portfolio Section */
	.portfolio-section .portfolio-wrapper .items .item {
		width: 33.3333333%
	}
	.filter {
		margin-bottom: 30px;
	}
	
	/* - Clients Section */
	.clients-info .row [class*="col-md-"]:nth-child(2n+1) {
		clear: both;
	}
	
	.og-grid li {
        display: inline-block;
        margin: 0 -1.5px;
        vertical-align: top;
        height: auto;
        width: 50% !important;
        padding: 0px;
    }
    #owl-fworks .item img {
        display: table;
		max-width: 450px;
        margin: 0 auto;
    }
    .folio-filter li {
        font-size: 13px;
        padding: 7px 10px;
    }
	
	.contact-form textarea,
	.c-form textarea {
		margin-top: 20px;
		margin-bottom: 15px;
	}
	
	#rev_slider_one  .btn-home {
		font-size: 20px !important;
	}
	
	.rmore{
		margin-left: 15px;
	}
}

/* - Min Width: 600 to Max Width: 767 */
@media only screen and (min-width: 600px) and (max-width: 767px) {
    .facts ul li {
        list-style: none;
        float: left;
        width: 50%;
        margin-bottom: 40px;
    }
    .video-container {
        height: 500px;
    }
    .video-section h3 span {
        font-size: 35px;
    }
	
	/* - Fact Section */
	.facts ul li:nth-child(2n+1){
		clear: both;
	}
	
	/* - Team Section */
	#owl-team .item:nth-child(3n+1){
		clear: both;
	}
	
	/* - Contact Details */
	.contact-info .container .ci-inner:nth-of-type(2n+1){
		clear: both;
	}
}	

/* - Min Width: 601 to Max Width: 767 */
@media only screen and (min-width: 601px) and (max-width: 767px) {
	.skills-wrap ul li:nth-of-type(3n+1){
		clear: both;
	}
}

/* - Max Width: 639 */
@media (max-width: 639px) {
	
	#owl-fworks .item img {
		max-width: 350px;
    }
	
	/* - Call to Action */
	.calltoaction ul li [class*="fa-"] {
		font-size: 45px;
	}
	.calltoaction .nav-tabs li:active [class*="fa-"],
	.calltoaction li.active [class*="fa-"] {
		font-size: 55px;
	}
	
	/* - Team Section */
	.section-team .col-md-12{
		max-width: 600px;
		margin: 0 auto;
	}
	#owl-team .item {
		width: 50%;
		max-width: 285px;
	}
	#owl-team .item:nth-child(2n+1){
		clear: both;
	}	
	
	/* - Portfolio Section */
	.portfolio-section .portfolio-wrapper .items .item {
		width: 50%;
	}
}

/* - Max Width: 600 */
@media (max-width: 600px) {

	.modal-content .og-details,
	.modal-content .og-fullimg {
		width: 100%;
	}

	.modal-content .og-details {
		margin-top: 20px;
		padding: 0;
	}

	.portfolio-section .portfolio-wrapper .items .item {
		width: 50%;
	}

    .skills-wrap ul li {
        width: 50%;
		margin-bottom: 60px;
    }
	
	.contact-info .container .ci-inner {
		width: 100%;
	}
	
	.skills-wrap ul li:nth-of-type(2n+1){
		clear: both;
	}
}

/* - Max Width: 479 */
@media (max-width: 479px) {
	#owl-fworks .owl-buttons {
		padding: 0;
	}
	#owl-fworks .item img {
		max-width: 250px;
    }
	.about-inner h2 span {
		top: -10px;
	}
	
	/* - Slider Section */
	.rev_slider .btn-home::before, 
	.rev_slider .btn-home::after {
		height: 22px;
	}
	
	/* - Call to Action */
	.calltoaction ul li {
		padding-top: 25px;
		height: 65px;
	}
	.calltoaction ul li [class*="fa-"] {
		font-size: 30px;
	}
	.calltoaction .nav-tabs li:active [class*="fa-"],
	.calltoaction li.active [class*="fa-"] {
		font-size: 40px;
	}
	.calltoaction .tab-content .tab-pane.active {
		padding-top: 25px;
	}
	.calltoaction .tab-content h4 {
		margin-bottom: 10px;
	}
	.calltoaction .nav-tabs li a {
		padding: 0;
	}
	
	.facts ul li h4 span {
		font-size: 26px;
		line-height: 35px;
	}
	.facts ul li h4 {
		font-size: 16px;
		line-height: 24px;
	}	
	
	.cq-author {
		height: 68px;
	}
	.cq-author i {
		line-height: 74px;
	}	
	.cq-author img {
		width: 80%;
	}
	
	.inner-wrap h4,
	.inner-wrap2 h4 {
		font-size: 22px;
		line-height: 30px;
	}
	.reply::after {
		left: 77px;
	}
	
	article[class*="type-"] blockquote p,
	blockquote p {
		width: 65%;
	}
}

/* - Max Width: 400 */
@media (max-width: 400px) {
    .skills-wrap ul li {
        width: 100%;
    }
	
	/* - Portfolio Section */
	.portfolio-wrapper {
		max-width: 381px;
		margin: 0 auto;
	}
	.portfolio-section .portfolio-wrapper .items .item {
		width: 100%;
	}
	
	/* - Team Section */
	.section-team .col-md-12{
		max-width: 285px;
		margin: 0 auto;
	}
	#owl-team .item {
		width: 100%;
		max-width: 285px;
	}
	
	/* - Clients Section */
	.clients-info .row [class*="col-md-"] {
		width: 100%;
	}
}

/* Gutenberg */
ul {
	padding-left: 15px;
}
.wp-block-button:not(.is-style-squared) .wp-block-button__link {
	border-radius: 5px;
}
.wp-block-file .wp-block-file__button {
    font-size: 22px;
    padding: 0.875rem 1.5rem;
}
.wp-block-button .wp-block-button__link,
.wp-block-file .wp-block-file__button {
	text-decoration: none;
	background-color: #32373c;
	display: table;
	transition: background 150ms ease-in-out;
	border: none;
	border-radius: 5px;
	background: #0073aa;
	font-size: 17px;
	line-height: 1.2;
	text-decoration: none;
	font-weight: bold;
	padding: 1rem 2rem;
	color: #fff;
	margin-left: 0;
	margin-top: calc(0.75 * 1rem);
}
.type-page > .container > .entry-footer {
	margin-top: 50px;
}