/*
Theme Name: Salient Child Theme
 | Shared by WPTry.org
Description: This is a custom child theme for Salient
Theme URI:   https://themeforest.net/item/salient-responsive-multipurpose-theme/4363266
Author: ThemeNectar
Author URI:  https://themeforest.net/user/themenectar
Template: salient
Version: 1.0
*/
p, span {
	font-family: Nova Flat !important;
}
.clr_white * {
	color: #fff;
}
.home-wrap {
	background-color: #fff !important;
}
.d-flex {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.top-bar {
	background-color: #ff0000;
	padding: 10px 0;
}
.top-bar a {
	color: #fff;
	font-size: 18px;
}
.top-bar a:hover {
	color: #000;
}
.social-icon a {
	margin: 0 10px;
}
.cont-info a i {
	margin-top: 3px;
}
.mr-30 {
	margin-right: 30px;
}
span.bg-radius-grey {
	background-color: #8b8a8f;
	width: 40px;
	height: 40px;
	border-radius: 50%;
	margin-right: 10px;
	display: inline-block;
	text-align: center;
	line-height: 40px;
}
.intro-area .vc_column-inner {
	background-color: #fff;
	padding: 60px 40px;
	border-radius: 4px;
	box-shadow: 3px 3px 8px #000;
	cursor: pointer;
	-webkit-transition: all 0.4s linear;
	   -moz-transition: all 0.4s linear;
	    -ms-transition: all 0.4s linear;
	     -o-transition: all 0.4s linear;
	        transition: all 0.4s linear;
}
.intro-area .vc_column-inner:hover {
	background-color: #e9551e;
	border-bottom: 3px solid #fff;
}
.intro-area .vc_column-inner:hover * {
	color: #fff !important;
}
.intro-area span.icon-head {
	font-size: 20px;
		font-weight: bold;
}
.img-tab-gallery .work-item.style-2 {
    box-shadow: 2px 1px 13px #ccc;
    background-color: #fff;
    -webkit-transition: all 0.4s linear;
       -moz-transition: all 0.4s linear;
        -ms-transition: all 0.4s linear;
         -o-transition: all 0.4s linear;
            transition: all 0.4s linear;
}
.img-tab-gallery .work-item.style-2:hover {
    border-radius: 15px 0;
}
#footer-outer #footer-widgets .widget h4 {
	font-size: 26px;
	font-weight: bold;
}
.gallery-tabs .col img {
	border: 2px solid #fff;
	width: 100% !important;
    height: 260px !important;
}
div#footer-outer {
	background-attachment: fixed;
}
div#footer-outer .span_5 , div#footer-outer .span_7{
	width: 49%;
}
div#footer-outer a:hover , div#footer-outer i:hover{
	color: #ff0000 !important;
	opacity: 1 !important;
}

/* form */
/* form */
.contact-form .parllel-input span {
    width:  49%;
    display: inline-block !important;
    margin-bottom:  26px;
}
.contact-form input , .contact-form textarea{
    background-color: transparent !important;
    width:  97% !important;
    border-color: #ccc !important;
    color: #000;
}
.contact-form input.wpcf7-submit {
	background-color:#003152 !important;
    padding: 12px 0;
    border-radius: 5px;
    color: #fff;
    transition: all 0.4s linear !important;
}
.contact-form input.wpcf7-submit:hover {
	border-radius: 20px 0;
	box-shadow: 2px 3px 10px #ccc;
}

/* form */
/* form */
.contact-form .parllel-input span {
    width:  49%;
    display: inline-block !important;
    margin-bottom:  26px;
}
.contact-form input , .contact-form textarea{
    background-color: transparent !important;
    width:  97% !important;
    border-color: #ccc !important;
    color: #000;
}
.contact-form input.wpcf7-submit {
	background-color:#ff0000 !important;
    padding: 12px 0;
    border-radius: 5px;
    color: #fff;
    transition: all 0.4s linear !important;
}
.contact-form input.wpcf7-submit:hover {
	border-radius: 20px 0;
	box-shadow: 2px 3px 10px #ccc;
}
ul.info  {
	margin-left: 0;
}
ul.info li a {
	color: #000;
	margin-bottom: 20px;
}
ul.info li a:hover {
	color: #ff0000;
}/* form */

/* recent post */
section.latest_product {
	justify-content:center !important;
}
.post-area {
	width: 24%;
	position: relative;
	padding: 0;
	margin:0.5%;
	cursor: pointer;
}
.post-area img {
	width: 100% !important;
	height: 240px !important;
	border: 8px solid #000;
	margin: 0 !important;
	box-shadow:3px 2px 10px #ccc;
}
.post-title {
	position: absolute;
	background-color: rgba(0, 0, 0, 0.5);
	left: 0;
	right: 0;
	top: 0;
	height: 0%;
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	opacity: 0;
	-webkit-transition: all 0.4s linear;
	   -moz-transition: all 0.4s linear;
	    -ms-transition: all 0.4s linear;
	     -o-transition: all 0.4s linear;
	        transition: all 0.4s linear;
}
.post-area:hover .post-title {
	opacity: 1;
	height: 100%;
}
.post-title h2 {
	font-size: 30px;
	color: #fff;
	margin: 0;
}
/* recent post */
#header-space {
	height: 192px;
}
header#top {
	margin:-26px 0;
}
.bg-attached .row-bg.using-image.lazyloaded {
	background-attachment:fixed !important;
	animation: mymove 5s infinite;
}
@keyframes mymove {
  50% {background-position: right;}
}
@media only screen and (max-width: 1000px){
	#header-space {
		height: auto;
	}
	header#top {
		margin:0 auto;
	}
	.top-bar {
		display: none;
	}
	.gallery-tabs .row.portfolio-items.no-masonry.isotope-activated {
		display : flex;
		justify-content: space-between;
		flex-wrap: wrap;
	}
	
	p , span, .clr_white ul li{
		font-size: 14px !important;
	}
	div#footer-outer .span_5 , div#footer-outer .span_7{
		width: 100%;
	}
	.post-area {
		width: 48%;
	}
}
/* recent post */
@media only screen and (max-width: 768px){
	.post-area {
		width: 90%;
		margin:10px 5%;
	}
}
#author-bio {
	display:none !important;
}