/*
 Theme Name: TheOutset
 Theme URI:  https://posimyththemes.com/theoutset
 Author: POSIMYTHThemes
 Author URI: http://posimyththemes.com
 Description: WordPress Theme for all purpose websites in category of SaaS, App, Product & Tech Software Startup. It have built in Elementor addons with other plugins to create amazing websites using this theme.
 Version: 1.1.0
 License: GNU General Public License v2.0
 License URI: http://www.gnu.org/licenses/gpl-2.0.html
 Text Domain: theoutset
*/

/*----------
	>>> TABLE OF CONTENTS:
	------------
	# Normalize
	# Typography
	# Elements
	# Forms
	# Navigation
	## Links
	## Menus
	# Accessibility
	# Alignments
	# Clearings
	# Widgets
	# Content
	## Posts and pages
	## Asides
	## Comments
	# Infinite scroll
	# Media
	## Captions
	## Galleries
----------*/

/*----------
	# Normalize
----------*/
html {
	font-family: sans-serif;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust:     100%;
}

body {
	margin: 0;
	}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
	display: block;
}

audio,
canvas,
progress,
video {
	display: inline-block;
	vertical-align: baseline;
}

audio:not([controls]) {
	display: none;
	height: 0;
}

[hidden],
template {
	display: none;
}

a {
	-webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
	background: transparent;
}

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

abbr[title] {
	border-bottom: 1px dotted;
}


dfn {
	font-style: italic;
}

h1 {
font-family: "Open Sans","Montserrat",  "PT Sans", sans-serif;
    font-size: 55px;
    font-style: normal;
    font-weight: 700;
    line-height: 50px;
    color: #313131;
	margin: 0;
	letter-spacing: 1px;
    margin-bottom: 14px;
}
h2 {
font-family:  "Open Sans","Montserrat", "PT Sans", sans-serif;
font-size: 35px;
    font-style: normal;
    font-weight: 700;
    text-transform: none;
    line-height: 40px;
    letter-spacing: 1px;
    color: #313131;
	margin: 0;
    margin-bottom: 14px;
}
h3{
font-style: normal;
    font-weight: 600;
    font-size: 30px;
    font-family:  "Open Sans","Montserrat", "PT Sans", sans-serif;
    line-height:35px;
    text-transform: none;
    letter-spacing: 5px;
    color: #313131;
	margin: .17em 0 0;
}
h4{
font-family: "Open Sans","Montserrat", "PT Sans", sans-serif;
    font-size: 25px;
    font-style: normal;
    font-weight: 700;
    text-transform: none;
    line-height: 30px;
    letter-spacing: 1px;
    color: #313131;
	margin: .17em 0 0;
}
h5{
    font-family: "Open Sans","Montserrat", "PT Sans", sans-serif;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    text-transform: none;
    line-height: 25px;
    letter-spacing: 1px;
    color: #313131;
	margin: .17em 0 0;
}
h6 {
    font-family: "Open Sans","Montserrat", "PT Sans", sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    text-transform: none;
    line-height: 18px;
    letter-spacing: 1px;
    color: #313131;
}
mark {
	background: #ff0;
	color: #212121;
	}

small {
	font-size: 80%;
}

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

sup {
	top: -0.5em;
}

sub {
	bottom: -0.25em;
}

img {
	border: 0;
}

svg:not(:root) {
	overflow: hidden;
}

figure {
	margin: 1em 40px;
}

hr {
	-webkit-box-sizing:content-box;
    -moz-box-sizing: content-box;
	box-sizing: content-box;
	height: 0;
}

pre {
	overflow: auto;
}

code,
kbd,
pre,
samp {
	font-family: monospace, monospace;
	font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
	color: inherit;
	font: inherit;
	margin: 0;
}

button {
	overflow: visible;
}

button,
select {
	text-transform: none;
}

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

button[disabled],
html input[disabled] {
	cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
	border: 0;
	padding: 0;
}

input {
	line-height: normal;
}

input[type="checkbox"],
input[type="radio"] {
	-webkit-box-sizing:border-box;
    -moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 0;
}

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

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

fieldset {
	border: 1px solid #c0c0c0;
	margin: 0 2px;
	padding: 0.35em 0.625em 0.75em;
}

legend {
	border: 0;
	padding: 0;
}

textarea {
	overflow: auto;
}

optgroup {
	font-weight: bold;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

td,
th {
	padding: 0;
}

/*----------
	# Typography
----------*/
body,
button,
input,
select,
textarea {
	color: #404040;
	font-family: sans-serif;
	font-size: 16px;
	font-size: 1rem;
	line-height: 1.5;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
}

p {
	margin-bottom: 1.07em;
}

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

blockquote {
	margin: 0 1.5em;
}

address {
	margin: 0 0 1.5em;
}

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

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

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

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

big {
	font-size: 125%;
}
strong, b, big {
    font-weight: bold;
    line-height: inherit;
}
/*----------
	# Elements
----------*/
html {
	-webkit-box-sizing:border-box;
    -moz-box-sizing: border-box;
	box-sizing: border-box;
}

*,
*:before,
*:after { 
-webkit-box-sizing: inherit;
    -moz-box-sizing: inherit;
	box-sizing: inherit;
}

body {
	font-family: "Open Sans";
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    text-transform: none;
    line-height: 28px;
    letter-spacing: 0;
    color: #7b7b7b;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
	content: "";
}
blockquote:after, q:after {
    content: "";
    width: 28px;
    height: 20px;
    background: url(images/blockquote.png) center;
    position: absolute;
    left: 15px;
    top: 15px;
    background-size: cover;
    background-repeat: no-repeat;
}

blockquote,
q {
	quotes: "" "";
}

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

ol, ul{
	padding-left: 25px;
}
ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

em, i, cite {
    font-style: italic;
    line-height: inherit;
}

code {
   padding: 2px 4px;
    font-size: 90% !important;
    color: #c7254e !important;
    background-color: #f9f2f4 !important;
    border-radius: 4px;
}
dt {
	font-weight: bold;
}

dd {
	margin: 0 1.5em 1.5em;
}

img {
	height: auto; 
	max-width: 100%;
}

table {
	margin: 0 0 1.5em;
	width: 100%;
}
pre {
    padding: 21px 15px 20px;
    margin: 15px 0;
    display: block;
    line-height: 21px!important;
    background: #fff;
    background: #eaeaea;
    white-space: pre-wrap;
    white-space: -moz-pre-wrap;
    white-space: -pre-wrap;
    white-space: -o-pre-wrap;
}
q{
	position: relative;
	padding: 30px !important;
    margin: 0px !important;
    border-radius: 2px;
    border: 0 !important;
}
span[id*="more"] {
    display: block;
    width: 100%;
    height: 0;
    border-bottom: 1px dashed #d3d3d3;
	margin-bottom: 10px;
}
.align-center{
	text-align:center;
	margin-left: auto;
	margin-right: auto;
}
.align-right{
	float: right;
}
.align-left{
	float: left;
}
.wp-caption img {
    max-width: 98%;
    height: auto;
}
.wp-caption.alignleft {
    margin-right: 20px;
}
.wp-caption.alignright {
    margin-left: 20px;
}
.alignleft {
    float: left;
    margin: .5em 20px .5em 0;
}
.alignnone {
    margin-top: .5em;
    margin-bottom: .5em;
}
.alignright {
	float: right;
    margin: .5em 0 .5em 20px;
}
.aligncenter{
	text-align:center;
	margin-left: auto;
	margin-right: auto;
}
.wp-caption-text {
    margin-bottom: 0;
    color: #888;
    font-size: 12px;
}
.wp-caption {
    margin: 0 0 20px 0;
    padding-top: 4px;
    max-width: 100%;
    border: 1px solid #eee;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    border-image: initial;
    background: #f8f8f8;
    text-align: center;
}
.wp-caption p.wp-caption-text {
    font-size: 11px;
    line-height: 17px;
    margin: 0;
    padding: 0 4px 5px;
}
.entry__content .alignfull,
.entry__content .alignwide {
    margin-left  : calc( -100vw / 2 + 100% / 2 );
    margin-right : calc( -100vw / 2 + 100% / 2 );
    max-width    : 100vw;
}
.theoutset-post-page .mlr-10 {
    margin-left: -10px;
    margin-right: -10px;
    width: auto !important;
}
.theoutset-post-page .theoutset-pagination {
    margin-bottom: 20px;
}
/*----------
	# Forms
----------*/

button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
font-family: inherit;
    font-size: 13px;
    line-height: 1.1;
    font-weight: 500;
    padding: 11px 30px;
    border: 1px solid #313131;
    margin: 0;
    display: inline-block;
    cursor: pointer;
    outline: 0;
    color: #313131;
    letter-spacing: 1px;
    background: transparent;
    text-transform: uppercase;
    text-shadow: none !important;
    text-align: center;
    vertical-align: middle;
    border-radius: 4px;
    width: auto;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    -moz-appearance: none;
    -webkit-appearance: none;
}


button:focus,
input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus,
button:active,
input[type="button"]:active,
input[type="reset"]:active,
input[type="submit"]:active {
	-moz-box-shadow:none;
	-webkit-box-shadow:none;
	box-shadow: none;
}

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

select {
	border: 1px solid #ccc;
}

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

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"] {
	padding: 5px 15px;
}

textarea {
	padding-left: 3px;
	width: 100%;
}
input.wpcf7-form-control.wpcf7-submit {
    font-family: inherit;
    font-size: 12px;
    line-height: 12px;
    font-weight: 700;
    padding: 18px 50px 17px;
    border: 2px solid #131219;
    margin: 0;
    display: inline-block;
    cursor: pointer;
    outline: 0;
    color: #131219;
    background: transparent;
    text-transform: none;
    text-shadow: none !important;
    text-align: center;
    vertical-align: middle;
    border-radius: 0 !important;
	-moz-border-radius:0 !important;
	-webkit-border-radius: 0 !important;
    width: 100%;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    -moz-transition: all 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
	-ms-transition: all 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    -o-transition: all 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    -webkit-transition: all 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    transition: all 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
/*----------
	# Navigation
----------*/
/*-------Table---------*/
table thead {
    background: transparent;
    border-bottom: 2px solid rgba(0,0,0,0.04);
}
table tbody tr,table tbody tr{
    border-bottom: 1px solid #e7e7e7;
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	-o-transition: 0.5s;
	-ms-transition: 0.5s;
	transition: 0.5s;
}
table tbody tr th,table tbody tr th,table tbody tr td{
    padding: 10px 15px;
}
table thead tr th, table tfoot tr td {
    padding: 12px 15px;
}
/*-------Table---------*/
/*----------
	## Links
----------*/
a {
	color: #313131;
}

a:hover,
a:active {
	color: #ff004b;
	outline: 0;
}
/*----------
	 # Gallery
	 ------*/
	.gallery:before,.gallery:after {
    content: " ";
    display: table;
}

.gallery:after {
    clear: both;
}

.gallery.gallery-columns-1 .gallery-item {
    width: 100%;
}

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

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

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

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

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

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

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

.gallery.gallery-columns-9 .gallery-item {
    width: 11.1111%;
}
.gallery .gallery-item img {
    width: 100%;
}
.gallery.gallery-columns-1 .gallery-item,.gallery.gallery-columns-2 .gallery-item,.gallery.gallery-columns-3 .gallery-item,.gallery.gallery-columns-4 .gallery-item,.gallery.gallery-columns-5 .gallery-item,.gallery.gallery-columns-6 .gallery-item,.gallery.gallery-columns-7 .gallery-item,.gallery.gallery-columns-8 .gallery-item,.gallery.gallery-columns-9 .gallery-item {
    float: left;
    padding:3px;
}
/*----------
	 # Gallery
	------*/
/*----------
	## Menus
----------*/
.animated-columns {
    opacity: 0;
}
div#bs-example-navbar-collapse-1 ul li .sub {
    font-size: 13px;
    line-height: 15px;
    padding-top: 10px;
    display: inline-block;
}
/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
	display: block;
}
.dropdown-menu>li>a {
    font-size: 19px;
    color: #c2c2c2;
    font-weight: 700;
	padding: 7px 20px !important;
    letter-spacing: 1px;
}

.dropdown-menu>li>a:focus, .dropdown-menu>li>a:hover {
    text-decoration: none;
    background: transparent !important;
}
.navbar-nav>li>.dropdown-menu li {
	position:relative !important;
    min-height: auto !important;
    text-transform: capitalize;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-o-transition: all .3s;
	-ms-transition: all .3s;
    transition: all .3s;
}

.navbar-nav>li>.dropdown-menu li:last-child {
    border: 0;
}
span.sub-nav-toggle {
    float: right;
    position: absolute;
    right: 0;
    padding: 0 6px;
}
.navbar-nav>li>.dropdown-menu {
    position: relative;
}

.dropdown-menu>.active>a, .dropdown-menu>.active>a:focus, .dropdown-menu>.active>a:hover {
    background: transparent !important;
}
@media screen and (min-width: 37.5em) {
	.menu-toggle {
		display: none;
	}
	.main-navigation ul {
		display: block;
	}
}

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

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

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

/*----------
	# Accessibility
	----------*/

.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
	height: 1px;
	width: 1px;
	overflow: hidden;
}
.gallery-caption {
	margin-left: 0;
}
.screen-reader-text:focus {
	background: #f1f1f1;
	-moz-border-radius:3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	-moz-box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	-webkit-box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: bold;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
}

#content[tabindex="-1"]:focus {
	outline: 0;
}

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

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

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

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

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

/*----------
	# Widgets
----------*/
.widget {
	margin: 0 0 1.5em;
}

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

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

.hentry {
	margin: 0 0 0em;
}

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

.single .byline,
.group-blog .byline {
	display: inline;
}

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

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

/*----------
	## Asides
----------*/
.blog .format-aside .entry-title,
.archive .format-aside .entry-title {
	display: none;
}

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

.bypostauthor {
	display: block;
}

/*----------
	# Infinite scroll
----------*/

.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
	display: none;
}

.infinity-end.neverending .site-footer {
	display: block;
}

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

embed,
iframe,
object {
	max-width: 100%;
	width: 100%;
}



svg *,svg path{
    fill: none;
}

.wrapper-main #content:before {
    background: #fff;
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    table-layout: auto;
    display: block;
}
.wrapper-main {
    position: relative;
    display: block;
    width: 100%;
}
.animate-general{
	opacity:0;
}
.has-large-font-size{
	line-height: 1.1;
}
/*ts body css*/
.outset_body.theoutset-body-frame.line-top,.outset_body.theoutset-body-frame.line-bottom {
    position: fixed;
    left: 0;
    right: 0;
    display: block;
    z-index: 12;
    padding: 0;
}
.outset_body.theoutset-body-frame.line-top {
    top: 0;
}
.admin-bar .outset_body.theoutset-body-frame.line-top {
    top: 32px;
}
.outset_body.theoutset-body-frame.line-bottom {
    bottom: 0;
}
.outset_body.theoutset-body-frame.line-left, .outset_body.theoutset-body-frame.line-right {
    position: fixed;
    top: 0;
    bottom: 0;
    display: block;
    z-index: 12;
	 padding: 0;
}
.outset_body.theoutset-body-frame.line-left {
    left: 0;
}
.outset_body.theoutset-body-frame.line-right {
    right: 0;
}
span.theoutset_menu_hover_effect.line-top,span.theoutset_menu_hover_effect.line-bottom {
    position: fixed;
    left: 0;
    right: 0;
    display: block;
    z-index: 1111;
    padding: 0;
}

span.theoutset_menu_hover_effect.line-bottom {
    bottom: 0;
}

span.theoutset_menu_hover_effect.line-left,span.theoutset_menu_hover_effect.line-right {
    position: fixed;
    top: 0;
    bottom: 0;
    display: block;
    z-index: 1111;
    padding: 0;
}

span.theoutset_menu_hover_effect.line-left {
    left: 0;
}

span.theoutset_menu_hover_effect.line-right {
    right: 0;
}

span.theoutset_menu_hover_effect.line-left,span.theoutset_menu_hover_effect.line-right,span.theoutset_menu_hover_effect.line-top,span.theoutset_menu_hover_effect.line-bottom {
    background-color: transparent;
    border: 0 solid #313131;
    box-sizing: border-box;
    -webkit-transition: border .3s ease-in, background 0s linear;
    transition: border .3s ease-in, background 0s linear;
}
.box-effect span.theoutset_menu_hover_effect.line-left{
    border-left-width: 10px;
}
.box-effect span.theoutset_menu_hover_effect.line-right{
    border-right-width: 10px;
}
.box-effect span.theoutset_menu_hover_effect.line-bottom{
    border-bottom-width: 10px;
}
.box-effect span.theoutset_menu_hover_effect.line-top{
    border-top-width: 10px;
}
/*ts body css*/
/*header css*/
.theoutset-header-top-bar {
    position: relative;
    display: block;
    width: 100%;
    background:#f5f5f5;
}

.theoutset-header-top-bar .theoutset-topbar-social-icons {
    list-style: none;
    position: relative;
    display: table-cell;
    vertical-align: middle;
    padding: 0;
    margin: 0;
}
.theoutset-header-top-bar .theoutset-topbar-social-icons li {
    display: inline;
    margin: 0;
    padding: 0;
    float: left;
    line-height: 0;
	-moz-border-radius:0;
	-webkit-border-radius: 0;
    border-radius: 0;
	margin-right: 2px;
}
ul.theoutset-topbar-social-icons li a {
	width: 35px;
    height: 35px;
    display: table-cell;
    position: relative;
    overflow: hidden;
	-moz-border-radius:0;
	-webkit-border-radius: 0;
    border-radius: 0;
    margin-right: 0;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    padding: 7px;
    text-align: center;
    vertical-align: middle;
    margin: 0 3px;
    font-size: 17px;
}
.theoutset-header-top-bar .top-header-inner {
    display: table;
    width: 100%;
	-webkit-animation: wpb_btt .7s 1 cubic-bezier(.175,.885,.32,1.275);
    -o-animation: wpb_btt .7s 1 cubic-bezier(.175,.885,.32,1.275);
    animation: wpb_btt .7s 1 cubic-bezier(.175,.885,.32,1.275);
	min-height:35px;
}
.theoutset-header-top-bar .top-header-inner,.theoutset-header-top-bar .top-header-inner p,.theoutset-header-top-bar .top-header-inner a {
    color: #222;
    margin-bottom: 0;
}
.theoutset-header-top-bar .top-bar-left.text-left {
    display: table-cell;
    vertical-align: middle;
    height: 100%;
    min-height: 35px;
    position: relative;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}
.theoutset-header-top-bar .top-bar-right.text-right {
    display: table;
    vertical-align: middle;
    height: 100%;
    min-height: 35px;
    float: right;
}
.topbar-right-content {
    display: table-cell;
    vertical-align: middle;
    position: relative;
    text-align: right;
}
.theoutset-topbar-navigation .dropdown-menu>li>a {
    font-size: 13px;
    line-height: 15px;
}
.topbar-left-content {
    padding-right: 8px;
    display: inline-block;
}
ul.theoutset-topbar-social-icons li a.facebook:hover {
    background: #4a6d9d;
    color: #fff;
}
ul.theoutset-topbar-social-icons li a.twitter:hover {
    background: #00ACED;
    color: #fff;
}
ul.theoutset-topbar-social-icons li a.gplus:hover {
    background: #D34836;
    color: #fff;
}
ul.theoutset-topbar-social-icons li a.pinterest:hover {
    background: #CD2029;
    color: #fff;
}
ul.theoutset-topbar-social-icons li a.dribbble:hover {
    background: #EA4C89;
    color: #fff;
}
ul.theoutset-topbar-social-icons li a.youtube:hover {
    background: #b31217;
    color: #fff;
}
ul.theoutset-topbar-social-icons li a.instagram:hover {
    background-image: linear-gradient(-135deg,#1400c8,#b900b4,#f50000);
    color: #fff;
}
ul.theoutset-topbar-social-icons li a.linkedin:hover  {
    background: #0077b5;
	color: #fff;
}    
ul.theoutset-topbar-social-icons li a.vimeo:hover {
    background: #1ab7ea;
    color: #fff;
}
ul.theoutset-topbar-social-icons li a.foursquare:hover {
    background: #f94877;
    color: #fff;
}
ul.theoutset-topbar-social-icons li a.wp:hover {
    background: #d54e21;
    color: #fff;
}
ul.theoutset-topbar-social-icons li a.soundcloud:hover {
    background: #ff3300;
    color: #fff;
}
ul.theoutset-topbar-social-icons li a.tumblr:hover {
    background: #35465c;
    color: #fff;
}
ul.theoutset-topbar-social-icons li a.flickr:hover {
    background: #0063dc;
    color: #fff;
}
ul.theoutset-topbar-social-icons li a.digg:hover {
    background: #005be2;
    color: #fff;
}
ul.theoutset-topbar-social-icons li a.amazon:hover {
    background: #ff9900;
    color: #fff;
}
ul.theoutset-topbar-social-icons li a.wikipedia:hover  {
    background: #212121;
    color: #fff;
}

ul.theoutset-topbar-social-icons.style-1 li a::after {
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 0;
    content: "";
    -webkit-transition: height 0.2s;
	-moz-transition: height 0.2s;
	-o-transition: height 0.2s;
	-ms-transition: height 0.2s;
    transition: height 0.2s;
}
ul.theoutset-topbar-social-icons.style-1 li a::after {
    background: #1e2e4f;
}
ul.theoutset-topbar-social-icons.style-1 li a:hover::after {
    height: 2px;
}
ul.theoutset-topbar-social-icons.style-2 li a:hover {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    transform: rotate(360deg);
}

ul.theoutset-topbar-social-icons.style-3 li a:hover .fa{
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}
.theoutset-topbar-navigation {
    position: relative;
    display: inline-block;
    width: auto;
    padding: 0 5px;
}
.theoutset-topbar-navigation .nav > li > a {
    padding: 10px 5px;
    background: transparent;
    font-size: 15px;
    text-align: right;
    text-transform: capitalize;
}
.theoutset-topbar-navigation .nav >li .dropdown-menu {
    position: absolute;
}
.theoutset-header-top-bar.header-transparent {
    background: transparent;
    position: absolute;
    top: 0;
    z-index: 123;
    left: 0;
    right: 0;
    border-bottom: 1px solid #777;
	padding-bottom: 5px;
}
.header-stick-height.header-transparent {
    height: 0 !important;
}
#theoutset-header.header-transparent{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: 123;
}
#theoutset-header.smart_stickly_toggle{
	width:100%;
}
.admin-bar #theoutset-header.header-transparent,.admin-bar .theoutset-header-top-bar.header-transparent{
	top: 0;
}
#theoutset-header.header-transparent nav.navbar{
	background:transparent;
	-moz-box-shadow:none;
	-webkit-box-shadow:none;
    box-shadow: none;
}
header#theoutset-header{
	-webkit-transition: .7s ease;
	-moz-transition: .7s ease;
	-o-transition: .7s ease;
	-ms-transition: .7s ease;
    transition: .7s ease;
}

.theoutset-menu-text-hover {
    display: inline-block;
    cursor: pointer;
}
.menu-nav-header.active {
    position: absolute;
    left: 0;
    right: 0;
}
.menu-nav-header.inactive {
    position: absolute;
    left: 0;
    right: 0;
}

/*header css*/
/* menu css*/

.navbar-header.align-right {
    width: 100%;
}
.navbar-header.align-right > a.header-logo-nav {
    float: right;
}
#theoutset_svg_main_logo {
    max-width: 250px;
	pointer-events: none;
}
.header-logo-nav.ts-hover-draw-svg {
	position: relative;    
    line-height: 1;
}
.ts-hover-draw-svg object {
    pointer-events: none;
	    max-width: 250px;
}
header#theoutset-header{
	-webkit-transition: 0.5s cubic-bezier(0.4, 0.19, 0.98, 1.38);
	-moz-transition: 0.5s cubic-bezier(0.4, 0.19, 0.98, 1.38);
	-o-transition: 0.5s cubic-bezier(0.4, 0.19, 0.98, 1.38);
	-ms-transition: 0.5s cubic-bezier(0.4, 0.19, 0.98, 1.38);
    transition: 0.5s cubic-bezier(0.4, 0.19, 0.98, 1.38);
}
.navbar-header .header-logo-nav img {
	-webkit-transition: 0.5s cubic-bezier(0.4, 0.19, 0.98, 1.38);
	-moz-transition: 0.5s cubic-bezier(0.4, 0.19, 0.98, 1.38);
	-o-transition: 0.5s cubic-bezier(0.4, 0.19, 0.98, 1.38);
	-ms-transition: 0.5s cubic-bezier(0.4, 0.19, 0.98, 1.38);
    transition: 0.2s cubic-bezier(0.4, 0.19, 0.98, 1.38);
}
.theoutset-header-side .theoutset-menuside-btn.align-left {
    left: 10px;
    right: auto;
}
.theoutset-header-side .theoutset-menuside-btn.align-right {
    right: 10px;
    left: auto;
}
.dropdown-menu{
	padding:0px 0 !important;
	min-width: 190px !important;
}

.header-normalmenu .navbar-nav ul.dropdown-menu li:hover > .dropdown-menu{
    display: block;
	-webkit-transform:translateY(0%);
	-ms-transform:translateY(0%);
	-moz-transform:translateY(0%);
	-o-transform:translateY(0%);
    transform: translateY(0%);
    opacity: 1;
	z-index:1;
}
.navbar-nav ul.dropdown-menu li a i.fa-angle-right {
    position: absolute;
    vertical-align: middle;
    right: 13px;
    font-weight: 400;
    font-size: inherit;
    line-height: inherit;
    font-style: normal;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
}

.navbar-nav ul.dropdown-menu li .dropdown-menu .depth-3 .dropdown-menu {
    left: 5px;
    top: 100%;
}

/*menu css*/
/*---- header extra content ---*/
/*--wpml language switcher -------*/

.header-search-bar-shopping-cart .lang-sel > a {
    position: relative;
    display: initial;
    font-size: 13px;
    overflow: hidden;
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -o-transform: translateX(0);
	-ms-transform: translateX(0);
    transform: translateX(0);
    -webkit-transition: -webkit-transform .3s ease, opacity .3s ease, visibility .3s ease;
    -moz-transition: -moz-transform .3s ease, opacity .3s ease, visibility .3s ease;
	-ms-transition: -ms-transform .3s ease, opacity .3s ease, visibility .3s ease;
    -o-transition: -o-transform .3s ease, opacity .3s ease, visibility .3s ease;
    transition: -webkit-transform .3s ease, transform .3s ease, opacity .3s ease, visibility .3s ease;
}

.header-search-bar-shopping-cart .lang-sel > a > span {
    float: left;
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.header-search-bar-shopping-cart .lang-sel > a span.flag {
    display: inline-block;
    width: 20px;
    height: 20px;
    margin-right: 7px;
    background-position: center center;
	-webkit-background-size:  initial;
	-moz-background-size: initial;
	-o-background-size: initial;
    background-size: initial;
    background-repeat: no-repeat;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
    border-radius: 50%;
}

.header-search-bar-shopping-cart .lang-sel > ul {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    margin-bottom: 0;
    padding: 0;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    margin: 0;
    opacity: 0;
    visibility: hidden;
    z-index: 1000;
    -webkit-transform: translate(-50%,-50%);
	-moz-transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
	-o-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    -webkit-transition: opacity .3s ease, visiblity .3s ease;
    -moz-transition: opacity .3s ease, visiblity .3s ease;
	-ms-transition: opacity .3s ease, visiblity .3s ease;
    -o-transition: opacity .3s ease, visiblity .3s ease;
    transition: opacity .3s ease, visiblity .3s ease;
}

.header-search-bar-shopping-cart .lang-sel > ul:before,.lang-sel > ul:after {
    content: " ";
    display: table;
}

.header-search-bar-shopping-cart .lang-sel > ul:after {
    clear: both;
}

.header-search-bar-shopping-cart .lang-sel > ul > li {
    float: left;
	padding: 5px;
}

.header-search-bar-shopping-cart .lang-sel > ul > li:nth-child(1) {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -o-transform: translateX(0);
	-ms-transform: translateX(0);
    transform: translateX(0);
}


.header-search-bar-shopping-cart .lang-sel > ul > li:nth-child(2) {
    margin-left: -3px;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -o-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
    transform: translateX(-50%);
    -webkit-transition: all .3s ease .1s;
    -moz-transition: all .3s ease .1s;
	-ms-transition: all .3s ease .1s;
    -o-transition: all .3s ease .1s;
    transition: all .3s ease .1s;
}

.header-search-bar-shopping-cart .lang-sel > ul > li:nth-child(3) {
    margin-left: -6px;
    -webkit-transform: translateX(-100%);
    -moz-transform: translateX(-100%);
    -o-transform: translateX(-100%);
	-ms-transform: translateX(-100%);
    transform: translateX(-100%);
    -webkit-transition: all .3s ease .05s;
    -moz-transition: all .3s ease .05s;
	-ms-transition: all .3s ease .05s;
    -o-transition: all .3s ease .05s;
    transition: all .3s ease .05s;
}

.header-search-bar-shopping-cart .lang-sel > ul > li.active {
    opacity: .4;
}

.header-search-bar-shopping-cart .lang-sel > ul > li.active > a:hover span.flag {
    -webkit-box-shadow: 0 5px 15px 0 transparent;
	-moz-box-shadow: 0 5px 15px 0 transparent;
    box-shadow: 0 5px 15px 0 transparent;
    -webkit-transform: perspective(0px) scale(1);
    -moz-transform: perspective(0px) scale(1);
    -o-transform: perspective(0px) scale(1);
	-ms-transform: perspective(0px) scale(1);
    transform: perspective(0px) scale(1);
}

.header-search-bar-shopping-cart .lang-sel > ul > li > a {
    display: block;
    padding: 0 3px;
}

.header-search-bar-shopping-cart .lang-sel > ul > li > a span.flag {
    display: block;
    width: 20px;
    height: 20px;
    background-position: center center;
    background-repeat: no-repeat;
	 -webkit-background-size:  initial;
  -moz-background-size: initial;
  -o-background-size: initial;
  background-size: initial;
  -webkit-background-size: initial;
	-moz-background-size:initial;
	-o-background-size:initial;
	-moz-border-radius:50%;
	-webkit-border-radius: 50%;
    border-radius: 50%;
    -webkit-box-shadow: 0 5px 15px 0 transparent;
	-moz-box-shadow: 0 5px 15px 0 transparent;
    box-shadow: 0 5px 15px 0 transparent;
    -webkit-transform: perspective(0px) scale(1);
    -moz-transform: perspective(0px) scale(1);
    -o-transform: perspective(0px) scale(1);
    transform: perspective(0px) scale(1);
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
	-ms-transition: all .3s ease;
	-o-transition: all .3s ease;
    transition: all .3s ease;
}

.header-search-bar-shopping-cart .lang-sel > ul > li > a span.flag:hover {
    -webkit-transform: perspective(200px) scale(1.2);
    -moz-transform: perspective(200px) scale(1.2);
    -o-transform: perspective(200px) scale(1.2);
	-ms-transform: perspective(200px) scale(1.2);
    transform: perspective(200px) scale(1.2);
}

.header-search-bar-shopping-cart .lang-sel:hover > a {
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translateX(-20px);
    -moz-transform: translateX(-20px);
    -o-transform: translateX(-20px);
    transform: translateX(-20px);
}

.header-search-bar-shopping-cart .lang-sel:hover > ul {
    opacity: 1;
    visibility: visible;
}

.header-search-bar-shopping-cart .lang-sel:hover > ul > li:nth-child(1) {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -o-transform: translateX(0);
	-ms-transform: translateX(0);
    transform: translateX(0);
}

.header-search-bar-shopping-cart .lang-sel:hover > ul > li:nth-child(2) {
    margin-left: 0;
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -o-transform: translateX(0);
	-ms-transform: translateX(0);
    
    transform: translateX(0);
    -webkit-transition: all .3s ease .05s;
    -moz-transition: all .3s ease .05s;
	-ms-transition: all .3s ease .05s;
	-o-transition: all .3s ease .05s;
    transition: all .3s ease .05s;
}

.header-search-bar-shopping-cart .lang-sel:hover > ul > li:nth-child(3) {
    margin-left: 0;
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -o-transform: translateX(0);
	-ms-transform: translateX(0);
    transform: translateX(0);
    -webkit-transition: all .3s ease .1s;
    -moz-transition: all .3s ease .1s;
	-ms-transition: all .3s ease .1s;
    -o-transition: all .3s ease .1s;
    transition: all .3s ease .1s;
}
/*--wpml language switcher -------*/
.theoutset-header-extra-content {
    background: #313131 none repeat scroll 0 0;
    height: 100%;
    position: fixed;
    right: -10%;
    text-align: left;
    top: 0;
    width: 400px;
    z-index: 123;
	color:#fff;
	overflow-y: auto;
    -webkit-transition: -webkit-transform 500ms ease;
    -moz-transition: transform 500ms ease;
    -o-transition: -o-transform 500ms ease;
	-ms-transition: -o-transform 500ms ease;
    transition: transform 500ms ease;
    -webkit-transform: translate(400px, 0px);
    -ms-transform: translate(400px, 0px);
    transform: translate(400px, 0px);
    -o-transform: translate(400px, 0px);
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -o-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-font-smoothing: subpixel-antialiased;
    -webkit-overflow-scrolling: touch;
}
.theoutset-header-extra-content .content-inner-wrap {
    width: 100%;
    padding: 70px 40px 40px;
}
.theoutset-header-extra-content::-webkit-scrollbar,.theoutset-header-extra-content::-webkit-scrollbar-track,.theoutset-header-extra-content::-webkit-scrollbar-thumb { 
    display: none; 
}
.theoutset-header-extra-content.open{
	right:0;
    visibility: visible;
	-webkit-transform: translate(0px, 0px);
    -moz-transform: translate(0px, 0px);
	-ms-transform: translate(0px, 0px);
    -o-transform: translate(0px, 0px);
    transform: translate(0px, 0px);
    -webkit-overflow-scrolling: touch;
}
.theoutset-close-menu {
        display: block;
    width: 40px;
    height: 40px;
    background: transparent;
    color: #fff;
    font-size: 0;
    right: 0;
    top: 0;
    vertical-align: middle;
    text-align: center;
    text-decoration: none !important;
    overflow: hidden;
    position: absolute;
    cursor: pointer;
    transition: all .4s ease 0s;
    -webkit-transition: all .4s ease 0s;
    -ms-transition: all .4s ease 0s;
    -moz-transition: all .4s ease 0s;
    -o-transition: all .4s ease 0s;
}
.admin-bar .theoutset-close-menu {
	top : 32px;
}

.theoutset-close-menu:before,.theoutset-close-menu:after {
      display: block;
    width: 20px;
    height: 2px;
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -5px;
    border-bottom: 2px solid #fff;
    transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -webkit-transition: border-bottom .4s linear;
    -moz-transition: border-bottom .4s linear;
    -ms-transition: border-bottom .4s linear;
    -o-transition: border-bottom .4s linear;
    transition: border-bottom .4s linear;
}
.theoutset-close-menu:after{
    transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
}
.theoutset-overlay {
    background: #202020 none repeat scroll 0 0;
    height: 100%;
    opacity: 0;
    position: fixed;
    left: 0;
    top: 0;
    visibility: hidden;
    z-index: 12;
    width: 100%;
    cursor: pointer;
    -webkit-transition: color .4s linear, background .3s linear;
    -moz-transition: color .4s linear, background .3s linear;
    -ms-transition: color .4s linear, background .3s linear;
    -o-transition: color .4s linear, background .3s linear;
    transition: color .4s linear, background .3s linear;	
}

.theoutset-overlay.open{
	 cursor: url(images/overlay-close-icon.png),pointer;
    filter: alpha(opacity=60);
    opacity: 0.7;
    z-index: 12;
    visibility: visible;
	-webkit-transition-delay:.6s;
    -moz-transition-delay:.6s;
	 -o-transition-delay:.6s;
	transition-delay:.6s;
}
.header-extra-menu-icon.style-1,.header-extra-menu-icon.style-2 {
	position: relative;
    width: 1.5em;
    display: -webkit-box;
    display: -ms-flexbox;
    display: inline-flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column-reverse;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: 0px;
}
.header-extra-menu-icon.style-1 span.menu_line.menu_line--bottom{
    -webkit-transform: scaleX(.33) translateZ(0);
    transform: scaleX(.33) translateZ(0);
}
.header-extra-menu-icon.style-1 span.menu_line.menu_line--center{
    -webkit-transform: scaleX(.66) translateZ(0);
    transform: scaleX(.66) translateZ(0);
}
.header-extra-menu-icon.style-1:hover span.menu_line.menu_line--bottom {
    -webkit-transform: scaleX(1) translateZ(0);
    transform: scaleX(1) translateZ(0);
}
.header-extra-menu-icon.style-1:hover span.menu_line.menu_line--top {
	-webkit-transform: scaleX(.66) translateZ(0);
    transform: scaleX(.33) translateZ(0);
}
.header-extra-menu-icon.style-2 span.menu_line.menu_line--top,.header-extra-menu-icon.style-2 span.menu_line.menu_line--bottom {
    -webkit-transform: scaleX(.75) translateZ(0);
    transform: scaleX(.75) translateZ(0);
}
.header-extra-menu-icon.style-2:hover span.menu_line.menu_line--top,.header-extra-menu-icon.style-2:hover span.menu_line.menu_line--bottom  {
    -webkit-transform: scaleX(1) translateZ(0);
    transform: scaleX(1) translateZ(0);
}

.header-extra-menu-icon.style-1 span.menu_line,.header-extra-menu-icon.style-2 span.menu_line {
    height: 1px;
    background: #212121;
    transition: opacity .5s,background .5s,-webkit-transform .5s;
    transition: opacity .5s,transform .5s,background .5s;
    transition: opacity .5s,transform .5s,background .5s,-webkit-transform .5s;
    display: block;
	width:100%;
}
.header-extra-menu-icon.style-1 span.menu_line{
	-moz-transform-origin: right;
	-ms-transform-origin: right;
	-o-transform-origin:right;
	-webkit-transform-origin: right;
	transform-origin: right;
}
.header-extra-menu-icon.style-1 span.menu_line.menu_line--center,.header-extra-menu-icon.style-2 span.menu_line.menu_line--center {
    margin: .3125em 0;
    position: relative;
    background: #212121;
}

/*---- header extra content ---*/
/*---- header side menu css----*/
.theoutset-header-side .container-fluid{
	margin: 0;
}
.theoutset-header-side .site-navigation-inner .navbar-header{
	padding:0px;
}
.theoutset-header-side .navbar-collapse.style-1 {
    padding: 0;
}
.admin-bar .navbar-fixed-top {
    top: 31px !important;
}
.navbar.navbar-default {
    background: #363636;
    margin-bottom: 0;
    font-weight: 500;
}
.navbar-default {
    border: none;
}
.navbar {
	-moz-border-radius:0;
	-webkit-border-radius: 0;
    border-radius: 0;
}

.theoutset-mainmenu ul.nav li {
	position: static;
}

.theoutset-mainmenu ul.nav .des {
    display: none;
}
.theoutset-mainmenu ul.nav span.sub-nav-toggle {
	float: none !important;
	position: relative !important;
	padding: 0 6px;
}
nav.header-normalmenu .theoutset-mainmenu .navbar-nav>li>a {
    font-size: 20px;
    color: #313131;
    line-height: 40px;
}

.theoutset-mainmenu .navbar-nav li a{
    background: transparent;
}
.theoutset-mainmenu .navbar-nav>.open>a, .theoutset-mainmenu .navbar-nav>.open>a:focus, .theoutset-mainmenu .navbar-nav>.open>a:hover {
    color: #313131;
    background: transparent;
}
.theoutset-mainmenu .navbar-nav>li>.dropdown-menu {
	position:absolute;
    background: #fff;
    border: 0;
	-moz-box-shadow:initial;
	-webkit-box-shadow:initial;
    box-shadow: initial;
	-moz-border-radius:1px;
	-webkit-border-radius: 1px;
	border-radius: 1px;
}
.theoutset-mainmenu .navbar-nav>li>.dropdown-menu ul.dropdown-menu {
    left: 100%;
    top: 0;
	border: 0px;
	margin-left: 0px;
	margin-right: 0px;
	-moz-border-radius: 0px 0px 2px 2px;
	-webkit-border-radius: 0px 0px 2px 2px;
	border-radius: 0px 0px 2px 2px;
}

nav.header-normalmenu a.header-logo-nav {
    padding: 10px 0;
    display: inline-block;
}

.theoutset-header-side .navbar.navbar-default {
    background: #fff;
    margin-bottom: 0;
    border: 0;
	-moz-border-radius:0px;
	-webkit-border-radius:0px; 
	border-radius:0px;
}
#theoutset-header .caret-up {
    width: 0; 
    height: 0; 
    border-left: 4px solid rgba(0, 0, 0, 0);
    border-right: 4px solid rgba(0, 0, 0, 0);
    border-bottom: 4px solid;
    display: inline-block;
    margin-left: 2px;
    vertical-align: middle;
}
header#theoutset-header.theoutset-header-side {
    margin-bottom: 0;
}
@media (min-width: 1200px){
	.col-lg-9 {
		width: 75% !important;
	}
}

/*------scroll magic-------*/
.theoutset-mainmenu ul.style-2 > li{
	overflow:hidden;
}
.theoutset-mainmenu ul.nav.style-2 > li > a:after{
    content: '';
    position: absolute;
    top: 50%;
    left: 0;
    z-index: 1;
    display: block;
    width: 100%;
    height: 0.2875rem;
	-webkit-transform:translate3d(-110%, 0, 0);
	-ms-transform:translate3d(-110%, 0, 0);
	-moz-transform:translate3d(-110%, 0, 0);
	-o-transform: translate3d(-110%, 0, 0);
    transform: translate3d(-110%, 0, 0);
    background: #252525;
	-webkit-transition: .3s transform ease;
	-moz-transition: .3s transform ease;
	-o-transition: .3s transform ease;
	-ms-transition: .3s transform ease;
    transition: .3s transform ease;
    margin-top: -1.5px;
}
.theoutset-mainmenu ul.style-2 > li:hover > a:after,.theoutset-mainmenu ul.style-2 > li:focus > a:after,.theoutset-mainmenu ul.style-2 > li.active > a:after,.theoutset-mainmenu ul.style-2 > li.current_page_ancestor > a:after{
	-webkit-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	-o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.theoutset-mainmenu ul.nav.style-3 > li > a:before{
	content: '';
    display: inline-block;
    position: absolute;
    z-index: 10;
    bottom: 1px;
    left: 50%;
    width: 0;
    height: 2px;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-o-transform: translateX(-50%);
    transform: translateX(-50%);
    -webkit-transition: all .25s ease;
	-moz-transition: all .25s ease;
	-ms-transition: all .25s ease;
	-o-transition: all .25s ease;
    transition: all .25s ease;
    background: #252525;
}
.theoutset-mainmenu ul.style-3 > li:hover > a:before,.theoutset-mainmenu ul.style-3 > li:focus > a:before,.theoutset-mainmenu ul.style-3 > li.active > a:before,.theoutset-mainmenu ul.style-3 > li.current_page_ancestor > a:before{
	width: 90%;
}

.theoutset-mainmenu ul.nav.style-4 > li > a:before,.theoutset-mainmenu ul.nav.style-4 > li > a:after{
    content: '';
    position: absolute;
    bottom: 0%;
    left: 0;
    width: 100%;
    height: 2px;
    background: #252525;
}
.theoutset-mainmenu ul.style-4 > li > a:after{
    background: #d82d34;
		-webkit-transform: scale3d(0,1,1);
	-ms-transform: scale3d(0,1,1);
	-moz-transform: scale3d(0,1,1);
	-o-transform: scale3d(0,1,1);
    transform: scale3d(0,1,1);
    transform-origin: 0% 50%;
	-webkit-transform-origin:  0% 50%;
	-moz-transform-origin: 0% 50%;
    -ms-transform-origin: 0% 50%;
    -o-transform-origin: 0% 50%;
	-webkit-transform-origin: 0% 50%;
	-webkit-transition: transform 0.5s;
	-moz-transition: transform 0.5s;
	-o-transition: transform 0.5s;
	-ms-transition: transform 0.5s;
    transition: transform 0.5s;
}
.theoutset-mainmenu ul.style-4 > li:hover > a:after,.theoutset-mainmenu ul.style-4 > li:focus > a:after,.theoutset-mainmenu ul.style-4 > li.active > a:after,.theoutset-mainmenu ul.style-4 > li.current_page_ancestor > a:after{
		-webkit-transform: scale3d(1,1,1);
	-ms-transform: scale3d(1,1,1);
	-moz-transform: scale3d(1,1,1);
	-o-transform: scale3d(1,1,1);
    transform: scale3d(1,1,1);
}

.theoutset-mainmenu ul.nav.style-5 > li > a:before{
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 50%;
	opacity: .4;
    background: #252525;
		-webkit-transform: scale3d(1,0,1);
	-ms-transform: scale3d(1,0,1);
	-moz-transform: scale3d(1,0,1);
	-o-transform: scale3d(1,0,1);
    transform: scale3d(1,0,1);
	-webkit-transform-origin: 50% 100%;
	-moz-transform-origin:50% 100%;
    -ms-transform-origin:50% 100%;
    -o-transform-origin:50% 100%;
    transform-origin: 50% 100%;
	-webkit-transition: -webkit-transform 0.3s;
	-moz-transition: -moz-transform 0.3s;
	-o-transition: -ms-transform 0.3s;
	-ms-transition: -o-transform 0.3s;
    transition: transform 0.3s;
    transition-timing-function: cubic-bezier(0.7,0,0.3,1);
}
.theoutset-mainmenu ul.style-5 > li:hover > a:before,.theoutset-mainmenu ul.style-5 > li:focus > a:before,.theoutset-mainmenu ul.style-5 > li.active > a:before,.theoutset-mainmenu ul.style-5 > li.current_page_ancestor > a:before{
		-webkit-transform: scale3d(1,1,1);
	-ms-transform: scale3d(1,1,1);
	-moz-transform: scale3d(1,1,1);
	-o-transform: scale3d(1,1,1);
    transform: scale3d(1,1,1);
	-webkit-transform-origin: 50% 0%;
	-moz-transform-origin: 50% 0%;
	-ms-transform-origin: 50% 0%;
	-o-transform-origin: 50% 0%;
    transform-origin: 50% 0%;
	
}

.theoutset-mainmenu ul.nav.style-6 > li > a{
	overflow:hidden;
}
.theoutset-mainmenu ul.nav.style-6 > li > a:before,.theoutset-mainmenu ul.nav.style-6 > li > a:after{
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #252525;
		-webkit-transform:translate3d(-110%,0,0) translate3d(-0.5px,0,0);
	-ms-transform: translate3d(-110%,0,0) translate3d(-0.5px,0,0);
	-moz-transform: translate3d(-110%,0,0) translate3d(-0.5px,0,0);
	-o-transform:translate3d(-110%,0,0) translate3d(-0.5px,0,0);
	transform: translate3d(-110%,0,0) translate3d(-0.5px,0,0);
	-webkit-transition: -webkit-transform 0.7s;
	-moz-transition: -moz-transform 0.7s;
	-o-transition: -ms-transform 0.7s;
	-ms-transition: -o-transform 0.7s;
	transition: transform 0.7s;
	-webkit-transition-timing-function: cubic-bezier(0.7,0,0.3,1);
	transition-timing-function: cubic-bezier(0.7,0,0.3,1);
}

.theoutset-mainmenu ul.nav.style-6 > li:hover > a:before,.theoutset-mainmenu ul.nav.style-6 > li:focus > a:before,.theoutset-mainmenu ul.nav.style-6 > li.active > a:before,.theoutset-mainmenu ul.nav.style-6 > li.current_page_ancestor > a:before{
	-webkit-transform:translate3d(100%,0,0) translate3d(0.5px,0,0);
	-ms-transform:translate3d(100%,0,0) translate3d(0.5px,0,0);
	-moz-transform:translate3d(100%,0,0) translate3d(0.5px,0,0);
	-o-transform:translate3d(100%,0,0) translate3d(0.5px,0,0);
	transform: translate3d(100%,0,0) translate3d(0.5px,0,0);
}

.theoutset-mainmenu ul.nav.style-6 > li:hover > a:after,.theoutset-mainmenu ul.nav.style-6 > li:focus > a:after,.theoutset-mainmenu ul.nav.style-6 > li.active > a:after,.theoutset-mainmenu ul.nav.style-6 > li.current_page_ancestor > a:after{
	-webkit-transform:translate3d(0,0,0);
	-ms-transform:translate3d(0,0,0);
	-moz-transform:translate3d(0,0,0);
	-o-transform:translate3d(0,0,0);
	transform: translate3d(0,0,0);
}

.theoutset-mainmenu ul.nav.style-6 > li > a:after{
	top: calc(50% - 1px);
	height: 2px;
}


html.hiddenOverflow,.hiddenOverflow{
	overflow:hidden;
	height:100vh;
	margin:0;
}
.theoutset-d-flex {
    -webkit-align-self: stretch !important;
    -ms-flex-item-align: stretch !important;
    -ms-grid-row-align: stretch !important;
    align-self: stretch !important;
    display: -webkit-box !important;
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important;
}
.flex-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -webkit-flex-direction: column !important;
    -ms-flex-direction: column !important;
    flex-direction: column !important;
}
.flex-center {
    -webkit-box-orient: vertical !important;
    -webkit-align-items: center !important;
    -ms-align-items: center !important;
    align-items: center !important;
}
.justify-content-between {
    -webkit-box-pack: justify !important;
    -webkit-justify-content: space-between !important;
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
}
.align-self-stretch {
    -webkit-align-self: stretch !important;
    -ms-flex-item-align: stretch !important;
    -ms-grid-row-align: stretch !important;
    align-self: stretch !important;
}

.theoutset-header-cart-search-wrap img.toggle-custom-icon {
    position: relative;
    display: block;
    width: 100%;
    max-width: 20px;
}


.d-grid {
    position: relative;
    display: grid;
    align-items: center;
	-webkit-align-items: center;
		-ms-flex-align: center;
    overflow: hidden;
}

/*-----------header smart side menu----*/

.header-logo-wrapper.menu-style-3 {
    position: absolute;
    max-width: 55px;
    top: 50%;
    left: 50%;
	-webkit-transform:translate3d(-50%,-50%,0);
	-ms-transform: translate3d(-50%,-50%,0);
	-moz-transform: translate3d(-50%,-50%,0);
	-o-transform: translate3d(-50%,-50%,0);
    transform: translate3d(-50%,-50%,0);
    display: inline-block;
}
.header-logo-wrapper.menu-style-5 {
    position: absolute;
    bottom: 10px;
    max-width: 55px;
}

/*----------header cart and search icons css-----*/
.theoutset-header-cart-icon span.cart-counter {
    position: relative;
    display: inline-block;
    width: 25px;
    line-height: 26px;
    height: 25px;
    background: #e94b35;
    text-align: center;
    top: -10px;
    left: -8px;
	-moz-border-radius:50%;
    border-radius: 50%;
	-webkit-border-radius: 50%;
    font-size: 12px;
    color: #313131;
}
/*------------normal menu toggle effect--*/
.theoutset-toggle-controller-menu {
    position: relative;
    display: table-cell;
    vertical-align: middle;
    width: 36px;
    height: 30px;
    -webkit-transform: translate3d(0,0,0);
    -moz-transform: translate3d(0,0,0);
    -o-transform: translate3d(0,0,0);
	-ms-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
}
.theoutset-toggle-controller-menu #toggle-menu-button {
    overflow: hidden;
    position: absolute;
    top: 50%;
    left: 50%;
    display: block;
    width: 36px;
    height: 36px;
    margin-top: -18px;
    margin-left: -18px;
    -webkit-transition: background .3s ease, border-color .3s ease;
    -moz-transition: background .3s ease, border-color .3s ease;
	-o-transition: background .3s ease, border-color .3s ease;
    -ms-transition: background .3s ease, border-color .3s ease;
    transition: background .3s ease, border-color .3s ease;
}
.theoutset-toggle-controller-menu .icon-wrap {
    position: absolute;
    display: block;
    width: 20px;
    height: 2px;
    top: 50%;
    left: 50%;
    margin-left: -10px;
}
.theoutset-toggle-controller-menu .icon-wrap.top-line {
    margin-top: -5px;
}
.theoutset-toggle-controller-menu .icon-wrap.top-line {
    -webkit-transform: rotate(0deg) scaleX(1) scaleY(1);
    -moz-transform: rotate(0deg) scaleX(1) scaleY(1);
    -o-transform: rotate(0deg) scaleX(1) scaleY(1);
	-ms-transform: rotate(0deg) scaleX(1) scaleY(1);
    transform: rotate(0deg) scaleX(1) scaleY(1);
    -webkit-transition: -webkit-transform .3s ease, -moz-transform .3s ease, -o-transform .3s ease, transform .3s ease, margin-top .3s ease;
    -moz-transition: -webkit-transform .3s ease, -moz-transform .3s ease, -o-transform .3s ease, transform .3s ease, margin-top .3s ease;
	 -o-transition: -webkit-transform .3s ease, -moz-transform .3s ease, -o-transform .3s ease, transform .3s ease, margin-top .3s ease;
    -ms-transition: -ms-transform .3s ease, -moz-transform .3s ease, -o-transform .3s ease, transform .3s ease, margin-top .3s ease;
    transition: -webkit-transform .3s ease, -moz-transform .3s ease, -o-transform .3s ease, transform .3s ease, margin-top .3s ease;
}
#toggle-menu-button.active .icon-wrap.top-line {
    margin-top: 0;
    -webkit-transform: rotate(45deg) scaleX(.8) scaleY(1.5);
    -moz-transform: rotate(45deg) scaleX(.8) scaleY(1.5);
    -o-transform: rotate(45deg) scaleX(.8) scaleY(1.5);
	-ms-transform: rotate(45deg) scaleX(.8) scaleY(1.5);
    transform: rotate(45deg) scaleX(.8) scaleY(1.5);
}
.theoutset-toggle-controller-menu .icon-wrap.bottom-line {
    -webkit-transform: rotate(0deg) scaleX(1) scaleY(1);
    -moz-transform: rotate(0deg) scaleX(1) scaleY(1);
    -o-transform: rotate(0deg) scaleX(1) scaleY(1);
	-ms-transform: rotate(0deg) scaleX(1) scaleY(1);
    transform: rotate(0deg) scaleX(1) scaleY(1);
    -webkit-transition: -webkit-transform .3s ease, -moz-transform .3s ease, -o-transform .3s ease, transform .3s ease, margin-top .3s ease;
    -moz-transition: -webkit-transform .3s ease, -moz-transform .3s ease, -o-transform .3s ease, transform .3s ease, margin-top .3s ease;
	-ms-transition: -ms-transform .3s ease, -moz-transform .3s ease, -o-transform .3s ease, transform .3s ease, margin-top .3s ease;
    -o-transition: -webkit-transform .3s ease, -moz-transform .3s ease, -o-transform .3s ease, transform .3s ease, margin-top .3s ease;
    transition: -webkit-transform .3s ease, -moz-transform .3s ease, -o-transform .3s ease, transform .3s ease, margin-top .3s ease;
}
#toggle-menu-button.active .icon-wrap.bottom-line {
    margin-top: 0;
    -webkit-transform: rotate(-45deg) scaleX(.8) scaleY(1.5);
    -moz-transform: rotate(-45deg) scaleX(.8) scaleY(1.5);
    -o-transform: rotate(-45deg) scaleX(.8) scaleY(1.5);
	-ms-transform: rotate(-45deg) scaleX(.8) scaleY(1.5);
    transform: rotate(-45deg) scaleX(.8) scaleY(1.5);
}
.theoutset-toggle-controller-menu .icon-wrap.bottom-line {
    margin-top: 5px;
}
.theoutset-toggle-controller-menu .icon-wrap:before,.theoutset-toggle-controller-menu .icon-wrap:after {
    content: "";
    left: 0;
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    background: #fff;
}
.theoutset-toggle-controller-menu .icon-wrap.middle-line:before {
    -webkit-transition: left .3s ease-in-out .2s;
    -moz-transition: left .3s ease-in-out .2s;
	-o-transition: left .3s ease-in-out .2s;
    -ms-transition: left .3s ease-in-out .2s;
    transition: left .3s ease-in-out .2s;
}
.theoutset-toggle-controller-menu .icon-wrap.top-line:before {
    -webkit-transition: left .3s ease-in-out;
    -moz-transition: left .3s ease-in-out;
	-o-transition: left .3s ease-in-out;
    -ms-transition: left .3s ease-in-out;
    transition: left .3s ease-in-out;
}
.theoutset-toggle-controller-menu .icon-wrap.bottom-line:before {
    -webkit-transition: left .3s ease-in-out .4s;
    -moz-transition: left .3s ease-in-out .4s;
	-ms-transition: left .3s ease-in-out .4s;
    -o-transition: left .3s ease-in-out .4s;
    transition: left .3s ease-in-out .4s;
}
.theoutset-toggle-controller-menu .icon-wrap:after {
    left: -200%;
}
.icon-wrap.middle-line:after {
    -webkit-transition: left .3s ease-in-out .2s;
    -moz-transition: left .3s ease-in-out .2s;
	-ms-transition: left .3s ease-in-out .2s;
    -o-transition: left .3s ease-in-out .2s;
    transition: left .3s ease-in-out .2s;
}
.theoutset-toggle-controller-menu .icon-wrap.top-line:after {
    -webkit-transition: left .3s ease-in-out;
    -moz-transition: left .3s ease-in-out;
	-o-transition: left .3s ease-in-out;
    -ms-transition: left .3s ease-in-out;
    transition: left .3s ease-in-out;
}
.theoutset-toggle-controller-menu .icon-wrap.bottom-line:after {
    -webkit-transition: left .3s ease-in-out .4s;
    -moz-transition: left .3s ease-in-out .4s;
	-ms-transition: left .3s ease-in-out .4s;
    -o-transition: left .3s ease-in-out .4s;
    transition: left .3s ease-in-out .4s;
}
#toggle-menu-button.active .icon-wrap:before,#toggle-menu-button.active .icon-wrap:after {
    background: transparent;
}
#toggle-menu-button.active .icon-wrap.bottom-line, #toggle-menu-button.active .icon-wrap.top-line {
    background: #fff;
}
.header-primary-nav.menu-toggle {
    visibility: hidden;
}
.header-primary-nav.menu-toggle.active {
    visibility: visible;
}

.header-primary-nav.menu-toggle.active .nav > li {
    -webkit-animation-name: site-header-toggle-nav-item;
    animation-name: site-header-toggle-nav-item;
    opacity: 1;
	-webkit-transform:initial;
	-ms-transform:initial;
	-moz-transform:initial;
	-o-transform:initial;
    transform: initial;
    animation-fill-mode: backwards;
}
@keyframes site-header-toggle-nav-item {
	0% {
		opacity: 0;
		visibility: hidden;
		transform: translateY(-20px);
	}
	
	100% {
		opacity: 1;
		visibility: visible;
		transform: translateY(0);
	}
}

/*------------normal menu toggle effect--*/
ul.theoutset-header-cart-search-wrap {
    padding: 0;
    margin: 0;
    position: relative;
	display: -webkit-inline-flex;
	display: -ms-inline-flexbox;
	display: inline-flex;
	vertical-align: middle;
}
ul.theoutset-header-cart-search-wrap li {
    list-style: none;
    padding: 0 12px;
    font-size: 20px;
	position:relative;
	display: -webkit-inline-flex;
	display: -ms-inline-flexbox;
	display: inline-flex;
}

.search-top-bar {
    z-index: 1000;
    background: #fff;
    position: absolute;
    height: 100%;
    width: 100%;
    display: none;
    border-top: 1px solid #e0e0e0;
	color: #fff;
    border: none;
    position: absolute;
}

input.top-search-bar-fields {
    width: 100%;
    border: none !important;
    float: left;
    padding: 12px 0;
    margin: 0 !important;
    font-size: 40px !important;
    position: relative;
    background: #fff;
    color: #808080;
    -webkit-transition: color 200ms ease-in-out;
    -moz-transition: color 200ms ease-in-out;
    -o-transition: color 200ms ease-in-out;
    -ms-transition: color 200ms ease-in-out;
    transition: color 200ms ease-in-out;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    letter-spacing: 0;
    font-weight: 500;
    text-align: center;
}
.header-search-bar-content {
    position: relative;
    display: none;
    width: 100%;
	margin: 0 !important;
}
.close-search {
    position: relative;
    height: 100%;
    display: -webkit-box; 
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex; 
	display: flex;
    align-items: center;
	-webkit-align-items: center;
		-ms-flex-align: center;
    width: auto;
    margin: 0;
}
a.search-close-icon {
    font-size: 27px;
    position: absolute;
    right: 0;
    display: block;
    padding: 10px;
    color: #313131;
}
a.search-close-icon svg path {
    fill: #313131;
}
.theoutset-header-search-form {
    position: fixed;
    z-index: 11111;
    top: 0;
    left: 15px;
    right: 0;
    width: 100%;
    height: 100vh;
	 display: -webkit-box; 
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex; 
	display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
	-webkit-align-items: center;
		-ms-flex-align: center;
    text-align: center;
    pointer-events: none;
	opacity: 0;
	-webkit-transition: opacity 0.5s 0.5s,visibility 0s 1s;
	-moz-transition: opacity 0.5s 0.5s,visibility 0s 1s;
	-ms-transition: opacity 0.5s 0.5s,visibility 0s 1s;
	-o-transition: opacity 0.5s 0.5s,visibility 0s 1s;
    transition: opacity 0.5s 0.5s,visibility 0s 1s;
}
.theoutset-header-search-form.open {    
    pointer-events: auto;
    background: rgba(34, 34, 34, 0.95);
	opacity:1;
	-webkit-transition: opacity 0.5s;
	-moz-transition: opacity 0.5s;
	-ms-transition: opacity 0.5s;
	-o-transition: opacity 0.5s;
    transition: opacity 0.5s;
}
.theoutset-header-search-form.style-2 .search__form {
    position: relative;
    margin: 5em 0 2em;
}
.theoutset-header-search-form.style-3 .search__form {
    margin: 5em 0;
}
.theoutset-header-search-form.style-2 .search__form-inner {
    position: relative;
    z-index: 10;
    overflow: hidden;
	opacity: 0;
}
.theoutset-header-search-form.style-2 .search__form-inner {
    -webkit-transform: translateY(-40px);
	-moz-transform: translateY(-40px);
	-ms-transform: translateY(-40px);
	-o-transform: translateY(-40px);
    transform: translateY(-40px);
    -webkit-animation-timing-function: cubic-bezier(0.45,0.005,0,1);
    -moz-animation-timing-function: cubic-bezier(0.45,0.005,0,1);
    -o-animation-timing-function: cubic-bezier(0.45,0.005,0,1);
    animation-timing-function: cubic-bezier(0.45,0.005,0,1);
}
.theoutset-header-search-form.style-2.open .search__form-inner {
    -webkit-transform: translateY(0px);
	-moz-transform: translateY(0px);
	-ms-transform: translateY(0px);
	-o-transform: translateY(0px);
    transform: translateY(0px);
    -webkit-transition: -webkit-transform 0.2s,opacity 0.2s;
	-moz-transition: -moz-transform 0.2s,opacity 0.2s;
	-ms-transition: -ms-transform 0.2s,opacity 0.2s;
	-o-transition: -o-transform 0.2s,opacity 0.2s;
    transition: transform 0.2s,opacity 0.2s;
	opacity:1;
}
.theoutset-header-search-form.style-2 input.search_input {
    font-family: inherit !important;
    line-height: 1;
    display: inline-block !important;
	-webkit-box-sizing:border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 100% !important;
    text-align: left;
    color: #fff!important;
    border: 1px solid rgba(255, 255, 255, 0.49);
    background: transparent !important;
    margin-bottom: 0 !important;
    margin: 0;
    font-size: 3.5vh !important;
    padding: .8em 3em .8em 1.5em !important;
}
.theoutset-header-search-form.style-3 .search_input {
    border: 0;
    background: transparent;
	-moz-border-radius:0;
	-webkit-border-radius: 0;
    border-radius: 0;
	-webkit-appearance: none;
}
.theoutset-header-search-form.style-3 .search_input {
    font-family: inherit;
    font-size: 10vw;
    line-height: 1;
    display: inline-block;
	-webkit-box-sizing:border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 75%;
    padding: 0.05em 0;
    color: #eaba82;
    border-bottom: 5px solid;
	margin-bottom: 0;
}
.theoutset-header-search-form.style-3 .search_input {
	-webkit-transform: scale3d(0,1,1);
	-ms-transform: scale3d(0,1,1);
	-moz-transform:scale3d(0,1,1);
	-o-transform: scale3d(0,1,1);
	transform: scale3d(0,1,1);
	-webkit-transform-origin:  0% 50%;
	-moz-transform-origin: 0% 50%;
    -ms-transform-origin: 0% 50%;
    -o-transform-origin: 0% 50%;
    transform-origin: 0% 50%;
	-webkit-transition:-webkit-transform 0.3s;
	-moz-transition: -moz-transform 0.3s;
	-o-transition: -o-transform 0.3s;
	-ms-transition: -ms-transform 0.3s;
    transition: transform 0.3s;
}
.theoutset-header-search-form.style-3.open .search_input {
	-webkit-transform:scale3d(1,1,1);
	-ms-transform: scale3d(1,1,1);
	-moz-transform: scale3d(1,1,1);
	-o-transform: scale3d(1,1,1);
    transform: scale3d(1,1,1);
    transition-duration: 0.5s;
	-moz-transition-duration:  .5s;
	-o-transition-duration: .5s;
	-webkit-transition-duration: 0.5s;
}
.theoutset-header-search-form.style-2 .search_input {
    border: 0;
    background: transparent;
	-moz-border-radius:0;
	-webkit-border-radius: 0;
    border-radius: 0;
    -webkit-appearance: none;
}
.theoutset-header-search-form.style-2.open .search__form-inner::after {
	-webkit-animation:  scaleUpDown 0.8s cubic-bezier(0.4, 0, 0.2, 1) forwards;
    -moz-animation:  scaleUpDown 0.8s cubic-bezier(0.4, 0, 0.2, 1) forwards;
    -o-animation:  scaleUpDown 0.8s cubic-bezier(0.4, 0, 0.2, 1) forwards;
	animation: scaleUpDown 0.8s cubic-bezier(0.4, 0, 0.2, 1) forwards;
}
.theoutset-header-search-form.style-2 .search__info {
    margin-top: 15px;
    display: block;
    position: relative;
	-webkit-transition:all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition:all 0.5s ease;
	-ms-transition:all 0.5s ease;
    transition: all 0.5s ease;
}
.theoutset-header-search-form.style-3 .search__info {
    font-size: 90%;
    font-weight: bold;
    display: block;
    width: 75%;
    margin: 0 auto;
    padding: 0.85em 0;
    text-align: right;
    color: #eaba82;
	opacity: 0;
	-webkit-transform:translate3d(0, 50px, 0);
	-ms-transform: translate3d(0, 50px, 0);
	-moz-transform: translate3d(0, 50px, 0);
	-o-transform: translate3d(0, 50px, 0);
    transform: translate3d(0, 50px, 0);
	-webkit-transition:opacity 0.4s, transform 0.4s;
	-moz-transition: opacity 0.4s, transform 0.4s;
	-o-transition: opacity 0.4s, transform 0.4s;
	-ms-transition: opacity 0.4s, transform 0.4s;
    transition: opacity 0.4s, transform 0.4s;
}
.theoutset-header-search-form.style-3.open .search__info {
    opacity: 1;
	-webkit-transform:translate3d(0, 0, 0);
	-ms-transform:translate3d(0, 0, 0);
	-moz-transform:translate3d(0, 0, 0);
	-o-transform:translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}
.theoutset-header-search-form.style-2 .search__form-inner::after {
	content: '';
    position: absolute;
    top: 0;
    left: 0%;
    width: 100%;
    height: 105%;
    background: #eaba82;
}
#theoutset-btn-search-close {
    opacity: 0;
	-webkit-transition: opacity 0.4s;
	-moz-transition:  opacity 0.4s;
	-o-transition: opacity 0.4s;
	-ms-transition: opacity 0.4s;
    transition: opacity 0.4s;
}
#theoutset-btn-search-close {
    color: #fff;
    font-size: 3em;
    position: absolute;
    top: 1.25em;
    right: 1.25em;
    display: none;
	-webkit-transition: opacity 0.4s;
	-moz-transition:  opacity 0.4s;
	-o-transition: opacity 0.4s;
	-ms-transition: opacity 0.4s;
    transition: opacity 0.4s;
    z-index: 1;
    cursor: pointer;
}
#theoutset-btn-search-close svg path {
    fill: #fff;
    stroke: #313131;
}
.theoutset-header-search-form.open #theoutset-btn-search-close {
    display: block;
    opacity: 1;
}
.theoutset-header-search-form.style-2 .search__form-inner::after {
    opacity: 0;
	-webkit-transform-origin: 50% 0;
	-moz-transform-origin:50% 0;
    -ms-transform-origin:50% 0;
    -o-transform-origin:50% 0;
    transform-origin: 50% 0;
}
@keyframes scaleUpDown {
	0% {
		opacity: 1;
		transform: scale3d(1,0,1);
	}
	50% {
		transform: scale3d(1,1,1);
		transform-origin: 50% 0;
		transition-timing-function: ease-out;
	}
	50.1% {
		transform-origin: 50% 100%;
		transition-timing-function: ease-out;
	}
	100% {
		opacity: 1;
		transform: scale3d(1,0,1);
		transform-origin: 50% 100%;
		transition-timing-function: ease-out;
	}
}
.theoutset-header-search-form.style-2 .search_input {
    opacity: 0;
    transition: opacity 0.4s;
	-webkit-transition: opacity 0.4s;
	-moz-transition: opacity 0.4s;
	-o-transition: opacity 0.4s;
	-ms-transition: opacity 0.4s;
}
.theoutset-header-search-form.style-2.open .search_input {
    opacity: 1;
	-webkit-transition: opacity 0s 0.4s;
	-moz-transition: opacity 0s 0.4s;
	-o-transition: opacity 0s 0.4s;
	-ms-transition: opacity 0s 0.4s;
    transition: opacity 0s 0.4s;
}
.theoutset-header-search-form-1{
	position: relative;
    display: flex;
    height: 100%;
    width: 100%;
}
a.theoutset-header-cart-icon .cart_count {
    position: absolute;
    color: #252525;
    margin-top: -35px;
    margin-left: 3px;
    width: 23px;
    height: 23px;
	font-family:open sans;
    background: transparent;
	-moz-border-radius:50%;
    border-radius: 50%;
	-webkit-border-radius: 50%;
    font-size: 11px;
    line-height: 23px;
    text-align: center;
    font-weight: 500;
    border: 0;
    letter-spacing: -0.5px;
	display:block;
}
@media screen and (min-color-index:0) and(-webkit-min-device-pixel-ratio:0) 
{ @media {
    _:-webkit-full-screen, a.theoutset-header-cart-icon .cart_count{
    margin-top: -12px;
}
}}
.top-cart.open.open-cart:before {
    background: rgba(0, 0, 0, 0.44);
    width: 100%;
    position: absolute;
    display: block;
    height: 100%;
    content: '';
    z-index: 11;
	-webkit-transition: .5s ease;
    -moz-transition: .5s ease;
    -o-transition: .5s ease;
    -ms-transition: .5s ease;
    transition: .5s ease;
}
#theoutset-header .container{
	-webkit-box-sizing:border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
	-webkit-transition: all 0.9s ease-in-out;
    -moz-transition: all 0.9s ease-in-out;
    -o-transition: all 0.9s ease-in-out;
    -ms-transition: all 0.9s ease-in-out;
    transition: all 0.9s ease-in-out;
}


#theoutset-header.fixed-stickly {
    position: fixed;
    width: 100%;
    z-index: 111;
    top: 0;
	-webkit-transition-timing-function: cubic-bezier(0.4,0,1,1);
    transition-timing-function: cubic-bezier(0.4,0,1,1);
    -webkit-transition-duration: .3s;
    transition-duration: .3s;
    -webkit-animation: theoutset-headerSlideDown .45s .2s cubic-bezier(0,0,.2,1) both;
    animation: theoutset-headerSlideDown .45s .2s cubic-bezier(0,0,.2,1) both;
}

@-webkit-keyframes theoutset-headerSlideDown {
    0% {
        -webkit-transform: translate3d(0,-100%,0);
        transform: translate3d(0,-100%,0)
    }

    100% {
        -webkit-transform: translate3d(0,0,0);
        transform: translate3d(0,0,0)
    }
}

@keyframes theoutset-headerSlideDown {
    0% {
        -webkit-transform: translate3d(0,-100%,0);
        transform: translate3d(0,-100%,0)
    }

    100% {
        -webkit-transform: translate3d(0,0,0);
        transform: translate3d(0,0,0)
    }
}
header#theoutset-header.fixed-stickly {
	top:0px !important;
}
.admin-bar header#theoutset-header.fixed-stickly {
	top:32px !important;
}
#theoutset-header.fixed-stickly.header-transparent{
	margin:0 auto;
}
nav.header-normalmenu .theoutset-mainmenu .navbar-nav>li>a, ul.theoutset-header-cart-search-wrap li a{
	-webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

#theoutset-header.theoutset-header-side .header-logo-nav.stickly-fixed-menu {
    display: none;
}
#theoutset-header.fixed-stickly .header-logo-nav.top-fixed-menu {
    display: none;
}
#theoutset-header.fixed-stickly .header-logo-nav.stickly-fixed-menu {
    display: inline-block;
	position: relative;
	-webkit-transition: .5s ease;
	-moz-transition: .5s ease;
	-o-transition: .5s ease;
	-ms-transition: .5s ease;
    transition: .5s ease;
}
/*----------header cart and search icons css-----*/
#content.site-content {
    position: relative;
    display: block;
}
/*---footer css-------*/
.theoutset-fixed-left-content{
position: fixed;
    top: 50%;
    left: 0;
    -ms-transform: translate3d(0,-50%,0);
    -webkit-transform: translate3d(0,-50%,0);
	-moz-transform: translate3d(0,-50%,0);
    -o-transform: translate3d(0,-50%,0);
    transform: translate3d(0,-50%,0);
    padding: 0;
    opacity: 0;
	z-index: 111;
}
.theoutset-fixed-left-content.rotate_content{
	-ms-transform: translate3d(0,-50%,0) rotate(-90deg);
    -webkit-transform: translate3d(0,-50%,0) rotate(-90deg);
	-moz-transform: translate3d(0,-50%,0) rotate(-90deg);
    -o-transform: translate3d(0,-50%,0) rotate(-90deg);
    transform: translate3d(0,-50%,0) rotate(-90deg);
}
.theoutset-fixed-right-content{
position: fixed;
    top: 50%;
    right: 0;
    -ms-transform: translate3d(0,-50%,0);
    -webkit-transform: translate3d(0,-50%,0);
	-moz-transform: translate3d(0,-50%,0);
    -o-transform: translate3d(0,-50%,0);
    transform: translate3d(0,-50%,0);
    padding: 0;
    opacity: 0;
	z-index: 111;
}
.theoutset-fixed-right-content.rotate_content{
	-ms-transform: translate3d(0,-50%,0) rotate(90deg);
    -webkit-transform: translate3d(0,-50%,0) rotate(90deg);
	-moz-transform: translate3d(0,-50%,0) rotate(90deg);
    -ms-transform: translate3d(0,-50%,0) rotate(90deg);
    transform: translate3d(0,-50%,0) rotate(90deg);
}
.theoutset-fixed-bottom-left-content{
	position: fixed;
    bottom: 0%;
    left: 40px;
    -ms-transform: translate3d(0,-30%,0);
    -webkit-transform: translate3d(0,-30%,0);
	-o-transform: translate3d(0,-30%,0);
    -moz-transform: translate3d(0,-30%,0);
    transform: translate3d(0,-30%,0);
    padding: 0;
    opacity: 0;
	z-index: 111;
}
.theoutset-fixed-bottom-center-content{
	position: fixed;
    bottom: 0%;
    left: 50%;
    -ms-transform: translate3d(-50%,-30%,0);
    -webkit-transform: translate3d(-50%,-30%,0);
	-moz-transform: translate3d(-50%,-30%,0);
    -o-transform: translate3d(-50%,-30%,0);
    transform: translate3d(-50%,-30%,0);
    padding: 0;
    opacity: 0;
	z-index: 111;
}
.theoutset-fixed-bottom-right-content{
	position: fixed;
    bottom: 0%;
    right: 40px;
    -ms-transform: translate3d(0,-30%,0);
    -webkit-transform: translate3d(0,-30%,0);
	-moz-transform: translate3d(0,-30%,0);
    -o-transform: translate3d(0,-30%,0);
    transform: translate3d(0,-30%,0);
    padding: 0;
    opacity: 0;
	z-index: 111;
}
#theoutset-footer {
    position: relative;
    display: block;
    width: 100%;
    overflow: hidden;
}
/* smart footer effect */
#content.site-content.content-wrapper {
    -moz-transform-origin: 50% bottom;
    -ms-transform-origin: 50% bottom;
    -webkit-transform-origin: 50% bottom;
    transform-origin: 50% bottom;
    -moz-transition: all 0.5s cubic-bezier(0, 0, 0.2, 1);
    -o-transition: all 0.5s cubic-bezier(0, 0, 0.2, 1);
    -webkit-transition: all 0.5s cubic-bezier(0, 0, 0.2, 1);
    transition: all 0.5s cubic-bezier(0, 0, 0.2, 1);
}

/* smart footer effect */
#theoutset-footer .theoutset-footer-inner.widget {
    position: relative;
    display: block;
    width: 100%;
    padding: 30px 0;
	margin-bottom: 0;
}
#theoutset-footer .theoutset-footer-inner.page {
    position: relative;
    display: block;
    width: 100%;
    padding: 0 0;
}
#theoutset-footer.w-sticky {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 0;
}
#theoutset-footer ul {
    list-style: none;
    padding: 0;
    margin: 0;
}
#theoutset-footer ul.menu li:first-child {
    padding-left: 0;
}
#theoutset-footer ul.menu li {
    display: inline-block;
    padding: 5px 10px;
}
#theoutset-footer ul.menu li a,#theoutset-footer ul.menu li a:hover{
	color:#939393;
	font-size:15px;
}
#theoutset-sub-footer {
    background: #222;
    color: #fff;
    padding: 10px 0 !important;
    display: block;
    position: relative;
}
.theoutset-footer-sticky #theoutset-header {
    z-index: 12;
}
.theoutset-footer-sticky #content.site-content.content-wrapper,.theoutset-footer-sticky .theoutset-header-breadcrumbs {
    position: relative;
    z-index: 1;
}
/*---footer css-------*/
a:focus,a:hover,a {
    outline: none !important;
    text-decoration: blink;
}

/*---------sidebar css------------*/
.sidebar-style-1 .widget {
	list-style: none;
	margin: 0 0 15px;
    overflow: hidden;
    padding: 10px 15px 10px;
    transition: .3s ease;
	-webkit-transition:  .3s ease;
	-moz-transition:  .3s ease;
	-o-transition: .3s ease;
	-ms-transition: .3s ease;
}
.sidebar-style-1 .widget:first-child {
    padding-top: 0px;
}
.sidebar-style-1 .widget ul{
	list-style: none;
    padding-left: 0;
	margin-bottom: 0;
}
.widget ul li {
    list-style: none;
    color: #888;
    padding-top: 12px;
    padding-bottom: 12px;
    font-weight: 400;
    text-transform: capitalize;
    border-bottom: 0.1px solid #eee;
}

.sidebar-style-1 .widget h4.widget-title span{
    display: block;
    vertical-align: middle;
    position: relative;
    text-align: left;
}
.sidebar-style-1 .widget h4.widget-title{
	overflow: hidden;
	color: #313131;
    font-size: 20px;
    line-height: 1.2;
    text-transform: capitalize;
    word-spacing: 0;
    letter-spacing: 0;
    font-weight: 600;
    text-align: left;
	margin-bottom:20px;
}

.widget_media_image img {
    width: 100%;
}
.widget-area h4 {
	position: relative;
	display:block;
	color: #313131;
    font-size: 20px;
    line-height: 25px;
    letter-spacing: 1px;
	font-style: normal;
}

.widget-area ul,.widget-area ul {
    padding: 0 12px;
}
.sidebar-style-1 ul li,.widget-area ul li{
    position: relative;
    list-style: none;
    color: #999999;
    padding-top: 12px;
    padding-bottom: 12px;
    font-size: 14px;
    letter-spacing: 0.3px;
    font-weight: 400;
    text-transform: capitalize;
    border-bottom: 2px dotted #eee;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}
.sidebar-style-1 ul li a,.widget-area ul li a{
	color:#333;
}
.widget ul li:hover,.widget ul li:hover > a,.widget-area ul li:hover > a{
	color:#d82d34;
}

.sidebar-style-1 ul li:before,.widget-area ul li:before {
    position: absolute;
    top: 12px;
    left: 0;
    content: '\f192';
    font-family: "FontAwesome";
    color: inherit;
    opacity: 0;
    transform: translateX(-5px);
	-webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
	-ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}
.sidebar-style-1 ul li:hover:before,.widget-area ul li:hover:before {
    opacity: 1;
    transform: translateX(0px);
}

aside.widget.widget_categories ul li:hover:before a{
	color:#d82d34;
}
aside.widget.widget_categories ul.children li {
    border: none;
}
.sidebar-style-1 ul li:hover,.widget-area ul li:hover {
    padding-left: 20px;
}
.widget-area ul li ul li {
    list-style: circle;
    list-style-position: inside;
	border-bottom: 0;
}
.widget-area ul li a {
    font-weight: 400;
}
.widget form.search-form {
    position: relative;
    display: block;
}
.widget select, .widget_archive select {
    position: relative;
    display: block;
    width: 100%;
    padding: 10px;
    color: #888;
    outline: none !important;
    line-height: 1;
    border: 1px solid #d3d3d3;
	margin-top: 15px;
}
.widget.widget_calendar .calendar_wrap #wp-calendar {
    position: relative;
    background: transparent;
    margin: 0;
    border: none;
    border-collapse: collapse;
}

.widget.widget_calendar .calendar_wrap #wp-calendar caption {
    text-align: center;
    height: 36px;
    line-height: 1.3;
}

.widget.widget_calendar .calendar_wrap #wp-calendar thead th,.widget.widget_calendar .calendar_wrap #wp-calendar tbody td {
    line-height: 38px;
    text-align: center;
    padding: 0;
    vertical-align: middle;
}
.widget.widget_calendar .calendar_wrap td.pad{
	padding:0px;
}
.widget.widget_calendar .calendar_wrap #wp-calendar thead {
    background: transparent;
}

.widget.widget_calendar .calendar_wrap #wp-calendar thead th {
    color: #313131;
}

.widget.widget_calendar .calendar_wrap #wp-calendar tbody tr {
    background: transparent;
}

.widget.widget_calendar .calendar_wrap #wp-calendar tbody tr td {
    position: relative;
}

.widget.widget_calendar .calendar_wrap #wp-calendar tbody tr td a {
    display: block;
    position: relative;
    z-index: 2;
	color: #fff;
}

.widget.widget_calendar .calendar_wrap #wp-calendar tbody tr td a:before {
    content: "";
    position: absolute;
    width: 36px;
    height: 36px;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%,-50%);
	-moz-transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
	-o-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    background: #e7e7e7;
	-moz-border-radius:50%;
	-webkit-border-radius: 50%;
    border-radius: 50%;
    -webkit-transition: background .3s ease;
    -moz-transition: background .3s ease;
	-ms-transition: background .3s ease;
    -o-transition: background .3s ease;
    transition: background .3s ease;
    z-index: -1;
}

.widget.widget_calendar .calendar_wrap #wp-calendar tbody tr td a:hover {
    color: #fff;
}

.widget.widget_calendar .calendar_wrap #wp-calendar tbody tr td a:hover:before {
    background: #d3d3d3;
}

.widget.widget_calendar .calendar_wrap #wp-calendar tfoot {
    background: transparent;
    position: absolute;
    top: 0;
    width: 100%;
    height: 36px;
    line-height: 36px;
}

.widget.widget_calendar .calendar_wrap #wp-calendar tfoot #prev,.widget.widget_calendar .calendar_wrap #wp-calendar tfoot #next {
    position: absolute;
    width: 36px;
    top: 50%;
    -webkit-transform: translate(0,-50%);
	-moz-transform: translate(0,-50%);
	-o-transform: translate(0,-50%);
	-ms-transform: translate(0,-50%);
    transform: translate(0,-50%);
    padding: 0;
}

.widget.widget_calendar .calendar_wrap #wp-calendar tfoot #prev a,.widget.widget_calendar .calendar_wrap #wp-calendar tfoot #next a {
    display: block;
    position: relative;
    margin: 0 auto;
    color: transparent;
    width: 28px;
    height: 28px;
    line-height: 24px;
    text-align: center;
    border: 2px solid transparent;
	-moz-border-radius:50%;
	-webkit-border-radius: 50%;
    border-radius: 50%;
    -webkit-transition: border-color .3s ease;
    -moz-transition: border-color .3s ease;
	-ms-transition: border-color .3s ease;
    -o-transition: border-color .3s ease;
    transition: border-color .3s ease;
}

.widget.widget_calendar .calendar_wrap #wp-calendar tfoot #prev a:before,.widget.widget_calendar .calendar_wrap #wp-calendar tfoot #next a:before {
    color: #28262b;
    font-family: FontAwesome;
    display: block;
}

.widget.widget_calendar .calendar_wrap #wp-calendar tfoot #prev a:hover,.widget.widget_calendar .calendar_wrap #wp-calendar tfoot #next a:hover {
    border-color: #d3d3d3;
}

.widget.widget_calendar .calendar_wrap #wp-calendar tfoot #prev.pad,.widget.widget_calendar .calendar_wrap #wp-calendar tfoot #next.pad {
    text-align: center;
}

.widget.widget_calendar .calendar_wrap #wp-calendar tfoot #prev.pad:before,.widget.widget_calendar .calendar_wrap #wp-calendar tfoot #next.pad:before {
    color: #d3d3d3;
    font-family: FontAwesome;
}

.widget.widget_calendar .calendar_wrap #wp-calendar tfoot #prev {
    left: 0;
}

.widget.widget_calendar .calendar_wrap #wp-calendar tfoot #prev a:before {
    content: "\f104";
}

.widget.widget_calendar .calendar_wrap #wp-calendar tfoot #prev.pad:before {
    content: "\f104";
}

.widget.widget_calendar .calendar_wrap #wp-calendar tfoot #next {
    right: 0;
}

.widget.widget_calendar .calendar_wrap #wp-calendar tfoot #next a:before {
    content: "\f105";
}

.widget.widget_calendar .calendar_wrap #wp-calendar tfoot #next.pad:before {
    content: "\f105";
}
.widget.widget_akismet_widget .a-stats a {
    background: transparent;
    border: none;
	-moz-border-radius:0;
	-webkit-border-radius:0; 
    border-radius: 0;
    padding: 0;
    color: #c3c3c3;
    text-align: left;
}

.widget.widget_akismet_widget .a-stats a .count {
    padding: 0;
    display: initial;
    font-size: inherit;
    line-height: inherit;
}

.widget.widget_akismet_widget .a-stats a strong span {
    -webkit-transition: opacity .3s ease;
    -moz-transition: opacity .3s ease;
	-ms-transition: opacity .3s ease;
    -o-transition: opacity .3s ease;
    transition: opacity .3s ease;
}

.widget.widget_akismet_widget .a-stats a:hover {
    background: transparent;
}

.widget.widget_akismet_widget .a-stats a:hover strong span {
    opacity: .6;
}

.widget.widget_recent_comments .recentcomments {
    color: #212121;
}

.widget.widget_recent_comments .recentcomments .comment-author-link {
    position: relative;
}

.widget_recent_entries li a,.widget_recent_entries li .post-date {
    display: block;
}

.widget_recent_entries li a {
    text-transform: capitalize;
}

.widget_recent_entries li .post-date {
    position: relative;
    padding-left: 20px;
	text-transform: capitalize;
}

.widget_recent_entries li .post-date:before {
    content: "\f017";
        display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 13px;
    color: #c3c3c3;
    font-weight: normal;
    line-height: 1;
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    margin-top: -1px;
}
.widget.widget_rss .rsswidget img {
    display: none;
}
.widget.widget_rss ul li:before {
    display: none;
}
.widget.widget_rss ul li {
        padding: 20px 0px 20px;
    border-bottom: 1px solid rgba(211, 211, 211, 0.27);
}

.widget.widget_rss ul li .rsswidget {
    display: block;
	    padding-top: 7px;
	font-size: 14px;
    line-height: 1.2;
    font-weight: 600;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
	 -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}

.widget.widget_rss ul li .rsswidget:hover {
    opacity: .6;
}

.widget.widget_rss ul li .rss-date {
    display: block;
    margin-bottom: 5px;
}

.widget.widget_rss ul li .rssSummary {
    margin-bottom: 7px;
}
.widget.widget_rss ul li .rssSummary{
	color:#999;
}
.widget.widget_rss ul li .rss-date {
    position: relative;
    color: #c3c3c3;
    padding-left: 20px;
}

.widget.widget_rss ul li .rss-date:before {
    content: "\f017";
        display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 13px;
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.widget.widget_rss ul li cite {
    position: relative;
    display: block;
    padding-left: 20px;
}

.widget.widget_rss ul li cite:before {
    content: "\f007";
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 10px;
    color: #c3c3c3;
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
	 -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}
.widget .tagcloud,.widget .tags-widget,.widget.widget_tag_cloud .tagcloud {
    overflow: hidden;
    padding: 20px;
    margin: -20px;
}

.widget .tags-widget a,.widget .tagcloud a,.widget.widget_tag_cloud .tags-widget a,.widget.widget_tag_cloud .tagcloud a {
	position: relative;
    float: left;
    font-size: 12px !important;
    margin-top: 0;
    text-transform: capitalize;
    margin: 4px 10px;
    background: transparent;
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    border-radius: 0px;
    line-height: 30px;
    border-width: 1px 1px 1px 0px;
    border-style: solid;
    border-color: #e3e3e3;
    padding: 0 15px;
    -webkit-box-shadow: 0 8px 20px 3px transparent;
    -moz-box-shadow: 0 8px 20px 3px transparent;
    box-shadow: 0 8px 20px 3px transparent;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}
.widget .tags-widget a:before,.widget .tagcloud a:before,.widget.widget_tag_cloud .tags-widget a:before,.widget.widget_tag_cloud .tagcloud a:before,
.widget .tags-widget a:after,.widget .tagcloud a:after,.widget.widget_tag_cloud .tags-widget a:after,.widget.widget_tag_cloud .tagcloud a:after {
    content: '';
    position: absolute;
    border-left: 1px solid #e3e3e3;
    width: 38px;
    height: 55%;
    left: -6px;
    top: 6px;
	-webkit-transform: rotate(24deg);
    -moz-transform: rotate(24deg);
    -o-transform: rotate(24deg);
	-ms-transform: rotate(24deg);
    transform: rotate(24deg);
}
.widget .tags-widget a:after,.widget .tagcloud a:after,.widget.widget_tag_cloud .tags-widget a:after,.widget.widget_tag_cloud .tagcloud a:after {
	-webkit-transform: rotate(-24deg);
    -moz-transform: rotate(-24deg);
    -o-transform: rotate(-24deg);
	-ms-transform: rotate(-24deg);
    transform: rotate(-24deg);
}
.widget.widget_tag_cloud .tagcloud a span.tags-begin-circle {
    position: relative;
    border: 2px solid #e3e3e3;
    width: 10px;
    height: 10px;
    display: inline-block;
    border-radius: 50%;
    left: -9px;
    vertical-align: middle;
    top: -1px;
	-webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}
.widget.widget_pages ul.children li:hover {
    padding-left: 0px;
}
.widget.widget_pages  li {
    padding-top: 0;
    padding-bottom: 0;
    border-bottom: 0px;
}
.widget.widget_pages  li a {
    border-bottom: 2px dotted #eee;
    padding-top: 12px;
    padding-bottom: 12px;
    display: block;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}
.widget.widget_pages li a:before {
    position: absolute;
    top: 12px;
    left: 0;
    content: '\f192';
    font-family: "FontAwesome";
    color: inherit;
    opacity: 0;
    transform: translateX(-5px);
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}
.widget.widget_pages li:hover >  a:before {
    opacity: 1;
    transform: translateX(0px);
}
.widget.widget_pages ul.children li:before {
    display: none;
}
.widget.widget_pages li:hover > a {
    padding-left: 20px;
}
.widget.widget_pages ul.children li {
    padding-left: 10px;
}
.widget.widget_pages li:before {
    display: none;
}
.widget.widget_pages li:hover {
    padding-left: 0;
}

.widget.widget_categories li:hover {
    padding-left: 17px;
}
.widget.widget_categories ul.children {
    padding-left: 7px;
}

form.search-form {
    position: relative;
}
.no-results.not-found .search-form i.fa.fa-search{
	top: 25px;
}
.search-form input.search-field {
    margin: 0;
    outline: 0;
    margin-bottom: 4px;
    background: #f7f7f7;
    border: 1px solid #eee;
    color: #6c6c6c;
    width: 100%;
    font-size: 16px;
    font-weight: 400;
    padding: 12px 12px 12px 22px;
    border-radius: 30px;
    transition: .3s ease;
    -webkit-transition: .3s ease;
    -moz-transition: .3s ease;
    -o-transition: .3s ease;
    -ms-transition: .3s ease;
}
.search-form input.search-field:focus,.search-form input.search-field:active {
	outline: none;
    -moz-box-shadow: 0 2px 10px -1px rgba(0,0,0,.05);
    -webkit-box-shadow: 0 2px 10px -1px rgba(0,0,0,.05);
    box-shadow: 0 2px 10px -1px rgba(0,0,0,.05);
}
form.search-form .search-field {
    letter-spacing: 1px;
}
.search-form i.fa.fa-search {
	position: absolute;
    top: 25px;
    right: 20px;
    font-size: 16px;
    color: #222222b3;
    -webkit-transform: translate3d(0,-50%,0);
    -ms-transform: translate3d(0,-50%,0);
    -moz-transform: translate3d(0,-50%,0);
    -o-transform: translate3d(0,-50%,0);
    transform: translate3d(0,-50%,0);
}
.search-form input.search-submit {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100%;
    outline: 0;
    border: none;
    background: transparent !important;
    text-indent: 12px;
}
form.search-form .search-submit {
    padding: 9px 12px;
}
body table.booked-calendar th .monthName{
	font-size: 1.35rem;
    height: 1.35rem;
}

.theoutset-pagination {
    position: relative;
    display: inline-block;
    width: 100%;
    text-align: center;
    padding: 20px 0;
	margin-top:20px;
}
.theoutset-pagination .current, .theoutset-pagination a {
    position: relative;
    text-align: center;   
    display: inline-block;
    font-size: 14px;
    line-height: 20px;
    padding: 4px 8px;
    margin: 0 5px;
	font-weight: 600;
    border-bottom: 2px solid transparent;
    background: transparent;
    -webkit-transition: all .3s linear;
    -moz-transition: all .3s linear;
    -ms-transition: all .3s linear;
    -o-transition: all .3s linear;
    transition: all .3s linear;
}
.theoutset-pagination a.next, .theoutset-pagination a.prev {
    border-bottom: none;
}
.theoutset-page-wrap {
    position: relative;
    display: inline-block;
    width: 100%;
    text-align: center;
    padding: 20px 0;
    margin-top: 20px;
}

.theoutset-page-wrap > a,.theoutset-page-wrap > span {
    position: relative;
    text-align: center;
    display: inline-block;
    font-size: 14px;
    line-height: 20px;
    padding: 4px 8px;
    margin: 0 5px;
    font-weight: 600;
    border-bottom: 2px solid transparent;
    background: transparent;
    -webkit-transition: all .3s linear;
    -moz-transition: all .3s linear;
    -ms-transition: all .3s linear;
    -o-transition: all .3s linear;
    transition: all .3s linear;
}

.theoutset-pagination > a:hover, .theoutset-pagination > a:focus, .theoutset-pagination > span.current,.theoutset-page-wrap > span,.theoutset-page-wrap > a:hover,.theoutset-page-wrap > a:focus{
	color: #d82d34;
    border-bottom-color: #d82d34;
}
.ajax_load_more {
    display: block;
    text-align: center;
    width: 100%;
    position: relative;
}
.post-load-more {
    border: 1px solid;
    padding: 10px 20px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px; 
    border-radius: 2px;
    margin: 20px 0;
    display: inline-block;
    cursor: pointer;
    font-size: 22px;
}
.ajax_lazy_load {
    position: relative;
    display: block;
    width: 100%;
    text-align: center;
}
.post-lazy-load {
    padding: 37px;
    position: relative;
    display: block;
    font-size: 20px;
}
.widget.widget_nav_menu li.menu-item:before{
	opacity: 1;
    transform: translateX(0px);
	padding-top: 2px;
}
.widget.widget_nav_menu .menu ul.sub-menu li {
    padding-left: 5px;
}
.widget.widget_nav_menu .menu ul.sub-menu li.menu-item:before {
    transform: translateX(-15px);
	padding-top: 3px;
}
.sidebar-style-1 .widget.widget_nav_menu li.menu-item, .widget-area .widget_nav_menu li.menu-item {
    padding-left: 20px;
	border-bottom-width: 0;
    padding-bottom: 0px;
    padding-top: 15px;
}
.sidebar-style-1 .widget.widget_nav_menu .menu > li.menu-item, .widget-area .widget_nav_menu .menu > li.menu-item {
    border-bottom: 2px dotted #eee;
    padding-bottom: 12px;
}
/*------post filter category css--------*/
.pt-plus-filter-post-category .category-filters a span{
text-align:center;
text-transform: uppercase !important;
}
.pt-plus-filter-post-category .category-filters.hover-style-1 li a:hover, .pt-plus-filter-post-category .category-filters.hover-style-1 li a:focus, .pt-plus-filter-post-category .category-filters.hover-style-1 li a.active{
    font-weight: 600;
}
.pt-plus-filter-post-category .category-filters.hover-style-1 li a:hover::after, .pt-plus-filter-post-category .category-filters.hover-style-1 li a:focus::after, .pt-plus-filter-post-category .category-filters.hover-style-1 li a.active::after{
	display:none;
}
/*----post blog section style---------*/
#theoutset-blog-post-list {
    position: relative;
    display: block;
    width: 100%;
    overflow: hidden;
}
.blog-list .post-inner-loop .grid-item .post.sticky .blog-list-style-content {
    border-color: #313131;
}
.blog-list .grid-item {
    padding: 0;
}
.post-content twitterwidget {
    margin-top: 0 !important;
}
.blog-list .blog-list-style-content {
    position: relative;
    display: block;
	height: 100%;
	overflow:hidden;
}

.post-meta-info {
    text-transform: none;
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
    line-height: 15px;
    letter-spacing: 0px;
    color: #777;
}
.post-meta-info .post-author a {
    text-transform: capitalize;
}
.post-meta-info a {
    color: #777;
}
.blog-list-style-content .entry-content p{
margin-bottom:0;
}
.blog-list .entry-date,.blog-list  .post-author {
    padding-right: 5px;
}

.post-format-gallery{
    position: relative;
    width: 100%;
	margin-bottom: 0 !important;
}

.post-format-gallery .slick-prev.slick-arrow{
	right: 54px;
	left: auto;
}
.post-format-gallery .slick-next.slick-arrow{
    right: 20px;
}
.post-format-gallery .slick-next.slick-arrow,.post-format-gallery .slick-prev.slick-arrow{
    background: #d82d34;
    color: #fff;
    width: 30px;
    height: 30px;
    line-height: 30px;
    margin: 0;
	top: 20px;
    bottom: auto;
    padding: 0;
	cursor: pointer;
    -moz-border-radius:0%;
	-webkit-border-radius: 0%; 
    border-radius: 0;
    vertical-align: middle;
    text-align: center;
    font-size: 13px;
    z-index: 4;
    -webkit-transition: opacity .1s ease-in-out;
    -o-transition: opacity .1s ease-in-out;
	-moz-transition:  opacity .1s ease-in-out;
	-ms-transition: opacity .1s ease-in-out;
    transition: opacity .1s ease-in-out;
    -webkit-transform: translate(0, 0%);
    -ms-transform: translate(0, 0%);
	-moz-transform: translate(0, 0%);
	-o-transform: translate(0, 0%);
    transform: translate(0, 0%);
    
}
.post-format-gallery .slick-next.slick-arrow:before,.post-format-gallery .slick-prev.slick-arrow:before{
    display: none;
}

.blog-list .grid-item .blog-list-style-content{
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
}
.grid-item:focus {
    outline: none;
}
.list-carousel-slick .post-inner-loop{
	overflow:visible;
}

.list-carousel-slick .post-inner-loop.tp-row,.list-isotope .tp-row.post-inner-loop {
    margin-left: -10px;
    margin-right: -10px;
}
.list-carousel-slick.bottom-center .post-inner-loop ,.list-carousel-slick.bottom-left .post-inner-loop,.list-carousel-slick.bottom-right .post-inner-loop {
    margin-bottom: 50px;
}
.blog-list-style-content .post-video-format-listing iframe {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
    width: 100%;
    max-height: 700px;
}
.blog-list-style-content .post-video-format-listing {
    position: relative;
    display: block;
    height: 0;
    padding: 0;
    overflow: hidden;
	padding-bottom:100%;
}
.blog-single-post .post-video-format-listing {
    position: relative;
    display: block;
    height: 0;
    padding: 0;
    overflow: hidden;
    padding-bottom: 56.25%;
}
.blog-single-post #content-wrap.container-fluid{
    max-width: calc(100% - 1px);
}

.blog-list .grid-item article.post {
    position: relative;
    display: block;
    height: 100%;
    width: 100%;
}
.post-meta.post-meta-info .fa {
    padding-right: 5px;
}
.theoutset-post-video-format-thumbnail,.post-audio-format-thumbnail,.post-quote-format-thumbnail{
	    position: relative;
    display: block;
    width: 100%;
}
.blog-single-post .theoutset-post-video-format-thumbnail,.blog-single-post .post-audio-format-thumbnail,.blog-single-post .post-quote-format-thumbnail{
    position: relative;
    display: inline-block;
    width: auto;
}
.theoutset-post-video-format-thumbnail .post-video-icon .fa,.post-audio-format-thumbnail .post-audio-icon .fa,.post-quote-format-thumbnail .post-quote-icon .fa{
    -webkit-transition: -webkit-transform .3s ease;
    -moz-transition: -moz-transform .3s ease;
	-o-transition:  -moz-transform .3s ease;
	-ms-transition:  -moz-transform .3s ease;
    transition: transform .3s ease;
}
.theoutset-post-video-format-thumbnail .post-video-icon:hover .fa,.post-audio-format-thumbnail  .post-audio-icon:hover .fa,.post-quote-format-thumbnail  .post-quote-icon:hover .fa{
    transform: scale(1.1);
}
.theoutset-post-video-format-thumbnail .post-video-icon:after ,.post-audio-format-thumbnail .post-audio-icon:after,.post-quote-format-thumbnail .post-quote-icon:after{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.4);
	-moz-border-radius: 50%;
	-webkit-border-radius:  50%;
    border-radius: 50%;
    z-index: 0;
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transition: -webkit-transform .3s ease;
    -moz-transition: -moz-transform .3s ease;
	-o-transition: -moz-transform .3s ease;
	-ms-transition: -moz-transform .3s ease;
    transition: transform .3s ease;
    z-index: -1;
}
.audio-wrap .mejs-container {
    border-radius: 30px;
    padding: 0px 15px;
}
.theoutset-post-video-format-thumbnail .post-video-icon, .post-audio-format-thumbnail  .post-audio-icon,.post-quote-format-thumbnail .post-quote-icon{
    font-size: 24px;
    position: absolute;
    top: 50%;
    left: 50%;
    display: block;
    width: 80px;
    height: 80px;
    line-height: 80px;
    text-align: center;
    color: #fff;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
    border-radius: 50%;
    z-index: 2;
    transform: translate3d(-50%,-50%,0);
}
.blog-list .grid-item .blog-list-style-content{
	-webkit-transition: none;
    -moz-transition: none;
    transition: none;
    -o-transition: none;
    -ms-transition: none;
}
/*blog style listing*/
.blog-list.list-isotope-metro .post-inner-loop .grid-item article {
    height: 100%;
	width:100%;
}
.blog-list.list-isotope-metro .post-inner-loop .grid-item{
	max-width:100%;
}
.blog-list .entry-date, .blog-list .post-author{
	padding-right:0px;
}
.blog-list .blog-list-content .entry-content {
    color: #888;
	padding-top: 10px;
    font-size: 15px;
    line-height: 24px;
    font-weight: 300;
}

.blog-list .blog-list-content .entry-content p {
    color: #888;
	margin-bottom:0;
}
.blog-list-content {
    position: relative;
    display: block;
    overflow: hidden;
    width: 100%;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	-ms-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}
.blog-list.list-isotope-metro .post-inner-loop .blog-list-content{
    height: 100%;
}
.blog-list.list-isotope-metro .post-inner-loop .blog-bg-image-metro{
	position:absolute;
	left:0;
	top:0;
	width:100%;
	height:100%;
	background-position: center center !important;
    background-size: cover !important;
    background-repeat: no-repeat !important;
}
/*post category style*/
.blog-list .post-category-list.style-1 span a{
    border: 1px solid #212121;
    padding: 4px 15px;
    font-size: 12px;
    line-height: 18px;
    margin-bottom: 4px;
    display: inline-block;
    border-radius: 30px;
}
.post-category-list.style-1 span,.post-category-list.style-2 span{
    position: relative;
}
.post-category-list.style-2 span a{
    font-size: 14px;
    line-height: 19px;
    position: relative;
    display: inline-block;
    margin: 0 10px 10px 0;
    font-weight: 700;
}
.post-category-list.style-2 span a:before{
    height: 2px;
    width: 100%;
    position: absolute;
    bottom: -3px;
    left: 0;
    content: '';
    -ms-transform: scaleX(0);
    -webkit-transform: scaleX(0);
    transform-origin: left;
    -webkit-transform: scaleX(0);
    transform-origin: left;
	background: #ff124f;
    -webkit-transition: transform 0.3s cubic-bezier(0.52, 0.01, 0.16, 1);
    transition: transform 0.3s cubic-bezier(0.52, 0.01, 0.16, 1);
}
.post-category-list.style-2 span a:hover:before{
	-webkit-transform: scaleX(1);
    transform: scaleX(1);
}
/*post category style*/
/*post meta style*/
.blog-list .post-meta-info.style-1 {
    position: relative;
    display: block;
    font-size: 13px;
    line-height: 1;
    text-transform: capitalize;
}

.blog-list .post-content-bottom .post-meta-info.style-1 {
    margin-bottom: 0px;
    font-size: 13px;
    line-height: 1;
    text-transform: capitalize;
}
.blog-list .post-title, .blog-list .post-title a,.blog-list .entry-content, .blog-list .entry-content p,.blog-list .post-meta-info span a, .blog-list .post-meta-info span,.blog-list .post-category-list span,.blog-list .post-category-list span a{
    -webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	-ms-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}
.blog-list.post-meta-info.style-2 span.post-author a {
    font-weight: 600 !important;
}
.blog-list .post-meta-info.style-1 span.post-author a {
    font-weight: 600 !important;
}
.blog-list .post-content-bottom .post-meta-info.style-2 > span:nth-child(2) {
    padding: 0px 5px;
}
.post-meta-info.style-3 span.author-gravatar-details img.avatar.photo {
    border-radius: 50%;
    width: 38px;
    height: 38px;
    margin-bottom: 0;
    margin-right: 13px;
    vertical-align: middle;
    display: inline-block;
    transition: all 0.3s cubic-bezier(0.2, 1, 0.2, 1);
}
/*.post-meta-info.style-3 .author-meta:hover .author-gravatar-details img.avatar.photo {
    box-shadow: 0 7px 20px rgba(0,0,0,0.19);
}*/
.post-meta-info.style-3 .author-date a.author-meta {
    font-weight: 700 !important;
}
.post-meta-info.style-3 .author-date {
    vertical-align: middle;
    display: inline-block;
}
.post-meta-info.style-3 .author-date a {
    font-size: 13px;
    line-height: 16px;
    font-weight: 500;
    color: #313131;
}
.post-meta-info.style-3 .author-date span.meta-date {
    display: block;
    margin-top: 2px;
}
/*post meta style*/

/* image hover effects*/
.blog-list.blog-style-1 .blog-featured-image img,.blog-list.blog-style-2 .blog-featured-image img {
    display: block;
    width: 100%;
    opacity: 1;
    -webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	-ms-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.blog-list .blog-featured-image {
    position: relative;
    overflow: hidden;
}
.blog-list.hover-image-style-1 .blog-featured-image img,.blog-list.list-isotope-metro .blog-bg-image-metro {
    display: block;
    width: 100%;
    -webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	-ms-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}
.blog-list.hover-image-style-1 .blog-list-content:hover .blog-featured-image img {
	-webkit-transform: scale(1.1);
	-ms-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-o-transform:  scale(1.1);
    transform: scale(1.1);
}
.blog-list.list-isotope-metro.hover-image-style-1 .blog-list-content:hover .blog-bg-image-metro{
	-webkit-transform: scale(1.1);
	-ms-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-o-transform:  scale(1.1);
    transform: scale(1.1);
}
.blog-list .blog-list-content .blog-featured-image:before,.blog-list.list-isotope-metro .blog-list-content .blog-bg-image-metro:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0);
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	-ms-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}
.blog-list .blog-list-content .blog-featured-image:before{
    z-index: 1;	
}
/* image hover effects*/
/*blog style 2*/

.blog-list.blog-style-2 .blog-list-content {
    box-shadow: 0px 8px 20px -13px rgba(0, 0, 0, 0.35);
	border-radius: 3px;
}
#pt-plus-blog-post-list.blog-list.blog-style-2 .post-title{
	margin-bottom:0;
	margin-top:0;
}
.blog-list.blog-style-2 .post-content-bottom {
    position: relative;
    display: block;
    width: 100%;
    overflow: hidden;
    padding: 15px;
    background: #f7f7f7;
}
.blog-list.blog-style-2 .post-title {
    font-size: 20px;
    line-height: 1.2;
    margin-bottom: 5px;
	word-break: break-word;
}
.blog-list.blog-style-2 .post-title a {
	color: #333333;
}
.blog-list.blog-style-2 .post-meta-info {
    margin-top: 25px;
    border-top: 1px solid #eee;
    padding-top: 15px;
}
.blog-list.blog-style-2 .post-meta-info span {
    font-size: 13px;
    color: #aaa;
}
#pt-plus-blog-post-list.blog-list.blog-style-2 .post-category-list {
    position: relative;
    display: block;
    margin-bottom: 10px;
}
.blog-list.blog-style-2 .text-center .post-category-list, .blog-list.blog-style-2 .text-center .post-title, .blog-list.blog-style-2 .text-center .entry-content, .blog-list.blog-style-2 .text-center .post-meta-info{
	text-align:center;
}
.blog-list.blog-style-2.list-isotope-metro .blog-list-content .post-content-bottom {
   position: relative;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    background: transparent;
	padding: 20px;
}
.blog-list.blog-style-2.list-isotope-metro .post-content-bottom .post-metro-content {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    padding: 20px;
}

.blog-list.list-isotope-metro.blog-style-2 .post-meta-info {
    margin-top: 10px;
    border-top: 0px solid #eee;
    padding-top: 0px;
}
#pt-plus-blog-post-list.blog-list.blog-style-2.layout-style-2 .post-category-list {
    position: absolute;
    top: 15px;
    left: 15px;
    width: auto;
    display: block;
    margin-bottom: 4px;
    margin-right: 4px;
	z-index: 1;
}
.blog-list.blog-style-2 .blog-list-content{
    border-style: solid;
    border-width: 0px;
    border-color: #252525;
    border-radius: 6px;
    box-shadow: 0px 0px 0px 0px rgba(0,0,0,0.1);
}
.blog-list.blog-style-2 .grid-item .blog-list-content:hover {
    border-color: #252525;
    box-shadow: 0px 3px 13px 1px rgba(0,0,0,0.1);
}
.blog-list.blog-style-2 .post-inner-loop .post-category-list span a {
	font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
    line-height: 16px;
    letter-spacing: 0.3px;
    color: rgba(255,255,255,0.8);
    border-style: solid;
    border-width: 2px;
    border-color: rgba(255,255,255,0.8);
    border-radius: 4px;
	margin-right: 7px;
    margin-bottom: 7px;
}
.blog-list.blog-style-2 .post-inner-loop .blog-list-content .post-category-list span:hover a {
    color: #ffffff;
}
.blog-list.blog-style-2 .post-inner-loop .post-category-list span:hover a {
    border-color: #ffffff;
}
.blog-list.blog-style-2 .post-inner-loop .post-meta-info span,.blog-list.blog-style-2 .post-inner-loop .post-meta-info span a {
	color: #999999;
    font-size: 12px;
    font-weight: 400;
    line-height: 18px;
    letter-spacing: 0.2px;
}
/*----post blog section style---------*/
/*blog quotes*/
blockquote {
 font-style: italic;
 width: 100%;
 margin: 0.25em 0;
 padding: 0.25em 40px;
 position: relative;
 color: #383838;
 background:#ececec;
}

blockquote {
    padding: 30px !important;
    font-size: 17px !important;
	margin:0px !important;
	border-radius: 6px;
	border:0 !important;
}
q{
	padding: 30px !important;
    margin: 0px !important;
    border-radius: 2px;
    border: 0 !important;
}
blockquote cite {
	color: #999999;
	font-size: 14px;
	display: block;
	margin-top: 5px;
}

blockquote cite:before {
	content: "\2014 \2009";
}
/*------blog twitter tweet ------*/
.twitter-tweet {
    width: 100% !important;
}
/*-archive page ----------*/
.theoutset-post-page-content {
    padding-top: 30px;
}
.archive-page-content{
	padding-bottom:10px;
}
.archive-header-block + .theoutset-post-page-content {
    padding-top: 0px;
	margin: 0px;
}

.theoutset-post-page .blog-list .grid-item{
    padding: 0px 10px 20px !important;
}

.blog-single-post .blog-related-post-list .post-meta-info > span {
    margin-left: 5px;
    position: relative;
    display: inline-block;
    vertical-align: middle;
    padding-right: 0;
}
.blog-single-post .blog-related-post-list .post-meta-info {
    margin-top: 20px;
    border-top: 1px solid #eee;
    padding-top: 8px;
}
.blog-single-post .blog-related-post-list .post-meta-info > span:first-child {
    margin-left: 0px;
}

.blog-single-post .blog-related-post-list .post-meta-info > span:after {
	content: "/";
    position: relative;
    font-size: inherit;
    color: #232323;
    padding-left: 4px;
    vertical-align: middle;
    opacity: .6;
}
.blog-single-post .blog-related-post-list .post-meta-info > span:last-child:after {
    display: none;
}
.blog-single-post .blog-related-post-list .post-meta-info > span .entry-date{
    padding-right: 0;
	text-transform: capitalize;
}
.theoutset-header-archive-content {
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
    max-height: 400px;
    min-height: 400px;
    margin-bottom: 30px;
    background: #f4f4f4;
}
.theoutset-header-archive-content .columns-bg-image {
    background-size: cover !important;
	-webkit-background-size: cover !important;
	-moz-background-size: cover !important;
	-o-background-size: cover !important;
    background-position: center center !important;
    background-attachment: fixed !important;
}
.theoutset-header-archive-content .archive-header-inner-content {
	position: absolute;
    top: 50%;
    left: 50%;
    transform: translate3d(-50%,-50%,0);
    text-align: center;
    padding: 30px;
    line-height: 1;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    max-width: 90%;
    min-width: 50%;
}
.theoutset-header-archive-content .archive-header-inner-content #crumbs a:after {
    content: '/';
    padding-left: 10px;
    display: inline-block;
}

.theoutset-header-archive-content .archive-header-inner-content #crumbs > a:after, .theoutset-header-archive-content .archive-header-inner-content #crumbs span:last-child > a:after{
	display:none;
}
.archive-post-title {
    position: relative;
    display: block;
    text-align: center;
    margin: 10px 5px;
    font-size: 50px;
    color: #fff;
    line-height: 1;
    text-transform: inherit;
}
.theoutset-header-archive-content nav#crumbs,nav#crumbs a{
    font-size: 14px;
	line-height:24px;
    color: #575757;
        position: relative;
}
.blog-heder-post-breadcrumb nav#crumbs a {
    font-size: 14px;
}
.theoutset-header-archive-content nav#crumbs span {
    padding: 0 3px;
	word-break: break-word;
}
.theoutset-header-archive-content nav#crumbs span.del {
    display: none;
}
.theoutset-header-archive-content .archive-description {
    position: relative;
    width: 100%;
	font-size: 15px;
    line-height: 1.3;
    color: #575757;
}
.theoutset-header-archive-content .archive-description p {
    color: #575757;
    font-size: 13px;
    margin-bottom: 0;
}
.blog-list .post-inner-loop .grid-item .post.sticky .post-title a {
    color: #d82d34;
}
/*-archive page ----------*/
/***** single blog page start ****/
.blog-single-post .single-main-infos h1.post-title, .blog-single-post .blog-header-inner .blog-post-title h1, .archive-header-inner-content .archive-post-title{
	-ms-word-wrap: break-word;
word-wrap: break-word;
}
.post-video-format-listing .fluidvids {
    position: initial;
}
.blog-quote-author {
    margin-top: 14px;
}
.blog-post-contain h6 {
	color:#c2c2c2;
}
.blog-related-post {
	display: block;
    height: 75px;
	margin: 15px 0;
}
.blog-related-post-list button.slick-arrow:before {
    display: none;
}

.blog-related-post-list button.slick-prev.slick-arrow {
    width: 35px;
    font-size: 25px;
    height: 35px;
    background: rgba(255, 255, 255, 0.98);
    border-radius: 30px;
    color: #212121;
    left: 20px;
    box-shadow: 0px 0px 5px 0px #d3d3d3;
    text-align: center;
}

.blog-related-post-list button.slick-next.slick-arrow {
    width: 35px;
    font-size: 25px;
    height: 35px;
    background: rgba(255, 255, 255, 0.98);
    border-radius: 30px;
    color: #212121;
    right: 20px;
    box-shadow: 0px 0px 5px 0px #d3d3d3;
    text-align: center;
	padding-left: 3px;
}
.author-section {
    margin-bottom: 20px;
    display: inline-block;
}
.author-social {
	display:inline-block;
}
.author-social a {
	font-size: 25px;
    margin-right: 15px;
    color: #27282e;
}
.author-social a:hover {
	color:#b22221;
}
.author-section h1, .author-section p {
	text-align:left;
}
.author-section h1 {
	margin-top:0;
}
.author-gravatar-details img{
	width:100%;
}
.related-blog-post {
    position: relative;
    display: block;
    width: 100%;
	margin-bottom: 30px;
    border-top: 1px solid #eee;
    padding-top: 45px;
	text-align: center;
}
.related-post-title{
    display: block;
    vertical-align: middle;
    position: relative;
    text-align: left;
    width: auto;
	color: #232323;
    font-size: 24px !important;
    line-height: 28px !important;
    text-transform: capitalize !important;
    letter-spacing: 0;
    margin: 0 0 20px;
    text-transform: capitalize;
    font-weight: 700 !important;
}
.related-post-title-single-post{
	font-size: 25px;
    color: #fff;
    padding: 0;
    text-align: center;
    display: inline-block;
    width: 100%;
    vertical-align: middle;
}
.blog-related-post:before {
    vertical-align: middle;
    display: inline-block;
    height: 100%;
    content: '';
}
.author-title-single-post {
    font-size: 32px;
    color: #222;
    text-transform: capitalize;
}
.blog-posted-by {
    text-align: center;
    font-size: 14px;
    color: #222;
    text-transform: capitalize;
    font-weight: 600;
}
/*post comment css*/
form#commentform {
    position: relative;
    display: inline-block;
    width: 100%;
}
#respond.comment-respond {
    text-align: center;
    position: relative;
    display: block;
    width: 100%;
}
#reviews #comments form#commentform {
    display: inline-block;
}
#comment-nav-above, #comment-nav-below {
    padding: 10px 25px;
    display: inline-block;
    width: 100%;
}
#comments.comments-area {
    position: relative;
    display: inline-block;
    width: 100%;
	margin: 30px 0px;
}
#comments h3#reply-title {
   padding: 0;	
    text-align: left;
	margin: 20px auto 20px;
    color: #232323;
    font-size: 24px !important;
    line-height: 28px !important;
    text-transform: capitalize !important;
    width: auto;
    font-weight: 700 !important;
    letter-spacing: 0px;
	float: none;
    display: block;
    vertical-align: middle;
    position: relative;
}
#respond.comment-respond h3#reply-title{
	margin-bottom: 10px;
}
#comments .form-submit {
    text-align: left;
}
a#cancel-comment-reply-link {
    color: #666;
    cursor: pointer;
    padding: 3px 5px;
    font-size: 11px;
    letter-spacing: 0.3px;
    transition: all 0.2s linear 0s;
    -moz-transition: all 0.2s linear 0s;
    -webkit-transition: all 0.2s linear 0s;
    -o-transition: all 0.2s linear 0s;
    transition: all 0.2s linear 0s;
    width: auto;
    text-transform: uppercase;
    border-radius: 2px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    -o-border-radius: 2px;
    position: relative;
    margin-top: 15px;
    margin-left: 20px;
    text-align: center;
    width: 100px;
    margin: 0 auto;
    display: inline-block;
    vertical-align: middle;
}
#comments .logged-in-as {
	font-size: 12px;
    letter-spacing: 0;
    text-align: left;
	color:#888;
}
.comment-list .comment-meta {
    font-size: 15px!important;
    line-height: 20px!important;
}
.comment-list > .comment {
   border-bottom: 1px solid #eee;
}
.comment-list > .comment:nth-child(2) {
    border-top: 1px solid #eee;
}
.recentcomments a{
	word-wrap: break-word;
}
.comment-list .reply {
    position: absolute;
    top: 25px;
    right: 0px;
}

body .comment-list {
	margin-bottom: 20px !important;
    margin-left: 0!important;
    padding: 0 0 25px;
    background: transparent;
    border: none;
    transition: .3s ease;
    -webkit-transition: .3s ease;
    -moz-transition: .3s ease;
    -o-transition: .3s ease;
    -ms-transition: .3s ease;
}
.comment-list > .comment .comment-content {
    width: 95%;
}
.comment-list .reply a {
    background: transparent;
    border: 1px solid transparent;
    color: #666;
    cursor: pointer;
    padding: 6px 14px;
    font-size: 11px;
    line-height: 20px;
    letter-spacing: .3px;
    font-weight: 500;
    transition: all 0.3s linear 0s;
    -moz-transition: all 0.3s linear 0s;
    -webkit-transition: all 0.3s linear 0s;
    -o-transition: all 0.3s linear 0s;
    transition: all 0.3s linear 0s;
    width: auto;
    border-radius: 30px;
    text-transform: uppercase;
}
.comment-list a.comment-reply-link:hover {
    border-color: #d82d34;
    color: #d82d34;
}
.comment-list a.comment-reply-link:before {
    content: "\f0e5";
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    padding-right: 5px;
    position: relative;
    vertical-align: middle;
    line-height: inherit;
    font-size: inherit;
}
.comment-list li.comment > article img.avatar, .comment-list li.pingback > article img.avatar {
	position: absolute;
    left: 0px;
    top: 26px;
    width: 75px;
    height: 75px;
    border: 0;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
}
.comment-list > li{
    list-style: none!important;
}
ul.children {
    list-style: none;
}
.comment-list ul.children {
    margin-left: 20px;
    padding-left: 0
}
.comment-list ul.children li {
    border-top: 1px solid #eee;
}
.comment-list .comment-meta a {
    color: #313131;
}
.comment-meta .comment-metadata a {
    color: #777777;
	text-transform: uppercase;
    font-weight: 500;
    line-height: 1;
    font-size: 11px;
    letter-spacing: .3px;
}
.comment-meta .comment-metadata > a:before{
    content: "\f017";
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    padding-right: 3px;
    color: inherit;
}
.comment-list .comment-meta a.comment-edit-link {
    color: #313131;
}
.comment-author.vcard b.fn {
    font-weight: 600;
    font-size: 14px;
    color: #222;
    line-height: 28px;
    letter-spacing: 0.5px;
    text-transform: uppercase;
}
.comment-author.vcard span.says {
    display: none;
}
.comment-list .comment-section-title {
    margin-top: 30px;
    display: inline-block;
    position: relative;
    margin-bottom: 20px;
    font-size: 26px !important;
    line-height: 30px !important;
    text-transform: capitalize !important;
    word-spacing: 0;
    letter-spacing: 0;
    font-weight: 700 !important;
    color: #313131;
}
.comment-list .comment-author.vcard {
    display: inline-block;
    padding-right: 15px;
    vertical-align: middle;
}
.comment-list li.comment > article p, .comment-list li.pingback > article p {
    padding-bottom: 0;
    margin-top: 10px;
	margin-bottom: 0;
	font-size: 14px;
    color: #666;
}
.comment-list .comment-meta {
    font-size: 11px;
    line-height: 15px;
}
.comment-list li.comment > article, .comment-list li.pingback > article {
    margin: 0;
    overflow: hidden;
    padding: 25px;
    margin-top: 0em;
    position: relative;
    padding-left: 95px;
    -webkit-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
	-moz-transition: all 0.3s linear;
	transition: all 0.3s linear;
}

.comment-list #respond.comment-respond{
	padding: 0 25px;
    margin-right: 0px !important;
	margin-bottom: 20px;
}
.children #respond.comment-respond {
    display: inline-block;
    width: 100%;
    position: relative;
}
.children #respond.comment-respond {
    margin-right: 50px;
    margin-bottom: 20px;
}
#commentform #submit {
    color: #fff;
    background: #d82d34;
    transition: all .3s linear;
    -moz-transition: all .3s linear;
    -webkit-transition: all .3s linear;
    -ms-transition: all .3s linear;
    -o-transition: all .3s linear;
    border: 1px solid transparent;
    -webkit-border-radius: 4px !important;
    -moz-border-radius: 4px !important;
    -ms-border-radius: 4px !important;
    -o-border-radius: 4px !important;
    border-radius: 4px !important;
    cursor: pointer;
    font-size: 14px;
    font-weight: 400;
    padding: 12px 30px;
    text-align: left;
    text-transform: uppercase;
    margin-top: 5px;
}
.comment-meta .comment-metadata {
    margin-top: 0px;
    font-size: 12px;
    font-style: normal;
    text-align: left;
    display: inline-block;
    vertical-align: middle;
}
article.col-md-3.col-sm-4.entry.isotope-item {
    padding: 0;
}
#commentform #author, #commentform #email, #commentform #url,form.comment-form textarea#comment {
    background: #f6f6f6;
    border: 1px solid rgba(211,211,211,.1);
    color: #666;
    float: left;
    width: 100%;
    font-size: 15px;
    font-weight: 400;
    padding: 12px 20px;
    border-radius: 4px;
    transition: .3s ease;
    -webkit-transition: .3s ease;
    -moz-transition: .3s ease;
    -o-transition: .3s ease;
    -ms-transition: .3s ease;
}
#commentform #author:focus, #commentform #email:focus, #commentform #url:focus,form.comment-form textarea#comment:focus {
	    outline: none;
    -moz-box-shadow: 0 2px 10px -1px rgba(0,0,0,.05);
    -webkit-box-shadow: 0 2px 10px -1px rgba(0,0,0,.05);
    box-shadow: 0 2px 10px -1px rgba(0,0,0,.05);
}
form.comment-form label {
    float: left;
    margin-bottom: 20px;
    position: relative;
    width: 100%;
}
form.comment-form  label i.fa {
    color: #dcdcdc;
    font-size: 14px;
    left: 25px;
    position: absolute;
    top: 21px;
}
.theoutset-header-breadcrumb-wrap .archive-header-inner-content h2 {
    margin-top: 0px;
    margin-bottom: 20px;
    color: #313131;
	-ms-word-wrap: break-word;
    word-wrap: break-word;
}
.theoutset-header-breadcrumb-wrap .theoutset-header-archive-content {
    margin-bottom: 0px;
}
.theoutset-header-breadcrumb-wrap + #content {
    padding-top: 30px;
}
.single-post #content {
    padding-top: 0;
}
/*----single blog style 1---------- */
.blog-single-post .row .blog-media.image-loaded .thumb-wrap {
    margin-bottom: 20px;
    position: relative;
    display: block;
}
.header-blog-content.top-offset-title {
    margin-top: 30px;
}
.blog-single-post .blog-main-content-area .elementor-inner {
    margin-left: -10px;
    margin-right: -10px;
}
.header-blog-content .post-meta-info > span:after {
    content: '/';
    position: relative;
    display: inline-block;
    vertical-align: middle;
    padding: 0;
    margin: 0;
    font-size: 15px;
    line-height: inherit;
    margin-left: 5px;
    margin-right: 5px;
	opacity: .6;
}
.header-blog-content .post-meta-info > span:last-child:after {
display:none;
}
.blog-single-post .header-blog-content .post-meta-info span.post-author > a {
    text-transform: uppercase;
    font-weight: 600;
}
.blog-single-post .header-blog-content .post-meta-info span.meta-categories > a {
    font-weight: 500;
}
.header-blog-content .blog-header-inner .post-meta-info span {
    padding-right: 10px;
}
p.blog-quote-author.text-right {
    color: #fff;
}
.blog-heder-post-breadcrumb {
    position: absolute;
    bottom: 0;
    display: block;
    width: 100%;
    overflow: hidden;
    background: -moz-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.65) 100%);
    background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,0.65) 100%);
    background: linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(0,0,0,0.65) 100%);
    padding: 10px 15px;
}
.blog-heder-post-breadcrumb .container {
    display: table;
    vertical-align: middle;
}
.blog-post-author.table-cell .author-gravatar-details {
    margin-bottom: 0;
}
.blog-heder-post-breadcrumb .table-cell {
    display: table-cell;
}
.blog-post-author span.author-gravatar-details img {
    max-width: 45px;
	-moz-border-radius: 50%;
	-webkit-border-radius:  50%;
    border-radius: 50%;
}
.blog-post-author span.author-gravatar-details {
    max-width: 55px;
    width: 55px;
}
.blog-post-author .author-title {
    position: relative;
    font-size: 13px;
    line-height: 1;
    text-align: left;
    color: #fff;
    text-transform: capitalize;
    opacity: .8;
}
.theoutset-blog-post-breadcrumb #crumbs > span {
    padding: 0 8px;
    position: relative;
    display: inline-block;
    text-transform: capitalize;
}
.theoutset-blog-post-breadcrumb #crumbs > span a, .theoutset-blog-post-breadcrumb #crumbs > span.current{
	color:#fff;
}
.theoutset-blog-post-breadcrumb #crumbs > span.current {
    font-weight: 500;
}
.author-info-bottom {
    position: absolute;
    bottom: 0;
    left: 0%;
    width: 100%;
    padding-left: 10%;
    background: rgba(0, 0, 0, 0.19);
}
.theoutset-blog-post-breadcrumb #crumbs > span:before {
    content: "/";
    display: block;
    width: 2px;
    height: 2px;
    position: absolute;
    top: 0;
    right: 0;
    margin-right: -1px;
    padding-top: 2px;
    color: #fff;
}
.theoutset-blog-post-breadcrumb #crumbs > span:last-child:before {
content:'';
}
.theoutset-blog-post-breadcrumb #crumbs > span.del {
    display: none;
}
.blog-title-marquee{
    position: absolute;
    top: 50%;
    left: 15%;
    width: 75%;
	-webkit-transform:translate3d(0%,-50%,0);
	-ms-transform: translate3d(0%,-50%,0);
	-moz-transform: translate3d(0%,-50%,0);
	-o-transform: translate3d(0%,-50%,0);
    transform: translate3d(0%,-50%,0);
    z-index: 1;
    opacity: 0.5;
}
.blog-single-post #content-wrap {
    position: relative;
}

.blog-media.image-loaded img {
    width: 100%;
	opacity:1;
	display: block;
    transition: opacity 400ms;
	-webkit-transition: opacity 400ms;
	-moz-transition: opacity 400ms;
	-o-transition: opacity 400ms;
	-ms-transition: opacity 400ms;
}
.blog-media.image-loaded {
    width: 100%;
	position: relative;
}
.blog-single-post .blog-media.image-loaded img {
    width: auto;
	text-align: center;
    margin: 0 auto;
	border-radius: 10px;
}
.blog-related-post-list h3.post-title {
    font-size: 16px;
    line-height: 1;
    margin-bottom: 5px;
    margin-top: 15px;
}
.blog-related-post-list .blog-list-style-content .post-content {
    position: relative;
    display: block;
}

.blog-related-post-list .blog-list-style-content .blog-media.image-loaded img {
	-webkit-transition: 0.3s linear;
	-moz-transition:  0.3s linear;
	-o-transition: 0.3s linear;
	-ms-transition: 0.3s linear;
    transition: 0.3s linear;
    width: 100%;
	border-radius: 5px 5px 0px 0px;
}
.blog-share-fixed-wrap {
    position: absolute;
    top: 0;
    left: auto;
    margin-top: 0;
    z-index: 12;
    -webkit-transform: translate3d(-65px,0px,0);
    -moz-transform: translate3d(-65px,0px,0);
    -o-transform: translate3d(-65px,0px,0);
	-ms-transform: translate3d(-65px,0px,0);
    transform: translate3d(-65px,0px,0);
}
.blog-share-fixed-wrap.sticky {
    left: auto;
    -webkit-transform: translate3d(-65px,0px,0);
    -moz-transform: translate3d(-65px,0px,0);
    -o-transform: translate3d(-65px,0px,0);
	-ms-transform: translate3d(-65px,0px,0);
    transform: translate3d(-65px,0px,0);
}
.blog-share-fixed-wrap ul.blog-share-buttons {
    padding: 0;
    margin: 0;
    list-style: none;
}
.blog-share-fixed-wrap ul.blog-share-buttons li {
    height: 36px;
    line-height: 36px;
    margin-bottom: 7px;
    width: 36px;
    text-align: center;
    display: block;
}
ul.blog-share-buttons li a {
    display: inline-block;
    height: inherit;
	width: inherit;
    line-height: inherit;
    text-align: center;
    color: #fff;
    white-space: nowrap;	
	-moz-border-radius: 36px !important;
	-webkit-border-radius:  36px !important;
    border-radius: 36px;
    -webkit-box-shadow: 0 5px 15px 0 transparent;
    box-shadow: 0 5px 15px 0 transparent;
	-moz-box-shadow:  0 5px 15px 0 transparent;
    -webkit-transform: perspective(0px) translateY(0);
    -moz-transform: perspective(0px) translateY(0);
	-ms-transform: perspective(0px) translateY(0);
    -o-transform: perspective(0px) translateY(0);
    transform: perspective(0px) translateY(0);
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
	-o-transition: all .3s ease;
	-ms-transition: all .3s ease;
    transition: all .3s ease;
}
ul.blog-share-buttons li:hover a {
    -webkit-transform: perspective(1200px) translateY(-2px);
    -moz-transform: perspective(1200px) translateY(-2px);
    -o-transform: perspective(1200px) translateY(-2px);
    transform: perspective(1200px) translateY(-2px);
	-moz-box-shadow: 0 10px 25px 0 rgba(0,0,0,0.2);
    -webkit-box-shadow: 0 10px 25px 0 rgba(0,0,0,0.2);
    box-shadow: 0 10px 25px 0 rgba(0,0,0,0.2);
}
ul.blog-share-buttons li a i.fa{
    line-height: inherit;
}
ul.blog-share-buttons li a.post-facebook-share{
    background: #37589b;
}
ul.blog-share-buttons li a.post-twitter-share{
    background: #46d4fe;
}
ul.blog-share-buttons li a.post-google-plus-share {
    background: #de5a49;
}
ul.blog-share-buttons li a.post-pinterest-share{
    background: #cb2027;
}
ul.blog-share-buttons li a.post-tumblr-share{
    background: #345574;
}
#content-wrap.container-fluid .blog-share-fixed-wrap {
    display: none;
}
.blog-single-post .blog-header-inner {
    height: 100%;
    display: block;
    position: absolute;
    width: 100%;
    top: 0;
}
.blog-single-post .post-title-header {
    position: absolute;
    top: 50%!important;
    left: 0%;
    transform: translate3d(0%,-50%,0);
    min-width: 50%;
    margin: 0 15px;
}
.blog-header-inner .blog-category-list a {
    display: inline-block;
    color: #fff;
    font-weight: 900;
    font-size: 11px;
    padding: 7px 6px;
    line-height: 1;
    letter-spacing: 1.22px;
    transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -webkit-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    -ms-transition: all 0.2s linear;
    text-transform: uppercase;
    border-radius: 2px;
    font-weight: 500;
}
.blog-header-inner .blog-category-list a:hover {
    background: #d82d34;
    color: #fff;
}
/*----single blog style 1---------- */
/*----single blog style 2---------- */

.blog-single-post .header-blog-content {
    position: relative;
    display: block;
    width: 100%;
	padding: 0 0px 10px;
	margin-bottom: 15px;
}

.blog-single-post .blog-header-inner > .container {
    position: relative;
    display: block;
    height: 100%;
}
.blog-single-post .blog-header-inner .blog-category-list {
    position: absolute;
    top: 10%;
    left: 0;
	margin: 0 15px;
}
.blog-single-post .blog-header-inner .blog-post-title h1{
    position: relative;
    margin: 0;
    color: #fff;
    font-style: normal;
    font-size: 50px;
    line-height: 58px;
    text-transform: uppercase;
	text-align:left;
}
.blog-single-post .blog-header-inner .blog-post-title {
    margin: 20px 0 0;
}
.blog-single-post .header-blog-content .blog-header-inner .post-meta-info {
color: #fff;
    font-size: 15px;
    font-style: italic;
    letter-spacing: 1.6px;
}
.blog-single-post .header-blog-content .blog-header-inner .post-meta-info span {
    padding-right: 10px;
}
.blog-single-post .header-blog-content .blog-header-inner .post-meta-info a{
	color:#fff;
}
.blog-single-post #content-wrap {
    padding-top: 40px;
}
.blog-single-post .site-content .blog-post-title h1 {
    text-align: left;
    margin-bottom: 10px;
	margin-top: 0px;
	-ms-word-wrap: break-word;
	word-wrap: break-word;
}
.blog-single-post .site-content .blog-header-inner.text-left {
    text-align: left;
    margin-top: 20px;
}
.blog-single-post .blog-main-content-area {
	position: relative;
    display: block;
    margin-top: 0px;
}
.single-main-infos {
    display: inline-block;
    border-bottom: 1px solid #e8ecec;
    padding: 0px 250px 30px 0;
    position: relative;
    width: 100%;
    margin-bottom: 20px;
}
.single-title-metas > .quick-metas {
    margin-top: 5px;
}
.single-title-metas .quick-metas > ul {
    float: left;
    list-style: outside none none;
    margin: 0;
    padding: 0;
}
.single-title-metas .quick-metas > ul > li {
font-size: 12px;
    padding-right: 24px;
    position: relative;
    margin: 0;
    display: inline;
}
.single-title-metas .quick-metas>ul>li span.meta-date {
    text-transform: uppercase;
}
.quick-metas > ul > li::before {
    content: "|";
    position: absolute;
    right: 12px;
    top: 50%;
    width: 1px;
    transform: translateY(-50%);
    font-size: 15px;
    color: #d4d4d4;
	margin-top: 0px;
}
.quick-metas > ul > li:last-child:before {
	display:none;
}
.quick-metas > ul > li a {
    color: #818181;
    display: inline-block;
    font-size: 12px;
    margin: 0 2px;
    letter-spacing: 0.2px;
}
.quick-metas > ul > li.blog-category-list a {
    color: #fff !important;
    display: inline-block;
    font-size: 12px;
    margin: 0 2px;
    letter-spacing: 0.2px;
    background: #313131;
    padding: 4px 8px;
    border-radius: 4px;
    line-height: 1.2;
    margin: 2px;
}
.quick-metas > ul > li   i.fa{
    margin-right: 8px;
	font-size: 14px;
}
.single-main-infos > .posted-by {
    position: absolute;
    right: 0;
    top: 28px;
    width: auto;
}
.posted-by > h5 {
background: #3b3b3b none repeat scroll 0 0;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    -ms-border-radius: 30px;
    -o-border-radius: 30px;
    border-radius: 30px;
    color: #ffffff;
    display: inline-block;
    float: none;
    font-size: 14px;
    font-weight: normal;
    line-height: 53px;
    margin: 0px 0px 0;
    padding-left: 34px;
    position: relative;
    padding-right: 60px;
    -webkit-transform: rotateX(90deg) translateX(70px);
    -moz-transform: rotateX(90deg) translateX(70px);
    -o-transform: rotateX(90deg) translateX(70px);
    transform: rotateX(90deg) translateX(70px);
    opacity: 0;
    -webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	-ms-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}
.posted-by:hover > h5 {
    opacity: 1;
    -webkit-transform: rotateX(0deg) translateX(70px);
    -moz-transform: rotateX(0deg) translateX(70px);
    -o-transform: rotateX(0deg) translateX(70px);
    transform: rotateX(0deg) translateX(70px);
}
.posted-by > h5 > a {
    color: #fff;
	text-transform: capitalize;
}
.posted-by >  a img {
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    float: right;
    margin-left: 20px;
	position: relative;
    right: 0px;
	margin-top: 0;
    margin-bottom: 0;
}
.blog-single-post .post-tags li {
    display: inline-block;
    margin-right: 6px;
    margin-bottom: 3px;
    margin-top: 3px;
}
.blog-single-post .post-tags li:last-child:after {
	display:none;
}
.blog-single-post .post-tags li a {
    color: #222;
    display: inline-block;
    font-weight: 400;
    text-transform: capitalize;
    font-size: 14px;
    letter-spacing: 0.2px;
    background: transparent;
    padding: 12px 22px;
    border-radius: 30px;
	border:1px solid #ccc;
    line-height: 15px;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.blog-single-post .post-tags li a:hover {
    background: #d82d34;
	color:#fff;
	border-color:#d82d34;
	box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.2);
}
.blog-single-post .author-section {
    margin-bottom: 20px;
    display: inline-block;
    width: 100%;
    position: relative;
    border-top: 1px solid rgba(211, 211, 211, 0.24);
    padding-top: 30px;
    border-bottom: 1px solid rgba(211, 211, 211, 0.24);
    padding-bottom: 30px;
}
.blog-single-post .author-gravatar-details {
    max-width: 100px;
	position: relative;
    display: inline-block;
}
.blog-single-post .author-social {
    width: 100%;
    position: relative;
    text-align: left;
}
.blog-single-post .author-social a {
    font-size: 18px;
    line-height: 1;
    color: #252525;
}
.blog-single-post .author-title-single-post {
    font-size: 18px;
    color: #222;
    text-transform: capitalize;
    font-weight: 600;
}
.blog-single-post p.author-bio {
    margin-bottom: 5px;
    font-size: 13px;
}
.blog-single-post .blog-related-post-list .post-title-inner {
position: relative;
    bottom: 0;
    width: 100%;
    padding: 20px;
    display: block;
    z-index: 1;
    background: #fff;
    -moz-box-shadow: 1px 1px 3px rgba(0,0,0,.05);
    -webkit-box-shadow: 1px 1px 3px rgba(0,0,0,.05);
    box-shadow: 1px 1px 3px rgba(0,0,0,.05);
	border-radius: 0px 0px 5px 5px;
    -webkit-transition: .3s ease;
    -moz-transition: .3s ease;
    -o-transition: .3s ease;
    -ms-transition: .3s ease;
	transition: .3s ease;
}
.blog-single-post .blog-related-post-list .post-content:hover .post-title-inner{
-moz-box-shadow: 0 7px 10px 0px rgba(0,0,0,.05);
    -webkit-box-shadow: 0 7px 10px 0px rgba(0,0,0,.05);
    box-shadow: 0 7px 10px 0px rgba(0,0,0,.05);
}
.blog-single-post .blog-related-post-list h3.post-title {
    color: #232323;
    font-size: 20px;
    line-height: 28px;
    font-weight: 600;
	margin-bottom: 10px;
	margin-top: 0px;
	word-wrap: break-word;
}
.blog-single-post .blog-related-post-list .post-meta-info span a,.blog-single-post .blog-related-post-list .post-meta-info span {
    font-size: 14px;
    line-height: 25px;
    color: #666;
}
.blog-single-post .blog-related-post-list .grid-item {
    padding: 15px;
}
.blog-related-post-list .post-meta-info .fa {
    padding-right: 0px;
}
.blog-single-post .blog-related-post-list .post-meta-info > span span{
	margin-right:0px;
}
.blog-single-post .blog-related-post-list {
	position: relative;
    display: block;
    padding-bottom: 30px;
}
.blog-single-post .blog-related-post-list .post-category {
    position: relative;
    display: block;
    margin-bottom: 10px;
}
.blog-single-post .blog-related-post-list  .post-category-list span a {
    border: 1px solid #d82d34;
    color: #d82d34;
    padding: 3px 18px;
    font-size: 12px;
    line-height: 18px;
    margin-bottom: 4px;
    margin-right: 7px;
    display: inline-block;
    border-radius: 30px;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}
.blog-single-post .blog-header {
    overflow: hidden;
}
.blog-single-post .title-first-letter-post {
    position: absolute;
    font-size: 82px;
    z-index: -1;
    color: #d3d3d3;
    left: 0;
    font-weight: 700;
}
/*----single blog style 2---------- */
/*** single blog page end ******/
/*-- single team member --*/
.theoutset-single-team-member{
	position:relative;
	display:block;
    margin: 40px 0;
}
ul.theoutset-social-list {
    list-style: none;
    padding: 0;
}
.theoutset-team-member-social .theoutset-social-list li {
    display: inline-block;
    font-size: 24px;
    margin-right: 10px;
}
.theoutset-team-extra-content-wrap {
    position: relative;
    display: block;
    margin-top: 15px;
}
.theoutset-team-extra-content-wrap h5 {
    display: block;
    position: relative;
    margin: 7px 0px;
}
.theoutset-team-extra-content-wrap h5 .fa {
    padding-right: 10px;
}
.theoutset-from-team-title {
    font-size: 18px;
    color: #313131;
    margin-top: 10px;
}
.theoutset-team-member-social {
    position: relative;
    display: block;
}
.theoutset-single-team-member .team-featured-img {
    position: relative;
    display: block;
}
.theoutset-single-team-member .team-featured-img img {
    -webkit-box-shadow: 3px 3px 18px 3px rgba(0, 0, 0, 0.11);
    box-shadow: 3px 3px 18px 3px rgba(0, 0, 0, 0.11);
    border-radius: 5px;
	width:100%;
}
/*-- single team member --*/
/****** social section start *****/
.theoutset-social-section {
    width: 100%;
    clear: both;
	display: inline-block;
    font-size: 13px;
    margin: 20px 0 20px;
    padding: 0;
}
.theoutset-social-section ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
    overflow: hidden;
    display: block;
    width: 100%;
    text-align: right;
}
.theoutset-social-section ul li {
    margin: 0;
    padding: 10px;
    display: inline-block;
}
.theoutset-social-section ul li:last-child {
    padding-right: 0;
}
.theoutset-social-section ul li:first-child {
    border-left-width: 0px;
}
.theoutset-social-section ul li a {
    display: block;
    padding: 0;
    text-decoration: none;
    font-size: 15px;
    line-height: 1.2;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    color: #999;
}
/********* hover css ***/
.theoutset-social-section .social-link-facebook:hover a {
    color: #37589b;
}
.theoutset-social-section .social-link-twitter:hover a {
    color: #1da1f2;
}
.theoutset-social-section .social-link-yelp:hover a {
    color: #C41200;
}
.theoutset-social-section .social-link-foursquare:hover a {
    color: #2D5BE3;
}
.theoutset-social-section .social-link-instagram:hover a {
    color: #405de6;
}
.theoutset-social-section .social-link-google-plus:hover a {
    color: #dd4b39;
}
.theoutset-social-section .social-link-pinterest-p:hover a {
    color: #bd081c;
}
.theoutset-social-section .social-link-linkedin:hover a {
    color: #0077b5;
}
.theoutset-social-section .social-link-tumblr:hover a {
    color: #35465c;
}
.theoutset-post-tags-share-icon {
    border-top: 1px solid #eeeeee;
    margin-bottom: 20px;
    position: relative;
    display: inline-block;
    width: 100%;
    margin-top: 45px;
}
/**** social section end *****/

.theoutset-columns-bg-wrap.columns-video-bg{
	left: -1px;
    background-repeat: no-repeat;
    background-position: 50% 50%;
	-webkit-background-size:  cover;
	-moz-background-size: cover;
	-o-background-size: cover;
    background-size: cover;
    background: #212121;
}
.columns-video-bg .theoutset-bg-video {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
	-moz-transform: translate(-50%,-50%);
	-o-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
}
.theoutset-columns-bg-wrap.columns-video-bg video.video-js {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%,-50%);
	-ms-transform:translate(-50%,-50%);
	-moz-transform:translate(-50%,-50%);
	-o-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
}

.theoutset-columns-bg-wrap.columns-video-bg .video-js {
    position: relative;
    width: 100%;
    height: 100%;
}
.theoutset-columns-bg-wrap.columns-video-bg .video-js .columns-bg-frame {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
}
.theoutset-columns-bg-wrap.column-gallery-bg {
	-webkit-background-size:  cover !important;
	-moz-background-size: cover !important;
	-o-background-size: cover !important;
    background-size: cover !important;
    background-position: center center !important;
    min-height: 400px;
    position: relative;
}
.bg_gallery_images {
    list-style: none;
    padding: 0;
    margin: 0;
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
}

/*--header breadcrumbs  -------*/
#theoutset-header-breadcrumbs {
    position: relative;
    overflow: hidden;
}
#theoutset-header-breadcrumbs .theoutset-header-bg-container {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: -1;
}
#theoutset-header-breadcrumbs .theoutset-page-title-inner{
    position: relative;
    z-index: 1;
    min-height: 400px;
    height: 400px;
    padding: 0 0;
    z-index: 0;
}
#theoutset-header-breadcrumbs .theoutset-page-title-inner-wrap.pos-center {
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 100%;
}
#theoutset-header-breadcrumbs .theoutset-page-title-inner-wrap.pos-bottom{
position: absolute;
    bottom: 0%;
    -webkit-transform: translateY(-18%);
    -moz-transform: translateY(-18%);
    -o-transform: translateY(-18%);
	-ms-transform: translateY(-18%);
    transform: translateY(-18%);
    width: 100%;
}
#theoutset-header-breadcrumbs .theoutset-page-title {
    font-style: normal;
    font-weight: 600;
    font-size: 35px;
    line-height: 56px;
    text-transform: none;
    letter-spacing: 0px;
    word-spacing: 0;
    color: #fff;
    text-align: inherit;
    padding-bottom: 10px;
    margin: 0;
}
.theoutset-page-title-inner .layout-style-1 {
    text-align: left;	
}
.theoutset-page-title-inner .layout-style-2,.theoutset-page-title-inner .layout-style-7 {
    text-align: center;

}
.theoutset-page-title-inner .layout-style-3,.theoutset-page-title-inner .layout-style-8 {
    text-align: right;
}
.breadcrumbs-title-layout-3,.breadcrumbs-title-layout-4 {
    position: relative;
    width: 100%;
    align-items: center;
	-webkit-align-items: center;
		-ms-flex-align: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
	padding-bottom:5px;
}
.breadcrumbs-title-layout-3 .table-cell,.breadcrumbs-title-layout-4 .table-cell {
    width: max-content;
}
.theoutset-page-title-inner .theoutset-breadcrumbs > nav#crumbs a{
	font-size:inherit;
}
#theoutset-header-breadcrumbs .breadcrumbs-title-layout-3 .theoutset-page-title,#theoutset-header-breadcrumbs .breadcrumbs-title-layout-4 .theoutset-page-subtitle {
	padding:0;
    padding-right: 5px;	
}
#theoutset-header-breadcrumbs .breadcrumbs-title-layout-3 .theoutset-page-subtitle,#theoutset-header-breadcrumbs .breadcrumbs-title-layout-4 .theoutset-page-title{
	padding:0;
	padding-left: 15px;
}
.theoutset-page-title-inner .layout-style-1 .breadcrumbs-title-layout-3,.theoutset-page-title-inner .layout-style-1 .breadcrumbs-title-layout-4{
    -webkit-box-pack: start!important;
    -webkit-justify-content: flex-start!important;
    -ms-flex-pack: start!important;
    justify-content: flex-start!important;
}
.theoutset-page-title-inner .layout-style-2 .breadcrumbs-title-layout-3,.theoutset-page-title-inner .layout-style-2 .breadcrumbs-title-layout-4,
.theoutset-page-title-inner .layout-style-7 .breadcrumbs-title-layout-3,.theoutset-page-title-inner .layout-style-7 .breadcrumbs-title-layout-4{
	-webkit-box-pack: center!important;
    -webkit-justify-content: center!important;
    -ms-flex-pack: center!important;
    justify-content: center!important;
}
.theoutset-page-title-inner .layout-style-7 .breadcrumbs-icon {
    text-align: center;
    display: inline-block;
}
.theoutset-page-title-inner .layout-style-3 .breadcrumbs-title-layout-3,.theoutset-page-title-inner .layout-style-3 .breadcrumbs-title-layout-4,.theoutset-page-title-inner .layout-style-5 .breadcrumbs-title-layout-3,.theoutset-page-title-inner .layout-style-5 .breadcrumbs-title-layout-4,
.theoutset-page-title-inner .layout-style-8 .breadcrumbs-title-layout-3,.theoutset-page-title-inner .layout-style-8 .breadcrumbs-title-layout-4{
    -webkit-box-pack: end!important;
    -webkit-justify-content: flex-end!important;
    -ms-flex-pack: end!important;
    justify-content: flex-end!important;
}

.layout-style-4 .breadcrumbs-layout-style,.layout-style-5 .breadcrumbs-layout-style {
    position: relative;
    display: table;
    vertical-align: middle;
    width: 100%;
}
.layout-style-4 .breadcrumbs-layout-style .bread-title-content,.layout-style-4 .breadcrumbs-layout-style .breadcrumbs-icon-wrap,
.layout-style-5 .breadcrumbs-layout-style .bread-title-content,.layout-style-5 .breadcrumbs-layout-style .breadcrumbs-icon-wrap{
    display: table-cell;
    vertical-align: middle;
	    padding-bottom: 0;
}
.layout-style-4 .breadcrumbs-icon-wrap .breadcrumbs-icon,.layout-style-5 .breadcrumbs-layout-style .bread-title-content {
    text-align: right;
    float: right;
}
.breadcrumbs-icon-wrap .ts-hover-draw-svg object {
    pointer-events: none;
    max-width: 100px;
}
.theoutset-page-title-inner .layout-style-6 .breadcrumbs-icon-wrap{
position: absolute;
    opacity: 0.3;
    left: -30px;
    padding-bottom: 0;
	bottom: 50%;
}
.theoutset-page-title-inner .layout-style-7 .breadcrumbs-icon-wrap {
position: absolute;
    opacity: 0.3;
    left: 0;
    padding-bottom: 0;
	width:100%;
	text-align:center;
	bottom: 50%;
}
.theoutset-page-title-inner .layout-style-8 .breadcrumbs-icon-wrap {
position: absolute;
    opacity: 0.3;
    left: 0;
    padding-bottom: 0;
	width:100%;
	text-align:right;
	bottom: 50%;
}

.bread-position-2 {
    display: table;
    width: 100%;
    vertical-align: middle;
}
.bread-position-2 .breadcrumbs-layout-style, .bread-position-2 .theoutset-breadcrumbs {
    display: table-cell !important;
    vertical-align: middle;
    width: auto !important;
}
.bread-position-2.layout-style-1 .theoutset-breadcrumbs.style-1 ,.bread-position-2.layout-style-6 .theoutset-breadcrumbs.style-1 {
    text-align: right;
}
.bread-position-2.layout-style-3 .theoutset-breadcrumbs.style-1,.bread-position-2.layout-style-8 .theoutset-breadcrumbs.style-1 {
    text-align: left;
}
.breadcrumbs-icon-wrap {
    position: relative;
    display: inline-block;
    padding-bottom: 15px;
}
.breadcrumbs-icon-wrap .breadcrumbs-icon.small {
    font-size: 30px;
}
.breadcrumbs-icon-wrap .breadcrumbs-icon.medium {
    font-size: 50px;
}
.breadcrumbs-icon-wrap .breadcrumbs-icon.large {
    font-size: 80px;
}
.breadcrumbs-icon-wrap .breadcrumbs-icon.x-large {
    font-size: 100px;
}
.breadcrumbs-icon.ts-hover-draw-svg {
    max-width: 100px;
}
.theoutset-page-title-inner .theoutset-page-subtitle {
    font-size: 15px; 
    line-height: 1.2;
    text-align: inherit;
    padding-bottom: 10px;
    color: #bcbcbc;
}
.theoutset-page-title-inner .theoutset-breadcrumbs.style-1 {
    display: block;
    width: 100%;
    height: 2em;
    line-height: 2em;
    margin-bottom: -1px;
}
.theoutset-page-title-inner .theoutset-breadcrumbs.style-2 {
    display: block;
    width: 100%;
    height: 2.9em;
    line-height: 2.9em;
    position: absolute;
    bottom: 0;
    margin-bottom: -1px;
}
.theoutset-page-title-inner .theoutset-breadcrumbs.style-3 {
	    display: block;
    max-width: 730px;
    width: 100%;
    position: absolute;
    bottom: 0;
    margin-bottom: -3px;
    border: 3px solid #ffffff;
    padding: 8px 8px 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
}
.theoutset-page-title-inner .theoutset-breadcrumbs.style-3 .breadcrumbs-layout-style {
    background: #ffffff;
    padding: 60px 20px;
    text-align: center;
    width: 100%;
}
.theoutset-breadcrumbs.style-3 .bread-title-content {
    margin: 16px 0 0;
    width: 100%;
}
.theoutset-breadcrumbs.style-3 #crumbs span:not(.del):before {
    content: "-";
    position: absolute;
    right: -5px;
    top: 0;
}
.theoutset-breadcrumbs.style-3 #crumbs span:not(.del):last-child:before {
	display:none;
}
.theoutset-breadcrumbs.style-3 #crumbs span:not(.del) {
    position: relative;
    display: inline-block;
	padding:0 10px;
}
.theoutset-breadcrumbs.style-3 #crumbs span:not(.del):first-child {
    padding-left: 0;
}
.theoutset-breadcrumbs.style-3 #crumbs span:not(.del):last-child {
    padding-right: 0;
}
.theoutset-page-title-inner .theoutset-breadcrumbs.style-1 > nav {
    position: relative;
    z-index: 1;
    display: inline-block;
    height: inherit;
    line-height: inherit;
    margin: 0;
    color: #bcbcbc;
}
.theoutset-page-title-inner-wrap.text-right .theoutset-breadcrumbs.style-1.text-left {
    position: absolute;
    bottom: 0;
}
.theoutset-page-title-inner-wrap.text-left .theoutset-breadcrumbs.style-1.text-right {
    position: absolute;
    bottom: 0;
}
.theoutset-page-title-inner .theoutset-breadcrumbs.style-2 > nav {
    position: relative;
    z-index: 1;
    display: inline-block;
    height: inherit;
    line-height: inherit;
    padding: 0 25px;
    margin: 0;
    color: #bcbcbc;
    background: #fff;
    border-top: 1px solid rgba(27,27,27,0.1);
    border-left: 1px solid rgba(27,27,27,0.1);
    border-right: 1px solid rgba(27,27,27,0.1);
    border-top-left-radius: 2px;
    border-top-right-radius: 2px;
}

.theoutset-page-title-inner .theoutset-breadcrumbs > nav:before, .theoutset-page-title-inner .theoutset-breadcrumbs > nav:after {
    content: " ";
    display: table;
}
.theoutset-page-title-inner .theoutset-breadcrumbs > nav > span {
    float: left;
    height: inherit;
    line-height: inherit;
	text-transform: capitalize;
}
.theoutset-page-title-inner .theoutset-breadcrumbs > nav a {
    color: #28262b;
}
.theoutset-page-title-inner .theoutset-breadcrumbs > nav .del {
    position: relative;
    padding: 0 10px;
}
.theoutset-page-title-inner .theoutset-breadcrumbs > nav .del:before {
content: "/";
    display: block;
    width: 8px;
    position: absolute;
    top: auto;
    left: 50%;
    margin-top: 0px;
    margin-left: -1px;
    -webkit-transform: rotate(10deg) translate3d(50%,0%,0);
    -ms-transform: rotate(10deg) translate3d(50%,0%,0);
    -moz-transform: rotate(10deg) translate3d(50%,0%,0);
    -o-transform: rotate(10deg) translate3d(50%,0%,0);
    transform: rotate(10deg) translate3d(50%,0%,0);
    opacity: .5;
    margin-left: -8px;
}
.theoutset-page-title-inner-wrap.title-subtitle-breadcrumbs.style-2 .theoutset-page-title,.theoutset-page-title-inner-wrap.subtitle-title-breadcrumbs.style-2 .theoutset-page-subtitle  {
    -webkit-transform: translate3d(0,30px,0);
    transform: translate3d(0,30px,0);
    -webkit-transition: -webkit-transform 0.4s;
	-moz-transition: -moz-transform 0.4s;
	-o-transition: -o-transform 0.4s;
	-ms-transition: -ms-transform 0.4s;
    transition: transform 0.4s;
    z-index: 1;
    position: relative;
}
.theoutset-page-title-inner-wrap.title-subtitle-breadcrumbs.style-2:hover .theoutset-page-title,.theoutset-page-title-inner-wrap.subtitle-title-breadcrumbs.style-2:hover .theoutset-page-subtitle {
    -webkit-transform: translate3d(0,0px,0);
    transform: translate3d(0,0px,0);
}
.theoutset-page-title-inner-wrap.title-subtitle-breadcrumbs.style-2 .theoutset-page-subtitle,.theoutset-page-title-inner-wrap.subtitle-title-breadcrumbs.style-2 .theoutset-page-title{
	webkit-transform: translate3d(0,-10px,0);
    transform: translate3d(0,-10px,0);
    -webkit-transition: -webkit-transform 0.4s;
	-moz-transition: -moz-transform 0.4s;
	-o-transition: -o-transform 0.4s;
	-ms-transition: -ms-transform 0.4s;
    transition: transform 0.4s;
}
.theoutset-page-title-inner-wrap.style-2 .theoutset-page-subtitle{
	opacity: 0.5;
}
.theoutset-page-title-inner-wrap.title-subtitle-breadcrumbs.style-2:hover .theoutset-page-subtitle,.theoutset-page-title-inner-wrap.subtitle-title-breadcrumbs.style-2:hover .theoutset-page-title{
	-webkit-transform: translate3d(0,0px,0);
	-ms-transform:translate3d(0,0px,0);
	-moz-transform:translate3d(0,0px,0);
	-o-transform: translate3d(0,0px,0);
    transform: translate3d(0,0px,0);
}
.theoutset-page-title-inner-wrap.style-2:hover .theoutset-page-subtitle{
    opacity: 1;
}
.breadcrumbs-bgvideo:before{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
	z-index: 1;
}
.theoutset-page-title-inner-wrap.pos-bottom .theoutset-breadcrumbs, .theoutset-page-title-inner-wrap.pos-bottom .breadcrumbs-layout-style {
    vertical-align: bottom !important;
}
#theoutset-header-breadcrumbs .container-fluid .theoutset-page-title-inner-wrap{
    padding: 0px 15px;
}
/*--header breadcrumbs  -------*/
.theoutset-columns-bg-wrap,.columns-bg-image {
	will-change: left, top;
    overflow: hidden;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
}
.theoutset-row-set .theoutset-row-bg-image-wrap {
    position: static;
    width: 100%;
    height: 100%;
}
.theoutset-row-bg-image-wrap  .row-bg-image-inner.grid-item.loaded {
    position: static;
    width: 100%;
    height: 100%;
}
.theoutset-columns-bg-wrap.columns-video-bg{
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: cover;
	-webkit-background-size: cover;
	-moz-background-size:cover;
	-o-background-size:cover;
}
.theoutset-columns-bg-wrap.columns-video-bg video.video-js {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
	-moz-transform: translate(-50%,-50%);
	-o-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
}

.theoutset-columns-bg-wrap.columns-video-bg .video-js {
    position: relative;
    width: 100%;
    height: 100%;
}
.theoutset-columns-bg-wrap.columns-video-bg .video-js .columns-bg-frame {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
	-moz-transform: translate(-50%,-50%);
	-o-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
}
.theoutset-row-overlay{
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    overflow: hidden;
    border: none;
    padding: 0;
    margin: 0;
}
/*-----------animated svg------------*/
.theoutset_animated_svg object,.ts-hover-draw-svg object{
	opacity:0;
}
/*-----------animated svg------------*/
/*----- End row setting css*/
/*Start Single Blog css*/
ul.post-category-list {
	position: relative;
    list-style: none;
    padding: 0;
    margin: 0;
}
ul.post-category-list li {
	position: relative;
    display: inline-block;
    padding: 0 14px;
}
ul.post-category-list > li:first-child {
    padding-left: 0;
}
ul.post-category-list > li:last-child {
    padding-right: 0;
}
ul.post-category-list > li::before {
    content: "-";
    position: absolute;
    right: -5px;
    top: 0;
}
ul.post-category-list > li:last-child::before {
    display: none;
}
.blog-single-post .post-tags ul {
    padding-left: 0;
    margin-left: 0;
    display: table;
	margin: 0;
}
.post-tags {
    margin-top: 20px;
    width: 100%;
    float: left;
}
.post-tags > span {
    color: #212121;
    float: left;
    font-size: 12px;
    margin-right: 10px;
    margin-top: 10px;
	line-height: 1;
}
.post-tags > span i {
    font-size: 14px;
    margin-right: 5px;
	opacity:.7;
}
.post-tags ul.post-tags-list {
    list-style: none;
    padding: 0;
    margin: 0;
}
.post-tags ul.post-tags-list li{
	display: inline-block;
}
.post-tags ul.post-tags-list li > a {
    color: #7e7e7e;
    display: inline-block;
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 0.3px;
    line-height: 13px;
}
.post-tags ul.post-tags-list li:after {
    content: ',';
    position: relative;
}
.post-tags ul.post-tags-list li:last-child:after {
	display:none;
}	
.navigation-post {
    position: relative;
}
.navigation-post .post_nav_link{
    float: left;
    position: relative;
    width: 100%;
    background: transparent;
}
.navigation-post .post_nav_link.prev,.navigation-post .post_nav_link.next{
    text-align: left;
    padding: 31px 60px 31px 95px;
	z-index: 1;
}
.navigation-post .post_nav_link.next{
    padding-left: 60px;
    padding-right: 95px;
    text-align: right;
}
.navigation-post .post_nav_link, .navigation-post .post_nav_link h5 {
    color: #fff;
}
.navigation-post  .post_nav_link i {
    color: #ffffff;
    float: left;
    font-size: 19px;
    left: 50px;
    position: absolute;
    top: 35px;
 -webkit-transition: .5s ease-in-out;
    -moz-transition: .5s ease-in-out;
    -ms-transition: .5s ease-in-out;
    -o-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
}
.navigation-post .post_nav_link.next i {
    left: auto;
    right: 50px;
}
.navigation-post .post_nav_link span {
    font-size: 15px;
    line-height: 18px;
    color: #fff;
    font-style: italic;
}
.navigation-post h5 {
    font-size: 17px;
    line-height: 20px;
    font-weight: 400;
    color: #fff;
}
.theoutset-post-pagination-wrap {
    padding-bottom: 30px;
    display: block;
    width: 100%;
    position: relative;
}
.navigation-post .post_nav_link.prev:hover i.fa {
	-webkit-transform: translateX(-10px);
    -ms-transform: translateX(-10px);
    -moz-transform: translateX(-10px);
    -o-transform: translateX(-10px);
    transform: translateX(-10px);
}
.navigation-post .post_nav_link.next:hover i.fa {
	-webkit-transform: translateX(10px);
    -ms-transform: translateX(10px);
    -moz-transform: translateX(10px);
    -o-transform: translateX(10px);
    transform: translateX(10px);
}
.navigation-post.prev .post-image,.navigation-post.next .post-image{
    position: relative;
    left: 0px;
    transition: all .5s ease;
    width: 100%;
    height: 100%;
    background-size: cover !important;
    display: flex;
	background: #313131;
    background-position: center !important;
}
.navigation-post.prev .post-image:before ,.navigation-post.next .post-image:before{
    z-index: 1;
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.30);
}

.theoutset-post-pagination {
    margin: 0;
    padding: 0;
	list-style: none;
    margin: 0;
    font-size: 13px;
    text-transform: capitalize;
}
.theoutset-post-pagination .post-prev {
   padding:0;
}
.theoutset-post-pagination .post-next {
    text-align: right;
	padding:0;
}
.theoutset-post-pagination a {
    color: #868686;
}
.post_nav_link.next {
    text-align: right;
    background: #fff;
    padding: 35px 7%;
	box-shadow: 0px 5px 20px 1px rgba(0, 0, 0, 0.1);
	float: right;
	width: 100%;
	min-height: 160px;
}
.post_nav_link.prev {
	 background: #f4f4f4;
    padding: 35px 7%;
    text-align: left;
	width: 100%;
	min-height: 160px;
}
.post_nav_link {
    padding: 15px 0;
    height: auto;
}
.post_nav_link {
	display: table;
    vertical-align: middle;
    font-size: 15px;
    padding: 0;
    position: relative;
    padding: 15px 0;
}
.post_nav_link .post-image {
    position: relative;
    width: 150px;
    height: 150px;
    overflow: hidden;
    display: table-cell;
    vertical-align: middle;
}
.post_nav_link.prev .post-image {
    padding-right: 20px;
}
.post_nav_link.next .post-image {
    padding-left: 20px;
}
.prev-post-content, .next-post-content {
    display: table-cell;
    vertical-align: middle;
}
.post_nav_link strong {
    display: block;
    font-size: 14px;
    text-transform: uppercase;
    margin-bottom: 1px;
    color: #777;
    font-weight: 400;
    letter-spacing: 0.5px;
}
.post_nav_link span {
    font-size: 18px;
    line-height: 28px;
    color: #313131;
    display: inline-block;
    font-weight: 600;
	-ms-word-wrap: break-word;
	word-wrap: break-word;
	word-break: break-word;
}
.theoutset-post-pagination .center_link {
    padding: 30px 0;
    height: auto;
    display: flex;
	display: -webkit-flex;
	display: -ms-flexbox;
    justify-content: center;
	-webkit-justify-content:center;
    align-items: center;
	-webkit-align-items: center;
		-ms-flex-align: center;
    padding: 0;
    height: 94px;
}
.theoutset-post-pagination .center_link a.home_link {
    display: inline-flex;
	display: -webkit-inline-flex;
display: -ms-inline-flexbox;
    justify-content: center;
	-webkit-justify-content:center;
    align-items: center;
	-webkit-align-items: center;
		-ms-flex-align: center;
    color: #575757;
}
.theoutset-post-pagination .center_link a.home_link svg path {
    stroke: #575757;
}
.theoutset-post-pagination .center_link svg:hover path:nth-child(1) {
    -moz-transform: translate3d(-1px, -1px, 0);
    -webkit-transform: translate3d(-1px, -1px, 0);
	-ms-transform: translate3d(-1px, -1px, 0);
	-o-transform: translate3d(-1px, -1px, 0);
    transform: translate3d(-1px, -1px, 0);
}

.theoutset-post-pagination .center_link svg:hover path:nth-child(2) {
    -moz-transform: translate3d(1px, -1px, 0);
    -webkit-transform: translate3d(1px, -1px, 0);
	-ms-transform: translate3d(-1px, -1px, 0);
	-o-transform: translate3d(-1px, -1px, 0);
    transform: translate3d(1px, -1px, 0)
}

.theoutset-post-pagination .center_link svg:hover path:nth-child(3) {
    -moz-transform: translate3d(-1px, 1px, 0);
    -webkit-transform: translate3d(-1px, 1px, 0);
	-ms-transform: translate3d(-1px, 1px, 0);
	-o-transform: translate3d(-1px, 1px, 0);
    transform: translate3d(-1px, 1px, 0)
}

.theoutset-post-pagination .center_link svg:hover path:nth-child(4) {
    -moz-transform: translate3d(1px, 1px, 0);
    -webkit-transform: translate3d(1px, 1px, 0);
	-ms-transform: translate3d(1px, 1px, 0);
	-o-transform: translate3d(1px, 1px, 0);
    transform: translate3d(1px, 1px, 0)
}
.theoutset-post-pagination .center_link svg:hover {
    opacity: 1;
}
.theoutset-post-pagination .center_link svg {
	opacity: 0.8;
    overflow: visible;
    -moz-transition: all 0.25s cubic-bezier(0.37, 0.31, 0.2, 0.85);
    -o-transition: all 0.25s cubic-bezier(0.37, 0.31, 0.2, 0.85);
    -webkit-transition: all 0.25s cubic-bezier(0.37, 0.31, 0.2, 0.85);
	-ms-transition:  all 0.25s cubic-bezier(0.37, 0.31, 0.2, 0.85);
    transition: all 0.25s cubic-bezier(0.37, 0.31, 0.2, 0.85);
}
.post_nav_link .post-image img{
    -moz-transition: all 0.25s cubic-bezier(0.37, 0.31, 0.2, 0.85);
    -o-transition: all 0.25s cubic-bezier(0.37, 0.31, 0.2, 0.85);
    -webkit-transition: all 0.25s cubic-bezier(0.37, 0.31, 0.2, 0.85);
	-ms-transition:  all 0.25s cubic-bezier(0.37, 0.31, 0.2, 0.85);
    transition: all 0.25s cubic-bezier(0.37, 0.31, 0.2, 0.85);
	border-radius: 4px;
}
/*End Start Single Blog css*/

.list-carousel-slick.top-right {
    margin-top: 40px;
    overflow: visible !important;
}
.slick-list{
	width:100%;
}
.slick-list .slick-track {
    width: 100%;
}
.list-carousel-slick .slick-nav.style-4.top-right,.list-carousel-slick .slick-nav.style-5.top-right {
    top: -20px;
}

.gallery-lazy-load.image-loaded {
    position: relative;
    display: block;
    overflow: hidden;
    z-index: 1;
}
/*==Start Mega menu ----------*/
.yamm .yamm-content>.vc_row.wpb_row  {
    padding: 20px 30px;
}
.yamm-content #theoutset-row-settings {
    height: 100%;
}
.yamm .yamm-content{
    overflow: hidden;	
}
.yamm-content .widget_nav_menu li.menu-item {
    padding: 2px 0;
}
.navbar-nav.submenu-hover-style-2 .yamm-content .widget_nav_menu li.menu-item,.navbar-nav.submenu-hover-style-3 .yamm-content .widget_nav_menu li.menu-item {
    padding: 0px;
}
.navbar-nav.submenu-hover-style-2 .yamm-content .widget_nav_menu li.menu-item a,.navbar-nav.submenu-hover-style-3 .yamm-content .widget_nav_menu li.menu-item a{
    padding: 4px 10px !important;
}
.yamm-content .vc_wp_custommenu.wpb_content_element {
    margin-bottom: 0;
}

.animate-dropdown .open>.dropdown-menu, .animate-dropdown .open>.dropdown-menu>.dropdown-submenu>.dropdown-menu, .animate-dropdown.open>.dropdown-menu {
    animation-name: slidenavAnimation;
    animation-duration: 200ms;
    animation-iteration-count: 1;
    animation-timing-function: ease-out;
    animation-fill-mode: forwards;
    -webkit-animation-name: slidenavAnimation;
    -webkit-animation-duration: 200ms;
    -webkit-animation-iteration-count: 1;
    -webkit-animation-timing-function: ease-out;
    -webkit-animation-fill-mode: forwards;
    -moz-animation-name: slidenavAnimation;
    -moz-animation-duration: 200ms;
    -moz-animation-iteration-count: 1;
    -moz-animation-timing-function: ease-out;
    -moz-animation-fill-mode: forwards;
}
.navbar-nav .dropdown-menu .yamm-content ul{
    padding: 0;
    list-style: none;
    margin: 0;
}
.navbar-nav .dropdown-menu .yamm-content .vc_column-inner {
    padding-top: 0;
}
.theoutset-mainmenu .navbar-nav>.yamm-fw >.dropdown-menu {
    right: 0;
    left: auto;
	width: 100%;
}
.yamm-content h2.widgettitle {
    font-weight: 700;
    font-size: 1.071em;
    padding: 0;
    text-align: left;
	border-bottom: 1px solid;
    margin-bottom: 10px;
}
/*== End Mega menu css ----*/
/*job manager css*/
.theoutset-job-breadcrumb:after {
    content: '';
    background: rgba(0, 0, 0, 0.31);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.theoutset-job-breadcrumb .archive-header-inner-content {
    z-index: 1;
}
.theoutset-single-job-board {
    position: relative;
    display: block;
    margin-top: 30px;
    margin-bottom: 20px;
}
.job-list-content {
    border: 1px solid #ebefef;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -ms-border-radius: 8px;
    -o-border-radius: 8px;
    border-radius: 8px;
    display: inherit;
    text-align: left;
    position: relative;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: flex;
    align-items: inherit;
    flex-wrap: inherit;
    padding: 10px;
}
.job-list-content .job-list i.fa.fa-user {
	margin-right: 10px;
}
.single_job_listing .company-info a.company_twitter {
    margin-left: 10px;
	text-transform: capitalize;
}
.job-list-content .job-detailed-section .job-author i.fa,.job-list-content .meta-location i.fa {
    font: normal normal normal 14px/1 FontAwesome !important;
}
/*start style-1*/
.job-list.job-style-1 .job-list-content{
	z-index: 1;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	padding: 15px 30px 15px 30px;
}
.job-list.job-style-1 .job-list-content:hover {
	box-shadow: 0px 0px 30px rgba(0,0,0,0.1);
}
.job-list.job-style-1 .post-content-image {
    padding: 20px;
}
.job-list.job-style-1 .job-detailed-section {
    position: relative;
    width: 100%;
	display: grid;
    align-content: center;
    align-items: center;
}
.job-list.job-style-1 h3.post-title {
	font-size: 15px;
    line-height: 18px;
    font-weight: 500;
    margin-top: 0px;
	color:#313131;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.job-list-content .meta-location i {
    margin-right: 10px;
    font-size: 15px;
	text-transform: capitalize;
}
.job-list.job-style-1 .job-type-section {
    position: relative;
    display: flex;
    vertical-align: middle;
    text-align: right;
    padding-right: 10px;
    width: 300px;
    max-width: 300px;
    align-items: flex-end;
    justify-content: flex-end;
}
.job-list.job-style-1 .job_listing .job-type{
	color: #676767;
}
.job-list.job-style-1 .job-type {
	border: 1px solid #e2e2e2;
    padding: 5px 10px;
    border-radius: 4px;
    background: #e2e2e2;
	display: inline-block;
	max-width: 100%;
}
.job-list.job-style-1 span.meta-positions {
		background-color: #e2e2e2;
		margin-right: 7px;
		border-radius: 50%;
		border-style: none;   
		font-size: 13px;
		color: black;
		position: relative;
		display: block;
		text-align:center;
		width: 35px;
		height: 35px;
		line-height: 35px;
		-webkit-transition: all .3s ease-in-out 0s;
		-ms-transition: all .3s ease-in-out 0s;
		-moz-transition: all .3s ease-in-out 0s;
		-o-transition: all .3s ease-in-out 0s;
		transition: all .3s ease-in-out 0s;
}
.job-list.job-style-1 .job-list-meta {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}
.job-list.job-style-1 .job-detailed-section .job-author i.fa, .job-list.job-style-1 .job-detailed-section .meta-location i.fa {
    width: 16px;
    margin-right: 0;
}
/*end style-1*/

/*start style-2*/
.job-list.job-style-2 .job-list-content {
	webkit-transition: all 0.4s ease 0s;
	-moz-transition: all 0.4s ease 0s;
	-ms-transition: all 0.4s ease 0s;
	-o-transition: all 0.4s ease 0s;
	transition: all 0.4s ease 0s;
	width: 100%;
	background: #ffffff;
	border-radius: 8px;
	-webkit-box-shadow: 0px 2px 4px rgba(0,0,0,0.06);
	-moz-box-shadow: 0px 2px 4px rgba(0,0,0,0.06);
	-ms-box-shadow: 0px 2px 4px rgba(0,0,0,0.06);
	-o-box-shadow: 0px 2px 4px rgba(0,0,0,0.06);
	box-shadow: 0px 2px 4px rgba(0,0,0,0.06);
	padding: 0px 20px;
	margin-top: 30px;
	display: table;
}
.job-list.job-style-2 .job-list-content:hover {
	-webkit-box-shadow: 0px 0px 20px rgba(0,0,0,0.1);
    -moz-box-shadow: 0px 0px 20px rgba(0,0,0,0.1);
    -ms-box-shadow: 0px 0px 20px rgba(0,0,0,0.1);
    -o-box-shadow: 0px 0px 20px rgba(0,0,0,0.1);
    box-shadow: 0px 0px 20px rgba(0,0,0,0.1);
    border-color: #ffffff;
}
.job-list.job-style-2 .job-list-content-upper {
    width: 100%;
    text-align: center;
    position: relative;
    padding-bottom: 20px;
    border-bottom: 1px solid #e8ecec;
    display: table;
    vertical-align: middle;
}

.job-list.job-style-2 .post-content-image {
    -webkit-transition: all 0.4s ease 0s;
    -moz-transition: all 0.4s ease 0s;
    -ms-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
    display: inherit;
    text-align: center;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
    width: 100%;
    margin-top: 50px;
    margin-bottom: 30px;
    vertical-align: baseline;
}
.job-list.job-style-2 .post-meta-title-author {
    display: block;
    position: relative;
    margin: 0 auto;
    padding: 0;
}
.job-list.job-style-2 .post-title {
    margin: 0;
	padding: 0;
	position: relative;
	text-align: center;
	justify-content: center;
	align-items: center;
	display: inline-block;
	width: 100%;
	color:#313131;
	font-size: 15px;
	line-height: 18px;
	font-weight: 500;
	margin-bottom: 6px;
	-webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}
.job-list.job-style-2 .meta-author {
	margin: 0;
	padding: 0;
	display: block;
	justify-content: center;
	align-items: center;
	text-align: center;
	font-size: 13px;
	line-height: 20px;
	font-weight: 400;
	color: #a3a19f;
	margin-top: 1px;
	-webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}
.job-list.job-style-2 span.meta-positions {
    position: absolute;
		right: 0px;
		top: 20px;
		font-size: 21px;
		color: #ffffff;
		background: #000000;
		border-radius: 50%;
		width: 35px;
		height: 35px;
		line-height: 35px;
		padding: 0;
		text-align: center;
		-webkit-transition: all .3s ease-in-out 0s;
		-ms-transition: all .3s ease-in-out 0s;
		-moz-transition: all .3s ease-in-out 0s;
		-o-transition: all .3s ease-in-out 0s;
		transition: all .3s ease-in-out 0s;
		display: block;
}
.job-list.job-style-2 .job-botton-apply {
    position: relative;
    display: flex;
    align-items: center;
    width: 100%;
    padding: 10px 0;
    justify-content: space-between;
}
.job-list.job-style-2 .meta-location {
    display: inline-block;
    position: relative;
    width: auto;
    font-size: 13px;
    padding: 0;
    vertical-align: middle;
	text-transform: capitalize;
	-webkit-transition: all .3s ease-in-out 0s;
    -ms-transition: all .3s ease-in-out 0s;
    -moz-transition: all .3s ease-in-out 0s;
    -o-transition: all .3s ease-in-out 0s;
    transition: all .3s ease-in-out 0s;
}
.job-list.job-style-2 .meta-job-apply {
    text-align: right;
    color: #212121;
    border: 1px solid #212121;
    font-size: 14px;
    border-radius: 20px;
    padding: 6px 20px;
    position: relative;
    display: inline-block;
	-webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.job-list.job-style-2 i.fa.fa-map-marker {
    display: none;
}
/*end style-2*/


/*start style-3*/

.job-list.job-style-3 .job-list-content {
    margin: 0 auto;
    padding: 0;
    display: flex;
    position: relative;
    text-align: left;
}
.job-list.job-style-3 .job-list-content {
    position: relative;
    display: block;
    width: 100%;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    -ms-transition: all 0.3s;
    transition: all 0.3s;
    overflow: hidden;
	min-height: 245px;
}
.job-list.job-style-3 .job-list-content-main {
    -webkit-transition: all .4s ease 0s;
    -ms-transition: all .4s ease 0s;
    -moz-transition: all .4s ease 0s;
    -o-transition: all .4s ease 0s;
    transition: all .4s ease 0s;
    border-radius: 10px;
    text-align: left;
    display: block;
    position: relative;
    padding: 30px;
}
.job-list.job-style-3 .job-list-content-inner {
    -webkit-backface-visibility: hidden;
	-ms-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	-o-backface-visibility: hidden;
	backface-visibility: hidden;
	padding-left:0px;
}
.job-list.job-style-3 span.meta-positions {
	margin: 0 auto;
    position: relative;
    font-size: 33px;
    color: #fff;
    background: #888;
    border-radius: 4px;
    padding: 6px 13px;
    width: auto;
    height: auto;
    line-height: 1;
    text-align: center;
    display: inline-block;
	-webkit-transition: all .3s ease-in-out 0s;
    -ms-transition: all .3s ease-in-out 0s;
    -moz-transition: all .3s ease-in-out 0s;
    -o-transition: all .3s ease-in-out 0s;
    transition: all .3s ease-in-out 0s;
}
.job-list.job-style-3 .post-title {
    margin-top: 15px;
    padding: 0;
}
.job-list.job-style-3 .post-title a {
    font-size: 20px;
    color: #676767;
}
.job-list.job-style-3 .meta-location {
    font-size: 15px;
    color: #676767;
	margin: 20px 0;
	text-transform: capitalize;
	-webkit-transition: all .3s ease-in-out 0s;
    -ms-transition: all .3s ease-in-out 0s;
    -moz-transition: all .3s ease-in-out 0s;
    -o-transition: all .3s ease-in-out 0s;
    transition: all .3s ease-in-out 0s;
}
.job-list.job-style-3 .meta-location i.fa.fa-map-marker {
    font-size: 15px;
    color: #676767;
}
.job-list.job-style-3 .job-list-content-hover .post-title {
	margin: 0;
    margin-bottom: 10px;
}
.job-list.job-style-3 .job-list-content-hover .post-title a {
	font-size: 22px;
    color: #fff;
    font-weight: 700;
}
.job-list.job-style-3 .job-list-content-hover .meta-location {
    font-size: 15px;
    color: #676767;
	margin: 0;
    margin-bottom: 10px;
	-webkit-transition: all .3s ease-in-out 0s;
    -ms-transition: all .3s ease-in-out 0s;
    -moz-transition: all .3s ease-in-out 0s;
    -o-transition: all .3s ease-in-out 0s;
    transition: all .3s ease-in-out 0s;
}
.job-list.job-style-3 .job-list-content-hover .meta-location i.fa.fa-map-marker {
    font-size: 15px;
    color: #fff;
}
.job-list.job-style-3 .job-list-content-hover .meta-location a {
	color:#fff;
	font-size: 15px;
}
.job-list.job-style-3 .job-list-content-hover span.meta-short-desc {
    color: #fff;
    margin-bottom: 15px;
}
.job-list.job-style-3 .job-list-content-hover .meta-job-apply {
    display: inline-block;
    position: relative;
    border: 1px solid #212121;
    color: #212121;
    border-radius: 30px;
    padding: 6px 20px;
    position: relative;
    width: auto;
    margin-top: 12px;
	-webkit-transition: all .3s ease-in-out 0s;
    -ms-transition: all .3s ease-in-out 0s;
    -moz-transition: all .3s ease-in-out 0s;
    -o-transition: all .3s ease-in-out 0s;
    transition: all .3s ease-in-out 0s;

}
.job-list.job-style-3 .job-list-content-hover {
    position: absolute;
    background-color: #c6c5ca;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    display: block;
    padding: 30px;
	border-radius: 10px;
    opacity: 0;
    visibility: hidden;
    transform: scale(0.8);
    -webkit-transition: all .4s ease 0s;
    -ms-transition: all .4s ease 0s;
    -moz-transition: all .4s ease 0s;
    -o-transition: all .4s ease 0s;
    transition: all .4s ease 0s;
    overflow: hidden;
}
.job-list.job-style-3 .meta-job-apply {
	position: relative;
	display: inline-block;
	}
.job-list.job-style-3 .job-list-content-hover .meta-job-apply:hover {
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    -ms-transition: all 0.3s;
    transition: all 0.3s;
}
.job-list.job-style-3 .job-list-content:hover .job-list-content-hover {
    opacity: 1;
    visibility: visible;
    transform: scale(1);
}

.job-list.job-style-3 .job-list-content:hover .job-list-content-inner {
    opacity: 0;
    visibility: hidden;
    transform: scale(0.8);
}

.job-list.job-style-3 .job-list-content-inner {
    -webkit-transition: all .4s ease 0s;
    -ms-transition: all .4s ease 0s;
    -moz-transition: all .4s ease 0s;
    -o-transition: all .4s ease 0s;
    transition: all .4s ease 0s;
    visibility: visible;
    transform: scale(1);
}
/*end style-3*/
/*-- single job page --*/
.theoutset-single-job-board .widget h5 {
    font-size: 20px;
    margin-bottom: 15px;
	font-weight: 400;
}
.theoutset-single-job-board .job-overview .job-meta-icon {
    align-items: center;
    padding-right: 10px;
    flex-wrap: wrap;
    width: auto;
    line-height: 20px;
    display: initial;
}

.job-meta-content .job-meta-title {
    margin: 0;
    font-weight: 600;
    display: block;
    font-size: 15px;
    line-height: 20px;
    color: #222;
    letter-spacing: 0.3px;
}
.job-meta-content .job-meta-value {
    font-size: 14px;
    line-height: 24px;
    color: #888;
    text-transform: capitalize;
    display: block;
	letter-spacing: 0.3px;
}
.theoutset-single-job-board .widget .job-overview {
    border-radius: 3px;
    background-color: #fff;
    border: 1px solid #e2e2e2;
    padding: 35px 38px 31px 38px;
}
.theoutset-single-job-board .widget .job-overview ul {
    list-style: none;
    margin: 0px;
	padding: 0;
}
.job-overview ul li:first-child {
    margin-top: 0;
}
.job-overview ul li:last-child {
    margin: 0px;
}
.theoutset-single-job-board .job-overview ul li {
    display: flex;
    align-items: flex-start;
    border-bottom: 1px solid #eee;
}
.theoutset-single-job-board .job-overview ul li:last-child {
    border-bottom: 0;
}
.theoutset-single-job-board .job-overview ul li .job-meta-content {
    display: block;
    position: relative;
    text-align: left;
}

.single_job_listing a.website:before {
	display: inline-block;
    width: 16px;
    height: 16px;
    -webkit-font-smoothing: antialiased;
    font-family: job-manager!important;
    text-decoration: none;
    font-weight: 400;
    font-style: normal;
    vertical-align: top;
    font-size: 16px;
    margin: 0 3px 0 0;
    content: '\e809';
}
.single_job_listing .company_twitter:before {
	display: inline-block;
    width: 16px;
    height: 16px;
    -webkit-font-smoothing: antialiased;
    font-family: job-manager!important;
    text-decoration: none;
    font-weight: 400;
    font-style: normal;
    vertical-align: top;
    font-size: 16px;
    margin: 0 5px 0 0;
    content: '\e80a';
}
.single_job_listing .company-info {   
	padding-bottom: 33px;
    margin-bottom: 35px;
    display: flex;
    position: relative;
    border-bottom: 1px solid #e0e0e0;
    align-items: center;
}
.single_job_listing .company-info img {   
    max-width: 130px;
    height: 100%;
    margin-right: 30px;
    border-radius: 3px;
}
.single_job_listing .company-info .content {    
    margin:0;
    position: relative;
	vertical-align: middle;
}
.single_job_listing .company-info h4 {
    font-size: 20px;
    line-height: 30px;
}
.single_job_listing h4.company_name {
    margin: 0;
}
.single_job_listing h5.tagline {
    font-size: 14px;
    font-weight: 400;
    padding: 0;
    margin: 0;
    color: #7b7b7b;
    text-transform: capitalize;
}
.single_job_listing .theoutset-social-section ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
    overflow: hidden;
    display: block;
    width: 100%;
    text-align: left;
}
.theoutset-single-job-board .post_nav_link .post-image {
	width: 100px;
    height: 100px;
}
.theoutset-single-job-board .post_nav_link.prev,.theoutset-single-job-board .post_nav_link.next {
	padding: 12px 7%;
}
.theoutset-single-job-board .post_nav_link strong {
	font-size: 11px;
}
.theoutset-single-job-board .post_nav_link span {
	    font-size: 15px;
}
.theoutset-single-job-board .job_application .application_button {
	border-color: #ff0044;
}
.theoutset-single-job-board .job_application .button:hover {
	background: #ff0044;
    border-color: #ff0044;
    color: #fff;
}
#job-manager-job-dashboard,form#submit-job-form {
    margin: 50px 0;
}
/*-- single job board --*/
/*job manager css*/
/*----mini cart bottom fixed css*/
.theoutset-cd-cart-container::before {
	content: '';
	position: fixed;
	z-index: 2;
	height: 100vh;
	width: 100vw;
	top: 0;
	eft: 0;
 	background: rgba(0, 0, 0, 0.5);
 	opacity: 0;
 	visibility: hidden;
 	-webkit-transition: opacity .4s, visibility .4s;
	-moz-transition:  opacity .4s, visibility .4s;
	-o-transition:  opacity .4s, visibility .4s;
	-ms-transition:  opacity .4s, visibility .4s;
 	transition: opacity .4s, visibility .4s;
}

.theoutset-cd-cart-container.cart-open::before {
 	opacity: 1;
 	visibility: visible;
}

.theoutset-cd-cart-trigger,
.theoutset-cd-cart {
 	position: fixed;
 	bottom: 20px;
 	right: 5%;
 	-webkit-transition: -webkit-transform .2s;
	-moz-transition: -moz-transform .2s;
	-o-transition: -o-transform .2s;
	-ms-transition: -ms-transform .2s;
 	transition: transform .2s;
 	-webkit-transform: translateZ(0);
	-ms-transform: translateZ(0);
	-moz-transform: translateZ(0);
	-o-transform: translateZ(0);
 	transform: translateZ(0);
 	-webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -o-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    backface-visibility: hidden;
 	will-change: transform;
}
.empty .theoutset-cd-cart-trigger, .empty
.theoutset-cd-cart {
 	-webkit-transform: translateY(150px);
 	-ms-transform: translateY(150px);
	-moz-transform: translateY(150px);
 	-o-transform: translateY(150px);
 	transform: translateY(150px);
}
@media only screen and (min-width: 1170px) {
 	.theoutset-cd-cart-trigger,
 	.theoutset-cd-cart {
 		bottom: 40px;
 	}
}

.theoutset-cd-cart-trigger {
 	z-index: 101;
 	height: 65px;
 	width: 65px;
 	text-indent: 100%;
 	color: transparent;
 	white-space: nowrap;
 	background: #fff;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
}
.theoutset-cd-cart-trigger::after, .theoutset-cd-cart-trigger::before {
 	content: '';
 	position: absolute;
 	left: 50%;
 	top: 50%;
 	bottom: auto;
 	right: auto;
 	-webkit-transform: translateX(-50%) translateY(-50%);
 	-ms-transform: translateX(-50%) translateY(-50%);
	-moz-transform: translateX(-50%) translateY(-50%);	
	-o-transform: translateX(-50%) translateY(-50%);
 	transform: translateX(-50%) translateY(-50%);
	    margin-left: -3px;
 	height: 100%;
 	width: 100%;
 	background: url(images/cd-icons-cart-close.svg) no-repeat 0 0;
 	-webkit-transition: opacity .2s;
	-moz-transition: opacity .2s;
	-o-transition: opacity .2s;
	-ms-transition: opacity .2s;
 	transition: opacity .2s;
}
.theoutset-cd-cart-trigger::after {
 	background-position: -65px 0;
 	opacity: 0;
 	-webkit-transform: translateX(-50%) translateY(-50%) rotate(90deg);
 	-ms-transform: translateX(-50%) translateY(-50%) rotate(90deg);
	-moz-transform: translateX(-50%) translateY(-50%) rotate(90deg);	
	-o-transform: translateX(-50%) translateY(-50%) rotate(90deg);
 	transform: translateX(-50%) translateY(-50%) rotate(90deg);
}
.cart-open .theoutset-cd-cart-trigger::before {
 	opacity: 0;
}
.cart-open .theoutset-cd-cart-trigger::after {
 	opacity: 1;
 	-webkit-transform: translateX(-50%) translateY(-50%);
 	-ms-transform: translateX(-50%) translateY(-50%);
	-moz-transform:  translateX(-50%) translateY(-50%);	
	-o-transform:  translateX(-50%) translateY(-50%);
 	transform: translateX(-50%) translateY(-50%);
	margin-left: -11px;
}
.theoutset-cd-cart-trigger .cart_count_update {
 	position: absolute;
 	top: -10px;
 	right: -10px;
 	height: 28px;
 	width: 28px;
 	padding: 0;
 	list-style: none;
 	margin: 0;
 	background: #e94b35;
 	color: #fff;
 	text-align: center;
 	font-size: 1.5rem;
 	font-weight: bold;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
 	border-radius: 50%;
 	text-indent: 0;
 	-webkit-transition: -webkit-transform .2s .5s;
	-moz-transition: -moz-transform .2s .5s;
	-o-transition: -o-transform .2s .5s;
	-ms-transition: -ms-transform .2s .5s;
 	transition: transform .2s .5s;
}
.theoutset-cd-cart-trigger .count .cart_count{
 	position: absolute;
 	left: 50%;
 	top: 50%;
 	bottom: auto;
 	right: auto;
 	-webkit-transform: translateX(-50%) translateY(-50%) translateZ(0);
 	-ms-transform: translateX(-50%) translateY(-50%) translateZ(0);
	-moz-transform: translateX(-50%) translateY(-50%) translateZ(0);
	-o-transform: translateX(-50%) translateY(-50%) translateZ(0);
 	transform: translateX(-50%) translateY(-50%) translateZ(0);
}

.cart-open .theoutset-cd-cart-trigger .cart_count_update {
 	-webkit-transition: -webkit-transform .2s 0s;
	-moz-transition:  -moz-transform .2s 0s;
	-o-transition: -o-transform .2s 0s;
	-ms-transition: -ms-transform .2s 0s;
 	transition: transform .2s 0s;
	
 	-webkit-transform: scale(0);
 	-ms-transform: scale(0);
		-moz-transform:  scale(0);
	-o-transform: scale(0);
 	transform: scale(0);
}
.empty .theoutset-cd-cart-trigger .cart_count_update {
 	-webkit-transform: scale(1);
 	-ms-transform: scale(1);
	-moz-transform: scale(1);
 	-o-transform: scale(1);
 	transform: scale(1);
}
.theoutset-cd-cart-trigger:hover + div .wrapper {
	-moz-box-shadow: 0 6px 40px rgba(0, 0, 0, 0.3);
	-webkit-box-shadow: 0 6px 40px rgba(0, 0, 0, 0.3);
 	box-shadow: 0 6px 40px rgba(0, 0, 0, 0.3);
}
.cart-open .theoutset-cd-cart-trigger:hover + div .wrapper {
	-moz-box-shadow:0 4px 30px rgba(0, 0, 0, 0.17);
	-webkit-box-shadow:0 4px 30px rgba(0, 0, 0, 0.17);
 	box-shadow: 0 4px 30px rgba(0, 0, 0, 0.17);
}

.theoutset-cd-cart {
 	z-index: 100;
 	width: 90%;
 	max-width: 440px;
 	height: 400px;
 	max-height: 90%;
 	pointer-events: none;
}
.theoutset-cd-cart .wrapper {
 	position: absolute;
 	bottom: 0;
 	right: 0;
 	z-index: 2;
 	overflow: hidden;
 	height: 65px;
 	width: 65px;
	-moz-border-radius:6px;
	-webkit-border-radius: 6px;
 	border-radius: 6px;
 	-webkit-transition: height .4s .1s, width  .4s .1s, box-shadow .3s;
	-moz-transition: height .4s .1s, width  .4s .1s, box-shadow .3s;
	-o-transition: height .4s .1s, width  .4s .1s, box-shadow .3s;
	-ms-transition: height .4s .1s, width  .4s .1s, box-shadow .3s;
 	transition: height .4s .1s, width  .4s .1s, box-shadow .3s;
 	-webkit-transition-timing-function: cubic-bezier(0.67, 0.17, 0.32, 0.95);
 	transition-timing-function: cubic-bezier(0.67, 0.17, 0.32, 0.95);
 	background: #fff;
	-moz-box-shadow: 0 4px 30px rgba(0, 0, 0, 0.17);
	-webkit-box-shadow: 0 4px 30px rgba(0, 0, 0, 0.17);
 	box-shadow: 0 4px 30px rgba(0, 0, 0, 0.17);
 	pointer-events: auto;
}
.theoutset-cd-cart .mini-cart-title, .theoutset-cd-cart footer {
 	position: absolute;
 	z-index: 2;
 	left: 0;
 	width: 100%;
}
.theoutset-cd-cart .mini-cart-title, .theoutset-cd-cart .body {
 	opacity: 0;
}
.theoutset-cd-cart .mini-cart-title {
 	top: 0;
	-moz-border-radius:6px 6px 0 0;
	-webkit-border-radius: 6px 6px 0 0;
 	border-radius: 6px 6px 0 0;
 	padding: 0 1.4em;
 	height: 40px;
 	line-height: 40px;
 	background: #fff;
 	-webkit-transition: opacity .2s 0s;
	-moz-transition:  opacity .2s 0s;
	-o-transition:  opacity .2s 0s;
	-ms-transition:  opacity .2s 0s;
 	transition: opacity .2s 0s;
 	border-bottom: 1px solid #e6e6e6;
}
.theoutset-cd-cart .mini-cart-title::after {
 	clear: both;
 	content: "";
 	display: block;
}
.theoutset-cd-cart footer {
 	bottom: 0;
	-moz-border-radius:0 0 6px 6px;
	-webkit-border-radius: 0 0 6px 6px;
 	border-radius: 0 0 6px 6px;
	-moz-box-shadow:0 -2px 20px rgba(0, 0, 0, 0.15);
	-webkit-box-shadow:0 -2px 20px rgba(0, 0, 0, 0.15);
 	box-shadow: 0 -2px 20px rgba(0, 0, 0, 0.15);
 	background: #fff;
}
.theoutset-cd-cart h2 {
 	text-transform: uppercase;
 	display: inline-block;
 	font-size: 1.4rem;
 	font-weight: 700;
 	letter-spacing: .1em;
	margin-top: 0;
}
.theoutset-cd-cart .undo {
 	float: right;
 	font-size: 1.2rem;
 	opacity: 0;
 	visibility: hidden;
 	-webkit-transition: opacity .2s, visibility .2s;
	-moz-transition: opacity .2s, visibility .2s;
	-o-transition: opacity .2s, visibility .2s;
	-ms-transition: opacity .2s, visibility .2s;
 	transition: opacity .2s, visibility .2s;
 	color: #808b97;
}
.theoutset-cd-cart .undo a {
 	text-decoration: underline;
 	color: #2b3e51;
}
.theoutset-cd-cart .undo a:hover {
 	color: #2c97de;
}
.theoutset-cd-cart .undo.visible {
 	opacity: 1;
 	visibility: visible;
}
.theoutset-cd-cart .checkout {
 	display: block;
 	height: 65px;
 	line-height: 65px;
 	margin-right: 65px;
 	margin-top: 0;
 	background: #2c97de;
 	color: rgba(255, 255, 255, 0);
 	text-align: center;
 	font-size: 1.8rem;
 	font-weight: 600;
 	-webkit-transition: all .2s 0s;
	-moz-transition: all .2s 0s;
	-o-transition: all .2s 0s;
	-ms-transition: all .2s 0s;
 	transition: all .2s 0s;
}

.theoutset-cd-cart .checkout em {
 	position: relative;
 	display: inline-block;
 	-webkit-transform: translateX(40px);
 	-ms-transform: translateX(40px);
	-moz-transform: translateX(40px);
	-o-transform: translateX(40px);
 	transform: translateX(40px);
 	-webkit-transition: -webkit-transform 0s .2s;
	-moz-transition: -moz-transform 0s .2s;
	-o-transition: -o-transform 0s .2s;
	-ms-transition: -ms-transform 0s .2s;
 	transition: -webkit-transform 0s .2s;
 	transition: transform 0s .2s;
	-webkit-transition: -webkit-transform 0s .2s;
	-moz-transition:  -moz-transform 0s .2s;
	-o-transition: -o-transform 0s .2s;
	-ms-transition: -ms-transform 0s .2s;
 	transition: transform 0s .2s, -webkit-transform 0s .2s;
	-webkit-transition: -webkit-transform 0s .2s;
	-moz-transition: -moz-transform 0s .2s;
	-o-transition:  -o-transform 0s .2s;
	-ms-transition:  -ms-transform 0s .2s;
}
.theoutset-cd-cart .checkout em::after {
 	position: absolute;
 	top: 50%;
 	bottom: auto;
 	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-o-transform: translateY(-50%);
 	-ms-transform: translateY(-50%);
 	transform: translateY(-50%);
 	right: 0;
 	content: '';
 	height: 24px;
 	width: 24px;
 	opacity: 0;
 	-webkit-transition: opacity .2s;
	-moz-transition: opacity .2s;
	-o-transition: opacity .2s;
	-ms-transition: opacity .2s;
 	transition: opacity .2s;
}
.theoutset-cd-cart .body {
 	position: relative;
 	z-index: 1;
 	height: calc(100% - 40px);
 	padding: 20px 0 10px;
 	margin: 26px 0 10px;
 	overflow: auto;
 	-webkit-overflow-scrolling: touch;
 	-webkit-transition: opacity .2s;
	-moz-transition: opacity .2s;
	-o-transition: opacity .2s;
	-ms-transition: opacity .2s;
 	transition: opacity .2s;
}
.theoutset-cd-cart .body ul {
 	overflow: hidden;
 	padding: 0 1.4em;
 	position: relative;
 	padding-bottom: 90px;
 	margin: 0;
 	list-style: none;
}
.theoutset-cd-cart .body li {
 	position: relative;
 	opacity: 0;
 	-webkit-transform: translateX(80px);
 	-ms-transform: translateX(80px);
	-moz-transform: translateX(80px);
	-o-transform: translateX(80px); 
 	transform: translateX(80px);
 	-webkit-transition: opacity 0s .2s, -webkit-transform 0s .2s;
	-moz-transition: opacity 0s .2s, -moz-transform 0s .2s;
	-o-transition: opacity 0s .2s, -o-transform 0s .2s;
	-ms-transition: opacity 0s .2s, -ms-transform 0s .2s;
 	transition: opacity 0s .2s, transform 0s .2s;
	-moz-transition: opacity 0s .2s, -moz-transform 0s .2s;
	-o-transition: opacity 0s .2s, -o-transform 0s .2s;
	-ms-transition: opacity 0s .2s, -ms-transform 0s .2s;
 	transition: opacity 0s .2s,  transform 0s .2s;
	-moz-transition:  opacity 0s .2s,  -moz-transform 0s .2s;
	-o-transition:  opacity 0s .2s, -o-transform 0s .2s;
	-ms-transition:  opacity 0s .2s, -ms-transform 0s .2s;
 	transition: opacity 0s .2s, transform 0s .2s, -webkit-transform 0s .2s;
	-moz-transition: opacity 0s .2s, transform 0s .2s, -moz-transform 0s .2s;
	-o-transition: opacity 0s .2s, transform 0s .2s, -o-transform 0s .2s;
	-ms-transition: opacity 0s .2s, transform 0s .2s, -ms-transform 0s .2s;
}
.theoutset-cd-cart .body li::after {
 	clear: both;
 	content: "";
 	display: block;
}
.theoutset-cd-cart .body li:not(:last-of-type) {
 	margin-bottom: 20px;
}
.theoutset-cd-cart .body li.deleted {
 	position: absolute;
 	left: 1.4em;
 	width: calc(100% - 2.8em);
 	opacity: 0;
 	-webkit-animation: cd-item-slide-out .3s forwards;
	    -moz-animation: cd-item-slide-out .3s forwards;
    -o-animation: cd-item-slide-out .3s forwards;
 	animation: cd-item-slide-out .3s forwards;
}
.theoutset-cd-cart .body li.deleted.undo-deleted {
 	-webkit-animation: cd-item-slide-in .3s forwards;
	    -moz-animation: cd-item-slide-in .3s forwards;
    -o-animation: cd-item-slide-in .3s forwards;
 	animation: cd-item-slide-in .3s forwards;
}
.theoutset-cd-cart .body li.deleted + li {
 	-webkit-animation: cd-item-move-up-mobile .3s;
	    -moz-animation:  cd-item-move-up-mobile .3s;
    -o-animation:  cd-item-move-up-mobile .3s;
 	animation: cd-item-move-up-mobile .3s;
 	-webkit-animation-fill-mode: forwards;
	    -moz-animation: forwards;
    -o-animation: forwards;
 	animation-fill-mode: forwards;
}
.theoutset-cd-cart .body li.undo-deleted + li {
 	-webkit-animation: cd-item-move-down-mobile .3s;
	-moz-animation: cd-item-move-down-mobile .3s;
    -o-animation:cd-item-move-down-mobile .3s;
 	animation: cd-item-move-down-mobile .3s;
 	-webkit-animation-fill-mode: forwards;
	-moz-animation: forwards;
    -o-animation: forwards;
 	animation-fill-mode: forwards;
}
.theoutset-cd-cart .product-image {
 	display: inline-block;
 	float: left;
 	width: 50px;
}
.theoutset-cd-cart .product-image img {
 	display: block;
}
.theoutset-cd-cart .product-details {
 	position: relative;
 	display: inline-block;
 	float: right;
 	width: calc( 100% - 50px);
 	padding: 0.3em 0 0 0.5em;
}
.theoutset-cd-cart .product-details::after {
 	clear: both;
 	content: "";
 	display: block;
}
.theoutset-cd-cart h3, .theoutset-cd-cart .price {
 	font-weight: bold;
}
.theoutset-cd-cart h3 {
 	width: 70%;
 	float: left;
 	white-space: nowrap;
 	text-overflow: ellipsis;
 	overflow: hidden;
 	margin: 0;
 	line-height: 1;
}
.theoutset-cd-cart .product-details h3 a {
 	text-transform: capitalize;
 	line-height: 1;
 	font-size: 17px;
		color: #252525;
}

.theoutset-cd-cart .price {
 	float: right;
 	width: 30%;
 	text-align: right;
}
.theoutset-cd-cart .actions {
    font-size: 20px;
    height: 1em;
    line-height: 1.6em;
    position: absolute;
    right: 0;
    top: 0;
}
.theoutset-cd-cart .actions::after {
 	clear: both;
 	content: "";
 	display: block;
}
.theoutset-cd-cart .delete-item, .theoutset-cd-cart .quantity {
 	float: left;
 	color: #808b97;
 	-webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -o-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    backface-visibility: hidden;
}
.theoutset-cd-cart .delete-item {
font-size: 15px;
 	color: #ff0000;
 	float: right;
 	line-height: 1;
}
.theoutset-cd-cart .delete-item:hover {
 	color: #e94b35;
}
.theoutset-cd-cart .quantity label {
 	display: inline-block;
 	margin-right: .3em;
}
.theoutset-cd-cart .select {
 	position: relative;
}
.theoutset-cd-cart .select::after {
 	content: '';
 	position: absolute;
 	z-index: 1;
 	right: 0;
 	top: 50%;
 	-webkit-transform: translateY(-50%);
 	-ms-transform: translateY(-50%);
	moz-transform: translateY(-50%);
	-o-transform: translateY(-50%);
 	transform: translateY(-50%);
 	display: block;
 	width: 12px;
 	height: 12px;
 	background: url(images/cd-icon-select.svg) no-repeat center center;
 	pointer-events: none;
}
.theoutset-cd-cart select {
 	position: relative;
 	padding: 0 1em 0 0;
 	cursor: pointer;
 	-webkit-appearance: none;
     -moz-appearance: none;
 	appearance: none;
 	background: transparent;
 	border: none;
 	border-radius: 0;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
 	font-size: 1.4rem;
 	margin: 0;
 	color: #808b97;
}
.theoutset-cd-cart select:focus {
 	outline: none;
 	color: #2b3e51;
	-moz-box-shadow:0 1px 0 currentColor;
	-webkit-box-shadow:0 1px 0 currentColor;
 	box-shadow: 0 1px 0 currentColor;
}
.theoutset-cd-cart select::-ms-expand {
 	display: none;
}
.cart-open .theoutset-cd-cart .wrapper {
 	height: 100%;
 	width: 100%;
	-webkit-transition-delay: 0s;
    -moz-transition-delay: 0s;
    -o-transition-delay: 0s;
    transition-delay:0s;
}
.cart-open .theoutset-cd-cart .mini-cart-title, .cart-open .theoutset-cd-cart .body {
 	opacity: 1;
}
.cart-open .theoutset-cd-cart .mini-cart-title {
 	-webkit-transition: opacity .2s .2s;
	-moz-transition: opacity .2s .2s;
	-o-transition: opacity .2s .2s;
	-ms-transition: opacity .2s .2s;
 	transition: opacity .2s .2s;
}
.cart-open .theoutset-cd-cart .body {
 	-webkit-transition: opacity 0s;
	-moz-transition:  opacity 0s;
	-o-transition: opacity 0s;
	-ms-transition: opacity 0s;
 	transition: opacity 0s;
}
.cart-open .theoutset-cd-cart .body li {
 	-webkit-transition: opacity .3s .2s, -webkit-transform .3s .2s;
 	transition: opacity .3s .2s, -webkit-transform .3s .2s;
	-moz-transition: opacity .3s .2s, -moz-transform .3s .2s;
	-o-transition: opacity .3s .2s, -o-transform .3s .2s;
	-ms-transition: opacity .3s .2s, -ms-transform .3s .2s;
 	transition: transform .3s .2s, opacity .3s .2s;
	-webkit-transition: -webkit-transform .3s .2s, opacity .3s .2s;
	-moz-transition:  -moz-transform .3s .2s, opacity .3s .2s;
	-o-transition: -o-transform .3s .2s, opacity .3s .2s;
	-ms-transition: -ms-transform .3s .2s, opacity .3s .2s;
	
 	opacity: 1;
	-webkit-transform: translateX(0);
	-moz-transform: translateX(0);
	-ms-transform: translateX(0);
	-o-transform: translateX(0);
 	transform: translateX(0);
}
.cart-open .theoutset-cd-cart .body li:nth-of-type(2) {
 	-webkit-transition-duration: .4s;
	-moz-transition: .4s;
	-o-transition: .4s;
	-ms-transition: .4s;
	transition: .4s;
	webkit-transition-duration: .4s;
    -moz-transition-duration: .4s;
    -o-transition-duration: .4s;
 	transition-duration: .4s;
}
.cart-open .theoutset-cd-cart .body li:nth-of-type(3) {
 	-webkit-transition-duration-duration: .5s;
	-moz-transition-duration: 5s;
	-o-transition-duration: 5s;
	-ms-transition-duration: 5s;
 	transition-duration: .5s;
	-moz-transition: .4s;
	-o-transition: .4s;
	-ms-transition: .4s;
	transition: .4s;
}
.cart-open .theoutset-cd-cart .body li:nth-of-type(4), .cart-open .theoutset-cd-cart .body li:nth-of-type(5) {
	-moz-transition: .4s;
	-o-transition: .4s;
	-ms-transition: .4s;
	transition: .4s;
 	-webkit-transition-duration: .55s;
	-moz-transition-duration: .55s;
	-o-transition-duration:.55s;
	-ms-transition-duration:.55s;
 	transition-duration: .55s;
}
.cart-open .theoutset-cd-cart .checkout {
 	color: #fff;
 	-webkit-transition: color .2s .3s;
	-moz-transition:  color .2s .3s;
	-o-transition: color .2s .3s;
	-ms-transition: color .2s .3s;
 	transition: color .2s .3s;
}
.cart-open .theoutset-cd-cart .checkout em {
 	-webkit-transform: translateX(0);
 	-ms-transform: translateX(0);
 	transform: translateX(0);
 	-webkit-transition: padding .2s 0s, -webkit-transform .2s .3s;
	-moz-transition:  padding .2s 0s, -webkit-transform .2s .3s;
	-o-transition: padding .2s 0s, -webkit-transform .2s .3s;
	-ms-transition: padding .2s 0s, -webkit-transform .2s .3s;
 	transition: padding .2s 0s, -webkit-transform .2s .3s;
	-webkit-transition: transform .2s .3s, padding .2s 0s;
	-moz-transition:  transform .2s .3s, padding .2s 0s;
	-o-transition: transform .2s .3s, padding .2s 0s;
	-ms-transition: transform .2s .3s, padding .2s 0s;
 	transition: transform .2s .3s, padding .2s 0s;
}
.cart-open .theoutset-cd-cart .checkout:hover em {
 	padding-right: 30px;
}
.cart-open .theoutset-cd-cart .checkout:hover em::after {
 	opacity: 1;
}
.cart_qty_update {
 	display: table;
 	width: 100%;
 	position: relative;
}
.cart_qty_update .quantity, .cart_qty_update .cross, .cart_qty_update .amount {
 	font-size: 18px;
 	text-align: left;
 	padding-right: 7px;
}
@media only screen and (min-width: 768px) {
	.pr-sm-0{
		padding-right:0 !important;
	}
	.pl-sm-0{
		padding-left:0 !important;
	}
 	.theoutset-cd-cart .body li:not(:last-of-type) {
 		margin-bottom: 14px;
 	}
 	.theoutset-cd-cart .body li.deleted + li {
 		-webkit-animation: cd-item-move-up .3s;
 		animation: cd-item-move-up .3s;
 	}
 	.theoutset-cd-cart .body li.undo-deleted + li {
 		-webkit-animation: cd-item-move-down .3s;
 		animation: cd-item-move-down .3s;
 	}
 	.theoutset-cd-cart .checkout {
 		font-size: 2.4rem;
 	}
 	.theoutset-cd-cart .product-image {
 		width: 90px;
 	}
 	.theoutset-cd-cart .product-details {
 		padding: 0.4em 20px 0 1em;
 		width: calc( 100% - 90px);
 	}
 	.theoutset-cd-cart h3, .theoutset-cd-cart .price {
 		font-size: 1.8rem;
 	}
	
}

@-webkit-keyframes cd-qty-enter {
 	0% {
 		opacity: 0;
 		visibility: hidden;
 		-webkit-transform: translateX(-50%) translateY(0);
 		transform: translateX(-50%) translateY(0);
 	}
 	100% {
 		opacity: 1;
 		visibility: visible;
 		-webkit-transform: translateX(-50%) translateY(-50%);
 		transform: translateX(-50%) translateY(-50%);
 	}
}

@keyframes cd-qty-enter {
 	0% {
 		opacity: 0;
 		visibility: hidden;
 		-webkit-transform: translateX(-50%) translateY(0);
 		transform: translateX(-50%) translateY(0);
 	}
 	100% {
 		opacity: 1;
 		visibility: visible;
 		-webkit-transform: translateX(-50%) translateY(-50%);
 		transform: translateX(-50%) translateY(-50%);
 	}
}
@-webkit-keyframes cd-qty-leave {
 	0% {
 		opacity: 1;
 		visibility: visible;
 		-webkit-transform: translateX(-50%) translateY(-50%);
 		transform: translateX(-50%) translateY(-50%);
 	}
 	100% {
 		opacity: 0;
 		visibility: hidden;
 		-webkit-transform: translateX(-50%) translateY(-100%);
 		transform: translateX(-50%) translateY(-100%);
 	}
}
@keyframes cd-qty-leave {
 	0% {
 		opacity: 1;
 		visibility: visible;
 		-webkit-transform: translateX(-50%) translateY(-50%);
 		transform: translateX(-50%) translateY(-50%);
 	}
 	100% {
 		opacity: 0;
 		visibility: hidden;
 		-webkit-transform: translateX(-50%) translateY(-100%);
 		transform: translateX(-50%) translateY(-100%);
 	}
}
@-webkit-keyframes cd-item-move-up-mobile {
 	0% {
 		padding-top: 70px;
 	}
 	100% {
 		padding-top: 0;
 	}
}
@keyframes cd-item-move-up-mobile {
 	0% {
 		padding-top: 70px;
 	}
 	100% {
 		padding-top: 0;
 	}
}
@-webkit-keyframes cd-item-move-up {
 	0% {
 		padding-top: 104px;
 	}
 	100% {
 		padding-top: 0;
 	}
}
@keyframes cd-item-move-up {
 	0% {
 		padding-top: 104px;
 	}
 	100% {
 		padding-top: 0;
 	}
}
@-webkit-keyframes cd-item-move-down-mobile {
 	0% {
 		padding-top: 0;
 	}
 	100% {
 		padding-top: 70px;
 	}
}
@keyframes cd-item-move-down-mobile {
 	0% {
 		padding-top: 0;
 	}
 	100% {
 		padding-top: 70px;
 	}
}
@-webkit-keyframes cd-item-move-down {
 	0% {
 		padding-top: 0;
 	}
 	100% {
 		padding-top: 104px;
 	}
}
@keyframes cd-item-move-down {
 	0% {
 		padding-top: 0;
 	}
 	100% {
 		padding-top: 104px;
 	}
}
@-webkit-keyframes cd-item-slide-out {
 	0% {
 		-webkit-transform: translateX(0);
 		transform: translateX(0);
 		opacity: 1;
 	}
 	100% {
 		-webkit-transform: translateX(80px);
 		transform: translateX(80px);
 		opacity: 0;
 	}
}
@keyframes cd-item-slide-out {
 	0% {
 		-webkit-transform: translateX(0);
 		transform: translateX(0);
 		opacity: 1;
 	}
 	100% {
 		-webkit-transform: translateX(80px);
 		transform: translateX(80px);
 		opacity: 0;
 	}
}
@-webkit-keyframes cd-item-slide-in {
 	100% {
 		-webkit-transform: translateX(0);
 		transform: translateX(0);
 		opacity: 1;
 	}
 	0% {
 		-webkit-transform: translateX(80px);
 		transform: translateX(80px);
 		opacity: 0;
 	}
}
@keyframes cd-item-slide-in {
 	100% {
 		-webkit-transform: translateX(0);
 		transform: translateX(0);
 		opacity: 1;
 	}
 	0% {
 		-webkit-transform: translateX(80px);
 		transform: translateX(80px);
 		opacity: 0;
 	}
}
/*----mini cart bottom fixed css*/

.box-left {
 	text-align: left;
}
.box-center {
 	text-align: center;
}
.box-right {
 	text-align: right;
}
.box-left  .text-center{
 	text-align: left;
}
.box-center  .text-center{
 	text-align: center;
}
.box-right  .text-center{
 	text-align: right;
}

.pd-15{
	padding:15px;
}
.vertical-center {
    align-items: center;
	-webkit-align-items: center;
}
.height-full {
    height: 100%;
}
.origin-center {
    -webkit-transform-origin: center;
    -ms-transform-origin: center;
	-moz-transform-origin: center;
    -o-transform-origin: center;
    transform-origin: center;
}
.no-backface {
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -o-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    backface-visibility: hidden;
}
.width-full {
    width: 100%;
}

/*---------------button -------*/
.pt-plus-button-wrapper{
	position:relative;
	display: block;
}
.ts-button.content_hover_effect {
    position: relative;
    display: inline-block;
	width:auto;
}
.pt_plus_button {
 	position: relative;
 	display: inline-block;
 	width: auto;
}
.pt_plus_button.full-button {
    width: 100%;
    text-align: center;
}
.ts-button.content_hover_effect.full-button {
    width: 100%;
}
.pt_plus_button.full-button a.button-link-wrap {
    display: block;
    width: 100%;
	text-align: center;
}
.pt_plus_button.trnasition_hover{
-webkit-transition: all .3s linear;
		-moz-transition: all .3s linear;
		-ms-transition: all .3s linear;
		-o-transition: all .3s linear;
		transition: all .3s linear;
}
.pt_plus_button.trnasition_hover:hover{
	-webkit-transform: translateY(-3px);
	-moz-transform: translateY(-3px);
	-ms-transform: translateY(-3px);
	-o-transform: translateY(-3px);
	transform: translateY(-3px);
}
.pt_plus_button .button-link-wrap i {
 	padding-left: 5px;
 	padding-right: 5px;
}
.pt_plus_button .button-link-wrap {
 	position: relative;
 	display: inline-block;
 	padding: 15px 30px;
		font-size: 16px;
 	line-height: 25px;
 	letter-spacing: 1px;
	    cursor: pointer;
 	color: #313131;
		-webkit-transition: all .3s linear;
		-moz-transition: all .3s linear;
		-ms-transition: all .3s linear;
		-o-transition: all .3s linear;
		transition: all .3s linear;
}
.pt_plus_button .button-link-wrap:hover .button_line{
 	-webkit-animation: mymove 1s; 
 	-webkit-animation-iteration-count: 1;
 	animation: mymove 1s;
 	animation-iteration-count: 1;
}

.pt_plus_button .button-link-wrap .button_line {
 	position: absolute;
 	background: #212121;
 	width: 100%;
 	height: 1px;
 	bottom: 0;
 	left: 0%;
 	pointer-events: none;
 	z-index: 11;
 	display: inline-block;
}

@-webkit-keyframes mymove {
 	0% { left: 0%;width:100%;}
 	45% {left: 100%;width:0%}
		55% {left: 0%;width:0%}
		100% {left:0%;width:100%}
}

@keyframes mymove {
 	0% { left: 0%;width:100%;}
 	45% {left: 100%;width:0%}
		55% {left: 0%;width:0%}
		100% {left:0%;width:100%}
}
/*---------style-7-----------*/
.pt_plus_button.button-style-7 .button-link-wrap{
		padding-right: 36px;
}
.pt_plus_button.button-style-7 .button-link-wrap .btn-arrow {
 	letter-spacing: 0!important;
}
.pt_plus_button.button-style-7 .button-link-wrap .btn-arrow:before {
 	font-family: 'Fontawesome'!important;
 	font-weight: normal;
 	font-style: normal;
 	text-decoration: inherit;
 	backface-visibility: hidden;
 	-webkit-font-smoothing: antialiased;
 	content: "\f105";
 	line-height: 30px;
 	font-size: 14px;
 	position: absolute;
 	right: 0;
 	width: 23px;
 	text-align: center;
 	height: 30px;
 	top: 50%;
 	margin-top: -16px;
 	-ms-transition: all 0.33s cubic-bezier(0.12,0.75,0.4,1);
 	transition: all 0.33s cubic-bezier(0.12,0.75,0.4,1);
	-moz-transition:  all 0.33s cubic-bezier(0.12,0.75,0.4,1);
	-o-transition: all 0.33s cubic-bezier(0.12,0.75,0.4,1);
	-ms-transition: all 0.33s cubic-bezier(0.12,0.75,0.4,1);
 	-webkit-transition: all 0.33s cubic-bezier(0.12,0.75,0.4,1);
}
.pt_plus_button.button-style-7 .button-link-wrap .btn-arrow:after {
 	position: absolute;
 	content: '';
 	border-bottom: 1px solid;
 	height: 1px;
 	width: 22px;
 	right: 12px;
 	top: 50%;
 	margin-top: -1px;
 	-ms-transform: scale(0,1) translateX(0px);
 	-webkit-transform: scale(0,1) translateX(0px);
	-moz-transform:scale(0,1) translateX(0px);
	-o-transform: scale(0,1) translateX(0px);
 	transform: scale(0,1) translateX(0px);
	-webkit-transform-origin: left;
	-moz-transform-origin:left;
    -ms-transform-origin:left;
    -o-transform-origin:left;
	transform-origin:left;
 	pointer-events: none;
	-webkit-transition: all 0.33s cubic-bezier(0.12,0.75,0.4,1);
	-moz-transition: all 0.33s cubic-bezier(0.12,0.75,0.4,1);
	-o-transition:all 0.33s cubic-bezier(0.12,0.75,0.4,1);
	-ms-transition:all 0.33s cubic-bezier(0.12,0.75,0.4,1);
 	transition: all 0.33s cubic-bezier(0.12,0.75,0.4,1);
 	
}
.pt_plus_button.button-style-7 .button-link-wrap:hover .btn-arrow:after, .pt_plus_button.button-style-7 .button-link-wrap:hover .btn-arrow:before {
 	-ms-transform: scale(1,1) translateX(9px);
 	-webkit-transform: scale(1,1) translateX(9px);
	-moz-transform:scale(1,1) translateX(9px);
	-o-transform: scale(1,1) translateX(9px);
 	transform: scale(1,1) translateX(9px);
}
.pt_plus_button.button-style-7 .button-link-wrap:after {
	-moz-border-radius: 100px;
	-webkit-border-radius: 100px;
 	border-radius: 100px;
 	border: 1px solid rgba(0,0,0,0.3);
 	height: 25px;
 	width: 25px;
 	position: absolute;
 	right: 0;
 	top: 50%;
 	margin-top: -12.5px;
 	content: ' ';
 	display: block;
 	pointer-events: none;
 	-ms-transition: all 0.33s cubic-bezier(0.12,0.75,0.4,1);
	-moz-transition: all 0.33s cubic-bezier(0.12,0.75,0.4,1);
	-o-transition: all 0.33s cubic-bezier(0.12,0.75,0.4,1);
 	-webkit-transition: all 0.33s cubic-bezier(0.12,0.75,0.4,1);
	transition: all 0.33s cubic-bezier(0.12,0.75,0.4,1);
}
.pt_plus_button.button-style-7 .button-link-wrap:hover:after {
 	-ms-transform: scale(0.8);
 	-webkit-transform: scale(0.8);
	-moz-transform: scale(0.8);
	-o-transform: scale(0.8);
 	transform: scale(0.8);
 	opacity: 0;
}
/*---------style-7-----------*/
/*---------------button -------*/
/*--------animated image --*/
.theoutset-animated-image-wrapper, .animated-image-parallax {
    position: relative;
    display: block;
    width: 100%;
}

.floating,.hover_floating,.tossing,.hover_tossing,.pulse,.hover_pulse{
		animation-duration: 1.5s;	
		-webkit-animation-duration: 1.5s;
}
.floating,.hover_floating:hover{
		animation-name: content_effect_floating;
		-webkit-animation-name: content_effect_floating;
	animation-duration: 2.2s;	
	-webkit-animation-duration: 2.2s;
animation-iteration-count: infinite;
	-webkit-animation-iteration-count: infinite;
}

.tossing,.hover_tossing:hover{
		animation-name: content_effect_tossing;
		-webkit-animation-name: content_effect_tossing;	
	animation-duration: 2.2s;	
		-webkit-animation-duration: 2.2s;
	animation-iteration-count: infinite;
	-webkit-animation-iteration-count: infinite;
}
.pulse,.hover_pulse:hover{
		animation-name: content_effect_pulse;
		-webkit-animation-name: content_effect_pulse;
	animation-duration: 2.2s;	
	-webkit-animation-duration: 2.2s;
animation-iteration-count: infinite;
	-webkit-animation-iteration-count: infinite;
}

.full-width{
 	width: 100%;
 	position: relative;
}

.origin-center {
 	-webkit-transform-origin: center;
 	-ms-transform-origin: center;
	-moz-transform-origin: center;
 	-o-transform-origin: center;
 	transform-origin: center;
}
.no-backface {
 	-webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -o-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    backface-visibility: hidden;
}
/*------end-------*/
/*----- animated svg icons------------*/
.theoutset_animated_svg,.theoutset_animated_svg-an {
 	position: relative;
 	display: block;
 	width: 100%;
 	margin: 0 auto;
}

.theoutset_animated_svg .svg_inner_block {
 	position: relative;
 	display: -webkit-inline-flex;
	display: -ms-inline-flexbox;
	display: inline-flex;
}

/*---animated svg icons-------*/
.floating{animation-name:content_effect_floating;-webkit-animation-name:content_effect_floating;animation-duration:2.2s;-webkit-animation-duration:2.2s;animation-iteration-count:infinite;-webkit-animation-iteration-count:infinite}
.tossing{animation-name:content_effect_tossing;-webkit-animation-name:content_effect_tossing;animation-duration:2.2s;-webkit-animation-duration:2.2s;animation-iteration-count:infinite;-webkit-animation-iteration-count:infinite}
.pulse{animation-name:content_effect_pulse;-webkit-animation-name:content_effect_pulse;animation-duration:2.2s;-webkit-animation-duration:2.2s;animation-iteration-count:infinite;-webkit-animation-iteration-count:infinite}
.rotate-continue{-webkit-animation-name:rotating;-webkit-animation-duration:10s;-webkit-animation-iteration-count:infinite;-webkit-animation-timing-function:linear;-moz-animation-name:rotating;-moz-animation-duration:10s;-moz-animation-iteration-count:infinite;-moz-animation-timing-function:linear;animation-name:rotating;animation-duration:10s;animation-iteration-count:infinite;animation-timing-function:linear}
@-webkit-keyframes rotating{from{-webkit-transform:rotate(0deg)}to{-webkit-transform:rotate(360deg)}}
@-moz-keyframes rotating{from{-moz-transform:rotate(0deg)}to{-moz-transform:rotate(360deg)}}
@keyframes rotating{from{transform:rotate(0deg)}to{transform:rotate(360deg)}}
/*-------pop up lity---*/
.lity-wrap {
 	overflow: auto !important;
}
a.outset-pop-up-text{
 	display: block;
 	position: relative;
}
a.outset-pop-up-image {
    position: relative;
    display: inline-block;
    width: auto;
}
.pop-up-btn .button-link-wrap span {
    position: relative;
    z-index: 2;
}
.pop-up-btn .button-style-7 .button-link-wrap span {
    position: initial;
}
.pop-up-btn .button-style-21 .button-link-wrap:after {
    background: #ff004b;
    z-index: 1;
}
/*---pop up -*/

/*------- contact form style-------*/
span.wpcf7-not-valid-tip {
    position: absolute;
    top: 0;
    right: 10px;
    font-size: 9px;
	z-index: 1;
}
.theoutset_cf7_styles .wpcf7 .ajax-loader{
	    display: none;
}
.theoutset_cf7_styles .wpcf7 .ajax-loader.is-active {
    visibility: visible;
    display: block;
}
.theoutset_cf7_styles input.wpcf7-form-control.wpcf7-submit {
    padding: 18px;
}
.theoutset_cf7_styles input.wpcf7-form-control.wpcf7-submit {
    margin-top: 1em;
}

/**------widget blog post list out -------*/
.widget_theoutset_blog_listout_widget .ts_video_list_widget {
    margin: 0;
    padding: 0;
    list-style: none;
}
.widget_theoutset_blog_listout_widget .widget_blog_list {
    vertical-align: top;
    margin-bottom: 15px;
    padding-right: 7px;
    padding-left: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    display: table;
    width: 100%;
    table-layout: auto;	
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition:  all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	transition: all 0.3s linear;
	border-radius: 6px;
    box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
}
.widget_theoutset_blog_listout_widget .widget_blog_list:hover {
	box-shadow: 0px 5px 20px 1px rgba(0, 0, 0, 0.1);
}
.widget_theoutset_blog_listout_widget .blog-thumbnail {	
    max-width: 100%;
    position: relative;
    display: table-cell;
    vertical-align: middle;
    width: auto;
}
.widget_theoutset_blog_listout_widget .widget_blog_list .post_meta h5 {
    line-height: unset;
    font-size: unset;
    letter-spacing: initial;
}
.widget_theoutset_blog_listout_widget .blog-thumbnail img {
    border-radius: 6px;
}
.widget_theoutset_blog_listout_widget .post_meta {
    display: table-cell;
    vertical-align: middle;
		width: 70%; 
    padding-left: 20px;
}
.widget_theoutset_blog_listout_widget .widget_blog_list .post_meta h5 a {
    font-size: 15px;
    line-height: 20px;
    letter-spacing: .5px;
    word-spacing: 0px;
    color: #232323;
}
.widget_theoutset_blog_listout_widget .post_meta .meta-date {
    color: #aaa;
    margin-top: 10px;
    font-size: 14px;
    line-height: 1.2;
    letter-spacing: 0.2px;
}
.widget_theoutset_blog_slider_widget .post-thumb-overlay {
    position: absolute;
    top: 75%;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1;
    background: -moz-linear-gradient(top,rgba(0,0,0,0) 0%,rgba(0,0,0,.2) 30%,rgba(0,0,0,.75) 100%);
    background: -webkit-gradient(linear,left top,left bottom,color-stop(0%,rgba(0,0,0,0)),color-stop(30%,rgba(0,0,0,.2)),color-stop(100%,rgba(0,0,0,.75)));
    background: -webkit-linear-gradient(top,rgba(0,0,0,0) 0%,rgba(0,0,0,.2) 30%,rgba(0,0,0,.75) 100%);
    background: -o-linear-gradient(top,rgba(0,0,0,0) 0%,rgba(0,0,0,.2) 30%,rgba(0,0,0,.75) 100%);
    background: -ms-linear-gradient(top,rgba(0,0,0,0) 0%,rgba(0,0,0,.2) 30%,rgba(0,0,0,.75) 100%);
    background: linear-gradient(to bottom,rgba(0,0,0,0) 0%,rgba(0,0,0,.2) 30%,rgba(0,0,0,.75) 100%);
    pointer-events: none;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -o-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    backface-visibility: hidden;
}
.widget_theoutset_blog_slider_widget .widget_blog_slider .post_meta {
    position: absolute;
    bottom: 0;
    top: auto;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 3;
    padding: 15px;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -o-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    backface-visibility: hidden;
}
.widget_theoutset_blog_slider_widget .widget_blog_slider .blog-slider-date {
    color: #fff;
}
.widget_theoutset_blog_slider_widget .widget_blog_slider .post_title {
    color: #fff;
}
/**------blop post list out -------*/


/*------call to action --------- */
.theoutset-call-to-image {
    display: block;
    position: relative;
    overflow: hidden;
    width: 100%;
}

/*------call to action ***** */

/*--soical list icon widget ---*/
.theoutset-social-widget-list.style-1{
	text-align:center;
}
.theoutset-social-widget-list.style-1 .list-social .line-top-left,.theoutset-social-widget-list.style-1 .list-social  .line-top-center,.theoutset-social-widget-list.style-1 .list-social  .line-top-right,.theoutset-social-widget-list.style-1 .list-social  .line-bottom-left,.theoutset-social-widget-list.style-1 .list-social  .line-bottom-center,.theoutset-social-widget-list.style-1 .list-social  .line-bottom-right {
    position: absolute;
    width: 12px;
    height: 12px;
    background: transparent;
}
.theoutset-social-widget-list.style-1 .list-social .line-top-left:before,.theoutset-social-widget-list.style-1 .list-social  .line-top-center:before,.theoutset-social-widget-list.style-1 .list-social  .line-top-right:before,.theoutset-social-widget-list.style-1 .list-social  .line-bottom-left:before,.theoutset-social-widget-list.style-1 .list-social  .line-bottom-center:before,.theoutset-social-widget-list.style-1 .list-social  .line-bottom-right:before{
    content: "";
    position: absolute;
    left: 50%;
    width: 1px;
	background: #d3d3d3 ;
}
.theoutset-social-widget-list.style-1 .list-social .line-top-left:before,.theoutset-social-widget-list.style-1 .list-social  .line-top-center:before,.theoutset-social-widget-list.style-1 .list-social  .line-top-right:before{
    bottom: 0;
    top: 100%;
    -webkit-transition: top .2s ease-in-out, bottom .2s ease-in-out .1s;
    -moz-transition: top .2s ease-in-out, bottom .2s ease-in-out .1s;
	-o-transition:top .2s ease-in-out, bottom .2s ease-in-out .1s;
	-ms-transition:top .2s ease-in-out, bottom .2s ease-in-out .1s;
    transition: top .2s ease-in-out, bottom .2s ease-in-out .1s;
}

.theoutset-social-widget-list.style-1 .list-social  .line-bottom-left:before,.theoutset-social-widget-list.style-1 .list-social  .line-bottom-center:before,.theoutset-social-widget-list.style-1 .list-social  .line-bottom-right:before{
    bottom: 100%;
    top: 0;
    -webkit-transition: top .2s ease-in-out .1s, bottom .2s ease-in-out;
    -moz-transition: top .2s ease-in-out .1s, bottom .2s ease-in-out;
	-o-transition:top .2s ease-in-out .1s, bottom .2s ease-in-out;
	-ms-transition:top .2s ease-in-out .1s, bottom .2s ease-in-out;
    transition: top .2s ease-in-out .1s, bottom .2s ease-in-out;
}
.theoutset-social-widget-list.style-1 .list-social .line-top-left{
    top: 8px;
    left: 0;
    -webkit-transform: rotate(-55deg);
	-ms-transform: rotate(-55deg);
	-moz-transform: rotate(-55deg);
	-o-transform:  rotate(-55deg);
    transform: rotate(-55deg);
}
.theoutset-social-widget-list.style-1 .list-social .line-top-center{
     top: 0;
    left: 50%;
    margin-left: -6px;
}
.theoutset-social-widget-list.style-1 .list-social .line-top-right {
    top: 8px;
    right: 0;
    -webkit-transform: rotate(55deg);
	-ms-transform: rotate(55deg);
	-moz-transform: rotate(55deg);
	-o-transform:  rotate(55deg);
    transform: rotate(55deg);
}
.theoutset-social-widget-list.style-1 .list-social .line-bottom-left {
    bottom: 8px;
    left: 0;
    -webkit-transform: rotate(55deg);
	-ms-transform: rotate(55deg);
	-moz-transform: rotate(55deg);
	-o-transform:  rotate(55deg);
    transform: rotate(55deg);
}
.theoutset-social-widget-list.style-1 .list-social .line-bottom-center {
    bottom: 0;
    left: 50%;
    margin-left: -6px;
}
.theoutset-social-widget-list.style-1 .list-social .line-bottom-right {
    bottom: 8px;
    right: 0;
    -webkit-transform: rotate(-55deg);
	-ms-transform:rotate(-55deg);
	-moz-transform:rotate(-55deg);
	-o-transform: rotate(-55deg);
    transform: rotate(-55deg);
}
.theoutset-social-widget-list.style-1 .list-social li a:hover .line-bottom-left:before, .theoutset-social-widget-list.style-1 .list-social li a:hover .line-bottom-center:before, .theoutset-social-widget-list.style-1 .list-social li a:hover .line-bottom-right:before {
    top: 100%;
    bottom: 0;
}
.theoutset-social-widget-list.style-1 .list-social li a:hover .line-top-left:before,.theoutset-social-widget-list.style-1 .list-social li a:hover .line-top-center:before,.theoutset-social-widget-list.style-1 .list-social li a:hover .line-top-right:before {
    top: 0;
    bottom: 100%;
}
.theoutset-social-widget-list.style-1 .list-social li a {
    font-size: 16px;
    text-align: center;
    line-height: 1.5;
    display: inline-block;
    margin-right: 10px;
    -webkit-transition: color .2s ease;
    -moz-transition: color .2s ease;
	-ms-transition: color .2s ease;
    -o-transition: color .2s ease;
    transition: color .2s ease;
    margin: 0;
    padding: 15px;
}
.theoutset-social-widget-list.style-1 .list-social li {
    position: relative;
    overflow: hidden;
    font-size: 20px;
    text-align: center;
    display: inline-block;
	border-bottom: 0px;
    padding: 0px;
}
.theoutset-social-widget-list.style-1 .list-social li:before {
    display: none;
}
.theoutset-social-widget-list.style-1 .list-social {
	display: inline-block;
    padding: 0;
    margin: 0;
    position: relative;
    list-style: none;
}

.theoutset-social-widget-list.style-2 .list-social li a {
    font-size: 16px;
    color: #28262b;
    text-align: center;
    width: 2.5em;
    height: 2.5em;
    line-height: 2.5em;
    display: block;
    margin-right: 10px;
    -webkit-transition: color .2s ease;
    -moz-transition: color .2s ease;
	-ms-transition: color .2s ease;
    -o-transition: color .2s ease;
    transition: color .2s ease;
    margin: 0;
	-moz-border-radius:50%;
	-webkit-border-radius:50%;
    border-radius: 50%;
    -webkit-transition: border-radius .5s ease;
    -moz-transition: border-radius .5s ease;
	-ms-transition: border-radius .5s ease;
    -o-transition: border-radius .5s ease;
    transition: border-radius .5s ease;
    background: #404040;
    color: #fff;
    border: 1px solid #404040;
}
.theoutset-social-widget-list.style-2 .list-social li {
    position: relative;
    overflow: hidden;
    font-size: 20px;
    text-align: center;
    float: left;
    margin: 5px;
}
.theoutset-social-widget-list.style-2 .list-social {
    display: inline-block;
    padding: 0;
    margin: 0;
    position: relative;
    list-style: none;
}
.theoutset-social-widget-list.style-2 .list-social li:hover a {
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
    border-radius: 2px;
}

.theoutset-social-widget-list.style-1 .list-social .social-facebook a i {
    color: #37589b;
}
.theoutset-social-widget-list.style-1 .list-social .social-facebook .line-top-left:before, .theoutset-social-widget-list.style-1 .list-social .social-facebook .line-top-center:before, .theoutset-social-widget-list.style-1 .list-social .social-facebook .line-top-right:before, .theoutset-social-widget-list.style-1 .list-social .social-facebook .line-bottom-left:before, .theoutset-social-widget-list.style-1 .list-social .social-facebook .line-bottom-center:before, .theoutset-social-widget-list.style-1 .list-social .social-facebook .line-bottom-right:before {
    background: #37589b;	
}
.theoutset-social-widget-list.style-2 .list-social .social-facebook a {
    border: 1px solid #37589b;
	 background: #37589b;	
}

.theoutset-social-widget-list.style-1 .list-social .social-twitter a i {
    color: #46d4fe;
}
.theoutset-social-widget-list.style-1 .list-social .social-twitter .line-top-left:before, .theoutset-social-widget-list.style-1 .list-social .social-twitter .line-top-center:before, .theoutset-social-widget-list.style-1 .list-social .social-twitter .line-top-right:before, .theoutset-social-widget-list.style-1 .list-social .social-twitter .line-bottom-left:before, .theoutset-social-widget-list.style-1 .list-social .social-twitter .line-bottom-center:before, .theoutset-social-widget-list.style-1 .list-social .social-twitter .line-bottom-right:before {
    background: #46d4fe;	
}
.theoutset-social-widget-list.style-2 .list-social .social-twitter a {
    border: 1px solid #46d4fe;
	 background: #46d4fe;	
}

.theoutset-social-widget-list.style-1 .list-social .social-googleplus a i {
    color: #de5a49;
}
.theoutset-social-widget-list.style-1 .list-social .social-googleplus .line-top-left:before, .theoutset-social-widget-list.style-1 .list-social .social-googleplus .line-top-center:before, .theoutset-social-widget-list.style-1 .list-social .social-googleplus .line-top-right:before, .theoutset-social-widget-list.style-1 .list-social .social-googleplus .line-bottom-left:before, .theoutset-social-widget-list.style-1 .list-social .social-googleplus .line-bottom-center:before, .theoutset-social-widget-list.style-1 .list-social .social-googleplus .line-bottom-right:before {
    background: #de5a49;	
}
.theoutset-social-widget-list.style-2 .list-social .social-googleplus a {
    border: 1px solid #de5a49;
	 background: #de5a49;	
}

.theoutset-social-widget-list.style-1 .list-social .social-pinterest a i {
    color: #cb2027;
}
.theoutset-social-widget-list.style-1 .list-social .social-pinterest .line-top-left:before, .theoutset-social-widget-list.style-1 .list-social .social-pinterest .line-top-center:before, .theoutset-social-widget-list.style-1 .list-social .social-pinterest .line-top-right:before, .theoutset-social-widget-list.style-1 .list-social .social-pinterest .line-bottom-left:before, .theoutset-social-widget-list.style-1 .list-social .social-pinterest .line-bottom-center:before, .theoutset-social-widget-list.style-1 .list-social .social-pinterest .line-bottom-right:before {
    background: #cb2027;	
}
.theoutset-social-widget-list.style-2 .list-social .social-pinterest a {
    border: 1px solid #cb2027;
	 background: #cb2027;	
}

.theoutset-social-widget-list.style-1 .list-social .social-tumblr a i {
    color: #345574;
}
.theoutset-social-widget-list.style-1 .list-social .social-tumblr .line-top-left:before, .theoutset-social-widget-list.style-1 .list-social .social-tumblr .line-top-center:before, .theoutset-social-widget-list.style-1 .list-social .social-tumblr .line-top-right:before, .theoutset-social-widget-list.style-1 .list-social .social-tumblr .line-bottom-left:before, .theoutset-social-widget-list.style-1 .list-social .social-tumblr .line-bottom-center:before, .theoutset-social-widget-list.style-1 .list-social .social-tumblr .line-bottom-right:before {
    background: #345574;	
}
.theoutset-social-widget-list.style-2 .list-social .social-tumblr a {
    border: 1px solid #345574;
	 background: #345574;	
}

.theoutset-social-widget-list.style-1 .list-social .social-linkedin a i {
    color: #007bb5;
}
.theoutset-social-widget-list.style-1 .list-social .social-linkedin .line-top-left:before, .theoutset-social-widget-list.style-1 .list-social .social-linkedin .line-top-center:before, .theoutset-social-widget-list.style-1 .list-social .social-linkedin .line-top-right:before, .theoutset-social-widget-list.style-1 .list-social .social-linkedin .line-bottom-left:before, .theoutset-social-widget-list.style-1 .list-social .social-linkedin .line-bottom-center:before, .theoutset-social-widget-list.style-1 .list-social .social-linkedin .line-bottom-right:before {
    background: #007bb5;	
}
.theoutset-social-widget-list.style-2 .list-social .social-linkedin a {
    border: 1px solid #007bb5;
	 background: #007bb5;	
}


.theoutset-social-widget-list.style-1 .list-social .social-dribbble a i {
    color: #EA4C89;
}
.theoutset-social-widget-list.style-1 .list-social .social-dribbble .line-top-left:before, .theoutset-social-widget-list.style-1 .list-social .social-dribbble .line-top-center:before, .theoutset-social-widget-list.style-1 .list-social .social-dribbble .line-top-right:before, .theoutset-social-widget-list.style-1 .list-social .social-dribbble .line-bottom-left:before, .theoutset-social-widget-list.style-1 .list-social .social-dribbble .line-bottom-center:before, .theoutset-social-widget-list.style-1 .list-social .social-dribbble .line-bottom-right:before {
    background: #EA4C89;	
}
.theoutset-social-widget-list.style-2 .list-social .social-dribbble a {
    border: 1px solid #EA4C89;
	 background: #EA4C89;	
}


.theoutset-social-widget-list.style-1 .list-social .social-youtube a i {
    color: #b31217;
}
.theoutset-social-widget-list.style-1 .list-social .social-youtube .line-top-left:before, .theoutset-social-widget-list.style-1 .list-social .social-youtube .line-top-center:before, .theoutset-social-widget-list.style-1 .list-social .social-youtube .line-top-right:before, .theoutset-social-widget-list.style-1 .list-social .social-youtube .line-bottom-left:before, .theoutset-social-widget-list.style-1 .list-social .social-youtube .line-bottom-center:before, .theoutset-social-widget-list.style-1 .list-social .social-youtube .line-bottom-right:before {
    background: #b31217;	
}
.theoutset-social-widget-list.style-2 .list-social .social-youtube a {
    border: 1px solid #b31217;
	 background: #b31217;	
}

.theoutset-social-widget-list.style-1 .list-social .social-instagram a i {
      background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%, #d6249f 60%, #285AEB 90%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.theoutset-social-widget-list.style-1 .list-social .social-instagram .line-top-left:before, .theoutset-social-widget-list.style-1 .list-social .social-instagram .line-top-center:before, .theoutset-social-widget-list.style-1 .list-social .social-instagram .line-top-right:before, .theoutset-social-widget-list.style-1 .list-social .social-instagram .line-bottom-left:before, .theoutset-social-widget-list.style-1 .list-social .social-instagram .line-bottom-center:before, .theoutset-social-widget-list.style-1 .list-social .social-instagram .line-bottom-right:before {
    background: radial-gradient(circle farthest-corner at 35% 90%, #fec564, rgba(0, 0, 0, 0) 50%), radial-gradient(circle farthest-corner at 0 140%, #fec564, rgba(0, 0, 0, 0) 50%), radial-gradient(ellipse farthest-corner at 0 -25%, #5258cf, rgba(0, 0, 0, 0) 50%), radial-gradient(ellipse farthest-corner at 20% -50%, #5258cf, rgba(0, 0, 0, 0) 50%), radial-gradient(ellipse farthest-corner at 100% 0, #893dc2, rgba(0, 0, 0, 0) 50%), radial-gradient(ellipse farthest-corner at 60% -20%, #893dc2, rgba(0, 0, 0, 0) 50%), radial-gradient(ellipse farthest-corner at 100% 100%, #d9317a, rgba(0, 0, 0, 0)), linear-gradient(#6559ca, #bc318f 30%, #e33f5f 50%, #f77638 70%, #fec66d 100%);	
}
.theoutset-social-widget-list.style-2 .list-social .social-instagram a {
    border: none;
	background: radial-gradient(circle farthest-corner at 35% 90%, #fec564, rgba(0, 0, 0, 0) 50%), radial-gradient(circle farthest-corner at 0 140%, #fec564, rgba(0, 0, 0, 0) 50%), radial-gradient(ellipse farthest-corner at 0 -25%, #5258cf, rgba(0, 0, 0, 0) 50%), radial-gradient(ellipse farthest-corner at 20% -50%, #5258cf, rgba(0, 0, 0, 0) 50%), radial-gradient(ellipse farthest-corner at 100% 0, #893dc2, rgba(0, 0, 0, 0) 50%), radial-gradient(ellipse farthest-corner at 60% -20%, #893dc2, rgba(0, 0, 0, 0) 50%), radial-gradient(ellipse farthest-corner at 100% 100%, #d9317a, rgba(0, 0, 0, 0)), linear-gradient(#6559ca, #bc318f 30%, #e33f5f 50%, #f77638 70%, #fec66d 100%);
 
}

.theoutset-social-widget-list.style-1 .list-social .social-vimeo a i {
    color: #1ab7ea;
}
.theoutset-social-widget-list.style-1 .list-social .social-vimeo .line-top-left:before, .theoutset-social-widget-list.style-1 .list-social .social-vimeo .line-top-center:before, .theoutset-social-widget-list.style-1 .list-social .social-vimeo .line-top-right:before, .theoutset-social-widget-list.style-1 .list-social .social-vimeo .line-bottom-left:before, .theoutset-social-widget-list.style-1 .list-social .social-vimeo .line-bottom-center:before, .theoutset-social-widget-list.style-1 .list-social .social-vimeo .line-bottom-right:before {
    background: #1ab7ea;	
}
.theoutset-social-widget-list.style-2 .list-social .social-vimeo a {
    border: 1px solid #1ab7ea;
	 background: #1ab7ea;	
}

.theoutset-social-widget-list.style-1 .list-social .social-foursquare a i {
    color: #f94877;
}
.theoutset-social-widget-list.style-1 .list-social .social-foursquare .line-top-left:before, .theoutset-social-widget-list.style-1 .list-social .social-foursquare .line-top-center:before, .theoutset-social-widget-list.style-1 .list-social .social-foursquare .line-top-right:before, .theoutset-social-widget-list.style-1 .list-social .social-foursquare .line-bottom-left:before, .theoutset-social-widget-list.style-1 .list-social .social-foursquare .line-bottom-center:before, .theoutset-social-widget-list.style-1 .list-social .social-foursquare .line-bottom-right:before {
    background: #f94877;	
}
.theoutset-social-widget-list.style-2 .list-social .social-foursquare a {
    border: 1px solid #f94877;
	 background: #f94877;	
}

.theoutset-social-widget-list.style-1 .list-social .social-wordpress a i {
    color: #d54e21;
}
.theoutset-social-widget-list.style-1 .list-social .social-wordpress .line-top-left:before, .theoutset-social-widget-list.style-1 .list-social .social-wordpress .line-top-center:before, .theoutset-social-widget-list.style-1 .list-social .social-wordpress .line-top-right:before, .theoutset-social-widget-list.style-1 .list-social .social-wordpress .line-bottom-left:before, .theoutset-social-widget-list.style-1 .list-social .social-wordpress .line-bottom-center:before, .theoutset-social-widget-list.style-1 .list-social .social-wordpress .line-bottom-right:before {
    background: #d54e21;	
}
.theoutset-social-widget-list.style-2 .list-social .social-wordpress a {
    border: 1px solid #d54e21;
	 background: #d54e21;	
}


.theoutset-social-widget-list.style-1 .list-social .social-soundcloud a i {
    color: #ff3300;
}
.theoutset-social-widget-list.style-1 .list-social .social-soundcloud .line-top-left:before, .theoutset-social-widget-list.style-1 .list-social .social-soundcloud .line-top-center:before, .theoutset-social-widget-list.style-1 .list-social .social-soundcloud .line-top-right:before, .theoutset-social-widget-list.style-1 .list-social .social-soundcloud .line-bottom-left:before, .theoutset-social-widget-list.style-1 .list-social .social-soundcloud .line-bottom-center:before, .theoutset-social-widget-list.style-1 .list-social .social-soundcloud .line-bottom-right:before {
    background: #ff3300;	
}
.theoutset-social-widget-list.style-2 .list-social .social-soundcloud a {
    border: 1px solid #ff3300;
	 background: #ff3300;	
}

.theoutset-social-widget-list.style-1 .list-social .social-flickr a i {
    color: #0063dc;
}
.theoutset-social-widget-list.style-1 .list-social .social-flickr .line-top-left:before, .theoutset-social-widget-list.style-1 .list-social .social-flickr .line-top-center:before, .theoutset-social-widget-list.style-1 .list-social .social-flickr .line-top-right:before, .theoutset-social-widget-list.style-1 .list-social .social-flickr .line-bottom-left:before, .theoutset-social-widget-list.style-1 .list-social .social-flickr .line-bottom-center:before, .theoutset-social-widget-list.style-1 .list-social .social-flickr .line-bottom-right:before {
    background: #0063dc;	
}
.theoutset-social-widget-list.style-2 .list-social .social-flickr a {
    border: 1px solid #0063dc;
	 background: #0063dc;	
}

.theoutset-social-widget-list.style-1 .list-social .social-digg a i {
    color: #005be2;
}
.theoutset-social-widget-list.style-1 .list-social .social-digg .line-top-left:before, .theoutset-social-widget-list.style-1 .list-social .social-digg .line-top-center:before, .theoutset-social-widget-list.style-1 .list-social .social-digg .line-top-right:before, .theoutset-social-widget-list.style-1 .list-social .social-digg .line-bottom-left:before, .theoutset-social-widget-list.style-1 .list-social .social-digg .line-bottom-center:before, .theoutset-social-widget-list.style-1 .list-social .social-digg .line-bottom-right:before {
    background: #005be2;	
}
.theoutset-social-widget-list.style-2 .list-social .social-digg a {
    border: 1px solid #005be2;
	 background: #005be2;	
}

.theoutset-social-widget-list.style-1 .list-social .social-amazon a i {
    color: #ff9900;
}
.theoutset-social-widget-list.style-1 .list-social .social-amazon .line-top-left:before, .theoutset-social-widget-list.style-1 .list-social .social-amazon .line-top-center:before, .theoutset-social-widget-list.style-1 .list-social .social-amazon .line-top-right:before, .theoutset-social-widget-list.style-1 .list-social .social-amazon .line-bottom-left:before, .theoutset-social-widget-list.style-1 .list-social .social-amazon .line-bottom-center:before, .theoutset-social-widget-list.style-1 .list-social .social-amazon .line-bottom-right:before {
    background: #ff9900;	
}
.theoutset-social-widget-list.style-2 .list-social .social-amazon a {
    border: 1px solid #ff9900;
	 background: #ff9900;	
}

.theoutset-social-widget-list.style-1 .list-social .social-wikipedia a i {
    color: #313131;
}
.theoutset-social-widget-list.style-1 .list-social .social-wikipedia .line-top-left:before, .theoutset-social-widget-list.style-1 .list-social .social-wikipedia .line-top-center:before, .theoutset-social-widget-list.style-1 .list-social .social-wikipedia .line-top-right:before, .theoutset-social-widget-list.style-1 .list-social .social-wikipedia .line-bottom-left:before, .theoutset-social-widget-list.style-1 .list-social .social-wikipedia .line-bottom-center:before, .theoutset-social-widget-list.style-1 .list-social .social-wikipedia .line-bottom-right:before {
    background: #212121;	
}
.theoutset-social-widget-list.style-2 .list-social .social-wikipedia a {
    border: 1px solid #212121;
	 background: #212121;	
}
/*--soical list icon widget ---*/

/*---back to top style---*/
.theoutset-back-to-top {
position: fixed;
    z-index: 2;
    border: 0;
    background: transparent;
    height: 40px;
    width: 40px;
    font-weight: 400;
    padding-left: 0;
    padding-right: 0;
    right: 22px;
    bottom: 22px;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
	opacity: 0;
}
.theoutset-back-to-top.show {
    -webkit-transform: translate(0, -10px);
    -moz-transform: translate(0, -10px);
    -ms-transform: translate(0, -10px);
    -o-transform: translate(0, -10px);
    transform: translate(0, -10px);
    opacity: 0.7;
}
.theoutset-back-to-top.show:hover{
	opacity:1;
}
.theoutset-back-to-top.back-top-style-1{
    background: transparent;
	-moz-border-radius: 20px;
	-webkit-border-radius: 20px;
    border-radius: 20px;
	-moz-box-shadow:none;
	-webkit-box-shadow:none;
    box-shadow: none;
    letter-spacing: .5px;
    line-height: initial;
    text-shadow: none;
    padding: 10px;
}
.theoutset-back-to-top.back-top-style-1 .arrow {
    top: -2px;
}
.theoutset-back-to-top.back-top-style-1 .arrow {
    position: relative;
    left: 50%;
    top: 0;
    height: 7px;
    width: 0;
    display: block;
}
.theoutset-back-to-top.back-top-style-1 .arrow, .theoutset-back-to-top.back-top-style-1 .arrow:before, .theoutset-back-to-top.back-top-style-1 .arrow:after {
    -webkit-transition: .2s;
    -moz-transition: .2s;
    -ms-transition: .2s;
    -o-transition: .2s;
    transition: .2s;
}
.theoutset-back-to-top.back-top-style-1 .arrow:before, .theoutset-back-to-top.back-top-style-1 .arrow:after {
    background: #212121;
}
.theoutset-back-to-top.back-top-style-1 .arrow:before {
    left: 0;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transform-origin: left top;
    -moz-transform-origin: left top;
    -ms-transform-origin: left top;
    -o-transform-origin: left top;
    transform-origin: left top;
}
.theoutset-back-to-top.back-top-style-1 .arrow:after {
    right: 0;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -webkit-transform-origin: right top;
    -moz-transform-origin: right top;
    -ms-transform-origin: right top;
    -o-transform-origin: right top;
    transform-origin: right top;
}
.theoutset-back-to-top.back-top-style-1 .arrow:before, .theoutset-back-to-top.back-top-style-1 .arrow:after {
    content: '';
    display: block;
    width: 12px;
    height: 1px;
    background: black;
    position: absolute;
    top: 0;
}

.theoutset-back-to-top.back-top-style-1:hover{
    color: #fff;
    background: #212121;
}

.theoutset-back-to-top.back-top-style-1:hover .arrow:before, .theoutset-back-to-top.back-top-style-1:hover .arrow:after {
    background: #fff;
}

/*--------style-1 End-------*/
/*--------style-2 -----------*/
.theoutset-back-to-top.back-top-style-2{
font-size: 24px;
    line-height: 43px;
    text-align: center;
    border-radius: 100%;
	-moz-border-radius:100%;
	-webkit-border-radius:100%;
    background: #d82d34;
    color: #fff;
    background-position: center center;
    background-repeat: no-repeat;
    border: 1px solid transparent;
    padding: 4px;
}
.theoutset-back-to-top.back-top-style-2 .fa{
display: block;
}
.theoutset-back-to-top.back-top-style-2:focus, .theoutset-back-to-top.back-top-style-2:hover {
    background: transparent;
    color: #d82d34;
    border-color: #d82d34;
}
/*--------style-2 -----------*/
/*--------style-3 -----------*/
.theoutset-back-to-top.back-top-style-3{
    background: #d82d34;
    border-radius: 5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
    font-size: 20px;
    color: #fff;
    text-align: center;
	display: grid;
    align-items: center;
	-webkit-align-items: center;
	border: 1px solid transparent;
}
.theoutset-back-to-top.back-top-style-3:focus, .theoutset-back-to-top.back-top-style-3:hover {
    background: #fff;
    color: #d82d34;
    border-color: #d82d34;
}
.theoutset-back-to-top.back-top-style-3 .fa,.theoutset-back-to-top.back-top-style-4 .fa{
display: grid;
    align-items: center;
	-webkit-align-items: center;
    height: 100%;
}
/*--------style-3 -----------*/
/*--------style-4 -----------*/
.theoutset-back-to-top.back-top-style-4{
    background: #d82d34;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
    border-radius: 50%;
    font-size: 20px;
    color: #fff;
    text-align: center;
	display: grid;
    align-items: center;
	-webkit-align-items: center;
	border: 1px solid transparent;
}
.theoutset-back-to-top.back-top-style-4:focus, .theoutset-back-to-top.back-top-style-4:hover {
    background: #fff;
    color: #d82d34;
    border-color: #d82d34;
}
/*--------style-4 -----------*/
/*--------style-5 -----------*/
.theoutset-back-to-top.back-top-style-5 {
    width: auto;
    height: auto;
    display: inline-block;
    bottom: 0;
    right: 30px;
    color: #313131;
    line-height: 22px;
    border-bottom: 1px solid transparent;
    font-size: 16px;
}
.theoutset-back-to-top.back-top-style-5:focus, .theoutset-back-to-top.back-top-style-5:hover {
	color: #d82d34;
    border-bottom: 1px solid;
}
/*--------style-5 -----------*/
/*--------style-6 -----------*/
.theoutset-back-to-top.back-top-style-6 {
    width: auto;
    height: auto;
    display: inline-block;
    bottom: 0;
    right: 30px;
    color: #313131;
    line-height: 1.7;
    font-size: 12px;
}
.theoutset-back-to-top.back-top-style-6 .fa {
    padding-left: 7px;
    font-size: 16px;
    vertical-align: top;
}
.theoutset-back-to-top.back-top-style-6:focus, .theoutset-back-to-top.back-top-style-6:hover {
	color: #d82d34;
}
/*--------style-6 -----------*/
/*---back to top style---*/
/*---404 page css-------*/
.error-404.not-found {
    padding: 50px 0;
    position: relative;
    width: 100%;
    height: 75vh;
	min-height: 75vh;
    display: block;
    text-align: left;
    background: url(images/404-page.jpg);
    background-repeat: no-repeat;
	-webkit-background-size: cover;
	-moz-background-size:cover;
	-o-background-size:cover;
    background-size: cover;
	background-position:right center;
    display: grid;
    align-items: center;
	-webkit-align-items: center;
    justify-content: center;
}
h1.error-page-title {
    margin: 0;
    vertical-align: middle;
    text-align: left;
    display: block;
    color: #212121;
    font-size: 42px;
    line-height: 54px;
    letter-spacing: 0px;
    font-weight: 700;
    font-style: normal;
    margin-bottom: 32px;
}
h4.error-page-text {
	color: #212121;
    font-size: 14px;
    line-height: 30px;
    font-weight: 400;
    text-align: left;
    width: 50%;
    margin-top: 0px;
    margin-bottom: 32px;
}
.error-404.not-found .pt_plus_button.button-style-13 .button-link-wrap {
    background: #212121;
    font-size: 14px;
    line-height: 20px;
    letter-spacing: 1px;
    color: #ffffff;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
    border: 1px solid #212121;
    padding: 15px 30px;
    font-weight: 500;
}
/*---404 page css-------*/
/*---bg music play -----*/
#theoutset_bgmusic_toggle {
position: fixed;
    bottom: 20px;
    right: 18px;
    width: 45px;
    height: 45px;
    display: flex;
    justify-content: center;
    align-items: center;
	-webkit-align-items: center;
    z-index: 12;
    cursor: pointer;
	-webkit-transition: .7s;
    -moz-transition: .7s;
    -ms-transition: .7s;
    -o-transition: .7s;
    transition: .7s;
}
#theoutset_bgmusic_toggle.right {
    right: 30px;
	left:auto;
}
#theoutset_bgmusic_toggle.left {
    right: auto;
    left: 70px;
    bottom: 30px;
}
#theoutset_bgmusic_toggle.right.up {
    -webkit-transform: translate(0, -50px);
    -moz-transform: translate(0, -50px);
    -ms-transform: translate(0, -50px);
    -o-transform: translate(0, -50px);
    transform: translate(0, -50px);
}
#theoutset_bgmusic_toggle.style-1{
	background: #404040;
	-moz-border-radius:25px;
	-webkit-border-radius:25px;
    border-radius: 25px;
}
#theoutset_bgmusic_toggle.style-1>div {
    display: flex;
    padding-bottom: 3px;
    width: 20px;
    height: 20px;
    align-items: flex-end;
	-webkit-align-items: flex-end;
}

#theoutset_bgmusic_toggle.style-1 span {
    display: inline-flex;
    margin: 0 1px;
    width: 2px;
    height: 7px;
    background: #fff;
}

#theoutset_bgmusic_toggle.style-1.on span:nth-child(1) {
    -moz-animation: bgmusic-bar-style-1 2s 1s ease-out alternate infinite;
    -webkit-animation: bgmusic-bar-style-1 2s 1s ease-out alternate infinite;
    animation: bgmusic-bar-style-1 2s 1s ease-out alternate infinite
}

#theoutset_bgmusic_toggle.style-1.on span:nth-child(2) {
    -moz-animation: bgmusic-bar-style-1 2s 0.5s ease-out alternate infinite;
    -webkit-animation: bgmusic-bar-style-1 2s 0.5s ease-out alternate infinite;
    animation: bgmusic-bar-style-1 2s 0.5s ease-out alternate infinite
}

#theoutset_bgmusic_toggle.style-1.on span:nth-child(3) {
    -moz-animation: bgmusic-bar-style-1 2s 1.5s ease-out alternate infinite;
    -webkit-animation: bgmusic-bar-style-1 2s 1.5s ease-out alternate infinite;
    animation: bgmusic-bar-style-1 2s 1.5s ease-out alternate infinite
}

#theoutset_bgmusic_toggle.style-1.on span:nth-child(4) {
    -moz-animation: bgmusic-bar-style-1 2s 0.25s ease-out alternate infinite;
    -webkit-animation: bgmusic-bar-style-1 2s 0.25s ease-out alternate infinite;
    animation: bgmusic-bar-style-1 2s 0.25s ease-out alternate infinite
}

#theoutset_bgmusic_toggle.style-1.on span:nth-child(5) {
    -moz-animation: bgmusic-bar-style-1 2s 0.75s ease-out alternate infinite;
    -webkit-animation: bgmusic-bar-style-1 2s 0.75s ease-out alternate infinite;
    animation: bgmusic-bar-style-1 2s 0.75s ease-out alternate infinite
}
#theoutset_bgmusic_toggle.style-1:hover,#theoutset_bgmusic_toggle.style-1.on {
    background: #ef173b
}

@-moz-keyframes bgmusic-bar-style-1 {
    0% {  height: 6px  }

    10% {  height: 10px  }

    20% {   height: 6px  }

    30% {   height: 14px  }

    40% {  height: 18px }

    50% {   height: 6px  }

    60% {   height: 16px  }

    70% {   height: 10px  }

    80% {   height: 12px  }

    90% {   height: 4px  }

    100% {  height: 18px }
}

@-webkit-keyframes bgmusic-bar-style-1 {
    0% {   height: 6px  }

    10% {  height: 10px }

    20% {  height: 6px }

    30% {  height: 14px }

    40% {  height: 18px }
	
    50% {  height: 6px }

    60% {  height: 16px }

    70% {  height: 10px }

    80% {  height: 12px }

    90% {  height: 4px }

    100% { height: 18px }
}

@keyframes bgmusic-bar-style-1 {
    0% {  height: 6px  }

    10% {    height: 10px  }

    20% {    height: 6px  }

    30% {    height: 14px  }

    40% {    height: 18px  }

    50% {    height: 6px  }

    60% {    height: 16px  }

    70% {    height: 10px  }

    80% {    height: 12px }

    90% {    height: 4px }

    100% {   height: 18px  }
}
#theoutset_bgmusic_toggle.style-2 >div {
    position: relative;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 22px;
    height: 22px;
    overflow: hidden;
	margin: 0 auto;
}
#theoutset_bgmusic_toggle.style-2 span{
	width: 2px;
    height: 100%;
	opacity: 1;
    background: #212121;
	 -webkit-animation-timing-function: east-out;
    animation-timing-function: east-out;
    -webkit-animation-direction: normal;
    animation-direction: normal;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1;
	-webkit-transition: background .5s;
	-moz-transition: background .5s;
	-o-transition: background .5s;
	-ms-transition: background .5s;
    transition: background .5s;
}
#theoutset_bgmusic_toggle.style-2.on span{
    -webkit-animation-name: bgmusic-bar-style-2;
    animation-name: bgmusic-bar-style-2;
    -webkit-animation-delay: .1s;
    animation-delay: .1s;
    -webkit-animation-timing-function: cubic-bezier(.455,.03,.515,.955);
    animation-timing-function: cubic-bezier(.455,.03,.515,.955);
    -webkit-animation-direction: alternate;
    animation-direction: alternate;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite
}
#theoutset_bgmusic_toggle.style-2:not(.on) span {
    height: 10px;
}
#theoutset_bgmusic_toggle.style-2 span:first-child {
    -webkit-animation-duration: .468s;
    animation-duration: .468s
}

#theoutset_bgmusic_toggle.style-2 span:nth-child(2) {
    -webkit-animation-duration: .489s;
    animation-duration: .489s
}

#theoutset_bgmusic_toggle.style-2 span:nth-child(3) {
    -webkit-animation-duration: .405s;
    animation-duration: .405s
}

#theoutset_bgmusic_toggle.style-2 span:nth-child(4) {
    -webkit-animation-duration: .412s;
    animation-duration: .412s
}

#theoutset_bgmusic_toggle.style-2 span:nth-child(5) {
    -webkit-animation-duration: .421s;
    animation-duration: .421s
}

#theoutset_bgmusic_toggle.style-2:before {
    content: "Off";
    z-index: 1;
    position: absolute;
    top: 17px;
    left: 0;
    width: 100%;
    opacity: 0;
    pointer-events: none;
    font-size: 9px;
    font-weight: 500;
    color: #313131;
    letter-spacing: .075em;
    text-align: center;
    text-transform: uppercase;
	-webkit-transition:  opacity .5s .2s,color .5s;
	-moz-transition:  opacity .5s .2s,color .5s;
	-o-transition:  opacity .5s .2s,color .5s;
	-ms-transition:  opacity .5s .2s,color .5s;
    transition: opacity .5s .2s,color .5s;
}
#theoutset_bgmusic_toggle.style-2:not(.on):before{
	opacity:1;
}
@-webkit-keyframes bgmusic-bar-style-2 {
    0% {
        opacity: .8;
        -webkit-transform: translateY(87%);
        transform: translateY(87%)
    }

    to {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

@keyframes bgmusic-bar-style-2 {
    0% {
        opacity: .8;
        -webkit-transform: translateY(87%);
        transform: translateY(87%)
    }

    to {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}
/*---bg music play -----*/
img.cursor-pointer-follow {
    position: fixed;
    display: inline-block;
    z-index: 123;
    padding-left: 10px;
}

/*---------------- theoutset protection site content---------*/
.theoutset_protection_content {
    position: absolute;
    z-index: 9999;
    top: 50%;
    left: 50%;
    display: none;
}
.theoutset_protection_content.active{
	display:block;
}
.theoutset_copyright_overlay,.theoutset_copyright_overlay p {
    border-radius: 5px;
    background: rgba(0,0,0,0.95);
    position: relative;
    display: inline-block;
    padding: 10px;
    font-size: 12px;
    padding: 12px;
    text-align: center;
    color: white;
}
/*---------------- theoutset protection site content---------*/
/*----responsive css-----*/
@media (min-width:1460px){
.blog-main-content-area .elementor-section.elementor-section-boxed>.elementor-container {
    max-width: 1429px
}
}
@media (max-width:1199px){
	.header-normalmenu .navbar-collapse.style-1 {
		width: 75%;
	}	
}
@media (max-width:880px){
	#content-wrap.container .blog-share-fixed-wrap {
		display: none;
	}
}

@media (max-width:1024px){	
	.theoutset-header-archive-content .archive-header-inner-content{
	    min-width: 100%;
	}
}

@media (min-width: 992px){	
	.navbar-nav > li > a > i.fa {
		opacity: 0.6;
	}
	
	nav.header-normalmenu .site-navigation-inner {
		position: relative;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		-webkit-align-items: center;
		-ms-flex-align: center;
		align-items: center;
		width: 100%;
	}
	.header-normalmenu .navbar-nav ul.dropdown-menu li > .dropdown-menu{
		display: block;
		-webkit-transform:translateY(2em);
		-ms-transform:translateY(2em);
		-moz-transform:translateY(2em);
		-o-transform: translateY(2em);
		transform: translateY(2em);
		-webkit-transition:  all 0.4s ease-in-out 0s, visibility 0s linear 0.4s, z-index 0s linear 0.04s;
	-moz-transition:   all 0.4s ease-in-out 0s, visibility 0s linear 0.4s, z-index 0s linear 0.04s;
	-o-transition:  all 0.4s ease-in-out 0s, visibility 0s linear 0.4s, z-index 0s linear 0.04s;
	-ms-transition: all 0.4s ease-in-out 0s, visibility 0s linear 0.4s, z-index 0s linear 0.04s;
		transition: all 0.4s ease-in-out 0s, visibility 0s linear 0.4s, z-index 0s linear 0.04s;
		opacity: 0;
		z-index:-1;
	}
	.header-primary-nav {
		display: table-cell;
		vertical-align: middle;
		position: relative;
	}
	.theoutset-mainmenu ul.nav {
		float: right !important;
	}
	.theoutset-mainmenu .navbar-nav ul.dropdown-menu li a {	
		display: block;
		-webkit-transition: background 0.2s, color 0.2s linear;
		-moz-transition: background 0.2s, color 0.2s linear;
		-o-transition: background 0.2s, color 0.2s linear;
		-ms-transition: background 0.2s, color 0.2s linear;
		transition: background 0.2s, color 0.2s linear;
	}
	.header-normalmenu .navbar-collapse.style-1 {
		padding: 0;
		display: -webkit-box !important;
		display: -moz-box !important;
		display: -ms-flexbox !important;
		display: -webkit-flex !important;
		display: flex !important;
		-webkit-align-items: center;
		-ms-flex-align: center;
		align-items: center;
		-webkit-box-pack: flex-end;
    -ms-flex-pack: flex-end;
	-webkit-justify-content: flex-end;
    justify-content: flex-end;
		position: relative;
	}
	.navbar-collapse.collapse{
		display:block!important;
		padding-bottom:0;
		overflow:visible!important;
	}
	.theoutset-mainmenu .navbar-nav>li {
		display: inline-block !important;
		float: left!important;
	}
	
	.theoutset-mainmenu .navbar-nav>li:last-child .dropdown-menu > i.fa,.theoutset-mainmenu .navbar-nav>li:nth-last-child(2) .dropdown-menu > i.fa {
		position: absolute;
		vertical-align: middle;
		left: 10px;
		right: auto;
		font-weight: 400;
		font-size: inherit;
		line-height: inherit;
		font-style: normal;
		text-rendering: auto;
		-webkit-font-smoothing: antialiased;
		transform: rotate(180deg);
		-webkit-transform: rotate(180deg);
		-ms-transform: rotate(180deg);
		-moz-transform: rotate(180deg);
		-o-transform:  rotate(180deg);
	}
	.theoutset-mainmenu .navbar-nav>li:last-child .dropdown-menu .dropdown-menu, .theoutset-mainmenu .navbar-nav>li:nth-last-child(2) .dropdown-menu .dropdown-menu {
		left: auto;
		top: 0;
		right: 100%;
	}
	.navbar-nav.submenu-hover-style-1 ul.dropdown-menu > li > a,.navbar-nav.submenu-hover-style-3 ul.dropdown-menu > li > a{
		-webkit-transition: -webkit-transform .3s;
		-moz-transition: -moz-transform .3s;
		-ms-transition: -ms-transform .3s;
		-o-transition: -o-transform .3s;
		transition: transform .3s;
		-webkit-transform: translateX(0) translateZ(0);
		-moz-transform: translateX(0) translateZ(0);
		-ms-transform: translateX(0) translateZ(0);
		-o-transform: translateX(0) translateZ(0);
		transform: translateX(0) translateZ(0);
	}
	.navbar-nav.submenu-hover-style-1  ul.dropdown-menu > li:hover > a,.navbar-nav.submenu-hover-style-3  ul.dropdown-menu > li:hover > a {
		-webkit-transition: -webkit-transform .3s;
		-moz-transition: -moz-transform .3s;
		-ms-transition: -ms-transform .3s;
		-o-transition: -o-transform .3s;
		transition: transform .3s;
		-webkit-transform: translateX(7px) translateZ(7px);
		-moz-transform: translateX(7px) translateZ(7px);
		-ms-transform: translateX(7px) translateZ(7px);
		-o-transform: translateX(7px) translateZ(7px);
		transform: translateX(7px) translateZ(7px);
	}
	.theoutset-mainmenu .navbar-nav>li:not(.yamm-fw):last-child .dropdown-menu a, .theoutset-mainmenu .navbar-nav>li:not(.yamm-fw):nth-last-child(2) .dropdown-menu a {
		padding-left: 25px !important;
	}
	.theoutset-mainmenu .navbar-nav .dropdown-menu{
		-moz-box-shadow: 0px 1px 1px rgba(0,0,0,.3) !important;
		-webkit-box-shadow:0px 1px 1px rgba(0,0,0,.3) !important; 
		box-shadow: 0px 1px 1px rgba(0,0,0,.3) !important;
	}
	.navbar-toggle,.navbar-header.mobile-toggle,.header-mobile-nav,.mobile-huburger-menu,.navbar-header-toggle.mobile-toggle{
			display:none;
	}
	.header-search-bar-shopping-cart.header-search-cart-mobile {
		display:none !important;
	}
	.header-normalmenu .header-search-bar-shopping-cart {
		padding:0px;
		display: -webkit-box !important;
		display: -moz-box !important;
		display: -ms-flexbox !important;
		display: -webkit-flex !important;
		display: flex !important;
		-webkit-align-items: center;
		-ms-flex-align: center;
		align-items: center;
	}
	#theoutset-header .header-normalmenu .header-search-bar-shopping-cart.header-language-switcher {
		width: auto;
		min-width: 100%;
	}
	ul.theoutset-header-cart-search-wrap li:last-child {
			padding-right: 0;
	}	
	
	.transparent-style-3 .header-search-bar-shopping-cart {
		padding-right: 20px;
	}
	.menu-style-4 .header-search-bar-shopping-cart .lang-sel > a span.flag {
		display: inline-block;
		width: 45px;
		margin-right: 0;
	}
	.menu-style-4 ul.theoutset-header-cart-search-wrap .lang-sel.theoutset-wpml-switcher a {
		font-size: 10px;
	}
	
	.navbar-header{
		display: -webkit-flex;
		display: -moz-flex;
		display: -ms-flexbox;
		display: -ms-flex;
	}
	.header-search-bar-content.center-menu-search {
		position: absolute;
		top: 0;
		left: 0;
		height: 100%;
		width: 100%;
		right: 0;
	}
	.theoutset-mainmenu ul.nav > li {
		padding: 15px 5px;
	}
	
	
	/*----------- normal menu header sticly toggle -*/
	.stickly-header-humburger {
		position: fixed;
		width: 48px;
		height: 48px;
		right: 2%;
		top: 40px;
		-webkit-transform: translate3d(0,-100px,0);
		-ms-transform: translate3d(0,-100px,0);
		-moz-transform: translate3d(0,-100px,0);
		-o-transform: translate3d(0,-100px,0);
		transform: translate3d(0,-100px,0);
		opacity: 0;
		-webkit-transition: opacity 0.5s cubic-bezier(0.645, 0.045, 0.355, 1), -webkit-transform 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
		-moz-transition: opacity 0.5s cubic-bezier(0.645, 0.045, 0.355, 1), -webkit-transform 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
		-ms-transition: opacity 0.5s cubic-bezier(0.645, 0.045, 0.355, 1), -webkit-transform 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
		-o-transition: opacity 0.5s cubic-bezier(0.645, 0.045, 0.355, 1), -webkit-transform 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
		-webkit-transition:  opacity 0.5s cubic-bezier(0.645, 0.045, 0.355, 1), -webkit-transform 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
		-moz-transition:  opacity 0.5s cubic-bezier(0.645, 0.045, 0.355, 1), -moz-transform 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
		-o-transition:  opacity 0.5s cubic-bezier(0.645, 0.045, 0.355, 1), -o-transform 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
		-ms-transition:  opacity 0.5s cubic-bezier(0.645, 0.045, 0.355, 1), -ms-transform 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
		transition: opacity 0.5s cubic-bezier(0.645, 0.045, 0.355, 1), -webkit-transform 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
		transition: transform 0.5s cubic-bezier(0.645, 0.045, 0.355, 1), opacity 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
		transition: transform 0.5s cubic-bezier(0.645, 0.045, 0.355, 1), opacity 0.5s cubic-bezier(0.645, 0.045, 0.355, 1), -webkit-transform 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
		-webkit-touch-callout: none;
		-webkit-user-select: none;
		-webkit-tap-highlight-color: transparent;
		z-index: 123;
	}
	.stickly-header-humburger.bottom {
		top: 100px;
		right: 1%;
	}
	.header-stickly.fixed-stickly .stickly-header-humburger{
	 -webkit-transform: translate3d(0,-50%,0);
		-ms-transform: translate3d(0,-50%,0);
		-moz-transform: translate3d(0,-50%,0);
		-o-transform: translate3d(0,-50%,0);
		transform: translate3d(0,-50%,0);
	  opacity: 1;
	}
	.smart_stickly_toggle.fixed-stickly .header-normalmenu {
		-webkit-transform: translate3d(0,-100%,0);
		-ms-transform: translate3d(0,-100%,0);
		-ms-transform: .5s linear;
		-moz-transform: translate3d(0,-100%,0);
		-o-transform:  translate3d(0,-100%,0);
		-webkit-transition: .5s linear;
		-moz-transition: .5s linear; 
		-o-transition: .5s linear;
		-ms-transition: .5s linear;
		transition: .5s linear;
		webkit-transition-delay:.1s;
		-moz-transition-delay:.1s;
		-o-transition-delay:.1s;
		transition-delay: .1s;
	}
	.smart_stickly_toggle.fixed-stickly.is-navOpen .header-normalmenu {
		-webkit-transform: translate3d(0,0,0);
		-ms-transform: translate3d(0,0,0);
		-moz-transform: translate3d(0,0,0);
		-o-transform: translate3d(0,0,0);
		transform: translate3d(0,0%,0);
		-webkit-transition: .7s linear;
		-ms-transition: .7s linear;
		-moz-transition: .7s linear;
		-o-transition: .7s linear;
		transition: .7s linear;
	}
	.PageHeader-burger-icon {
		  position: relative;
		  width: 48px;
		  height: 48px;
		  color: #fff;
			-moz-border-radius: 50%;
			-webkit-border-radius: 50%;
		  border-radius: 50%;
		  background: #252525;
		  -webkit-transition: background 0.3s ease-in-out, border 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
		  -moz-transition: background 0.3s ease-in-out, border 0.3s ease-in-out, -moz-transform 0.3s ease-in-out;
		  -ms-transition: background 0.3s ease-in-out, border 0.3s ease-in-out, -ms-transform 0.3s ease-in-out;
		  -o-transition: background 0.3s ease-in-out, border 0.3s ease-in-out, -o-transform 0.3s ease-in-out;
		  transition: background 0.3s ease-in-out, border 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
		  transition: background 0.3s ease-in-out, border 0.3s ease-in-out, transform 0.3s ease-in-out;
		  transition: background 0.3s ease-in-out, border 0.3s ease-in-out, transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
		  -moz-box-sizing:  border-box;
		-webkit-box-sizing: border-box;
		  box-sizing: border-box;
	}
	.is-navOpen .stickly-header-humburger .PageHeader-burger-icon{
	  background: #fff;
	}
	.stickly-header-humburger:hover .PageHeader-burger-icon {
	  color: #252525;
	  background: #fff;
	}
	.is-navOpen .stickly-header-humburger:hover .PageHeader-burger-icon {
		-webkit-transform: rotate(90deg) scale(0.8);
		-ms-transform: rotate(90deg) scale(0.8);
		-moz-transform: rotate(90deg) scale(0.8);
		-o-transform: rotate(90deg) scale(0.8);
		transform: rotate(90deg) scale(0.8);
	}
	.stickly-header-humburger:hover .PageHeader-burger-icon .PageHeader-burger-line {
		background: #252525;
	}
	.PageHeader-burger-line {
		position: absolute;
		width: 18px;
		height: 2px;
		background: #fff;
		left: 50%;
		margin-left: -9px;
		-webkit-transition-delay: .5s;
		-moz-transition-delay: .5s;
		-o-transition-delay: .5s;
		transition-delay: .5s;
		-webkit-transition: opacity 0.3s ease-in-out, background 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
		-moz-transition: opacity 0.3s ease-in-out, background 0.3s ease-in-out, -moz-transform 0.3s ease-in-out;
		-ms-transition: opacity 0.3s ease-in-out, background 0.3s ease-in-out, -ms-transform 0.3s ease-in-out;
		-o-transition: opacity 0.3s ease-in-out, background 0.3s ease-in-out, -o-transform 0.3s ease-in-out;
		transition: opacity 0.3s ease-in-out, background 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
		-webkit-transition: opacity 0.3s ease-in-out, background 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
		-moz-transition: opacity 0.3s ease-in-out, background 0.3s ease-in-out, -moz-transform 0.3s ease-in-out;
		-o-transition: opacity 0.3s ease-in-out, background 0.3s ease-in-out, -o-transform 0.3s ease-in-out;
		-ms-transition: opacity 0.3s ease-in-out, background 0.3s ease-in-out, -ms-transform 0.3s ease-in-out;
		transition: transform 0.3s ease-in-out, opacity 0.3s ease-in-out, background 0.3s ease-in-out;
		transition: transform 0.3s ease-in-out, opacity 0.3s ease-in-out, background 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
	}
	.PageHeader-burger-line.line1 {
	  top: 50%;
	  margin-top: -6px;
	}
	.is-navOpen .PageHeader-burger-line.line1 {
	  -webkit-transform: rotate(45deg) translateX(3.5px) translateY(3.5px);
		  -ms-transform: rotate(45deg) translateX(3.5px) translateY(3.5px);
		   -o-transform: rotate(45deg) translateX(3.5px) translateY(3.5px);
		  -moz-transform: rotate(45deg) translateX(3.5px) translateY(3.5px);
			  transform: rotate(45deg) translateX(3.5px) translateY(3.5px);
	  background: #252525;
	  
	}
	.PageHeader-burger-line.line2 {
	  top: 50%;
	  margin-top: -1px;
	}
	.is-navOpen .PageHeader-burger-line.line2 {
	  opacity: 0;
	  background: #252525;	  
	}
	.PageHeader-burger-line.line3 {
	  top: 50%;
	  margin-top: 4px;
	}
	.is-navOpen .PageHeader-burger-line.line3 {
	  -webkit-transform: rotate(-45deg) translateX(3.5px) translateY(-3.5px);
		  -ms-transform: rotate(-45deg) translateX(3.5px) translateY(-3.5px);
		 -moz-transform: rotate(-45deg) translateX(3.5px) translateY(-3.5px);
		   -o-transform: rotate(-45deg) translateX(3.5px) translateY(-3.5px);
			  transform: rotate(-45deg) translateX(3.5px) translateY(-3.5px);
	  background: #252525;
	}
	
	/*----------- normal menu header sticly toggle -*/
	
	.theoutset-blog-post-breadcrumb #crumbs > span:last-child {
		padding-right: 0px;
	}
	.navbar-nav.submenu-hover-style-1 > li .dropdown-menu > li{
		border-bottom: 1px solid #e2e2e2;
	}
	.navbar-nav.submenu-hover-style-2 > li >.dropdown-menu li a:hover,.navbar-nav.submenu-hover-style-2 > li >.dropdown-menu li.current-menu-item a, .navbar-nav.submenu-hover-style-2 > li.yamm-fw >.dropdown-menu li a:hover,.navbar-nav.submenu-hover-style-2 > li.yamm-fw >.dropdown-menu li.current-menu-item a, .navbar-nav.submenu-hover-style-3 > li >.dropdown-menu li:hover,.navbar-nav.submenu-hover-style-3 > li >.dropdown-menu li.current-menu-item{
		background-color: #d3d3d3 !important;
	}
	.navbar-nav.submenu-hover-style-2 > li.yamm-fw >.dropdown-menu > li a:hover,.navbar-nav.submenu-hover-style-3 > li.yamm-fw >.dropdown-menu > li:hover{
		background: transparent !important;
	}
	.navbar-nav.submenu-hover-style-2 .widget.widget_nav_menu .widgettitle,.navbar-nav.submenu-hover-style-3 .widget.widget_nav_menu .widgettitle {
		margin: 4px 10px;
	}
	
    .wrapper-main.header-fixed-side{
        overflow: hidden;
    }

#content.header-fixed-side-bar {
    min-height: 100vh;
    margin-left: 110px;
    width: calc(100% - 110px);
    position: relative;
    -webkit-transition: .8s cubic-bezier(.19,1,.22,1) margin,.5s ease background;
    transition: .8s cubic-bezier(.19,1,.22,1) margin,.5s ease background;
    box-shadow: -5px 0 15px rgba(51,50,50,.2);
    will-change: margin;
    overflow: hidden;
    z-index: 1111;
}

.main-nav-open #content.header-fixed-side-bar{
    margin-left: 310px;
    -webkit-transition-delay: .1s;
    transition-delay: .1s;
}

}
@media only screen and ( min-width: 950px ) {
    .entry__content .alignwide {
        margin-left  : -125px;
        margin-right : -125px;
        max-width    : 950px;
    }
}
@media (min-width:768px){
	
	.blog-single-post .right-side .col-md-8.col-sm-8.col-xs-12{
		border-right: 1px solid #eee;
		padding-right: 30px;
	}
	.blog-single-post .left-side .col-md-8.col-sm-8.col-xs-12{
		border-left: 1px solid #eee;
		padding-left: 30px;
	}
	.blog-single-post .right-side .theoutset-sidebar{
		padding-left: 30px;
	}
	.blog-single-post .left-side .theoutset-sidebar{
		padding-right: 30px;
	}
}
@media (min-width:992px) and (max-width:1025px){
	.theoutset-mainmenu ul.nav > li {
		padding: 15px 0px;
	}
}
@media (max-width:991px){
	.theoutset-toggle-controller-menu{
		display:none;
	}
	
	.header-primary-nav{
		display: none;
	}
	.stickly-header-humburger {
		display:none;
	}
	.header-mobile-nav {
		display: block;
	}	
	.header-normalmenu .navbar-collapse.style-1 {
		    width: calc(100% + 30px );
			left: -15px;
			position: relative;
			z-index: 13;
	}
	.header-normalmenu .container {
		width: 100%;
	}
	.theoutset-header-top-bar .container {
		width: 100%;
	}
	.navbar-nav{
		float:none !important;
	}
	.theoutset-mainmenu ul.style-4 > li > a:before, .theoutset-mainmenu ul.style-4 > li > a:after{
	display:none;
	}
	.theoutset-mainmenu .navbar-nav  li  a {
		background: transparent !important;
		border-top: 1px solid rgba(0, 0, 0, 0.07);
		width:100%;
	}
	.theoutset-mainmenu .navbar-nav>li>.dropdown-menu ul.dropdown-menu{
		width:100%;
	}
	.nav>li>a {
		position: relative;
		display: block;
		padding: 10px 20px !important;
	}
	.theoutset-mainmenu .navbar-nav > li >.dropdown-menu{
		position:relative;
		width:100%;
	}
	.theoutset-mainmenu ul.nav > li a i.fa {
		float: right;
		width: 30px;
		height: 30px;
		line-height: 30px;
		-webkit-transform: translate3d(0%,-15%,0);
		-ms-transform: translate3d(0%,-15%,0);
		-moz-transform: translate3d(0%,-15%,0);
		-o-transform:  translate3d(0%,-15%,0);
		transform: translate3d(0%,-15%,0);
		text-align: center;
		-webkit-transform-origin: center;
		transform-origin: center;
		-webkit-transition: all .4s ease-in-out;
		-moz-transition:  all .4s ease-in-out;
		-o-transition: all .4s ease-in-out;
		-ms-transition: all .4s ease-in-out;
		transition: all .4s ease-in-out;
	}
	.theoutset-mainmenu ul > li > a:before, .theoutset-mainmenu ul > li > a:after{
		display:none !important;
	}
	.navbar-nav ul.dropdown-menu li a i.fa-angle-right{
	    position: relative;
		right: 0; 
		-webkit-transform:  rotate(90deg);
		-ms-transform:  rotate(90deg);
		-moz-transform:  rotate(90deg);
		-o-transform:   rotate(90deg);
		transform: rotate(90deg);
	}
	.navbar-nav ul.dropdown-menu li.open > a i.fa-angle-right {
		-webkit-transform:  rotate(-90deg);
		-ms-transform:  rotate(-90deg);
		-moz-transform:  rotate(-90deg);
		-o-transform:   rotate(-90deg);
		transform: rotate(-90deg);
	}
	.theoutset-mainmenu ul.nav li.open a .fa.fa-angle-down{
		-webkit-transform: rotate(180deg) translate3d(0%,15%,0);
		-ms-transform: rotate(180deg) translate3d(0%,15%,0);
		-moz-transform: rotate(180deg) translate3d(0%,15%,0);
		-o-transform: rotate(180deg) translate3d(0%,15%,0);
		transform: rotate(180deg) translate3d(0%,15%,0);
	}
	.theoutset-mainmenu .nav > li {
		position: relative;
		display: block;
		width: 100%;
	}
	.theoutset-header-side .site-navigation-inner .navbar-header{
		padding: 0 5px;
		display: table-cell;
		vertical-align: middle;
		float: none;
		width: 100%;
	}
	
	.theoutset-mainmenu .navbar-nav>li>.dropdown-menu ul.dropdown-menu{
		border: 0;
	}
	.dropdown-submenu:hover>.dropdown-menu {
		display: block;
	}
	.navbar-nav li > .dropdown-menu {
		float: none;
		width: 100%;
		position: static;
		-moz-box-shadow: none;  
	-webkit-box-shadow: none;
		box-shadow: none;
	}
	.navbar-toggle {
		position: relative;
		float: right;
		padding: 10px 10px !important;
		margin-top: 0 !important;
		margin-right: 0 !important;
		margin-bottom: 0 !important;
	}
	.header-search-bar-shopping-cart {
		position: relative;
		display: block;
		width: 100%;
		text-align: center;
		border-top: 1px solid rgba(0, 0, 0, 0.07);
	}
	ul.theoutset-header-cart-search-wrap > li{
		float: none;
		display: inline-block;
		min-width: 35px;
		padding: 10px 20px;
		border-left: 1px solid rgba(0, 0, 0, 0.07);
	}
	ul.theoutset-header-cart-search-wrap li a{
		display:inline;
	}
	ul.theoutset-header-cart-search-wrap li:last-child {
		border-right: 1px solid rgba(0, 0, 0, 0.07);
	}
	.header-search-bar-shopping-cart .lang-sel.theoutset-wpml-switcher {
		position: relative;
		display: inline-block;
		-webkit-transition: translate(0%,25%);
		-moz-transition: translate(0%,25%);
		-o-transition:translate(0%,25%);
		-ms-transition:translate(0%,25%);
		transform: translate(0%,25%);
	}
	.header-search-bar-shopping-cart .lang-sel.theoutset-wpml-switcher > a {
		position: relative;
		-webkit-transition: translate(0%,50%);
		-moz-transition: translate(0%,50%);
		-o-transition: translate(0%,50%);
		-ms-transition: translate(0%,50%);
		transform: translate(0%,50%);
		display: table-row-group;
	}
	.header-search-bar-shopping-cart .lang-sel > ul{
		left: 35%;
	}
	.header-search-bar-shopping-cart .lang-sel:hover > a {
		opacity: 0;
		visibility: hidden;
		-webkit-transform: translateX(-20px) translateY(10px);
		-moz-transform: translateX(-20px) translateY(10px);
		-o-transform: translateX(-20px) translateY(10px);
		-ms-transform: translateX(-20px) translateY(10px);
		transform: translateX(-20px) translateY(10px);
	}
	.header-search-bar-content {
		position: absolute;
		height: 100%;
		top: 0;
	}
	.close-search {
		position: static;
		height: 100%;
		display: flex;
		align-items: center;
		width: auto;
		margin: 0;
	}
	.mobile-huburger-menu {
		position: relative;
		-webkit-transition: all 0.5s ease;
		-moz-transition: all 0.5s ease;
		-ms-transition: all 0.5s ease;
		-o-transition: all 0.5s ease;
		transition: all 0.5s ease;
		cursor: pointer;
		margin: 0em;
		width: 2.25em;
		height: 2.25em;
	}
	.mobile-huburger-menu  ul.toggle-lines {
		width: 1.625em;
		height: 1.625em;
		list-style: none;
		margin: -0.8125em 0 0 -0.8125em;
		padding: 0;
		position: absolute;
		top: 50%;
		left: 50%;
		-webkit-transition: -webkit-transform 1s cubic-bezier(0.23, 1, 0.32, 1), color 1s cubic-bezier(0.23, 1, 0.32, 1);
		-moz-transition: -moz-transform 1s cubic-bezier(0.23, 1, 0.32, 1), color 1s cubic-bezier(0.23, 1, 0.32, 1);
		-o-transition: -o-transform 1s cubic-bezier(0.23, 1, 0.32, 1), color 1s cubic-bezier(0.23, 1, 0.32, 1);
		-ms-transition: -ms-transform 1s cubic-bezier(0.23, 1, 0.32, 1), color 1s cubic-bezier(0.23, 1, 0.32, 1);
		transition: transform 1s cubic-bezier(0.23, 1, 0.32, 1), color 1s cubic-bezier(0.23, 1, 0.32, 1);
		-webkit-transform: translateZ(0);
		-ms-transform: translateZ(0);
		-moz-transform: translateZ(0);
		-o-transform:  translateZ(0);
		transform: translateZ(0);
	}
	.mobile-huburger-menu ul.toggle-lines li.toggle-line {
		width: 100%;
		height: 2px;
		background: #d82d34;
		position: absolute;
		top: 50%;
		margin-top: -0.75px;
		-webkit-transform: translateY(-3.75px) translateZ(0);
		-ms-transform: translateY(-3.75px) translateZ(0);
		-moz-transform: translateY(-3.75px) translateZ(0);
		-o-transform:  translateY(-3.75px) translateZ(0);
		transform: translateY(-3.75px) translateZ(0);
		-webkit-transition: -webkit-transform 1s cubic-bezier(0.23, 1, 0.32, 1), background 1s cubic-bezier(0.23, 1, 0.32, 1);
		-moz-transition:  -moz-transform 1s cubic-bezier(0.23, 1, 0.32, 1), background 1s cubic-bezier(0.23, 1, 0.32, 1);
		-o-transition: -o-transform 1s cubic-bezier(0.23, 1, 0.32, 1), background 1s cubic-bezier(0.23, 1, 0.32, 1);
		-ms-transition: -ms-transform 1s cubic-bezier(0.23, 1, 0.32, 1), background 1s cubic-bezier(0.23, 1, 0.32, 1);
		transition: transform 1s cubic-bezier(0.23, 1, 0.32, 1), background 1s cubic-bezier(0.23, 1, 0.32, 1);
	}
	.mobile-huburger-menu.collapsed ul.toggle-lines li.toggle-line:last-child {
		-webkit-transform: translateY(3.75px) translateZ(0);
		transform: translateY(3.75px) translateZ(0);
	}
	.mobile-huburger-menu:not(.collapsed) ul.toggle-lines li.toggle-line{
	        -webkit-transform: rotate(45deg) translateZ(0);
			transform: rotate(45deg) translateZ(0);
	}
	.mobile-huburger-menu:not(.collapsed) ul.toggle-lines li.toggle-line:last-child {
	        -webkit-transform: rotate(-45deg) translateZ(0);
			transform: rotate(-45deg) translateZ(0);
	}
	.theoutset-mainmenu .navbar-nav>li .dropdown-menu {
		background: transparent !important;
	}
	.navbar-nav>li .dropdown-menu li {
		border-bottom: 0 !important;
	}
	
	.header-search-bar-shopping-cart.header-search-cart-desktop{
		display: none;
	}
	
	.navbar-header-toggle.mobile-toggle {
		padding: 0 5px;
		display: table-cell;
		vertical-align: middle;
		float: none;
		width: 100%;
	}
	.theoutset-mainmenu ul.style-10 > li > a:before, .theoutset-mainmenu ul.style-10 > li > a:after{
		left:auto;	
	}
	
	.theoutset-blog-post-breadcrumb #crumbs > span.current,.theoutset-blog-post-breadcrumb #crumbs > span:before{
		display: none;
	}
	.theoutset-blog-post-breadcrumb #crumbs > span:first-child:before{
		display:block;
	}
	.theoutset-mainmenu ul.style-8 > li > a:before{
		bottom: 0px;
	}
	.theoutset-mainmenu ul.style-8 > li:hover > a:before, .theoutset-mainmenu ul.style-8 > li:focus > a:before, .theoutset-mainmenu ul.style-8 > li.active > a:before, .theoutset-mainmenu ul.style-8 > li.current_page_ancestor > a:before {
		width: 100%;
	}
	a.theoutset-header-cart-icon .cart_count{
		top:0px;
		margin-top:0px;
	}
	.single-main-infos{
		padding: 20px 0px 20px 0px;
	}
	.single-main-infos > .posted-by {
		position: relative;
		display: inline-block;
		top: 0;
		width: 100%;
		margin-top: 30px;
	}
	.posted-by > h5{
	    position: absolute;
		right: 71px;
		opacity: 1;
		-webkit-transform: rotateX(0deg) translateX(70px);
		-moz-transform: rotateX(0deg) translateX(70px);
		-o-transform: rotateX(0deg) translateX(70px);
		transform: rotateX(0deg) translateX(70px);
	}
	#theoutset-header .header-mobile-nav .navbar-nav .dropdown-menu li a{
		padding: 10px 20px !important;
	}
	.comment-list li.comment>article img.avatar, .comment-list li.pingback>article img.avatar{
		top: 15px;
		width: 40px;
		height: 40px;
		padding: 3px;
	}
	.comment-list li.comment>article, .comment-list li.pingback>article{
	    padding: 10px;
	    padding-left: 50px;
	}
	.comment-list .reply {
		top: 18px;
	}
	.gallery .gallery-item {
		width: 19.1111% !important;
	}
}
@media (max-width:768px){
	.navbar-nav {
		margin: 0 !important;
	}
	#theoutset-header.mobile-header-stickly.fixed-stickly .mobile-sticky-extra-menu {
		-webkit-transition: .5s ease;
		-moz-transition: .5s ease;
		-o-transition: .5s ease;
		-ms-transition: .5s ease;
		transition: .5s ease;
	}
	
	.theoutset-header-breadcrumbs .theoutset-page-title-inner-wrap {
		padding: 0 15px;
	} 
	.blog-heder-post-breadcrumb .container{
		width:100%;
	}
	
	.theoutset-page-title-inner-wrap.pos-bottom .theoutset-breadcrumbs, .theoutset-page-title-inner-wrap.pos-bottom .breadcrumbs-layout-style{
	    display: block !important;
	}
	#theoutset-header-breadcrumbs .theoutset-page-title-inner-wrap.pos-bottom{
		bottom:10%;
	     -webkit-transform: translateY(0); 
		-moz-transform: translateY(0);
		-o-transform: translateY(0);
		-ms-transform: translateY(0);
		 transform: translateY(0); 
	}

}

@media only screen and (min-width: 1025px){ 
.desktop-hide {
 display : none !important;
}
}
@media only screen and (max-width: 1024px) and (min-width: 601px) { 
.tablet-hide {
 display : none !important;
}
h4.error-page-text {
		width:60%;
}
}
@media (max-width:767px){
	
	.theoutset-sidebar.sidebar-hide-tablet,.theoutset-post-pagination .center_link{
	display : none;
	}
	.theoutset-post-pagination .post-prev, .theoutset-post-pagination .post-next, .post_nav_link strong {
		text-align: center;
		margin: 0 auto;
	}
	.theoutset-post-pagination-wrap .post_nav_link.prev, .theoutset-post-pagination-wrap .post_nav_link.next {
		padding: 15px;
		text-align: center;
	}
.theoutset-post-pagination-wrap .post_nav_link.next {
    padding-left: 15px;
    padding-right: 15px;
}
	
	.breadcrumbs-layout-style {
		padding: 15px;
	}
	.bread-position-2.layout-style-3 .theoutset-breadcrumbs.style-1, .bread-position-2.layout-style-8 .theoutset-breadcrumbs.style-1{
		padding-left: 15px;
	}
	.theoutset-page-title-inner .layout-style-6 .breadcrumbs-icon-wrap{
		left: 10px;
	}
	.breadcrumbs-title-layout-3, .breadcrumbs-title-layout-4{
		display: block;
	}
	.theoutset-page-title-inner .layout-style-2 .breadcrumbs-title-layout-3, .theoutset-page-title-inner .layout-style-2 .breadcrumbs-title-layout-4, .theoutset-page-title-inner .layout-style-7 .breadcrumbs-title-layout-3, .theoutset-page-title-inner .layout-style-7 .breadcrumbs-title-layout-4{
		text-align: center;
		margin: 0 auto;

	}
	.breadcrumbs-title-layout-3 .table-cell, .breadcrumbs-title-layout-4 .table-cell {
		display: block;
		width: 100%;
	}
	#theoutset-header-breadcrumbs .breadcrumbs-title-layout-3 .theoutset-page-subtitle, #theoutset-header-breadcrumbs .breadcrumbs-title-layout-4 .theoutset-page-title{
		padding-left:0px;
	}
	#theoutset-header-breadcrumbs .breadcrumbs-title-layout-3 .theoutset-page-title, #theoutset-header-breadcrumbs .breadcrumbs-title-layout-4 .theoutset-page-subtitle{
		padding-right:0px;
	}
	
	#theoutset-footer .vc_row.vc_row-flex>.vc_column_container .vc_column-inner{
		padding-left: 15px !important;
		padding-right: 15px !important;
	}
	
	.button-mobile-center{
		text-align:center !important;
	}
	
	.navigation-post.prev {
		padding: 0 0 20px;
	}
	.navigation-post.next{
		padding: 0;
	}

	.theoutset-social-section ul{
		text-align: left;
	}
	.blog-heder-post-breadcrumb{
		padding: 10px 0px;
	}
	h4.error-page-text {
		width:90%;
	}
	#commentform #submit{
	    font-size: 12px;
		padding: 10px 20px;
	}
	.navigation-post.prev .post-image, .navigation-post.next .post-image{
	    margin: 0 15px;
		width: auto;
	}
	.theoutset-header-archive-content .archive-header-inner-content{
		max-width:100%;
	}
	.gallery .gallery-item {
		width: 32.1111%;
	}
	#commentform #author, #commentform #email, #commentform #url, form.comment-form textarea#comment{
	padding: 12px 12px 12px 50px;
	}
}

@media (max-width:600px){
	.theoutset-header-top-bar .theoutset-topbar-social-icons {
		text-align: center;
		margin: 0 auto;
		display: inline-block;
	}
	.theoutset-fixed-left-content.mobile_hide,.theoutset-fixed-right-content.mobile_hide,.theoutset-fixed-bottom-left-content.mobile_hide,.theoutset-fixed-bottom-right-content.mobile_hide {
		display: none;
	}
	.theoutset-header-top-bar .top-bar-left, .theoutset-header-top-bar .top-bar-right {
		display: inline-block !important;
		text-align: center !important;
		margin: 0 auto !important;
		width: 100%;
	}
	.theoutset-header-top-bar.hide-topbar-mobile {
		display: none;
	}
	
	.heading_style .heading-mobile-center {
		text-align: center;
	}
	.heading.style-7 .heading-mobile-center.head-title.text-left:after,.heading.style-7 .heading-mobile-center.head-title.text-right:after {
		left: 50%;
		-webkit-transform: translateX(-50%);
		-ms-transform: translateX(-50%);
		-moz-transform: translateX(-50%);
		-o-transform: translateX(-50%);
		transform: translateX(-50%);
	}
	#theoutset-header-breadcrumbs .theoutset-page-title-inner{
		min-height: auto !important;
		height: auto !important;
	}
	#theoutset-header-breadcrumbs .theoutset-page-title-inner-wrap{
		position:relative !important;
	}
	.theoutset-page-title-inner-wrap.pos-bottom .theoutset-breadcrumbs{
		margin-bottom: 5px;
		margin-right: 15px;
	}
	.bread-position-2 .breadcrumbs-layout-style, .bread-position-2 .theoutset-breadcrumbs {
		display: block !important;
	}
	#theoutset-header-breadcrumbs .theoutset-page-title-inner-wrap.pos-center {
		top: auto;
		-webkit-transform: translateY(0);
		-moz-transform: translateY(0);
		-o-transform: translateY(0);
		-ms-transform: translateY(0);
		transform: translateY(0);
	}
	
	.mobile-hide {
		 display : none !important;
		}
	.posted-by > h5 {
		font-size: 11px;
		font-weight: normal;
		line-height: 20px;
		height: 55px;
		display: flex;
		align-items: center;
		width: auto;
		margin-top: -5px;
	}
	.posted-by > a img {
		width: 45px;
		right: 5px;
	}
	.theoutset-header-archive-content .archive-header-inner-content{
		min-width: 100%;
		padding: 15px;
	}
	body .comment-list{
		padding: 0 15px 15px;
	}
	.comment-list .comment-section-title{
	    margin-top: 15px;
	}
	.theoutset-header-search-form.style-2 .search__form {
		max-width: 250px;
	}
	.gallery .gallery-item {
		width: 32.1111% !important;
	}
}

@media only screen and (max-width: 480px){
	.blog-heder-post-breadcrumb .blog-post-author .author-title {
		font-size: 10px;
	}
	.theoutset-blog-post-breadcrumb #crumbs > span a, .theoutset-blog-post-breadcrumb #crumbs > span.current{
		font-size: 10px;
	}
	.blog-post-author span.author-gravatar-details img{
		max-width: 30px;
	}
	.blog-post-author span.author-gravatar-details {
		max-width: 30px;
		width: 30px;
	}
	
	.theoutset-page-title-inner .theoutset-breadcrumbs.style-2{
		position:relative;
	}
	
	.navigation-post .post_nav_link i{
		left: 30px;
	}
	.navigation-post .post_nav_link.next i{
		right:30px;
	}
	.single-title-metas .quick-metas > ul > li{
	display: inline-block;
	}
	.comment-list .comment-meta {
		padding-left: 48px;
	}
	.comment-list li.comment>article, .comment-list li.pingback>article{
		padding-left:0;
	}
	table tbody tr th, table tbody tr th, table tbody tr td {
		padding: 5px;
	}
	.comment-list .reply{
	    top: 10px;
	}
	.comment-list .reply a{
		padding: 5px 10px;
		font-size: 12px;
		line-height: 15px;
	}
	.comment-list ul.children {
		margin-left: 8px;
	}
	.comment-body .comment-content {
		padding-left: 3px;
	}
	input[type="password"]{
		width: 100%;
		margin-bottom: 8px;
		margin-top: 7px;
	}
}
@media only screen and (min-width: 375px) and (max-width: 480px){
	.job-list.job-style-1 .post-content-image {
		padding-right: 10px;
	}
	.job-list.job-style-1 .job-type-section {   
		text-align: center;
		padding-right: 0px;
	}
	.job-list.job-style-1 .job-list-content {
		padding: 15px 0px 15px 0px;
	}
}
@media only screen and (max-width: 400px){
	.theoutset-header-extra-content{
		width:100%;
		-webkit-transform: translate(100%, 0px);
		-ms-transform: translate(100%, 0px);
		transform: translate(100%, 0px);
	}
}

/*--responsive css--*/