/*!
Theme Name: UltraSuite
Theme URI: https://ultrasuite.com/
Author: PixelNX
Author URI: https://pixelnx.com/
Description: Ultrasuite is a all in one WordPress theme, which any marketer or Business owner, Product vendor can use to setup Sales pages, JV pages, Landing pages and more. 
Version: 1.0.1
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: ultrasuite
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready
*/


/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/

/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
.main-navigation {
	clear: both;
	display: block;
	float: left;
	width: 100%;
}

.main-navigation ul {
	display: none;
	list-style: none;
	margin: 0;
	padding-left: 0;
}

.main-navigation ul ul {
	box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
	float: left;
	position: absolute;
	top: 100%;
	left: -999em;
	z-index: 99999;
}

.main-navigation ul ul ul {
	left: -999em;
	top: 0;
}

.main-navigation ul ul li:hover > ul,
.main-navigation ul ul li.focus > ul {
	left: 100%;
}

.main-navigation ul ul a {
	width: 200px;
}

.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
	left: auto;
}

.main-navigation li {
	float: left;
	position: relative;
}

.main-navigation a {
	display: block;
	text-decoration: none;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
.sticky {
	display: block;
}
.updated:not(.published) {
	display: none;
}

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

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

.bypostauthor {
	display: block;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.gallery-caption {
	display: block;
}

@charset "UTF-8";
/*
------------------------------------------------------------------
[Master Default Stylesheet]
-------------------------------------------------------------------
[Table of contents]
1. body
2. header
3. page title
4. blog
5. blog widget
 .
 .
 .
50. footer 
51. components
52. responsive
-------------------------------------------------------------------*/

/********************************************************************************************* 
1. body start
*********************************************************************************************/
body{
    background-color: #ffffff;
    font-family: 'Lato', sans-serif;
    color: #707070;
    font-size: 16px;
    letter-spacing: 0.1px;
    line-height: 1.6;
}
.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6{
    font-family: 'Lato', sans-serif;
    color: #1b1b1c;
}
a,a:hover,a:focus{
    cursor: pointer;
    text-decoration: none;
    color: #0eb2ff;
}
.material-icons{
    font-size: inherit;
    line-height: inherit;
}
.us_page_content_wrapper{
    /* padding: 100px 0; */
}


.us_preloader {
	position: fixed;
    top: 2px;
    left: 0;
    right: 0;
    z-index: 99999;
    height: 2px;
    display: block;
    width: 100%;
    background-color: #1b1b1c;
    box-shadow: none;
}
.site_loaded .us_preloader{
    display: none;
}
.us_preloader .us_preloader_inner {
	background-color: #ffffff
}
.us_preloader .us_preloader_inner:before {
	content: '';
	position: absolute;
	background-color: inherit;
	top: 0;
	left: 0;
	bottom: 0;
	will-change: left, right;
	-webkit-animation: us_preloader1 2.1s cubic-bezier(0.65, 0.815, 0.735, 0.395) infinite;
	animation: us_preloader1 2.1s cubic-bezier(0.65, 0.815, 0.735, 0.395) infinite
}
.us_preloader .us_preloader_inner:after {
	content: '';
	position: absolute;
	background-color: inherit;
	top: 0;
	left: 0;
	bottom: 0;
	will-change: left, right;
	-webkit-animation: us_preloader2 2.1s cubic-bezier(0.165, 0.84, 0.44, 1) infinite;
	animation: us_preloader2 2.1s cubic-bezier(0.165, 0.84, 0.44, 1) infinite;
	-webkit-animation-delay: 1.15s;
	animation-delay: 1.15s
}
@-webkit-keyframes us_preloader1 {
	0% {
		left: -35%;
		right: 100%
	}
	60% {
		left: 100%;
		right: -90%
	}
	100% {
		left: 100%;
		right: -90%
	}
}
@keyframes us_preloader1 {
	0% {
		left: -35%;
		right: 100%
	}
	60% {
		left: 100%;
		right: -90%
	}
	100% {
		left: 100%;
		right: -90%
	}
}
@-webkit-keyframes us_preloader2 {
	0% {
		left: -200%;
		right: 100%
	}
	60% {
		left: 107%;
		right: -8%
	}
	100% {
		left: 107%;
		right: -8%
	}
}
@keyframes us_preloader2 {
	0% {
		left: -200%;
		right: 100%
	}
	60% {
		left: 107%;
		right: -8%
	}
	100% {
		left: 107%;
		right: -8%
	}
}
/********************************************************************************************* 
1. body end
*********************************************************************************************/

/********************************************************************************************* 
2. header start
*********************************************************************************************/
.us_header{
    position:relative;
    z-index: 999;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    transition: all 0.3s;
}
.us_fixed_header .us_header{
	position: absolute;
    top: 0;
    left: 0;
    right: 0;
}
.us_fixed_header.sticky_header_class .us_header .us_header_main{
	position: fixed;
	top: 0;
    left: 0;
    right: 0;
	z-index: 999;
	transition:all 0.3s;
}
.us_fixed_header.admin-bar.sticky_header_class .us_header .us_header_main{
	top:32px;
}
.us_header > .us_header_top{
	padding: 10px 45px;
    background-color: #232323;
    color: #fff;
}
.us_header > .us_header_top p.us_welcome_msg{
	margin:0;
	vertical-align: middle;
    display: inline-block;
}
.us_header > .us_header_top > .us_header_top_inner:after{
	content:"";
	display:table;
	width:100%;
}
.us_header > .us_header_top > .us_header_top_inner > .us_htop_left{
	float:left;
}
.us_header > .us_header_top > .us_header_top_inner > .us_htop_right{
	float:right;
}
.us_header > .us_header_main{
	background-color: #222222;
    padding: 19px 45px;
}
.us_header > .us_header_main > .us_header_main_inner{
	display: flex;
    align-items: center;
}
.us_custom_header .searchform {
    position: relative;
}
.us_custom_header .searchform input {
    height: 40px;
    border: none;
    padding: 0 47px 0 20px;
    width: 100%;
}
.us_custom_header .searchform button {
    position: absolute;
    top: 0;
    right: 0;
    width: 40px;
    height: 40px;
    line-height: 40px;
    padding: 0;
    background: transparent;
    color: #222222;
}
.us_fixed_header.admin-bar .us_header{
	top:32px;
}
.us_logo{
    margin-right: 15px;
}
.us_logo > a{
    font-family: 'Oswald', sans-serif;
    font-weight: 900;
    font-size: 22px;
    color: #ffffff;
}
.us_logo > a > span{
    display: inline-block;
    width: 30px;
    height: 30px;
    background-color: #0eb2ff; 
    color: #fff;
    text-align: center;
    margin-right: -3px;
    box-shadow: -4px 4px 0px 0px #eae9e9;
}
.us_logo > a > img{
	max-width:180px;
}
.us_logo > p.site-description{
	margin:0;
	font-size:12px;
	color: #dadada;
}

/* header social start */
.us_header_social{
	display:inline-block;
	margin-left: 20px;
}
.us_header_social > ul{
	list-style:none;
	padding:0;
	margin:0;
}
.us_header_social > ul > li{
	display:inline-block;
	margin-left:5px;
}
.us_header_social > ul > li > a{
	display: block;
    width: 30px;
    height: 30px;
    line-height: 25px;
    text-align: center;
}
.us_header_social > ul > li > a > svg{
	width: 15px;
    height: auto;
    display: inline-block;
    vertical-align: middle;
}
.us_header_social > ul > li > a > svg polygon, .us_header_social > ul > li > a > svg circle, .us_header_social > ul > li > a > svg rect, .us_header_social > ul > li > a > svg path{
	fill:#ffffff;
}
.us_header_social > ul > li > a:hover > svg polygon, .us_header_social > ul > li > a:hover > svg circle, .us_header_social > ul > li > a:hover > svg rect, .us_header_social > ul > li > a:hover > svg path{
	fill:#0eb2ff;
}
/* header social end */

/* top bar link start */
.us_topheader_links{
	display:inline-block;
}
.us_topheader_links > ul{
	list-style:none;
	padding:0;
	margin:0;
}
.us_topheader_links > ul > li{
	display:inline-block;
	position:relative;
	padding: 5px 12px;
}
.us_topheader_links > ul > li:after{
	content: "";
    position: absolute;
    top: calc(50% - 5px);
    left: 100%;
    margin-left: 1px;
    height: 10px;
    width: 1px;
    background-color: rgba(255, 255, 255, 0.2);
}
.us_topheader_links > ul > li:last-child:after{
	display:none;
}
.us_topheader_links > ul > li > a{
	display: block;
    color: #cecece;
    font-size: 12px;
}
.us_topheader_links > ul > li > a:hover{
	color:#0eb2ff;
}
.us_topheader_links > ul > li:first-child{
	padding-left:0;
}
.us_topheader_links > ul > li:last-child{
	padding-right:0;
}
/* top bar link end */

/* menu start */
.us_nav{
    flex: 1;
    text-align: right;
}
.us_nav > ul{
    list-style: none;
    padding: 0;
    margin: 0;
	display: inline-block;
    text-align: left;
}
.us_nav > ul > li{
    display: inline-block;
    position: relative;
}
.us_nav > ul > li > a{
    display: block;
    padding: 10px 20px;
    color: #ffffff;
    font-size: 16px;
}
.us_nav > ul > li > a:hover{
    color: #0eb2ff;
}

/* menu level 2 start */
.us_nav > ul > li > ul{
    position: absolute;
	top:100%;
	right:0;
    min-width: 250px;
    list-style: none;
    padding: 5px 0;
    margin: 0;
    background-color: #ffffff;
    text-align: left;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translate(-10px,10px);
    -moz-transform: translate(-10px,10px);
    -ms-transform: translate(-10px,10px);
    transform: translate(-10px,10px);
    -webkit-transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    -moz-transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    -ms-transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}
.us_nav > ul > li:hover > ul{
    opacity: 1;
    visibility: visible;
    -webkit-transform: translate(0px,0px);
    -moz-transform: translate(0px,0px);
    -ms-transform: translate(0px,0px);
    transform: translate(0px,0px);
}
.us_nav > ul > li > ul > li{
    position: relative;
}
.us_nav > ul > li > ul > li > a{
    display: block;
    padding: 10px 15px;
    color: inherit;
    font-size: 14px;
}
.us_nav > ul > li > ul > li > a:hover{
    color: #0eb2ff;
}
/* menu level 2 end */

/* menu level 3 start */
.us_nav > ul > li > ul > li > ul{
    position: absolute;
	top:0;
	right:100%;
    min-width: 250px;
    list-style: none;
    padding: 5px 0;
    margin: 0;
    background-color: #ffffff;
    text-align: left;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translate(-10px,10px);
    -moz-transform: translate(-10px,10px);
    -ms-transform: translate(-10px,10px);
    transform: translate(-10px,10px);
    -webkit-transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    -moz-transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    -ms-transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}
.us_nav > ul > li > ul > li:hover > ul{
    opacity: 1;
    visibility: visible;
    -webkit-transform: translate(0px,0px);
    -moz-transform: translate(0px,0px);
    -ms-transform: translate(0px,0px);
    transform: translate(0px,0px);
}
.us_nav > ul > li > ul > li > ul > li{
    position: relative;
}
.us_nav > ul > li > ul > li > ul > li > a{
    display: block;
    padding: 10px 15px;
    color: inherit;
    font-size: 14px;
}
.us_nav > ul > li > ul > li > ul > li > a:hover{
    color: #0eb2ff;
}
/* menu level 3 end */

/* menu end */

.us_header_icon{
    border-left: 1px solid rgba(255, 255, 255, 0.15);
    /*margin-left: 20px;
    padding-left: 10px;*/
}
.us_header_icon > ul{
    list-style: none;
    padding: 0;
    margin: 0;
}
.us_header_icon > ul > li{
    display: inline-block;
}
.us_header_icon > ul > li > a{
    display: block;
    width: 50px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    color: #ffffff;
}
.us_header_icon > ul > li > a:hover{
    color: #0eb2ff;
}

.us_header_icon > ul > li.us_nav_toggle{
    width: 30px;
    padding: 7px;
    vertical-align: middle;
    cursor: pointer;
    -webkit-transform: translateY(-4px);
    -moz-transform: translateY(-4px);
    -ms-transform: translateY(-4px);
    transform: translateY(-4px);
    display: none;
}
.us_header_icon > ul > li.us_nav_toggle > span{
    display: block;
    height: 2px;
	border-radius:3px;
    background-color: #ffffff;
    margin-bottom: 3px;
	-webkit-transition:all 0.2s;
	-moz-transition:all 0.2s;
	-ms-transition:all 0.2s;
	transition:all 0.2s;
}
.us_header_icon > ul > li.us_nav_toggle > span:last-child{
    margin-bottom: 0;
}

.nav_open .us_header_icon > ul > li.us_nav_toggle > span:nth-child(1){
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
    -webkit-transform-origin: 1px 4px;
    -moz-transform-origin: 1px 4px;
    -ms-transform-origin: 1px 4px;
    transform-origin: 1px 4px;
}
.nav_open .us_header_icon > ul > li.us_nav_toggle > span:nth-child(2){
	opacity: 0;
    -webkit-transform: translateX(5px);
    -moz-transform: translateX(5px);
    -ms-transform: translateX(5px);
    transform: translateX(5px);
}
.nav_open .us_header_icon > ul > li.us_nav_toggle > span:nth-child(3){
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
    -webkit-transform-origin: 3px -1px;
    -moz-transform-origin: 3px -1px;
    -ms-transform-origin: 3px -1px;
    transform-origin: 3px -1px;
}

.us_header_btn > .us_btn{
	margin-left:10px;
}
/********************************************************************************************* 
2. header end
*********************************************************************************************/

/********************************************************************************************* 
3. page title start
*********************************************************************************************/
.us_pagetitle_wrapper{
    padding: 50px 45px;
    text-align: center;
	position:relative;
	background-image: -moz-linear-gradient(-115deg, #3891ff 0%, #00c6ff 100%);
	background-image: -webkit-linear-gradient(-115deg, #3891ff 0%, #00c6ff 100%);
	background-image: -ms-linear-gradient(-115deg, #3891ff 0%, #00c6ff 100%);
	background-size:cover;
}
.us_pagetitle_wrapper > .us_pagetitle_inner > .us_pagetitle_heading > h3{
    color: #ffffff;
    margin: 0;
    font-size: 32px;
	text-transform:uppercase;
    font-weight: 700;
	margin-bottom: 15px;
}
.us_pagetitle_wrapper > .us_pagetitle_inner > .us_pagetitle_breadcrumb > ul{
    list-style: none;
    margin: 0;
    display: inline-flex;
    align-items: center;
    background-color: rgba(255,255,255,0.1);
    border-radius: 50px;
    padding: 9px 30px;
    padding-bottom: 12px;
}
.us_pagetitle_wrapper > .us_pagetitle_inner > .us_pagetitle_breadcrumb > ul > li{
	color: #ffffff;
    display: inline-flex;
    line-height: 19px;
    align-items: center;
    margin-right: 5px;
}
.us_pagetitle_wrapper > .us_pagetitle_inner > .us_pagetitle_breadcrumb > ul > li::after{
	content: ">";
    line-height: 19px;
    vertical-align: middle;
}
.us_pagetitle_wrapper > .us_pagetitle_inner > .us_pagetitle_breadcrumb > ul > li:last-child{
	margin-right:0;
}
.us_pagetitle_wrapper > .us_pagetitle_inner > .us_pagetitle_breadcrumb > ul > li:last-child::after{
    display: none;
}
.us_pagetitle_wrapper > .us_pagetitle_inner > .us_pagetitle_breadcrumb > ul > li > a{
	color: #ffffff;
    line-height: 19px;
    font-size: 16px;
    margin: 5px;
}

.us_pagetitle_wrapper.us_title_left > .us_pagetitle_inner{
	display:flex;
	align-items: center;
}
.us_pagetitle_wrapper.us_title_left > .us_pagetitle_inner > .us_pagetitle_heading{
	flex:1;
	text-align: left;
}
.us_pagetitle_wrapper.us_title_left > .us_pagetitle_inner > .us_pagetitle_heading > h3{
	margin-bottom:0;
}
.us_pagetitle_wrapper.us_title_left > .us_pagetitle_inner > .us_pagetitle_breadcrumb{
	flex:1;
	text-align: right;
}

.us_pagetitle_wrapper.us_pagetitle_overlay:before{
	content:"";
	position:absolute;
	top:0;
	left:0;
	right:0;
	bottom:0;
	background-color:rgba(0,0,0,0.5);
}
.us_pagetitle_wrapper.us_pagetitle_overlay > .us_pagetitle_inner{
	position:relative;
}

/********************************************************************************************* 
3. page title end
*********************************************************************************************/

/********************************************************************************************* 
4. blog start
*********************************************************************************************/
.us_blog_list{
    margin: 80px 0;
}
.us_blog{
    margin-bottom: 40px;
    background-color: white;
    position: relative;
}
.us_blog:last-child{
    margin-bottom: 0;
}
.us_blog > .us_blog_image{
    background-color: #e6e6e6;
    display: block;
    position: relative;
    overflow: hidden;
	border-radius:14px;
}
.us_blog > .us_blog_image > a{
	display:block;
	text-align:center;
}
.us_blog > .us_blog_image > a > img{
    max-width: 100%;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    transition: all 0.3s;
}
.us_blog:hover > .us_blog_image > a > img{
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05);
}
.us_blog > .us_blog_detail{
	/* position:relative; */
	padding: 30px;
}
.us_blog > .us_blog_detail > .us_blog_date{
    position: absolute;
    top: 32px;
    right: 0px;
    color: #ffffff;
    padding: 10px 25px;
    z-index: 1;
    border-radius: 50px 0 0 50px;
    background-image: -moz-linear-gradient(-115deg, #3891ff 0%, #00c6ff 100%);
    background-image: -webkit-linear-gradient(-115deg, #3891ff 0%, #00c6ff 100%);
    background-image: -ms-linear-gradient(-115deg, #3891ff 0%, #00c6ff 100%);
}
.us_blog > .us_blog_detail > .us_blog_date > h3{
    margin: 0;
    color: #ffffff;
    font-size: 26px;
    font-weight: 500;
    display: inline-block;
}
.us_blog > .us_blog_detail > .us_blog_date > p{
    margin: 0;
    font-size: 26px;
    font-weight: 500;
    display: inline-block;
    margin-left: 6px;
}
.us_blog .us_blog_detail > h3{
    margin: 0;
    margin-bottom: 15px;
    font-weight: 700;
    font-size: 25px;
	padding-right:130px;
}
.us_blog .us_blog_detail > h3 > a{
	color:#354a6c;
}
.us_blog .us_blog_detail > .us_blog_meta{
    margin-bottom: 15px;
	padding-right:130px;
}
.single-post .us_blog > .us_blog_detail > .us_blog_meta,
.single-post .us_blog > .us_blog_detail > h3{
	padding-left:0;
}
.us_blog .us_blog_detail > .us_blog_meta > ul{
    list-style: none;
    padding: 0;
    margin: 0;
}
.us_blog .us_blog_detail > .us_blog_meta > ul > li{
    display: inline-flex;
    align-items: center;
    margin-right: 15px;
    font-size: 13px;
}
.us_blog .us_blog_detail > .us_blog_meta > ul > li > i{
    margin-right: 5px;
    line-height: 25px;
    color: #0eb2ff;
    font-size: 18px;
    -webkit-transform: translateY(1px);
    -moz-transform: translateY(1px);
    -ms-transform: translateY(1px);
    transform: translateY(1px);
}
.us_blog .us_blog_detail > .us_blog_meta > ul > li a{
	color:inherit;
}
.us_blog .us_blog_detail > .entry-content{
	margin:0;
	margin-bottom: 20px;
}
.us_blog > .us_blog_detail > p{
    margin-bottom: 15px;
}
.us_blog .us_blog_detail .entry-footer{
	margin-top: 25px;
    display: flex;
    border-top: 1px solid #efefef;
    padding-top: 15px;
	align-items: center;
}
.us_blog .us_blog_detail .entry-footer > span > i{
	font-size: 20px;
    vertical-align: middle;
    color: #c1c1c1;
	line-height: initial;
}
.us_blog .us_blog_detail .entry-footer > span > a{
	font-size: 12px;
    margin-left: 5px; 
    text-decoration: underline;
}
.us_blog .us_blog_detail .entry-footer > .cat-links{
	color:transparent;
}
.us_blog .us_blog_detail .entry-footer > .cat-links > a{
	padding: 2px 7px;
    color: #717171;
    border-radius: 2px;
    border: 1px solid #ccc;
	text-decoration: none;
}
.us_blog .us_blog_detail .entry-footer > .tags-links{
	margin-left:15px;
}
.us_blog .us_blog_detail .entry-footer > .edit-link{
	width:60px;
	text-align: right;
	flex:1;
}
.us_blog > .us_blog_detail img{
	max-width:100%;
	height: auto;
}

.us_blog > .us_blog_detail table{
	width:100%;
}

.us_pagination{
    text-align: center;
}
.us_pagination > .pagination > li > a{
    background-color: #ffffff;
    border: none;
    margin: 5px;
    box-shadow: -4px 4px 0px 0px #efefef;
    width: 40px;
    height: 40px;
    line-height: 40px;
    padding: 0;
    text-align: center;
    color: inherit;
}
.us_pagination > .pagination > li > a:hover{
    color: #0eb2ff;
}
.us_pagination > .pagination > li.active > a{
    background-color: #0eb2ff;
    color: #ffffff;
}

.post-navigation > .nav-links{
	margin-bottom:15px;
}
.post-navigation > .nav-links:after{
	content:"";
	display:table;
	width:100%;
}
.post-navigation > .nav-links > div[class*="nav-"] > a{
	display: inline-block;
	padding:15px;
	background-color:#ffffff;
	box-shadow: 2px 2px 20px -5px rgba(0, 0, 0, 0.10);
}
.post-navigation > .nav-links > .nav-next > a:after{
	content:"";
}


.page-content .search-form{
	display:flex;
}
.page-content .search-form > label > input{
	padding: 10px;
    width: 100%;
    height: 40px;
    border-radius: 3px 0 0 3px;
    outline: none;
    font-weight: 400;
    border: 1px solid #d4d4d4;
}
.page-content .search-form > label > input:focus{
	border-color:#0eb2ff;
}
.page-content .search-form > input{
	border-radius: 0 3px 3px 0;
}

.us_blog > .us_blog_detail .wp-audio-shortcode{
	width:100% !important;
	margin-bottom:30px;
}


/********************************************************************************************* 
4. blog end
*********************************************************************************************/

/********************************************************************************************* 
5. blog widget start
*********************************************************************************************/
.us_sidebar_wrapper{
    margin: 80px 0;
}
.widget{
    margin-bottom: 30px;
    padding: 20px;
	border-radius:14px;
    border:1px solid #dedede;
}
.widget .widget-title{
    margin: 0;
    font-size: 20px;
    color: #354a6c;
    font-weight: 600;
}
.widget .widget-title:after{
    content: "";
	width: 34px;
	height: 2px;
	display:block;
	margin-top: 10px;
	margin-bottom:20px;
	background-image: -moz-linear-gradient(-115deg, #3891ff 0%, #00c6ff 100%);
	background-image: -webkit-linear-gradient(-115deg, #3891ff 0%, #00c6ff 100%);
	background-image: -ms-linear-gradient(-115deg, #3891ff 0%, #00c6ff 100%);
}

.widget > .widget-title > a{
	color:inherit;
}
.widget ul{
    list-style: none;
    padding: 0;
    margin: 0;
}
.widget ul li{
	margin-bottom: 10px;
    padding-bottom: 10px;
	border-bottom: 1px solid #ececec;
}
.widget ul li:last-child{
	margin-bottom:0;
	border-bottom:none;
	padding-bottom:0;
}
.widget ul li a{
    display: block;
    color: inherit;
}
.widget ul li a:hover{
	color:#0eb2ff;
}
.widget img{
    max-width: 100%;
	height:auto;
}
.widget ul > li ul{
	padding-left:15px;
	margin-top:10px;
}

.widget.widget_search .search-form{
	display:flex;
}
.widget.widget_search .search-form > label{
	flex:1;
}
.widget.widget_search .search-form > label > input{
	padding:0 18px;
	width: 100%;
	height:50px;
    border-radius: 50px 0 0 50px;
	outline:none;
	font-weight: 400;
    border: 1px solid #d4d4d4;
}
.widget.widget_search .search-form > label > input:focus{
	border-color:#0eb2ff;
}
.widget.widget_search .search-form > input{
	border-radius: 0 50px 50px 0;
	height: 50px;
}

.widget.widget-category ul > li{
    border-bottom: 1px solid #efefef;
    padding-bottom: 10px;
    margin-bottom: 10px;
}
.widget.widget-category ul > li:last-child{
    border-bottom: none;
}
.widget.widget-category ul > li > a:hover{
    color: #0eb2ff;
}
.widget.widget-category ul > li > a > i{
    vertical-align: middle;
    margin-right: 5px;
}

.widget.widget-latest-post .widget-latest-post-item{
    display: flex;
    align-items: center;
}
.widget.widget-latest-post .widget-latest-post-item > .image{
    width:80px;
}
.widget.widget-latest-post .widget-latest-post-item > .image > img{
    width: 80px;
    height: 80px;
    box-shadow: -5px 5px 0px 0px #eae9e9;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -ms-transition: all 0.2s;
    transition: all 0.2s;
}
.widget.widget-latest-post .widget-latest-post-item:hover > .image > img{
    box-shadow: -5px 5px 0px 0px #0eb2ff;
}
.widget.widget-latest-post .widget-latest-post-item > .detail{
    flex: 1;
    padding-left: 20px;
}
.widget.widget-latest-post .widget-latest-post-item > .detail > h3{
    margin: 0;
    font-size: 18px;
    margin-bottom: 5px;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -ms-transition: all 0.2s;
    transition: all 0.2s;
}
.widget.widget-latest-post .widget-latest-post-item:hover > .detail > h3{
    color: #0eb2ff;
}
.widget.widget-latest-post .widget-latest-post-item > .detail > p{
    font-size: 12px;
    margin: 0;
}
.widget.instagram-post > ul{
    display: flex;
    flex-wrap: wrap;
}
.widget.instagram-post > ul > li{
    margin-bottom: 0;
    padding: 5px;
}
.widget.instagram-post > ul > li > a{
    position: relative;
}
.widget.instagram-post > ul > li > a > img{
    width: 100px;
    height: 100px;
    border-radius: 5px;
}
.widget.instagram-post > ul > li > a > .instagram_overlay{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(76, 111, 234, 0.90);
    border-radius: 5px;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -ms-transition: all 0.2s;
    transition: all 0.2s;
}
.widget.instagram-post > ul > li > a:hover > .instagram_overlay{
    opacity: 1;
    visibility: visible;
}
.widget.instagram-post > ul > li > a > .instagram_overlay > i{
    position: absolute;
    top: 50%;
    left: 50%;
    color: #ffffff;
    z-index: 1;
    width: 16px;
    height: 16px;
    line-height: 16px;
    margin: -8px 0 0 -8px;
    -webkit-animation: instagram_arrow 0.5s infinite linear;
    -moz-animation: instagram_arrow 0.5s infinite linear;
    -ms-animation: instagram_arrow 0.5s infinite linear;
    animation: instagram_arrow 0.5s infinite linear;
    -webkit-animation-direction: alternate-reverse;
    -moz-animation-direction: alternate-reverse;
    -ms-animation-direction: alternate-reverse;
    animation-direction: alternate-reverse;
}

@-webkit-keyframes instagram_arrow{
    0%{-webkit-transform: translate(-5px,5px);}
    50%{-webkit-transform: translate(0px,0px);}
    100%{-webkit-transform: translate(5px,-5px);}
}
@-moz-keyframes instagram_arrow{
    0%{-moz-transform: translate(-5px,5px);}
    50%{-moz-transform: translate(0px,0px);}
    100%{-moz-transform: translate(5px,-5px);}
}
@keyframes instagram_arrow{
    0%{transform: translate(-5px,5px);}
    50%{transform: translate(0px,0px);}
    100%{transform: translate(5px,-5px);}
}


.tagcloud > a{
    display: inline-block;
    padding: 6px 15px;
    background-color: #0eb2ff;
    margin-bottom: 10px;
    margin-right: 8px;
    color: #fff;
    font-size: 11px !important;
    text-transform: uppercase;
    font-weight: 600;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -ms-transition: all 0.2s;
    transition: all 0.2s;
    box-shadow: -3px 3px 0px 0px #dedede;
}
.tagcloud > a:hover{
    opacity: 0.9;
}

.widget.widget_categories > ul > li, .widget.widget_archive > ul > li{
	text-align:right;
}
.widget.widget_categories > ul > li:after, .widget.widget_archive > ul > li:after{
	content:"";
	display:table;
	width:100%;
}
.widget.widget_categories > ul > li a, .widget.widget_archive > ul > li a{
	float:left;
}
.widget.widget_categories > ul > li ul, .widget.widget_archive > ul > li ul{
	width:100%;
	margin-top: 10px;
}

.widget select{
	padding:0 20px;
	width: 100%;
	height:50px;
    border-radius: 50px;
	outline:none;
	font-weight: 400;	
    border: 1px solid #dedede;
}
.widget select:focus{
	border-color:#0eb2ff;
}

.widget.widget_calendar .calendar_wrap > table{
	width:100%;
}
.widget.widget_calendar .calendar_wrap > table > caption{
	padding-top: 0;
    font-weight: 600;
    font-size: 16px;
    color: #222222;
}
.widget.widget_calendar .calendar_wrap > table > thead > tr > th{
	padding:5px;
	text-align: center;
	font-size: 16px;
	color:#354a6c;
	font-weight: 700;
}
.widget.widget_calendar .calendar_wrap > table > tbody > tr > td{
	padding: 5px;
    text-align: center;
	font-size:13px;
	color:#000000;
	font-weight: 700;
}/*
.widget.widget_calendar .calendar_wrap > table > thead > tr > th:last-child,
.widget.widget_calendar .calendar_wrap > table > tbody > tr > td:last-child{
	color:#0eb2ff;
}*/
.widget.widget_calendar .calendar_wrap > table > tbody > tr > td#today > a{
	color: #ffffff;
    width: 24px;
    height: 24px;
    line-height: 24px;
    border-radius: 50px;
    background-image: -moz-linear-gradient(-115deg, #3891ff 0%, #00c6ff 100%);
    background-image: -webkit-linear-gradient(-115deg, #3891ff 0%, #00c6ff 100%);
    background-image: -ms-linear-gradient(-115deg, #3891ff 0%, #00c6ff 100%);
    display: inline-block;
}



.widget.widget_categories > ul > li,
.widget.widget_archive > ul > li,
.widget.widget_recent_entries > ul > li{
	border-bottom:none;
	padding-bottom: 0;
    margin-bottom: 15px;
}
.widget.widget_categories > ul > li:last-child,
.widget.widget_archive > ul > li:last-child,
.widget.widget_recent_entries > ul > li:last-child{
	margin-bottom:0;
}
.widget.widget_categories > ul > li > a:before,
.widget.widget_archive > ul > li > a:before,
.widget.widget_recent_entries > ul > li > a:before{
	content: "";
    display: inline-block;
    vertical-align: middle;
    width: 8px;
    height: 8px;
    border-right: 2px solid #0eb2ff;
    border-bottom: 2px solid #0eb2ff;
    margin-right: 15px;
    border-radius: 2px;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -webkit-transform-origin: top;
    -moz-transform-origin: top;
    -ms-transform-origin: top;
    transform-origin: top;
}

/********************************************************************************************* 
5. blog widget end
*********************************************************************************************/

/********************************************************************************************* 
6. comments start
*********************************************************************************************/
.us_comment_wrapper{
    margin-bottom: 15px;
}
.us_comment_wrapper > .us_comment_title{
    margin: 0;
    margin-bottom: 20px;
}
.us_comment_wrapper > .us_comment_list{
	background-color: white;
    padding: 15px;
}
.us_comment_wrapper > .us_comment_list > ol{
    list-style: none;
    padding: 0;
}
.us_comment_wrapper > .us_comment_list > ol > li{
    display: block;
}

.us_comment{
    margin-bottom: 15px;
    padding-bottom: 15px;
    border-bottom: 1px dashed #e2e2e2;
}
.us_comment_list li:last-child .us_comment{
    border-bottom: none;
}
.us_comment::after{
    content: "";
    display: table;
    width: 100%;
}
.us_comment > .us_avatar{
    width: 80px;
    float: left;
    position: relative;
}
.us_comment > .us_avatar > img{
    position: absolute;
    top: 0;
    left: 0;
    width: 80px;
    height: 80px;
	background-color: #fafafa;
}
.us_comment > .us_avatar > .initials{
    width: 80px;
    height: 80px;
    line-height: 80px;
    text-align: center;
    display: block;
    font-size: 35px;
    font-weight: 300;
    background-color: #0eb2ff;
    color: #ffffff;
}
.us_comment > .us_comment_detail{
    width: calc(100% - 80px);
    float: left;
    padding-left: 15px;
}
.us_comment > .us_comment_detail > h3{
    margin: 0;
    margin-bottom: 5px;
}
.us_comment > .us_comment_detail > h3 > a{
	color:inherit;
    font-size: 18px;
}
.us_comment > .us_comment_detail > p{
    margin-bottom: 5px;
}
.us_comment > .us_comment_detail > .us_comment_reply{
    
}
.us_comment > .us_comment_detail > .us_comment_reply > a{
	display: inline-flex;
    align-items: center;
    font-size: 12px;
    text-transform: uppercase;
    font-weight: 600;
}
.us_comment > .us_comment_detail > .us_comment_reply > a > i{
    margin-right: 2px;
    font-size: 18px;
    line-height: initial;
}
.us_comment > .us_comment_detail > .us_comment_reply:hover{
    opacity: 0.8;
}

.us_comment_wrapper > .us_comment_list > ol > li > ol{
    list-style: none;
}
.us_comment_wrapper > .us_comment_list > ol > li > ol .us_comment > .us_avatar{
    width: 60px;
}
.us_comment_wrapper > .us_comment_list > ol > li > ol .us_comment > .us_avatar > img{
	width: 60px;
    height: 60px;
}
.us_comment_wrapper > .us_comment_list > ol > li > ol .us_comment > .us_avatar > .initials{
    width: 60px;
    height: 60px;
    line-height: 60px;
    font-size: 25px;
}

.comment-form p[class*='comment-form-']{
	margin-bottom:20px;
}
.comment-form p[class*='comment-form-'] > label{
	font-weight: 400;
	display: block;
}	
.comment-form p[class*='comment-form-'] > textarea,
.comment-form p[class*='comment-form-'] > input{
	padding: 15px;
    border: 1px solid #d4d4d4;
    width: 100%;
	display: block;
	outline:none;
	-webkit-transition: all 0.2s;
	-moz-transition: all 0.2s;
	-ms-transition: all 0.2s;
	transition: all 0.2s;
}
.comment-form p[class*='comment-form-'] > textarea{
	resize: vertical;
}
.comment-form p[class*='comment-form-'] > textarea:focus,
.comment-form p[class*='comment-form-'] > input:focus{
	border-color:#0eb2ff;
}
.comment-form .comment-form-author{
	width: calc(50% - 10px);
    float: left;
}
.comment-form .comment-form-email{
	width: calc(50% - 10px);
    float: right;
}

.comment-form .logged-in-as > a:last-child{
	float:right;	
}

.comment-respond{
	margin-bottom:40px;
}
/********************************************************************************************* 
6. comments end
*********************************************************************************************/





/********************************************************************************************* 
50. footer start
*********************************************************************************************/
.us_footer{
    background-color: #1a1a1b;
    padding: 80px 0;
    color: #989898;
}
.us_footer .us_logo > a{
    color: #ffffff;
}
.us_footer .widget{
    margin-bottom: 15px;
    background-color: transparent;
    padding: 0;
    box-shadow: none;
	border:none;
}
.us_footer .widget > .widget-title{
    color: #ffffff;
    background-color: transparent;
    padding: 0;
    margin-left: 0;
    margin-right: 0;
    font-size: 16px;
	margin-bottom:20px;
}
.us_footer .widget > .widget-title::before,
.us_footer .widget > .widget-title::after{
    display: none;
}
.us_footer .widget ul li{
	border-bottom:none;
}
.us_footer .widget ul > li > a:hover{
    color: #0eb2ff;
}
.widget .link_list{
    display: flex;
}
.widget .link_list > ul{
    flex: 1;
}
.widget .link_list > ul > li > a:hover{
    color: #0eb2ff;
}

.us_copyright{
    text-align: center;
    background-color: #131313;
    padding: 15px;
    font-size: 16px;
    color: #fff;
    font-weight: 400;
}
.us_copyright > p{
    margin: 0;
}
/*******************Footer Style1 Start****************************/
/* .us_copyright.us_copyright_style1 { */
    /* color: #fff; */
    /* font-size: 16px; */
    /* font-weight: 400; */
/* } */
/****************Footer Style2 Start********************/
.us_copyright.us_copyright_style1 p {
    display: inline-block;
    float: left;
    color: #fff;
    font-size: 16px;
    font-weight: 400;
}

.us_copyright.us_copyright_style1 ul.us_copyright_terms {
    float: right;
    padding: 0px;
    margin: 0px;
    list-style: none;
}

.us_copyright.us_copyright_style1 ul.us_copyright_terms li {
    display: inline-block;
}

.us_copyright.us_copyright_style1 ul.us_copyright_terms li a {
    font-size: 16px;
    color: #fff;
    text-transform: capitalize;
    font-weight: 400;
    padding: 0px 20px;
	position:relative;
}
.us_copyright.us_copyright_style1 ul.us_copyright_terms li a:after{
    position: absolute;
    width: 1px;
    height: 18px;
    background-color: #303030;
    right: -3px;
    content: "";
    top: 50%;
    margin-top: 3px;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
}
.us_copyright.us_copyright_style1 ul.us_copyright_terms li:last-child a{
	padding-right:0px;
}
.us_copyright.us_copyright_style1 ul.us_copyright_terms li:last-child a:after{
	display:none;
}
.us_copyright.us_copyright_style1 ul.us_copyright_terms li a:hover{
	color:#0eb2ff;
}
/**********************Footer Style 3 Start***************************/
.us_copyright.us_copyright_style2 p {
    float: left;
    color: #fff;
    font-size: 16px;
    font-weight: 400;
}

.us_copyright.us_copyright_style2 .us_header_social.us_footer_social {
    float: right;
}
/********************************************************************************************* 
50. footer end
*********************************************************************************************/

/********************************************************************************************* 
51. components start
*********************************************************************************************/
/* button start */
button, input[type="button"], input[type="reset"], input[type="submit"], .us_btn{
    height: 50px;
    line-height: 50px;
    padding: 0 30px;
	background: none;
	cursor:pointer;
    color: #ffffff;
    display: inline-block;
    border-radius: 0px;
    font-weight: 400;
	border: none;
    font-size: 16px;
	outline:none;
	background-image: -moz-linear-gradient(-115deg, #3891ff 0%, #00c6ff 100%);
	background-image: -webkit-linear-gradient(-115deg, #3891ff 0%, #00c6ff 100%);
	background-image: -ms-linear-gradient(-115deg, #3891ff 0%, #00c6ff 100%);
}
button:hover, input[type="button"]:hover, input[type="reset"]:hover, input[type="submit"]:hover, .us_btn:hover, button:focus, input[type="button"]:focus, input[type="reset"]:focus, input[type="submit"]:focus, .us_btn:focus{
    color: #ffffff;
    opacity: 1;
	outline:none;
}
/* button end */

/* cookie bar start */
.us_cookie_bar{
    position: fixed;
    bottom: 0px;
    left: 0px;
    right: 0px;
    background-color: #ffffff;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.15);
    padding: 10px;
    font-size: 13px;
    color: #565656; 
    display: flex;
    z-index: 999;
}
.us_cookie_bar > p{
    margin: 0;
}
.us_cookie_bar > .us_cookie_bar_close{
    width: 40px;
    height: 40px;
    margin-left: 10px;
    line-height: 40px;
    text-align: center;
    font-size: 20px;
    color: #bfbfbf;
}
.us_cookie_bar > .us_cookie_bar_close:hover{
    color: #565656;
}
/* cookie bar end */

/* search box start */
.us_search_wrapper{
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 9999;
    overflow: auto;
    padding: 100px 15px;
	background-image: -moz-linear-gradient(-115deg, rgba(56, 145, 255, 0.90) 0%, rgba(0, 198, 255, 0.90) 100%);
    background-image: -webkit-linear-gradient(-115deg, rgba(56, 145, 255, 0.90) 0%, rgba(0, 198, 255, 0.90) 100%);
    background-image: -ms-linear-gradient(-115deg, rgba(56, 145, 255, 0.90) 0%, rgba(0, 198, 255, 0.90) 100%);
    opacity: 0;
    visibility: hidden;
    transition: all 0.2s;
}
.open_search .us_search_wrapper{
    opacity: 1;
    visibility: visible;
}
.us_search_wrapper > .us_search_close{
    position: absolute;
    top: 15px;
    right: 45px;
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    cursor: pointer;
    font-size: 30px;
    color: #e4e4e4;
}
.admin-bar .us_search_wrapper > .us_search_close{
	top: 48px;
}
.us_search_wrapper > .us_search_close:hover{
    color: #ffffff;
}
.us_search_wrapper > .us_search_input{
    margin: 0 auto;
    max-width: 1000px;
    background-color: #ffffff;
    padding: 20px;
}
.us_search_wrapper > .us_search_input > .us_search_box{
    position: relative;
    opacity: 0;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -ms-transition: all 0.2s;
    transition: all 0.2s;
    -webkit-transform: translateY(100px);
    -moz-transform: translateY(100px);
    -ms-transform: translateY(100px);
    transform: translateY(100px);
}
.open_search .us_search_wrapper > .us_search_input > .us_search_box{
    opacity: 1;
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    transform: translateY(0px);
}
.us_search_wrapper > .us_search_input > .us_search_box > input{
    background-color: #ffffff;
    padding: 25px 30px;
    border: 2px solid #f3f3f3;
    width: 100%;
    outline: none;
    font-size: 25px;
}
.us_search_wrapper > .us_search_input > .us_search_box > input::-webkit-input-placeholder{
    color: #bbbbbb;
    font-weight: 300;
}
.us_search_wrapper > .us_search_input > .us_search_box > .icon{
    position: absolute;
    top: calc(50% - 25px);
    right: 10px;
    width: 50px;
    height: 50px;
    text-align: center;
    line-height: 50px;
    font-size: 30px;
    color: #dcdcdc;
}
.us_search_wrapper > .us_search_input > .us_search_widgets{
    padding: 50px 0 15px 0px;
    opacity: 0;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -ms-transition: all 0.2s;
    transition: all 0.2s;
    -webkit-transform: translateY(50px);
    -moz-transform: translateY(50px);
    -ms-transform: translateY(50px);
    transform: translateY(50px);
}
.open_search .us_search_wrapper > .us_search_input > .us_search_widgets{
    opacity: 1;
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    transform: translateY(0px);
}
.us_search_wrapper > .us_search_input > .us_search_widgets .widget{
    background-color: transparent;
    padding: 0;
    box-shadow: none;
}
.us_search_wrapper > .us_search_input > .us_search_widgets .widget > .widget-title{
    background-color: transparent;
    padding: 0;
    margin-left: 0;
    margin-right: 0;
    color: #1b1b1c;
    font-size: 16px;
}
.us_search_wrapper > .us_search_input > .us_search_widgets .widget > .widget-title::before,
.us_search_wrapper > .us_search_input > .us_search_widgets .widget > .widget-title::after{
    display: none;
}

/* search box end */

/* font-weight start */
.f-w100, .f-w100 *{font-weight:100;}
.f-w200, .f-w200 *{font-weight:200;}
.f-w300, .f-w300 *{font-weight:300;}
.f-w400, .f-w400 *{font-weight:400;}
.f-w600, .f-w600 *{font-weight:600;}
.f-w700, .f-w700 *{font-weight:700;}
.f-w800, .f-w800 *{font-weight:800;}
.f-w900, .f-w900 *{font-weight:900;}
/* font-weight end */
.d-ib{
	display:inline-block;
}
.elem-center{
	display: table;
    margin: 0 auto;
}
/********************************************************************************************* 
51. components end
*********************************************************************************************/

/********************************************************************************************* 
52. responsive start
*********************************************************************************************/
@media (max-width:1366px){
	.us_nav > ul > li > a{
		padding: 10px 12px;
		font-size: 12px;
	}
	.us_header_icon{
		margin-left: 10px;
	}
	.us_header_icon > ul > li > a{
		width: 30px;
	}
}
@media (max-width:992px){
    .us_header_icon{
        border-left: none;
    }
    .us_header_icon > ul > li.us_nav_toggle{
        display: inline-block;
    }
    .us_logo{
        flex: 1;
    }
	.us_logo > a > img{
		max-width:150px;
	}
    .us_nav{
        position: fixed;
        top: 80px;
        left: -300px;
        bottom: 0;
        width: 300px;
        overflow: auto;
		padding:10px 0;
        background-color: #292929;
        text-align: left;
        -webkit-transition: all 0.2s;
        -moz-transition: all 0.2s;
        -ms-transition: all 0.2s;
        transition: all 0.2s;
    }
	.us_nav > ul > li > a{
		padding: 10px 20px;
	}
	.admin-bar .us_nav{
		top:112px;
	}
    .nav_open .us_nav{
        left: 0;
    }
    .us_nav > ul > li{
        display: block;
    }
	.us_nav > ul li.menu-item-has-children:after{
        content:"";
		position:absolute;
		top:18px;
		right:20px;
		border-left:4px solid transparent;
		border-right:4px solid transparent;
		border-top:4px solid #ccc;
    }
    .us_nav > ul > li > ul,
    .us_nav > ul > li > ul > li > ul{
        position: relative;
		left:auto;
		right:auto;
		top:auto;
        opacity: 1;
        visibility: visible;
        padding-left: 15px;
        box-shadow: none;
        display: none;
    }
    .us_nav > ul > li:hover > ul,
    .us_nav > ul > li > ul > li:hover > ul{
        display: block;
    }
}
@media (max-width:782px){
	.admin-bar .us_header{
		top: 46px;
	}
	.admin-bar .us_nav{
		top:126px;
	}
	.admin-bar #wpadminbar{
		position:fixed;
	}
}
/********************************************************************************************* 
52. responsive end
*********************************************************************************************/