/*
Theme Name: Porto Child
Theme URI: https://www.portotheme.com/wordpress/porto
Author: P-THEMES
Author URI: https://www.portotheme.com/
Description: Porto Responsive WordPress + eCommerce Theme.
Version: 1.1
Template: porto
License: Commercial
License URI: http://themeforest.net/licenses/regular_extended
Tags: woocommerce, corporate, ecommerce, responsive, blue, black, green, white, light, dark, red, two-columns, three-columns, four-columns, left-sidebar, right-sidebar, fixed-layout, responsive-layout, custom-menu, editor-style, featured-images, flexible-header, full-width-template, microformats, post-formats, rtl-language-support, sticky-post, theme-options, translation-ready, accessibility-ready
*/

/*************** ADD YOUR CUSTOM CSS HERE  ***************/

#side-nav-panel .share-links{
	display:none !important;
}
/*Header */
.home #header{
	position:absolute;
	width:100% !important;
	z-index:9999;
}
.home #header .elementor-top-section{
    background:transparent !important;
}

.awsm-job-more-container .awsm-job-more {
    background-color: var(--porto-primary-color, #CCC);
    border-color: var(--porto-primary-color, #CCC) var(--porto-primary-color, #CCC) var(--porto-primary-dark-10, #b3b3b3);
    color: var(--porto-primary-color-inverse, #FFF);
	padding: 5px 10px;
}
.awsm-job-more-container .awsm-job-more:active, .awsm-job-more-container .awsm-job-more:focus, .awsm-job-more-container .awsm-job-more:hover {
    border-color: var(--porto-primary-light-10, #e6e6e6) var(--porto-primary-light-10, #e6e6e6) var(--porto-primary-color, #CCC);
    background-color: var(--porto-primary-light-7, #dedede);
    color: var(--porto-primary-color-inverse, #FFF);
}
.awsm-job-more-container{ display:flex; }
a.awsm-job-item .awsm-job-specification-item{
	display:inline;
}
a.awsm-job-item .awsm-job-specification-item:after {
	content: '/';
    margin-right: 5px;
}
.awsm-job-wrap .awsm-job-specification-wrapper{
	padding-bottom:40px;
}
.awsm-job-more-container{
	position: absolute !important;
    display: block;
    right: 10px;
    bottom: 10px;
}
.awsm-grid-item .awsm-job-item{
	display:block !important;
	position:relative;
}

.porto-tb-meta.tb-meta-comments, .porto-tb-meta.tb-meta-author, .single-awsm_job_openings .breadcrumb, .single-post .breadcrumb{
	display:none;
}

article.post .post-image.single {
    float: left;
    width: 300px;
    margin-right: 15px;
    margin-bottom: 20px;
}

article.post .post-image.single .col-6, article.post .post-image.single .col-md-4{
	width:100% !important;
}

#header .main-menu > li.menu-item > a{
	font-family: "Figtree" !important;
}

.blog-posts .post-large .post-date{
	margin-left:0px !important;
}

/* Banner */
.svg {
	left: 100px;
	top: -500px;
	width: 1803px
}

.customLines1anim {
	animation-name: customLines1anim
}

.custom-hover-color .vc_btn3:hover,.custom-hover-color .vc_btn3:active,.custom-hover-color .vc_btn3:focus {
	color: #cbd3da !important
}

.desktop-hero-section .porto-gallery figure:last-child {
	width: 100%
}

.desktop-hero-section .porto-gallery img {
	border-radius: 4px
}

.desktop-hero-section .porto-gallery figure:first-child {
	padding-left: 3rem
}

.shape-to-right {
	animation: shapeDividerToRight infinite linear 60s
}

.shape-to-right.opacity-5 {
	animation-duration: 25s
}

.shape-to-left {
	animation: shapeDividerToLeft infinite linear 40s
}

.shape {
	height: 80px
}

.shape-1 {
	bottom: -26px
}

.shape-2 {
	bottom: -5px
}

.shape svg {
	width: 100vw;
	left: 0;
	transform: none;
	position: absolute;
	top: 0;
	height: 100%
}

.shape-to-right svg:nth-child(2) {
	transform: translate3d(-99.9%,0,0)
}

.shape-to-right svg:nth-child(3) {
	transform: rotateY(180deg) translate3d(199.8%,0,0)
}

.shape-to-left svg:nth-child(2) {
	transform: translate3d(99.9%,0,0)
}

.shape-to-left svg:nth-child(3) {
	transform: rotateY(180deg) translate3d(-199.8%,0,0)
}

@media ( min-width: 1921px ) {
	.shape {
		height:100px
	}
}

@media (min-width: 768px) {
	.awsm-filter-wrap .awsm-filter-items{
		justify-content: flex-end;
	}
}
@media (max-width: 768px) {
	article.post .post-image.single{
		float:none !important;
		width:auto !important;
		margin-left:0px !important;
	}
	.footer-wrapper .share-links{
		margin: 0 auto !important;
    	text-align: center;
	}
}