/*
Theme Name: Salient Child Theme
Theme URI: http: //mysite.com/
Description: This is a custom child theme for Salient
Author: My Name
Author URI: http: //mysite.com/
Template: salient
Version: 0.2
*/

#slide-out-widget-area.open .off-canvas-menu-container .menu > li > a {
	transition: all 0.5s ease-out;
	transition-delay: 0s !important;
}
#slide-out-widget-area.open .off-canvas-menu-container .menu > li > a:hover {
	letter-spacing: 2px;
}
#slide-out-widget-area.open .off-canvas-menu-container .menu > li > a .wrap:after {
	display: none;
}
body #header-outer #top .slide-out-widget-area-toggle[data-custom-color] a {
	transition: all 0.3s ease-out;
	transform: scale(1.5);
}
body #header-outer #top .slide-out-widget-area-toggle[data-custom-color] a:hover {
	transform: scale(1.5);
}
body #header-outer #top .slide-out-widget-area-toggle[data-custom-color="true"] a:after {
    content: "";
    width: 90px;
    height: 40px;
    position: absolute;
    left: -40px;
    top: -10px;
}
body #header-outer #top .slide-out-widget-area-toggle[data-custom-color="true"] a:hover:before {
    background-color: #000000;
}
body #header-outer #top .slide-out-widget-area-toggle > div:before {
	content: "MENU";
	position: absolute;
	left: -55px;
	font-size: 13px;
/* 	font-weight: 600; */
	top: 50%;
	margin-top: -5px;
	color: #fff;
}
body #header-outer.side-widget-open #top .slide-out-widget-area-toggle > div:before {
	content: "CLOSE";
}
#ajax-loading-screen {
	display: block !important;
	opacity: 1 !important;
	transition: all 1.25s ease-out;
}
.addLoadingClass #ajax-loading-screen  {
	top: -100%;
}
#ajax-loading-screen .loading-icon {
	opacity: 1 !important;
	background-size: 150px;
}
.portfolio-template-default .vc_column-inner .inner .hover-wrap-inner img{
	width:100% !important;
}
#slide-out-widget-area.fullscreen-inline-images .inner-wrap {
     display: flex !important;
    flex-direction: row !important;
    align-items: center !important;
    max-width: 1140px;
    margin: 0 auto;
    flex-wrap: wrap;
}
#slide-out-widget-area.fullscreen-inline-images .inner-wrap  .mega_header_box {
	width: 50%;
	text-align: left;
	padding-right: 30px;
}
#nav_menu-6 {
	margin-bottom: 10px !important;
}
#nav_menu-6 p{
	color:#9B9B9B !important;
}
#nav_menu-6 h2 a{
	font-size: 40px !important;
	font-weight: 500 !important;
	margin-bottom:20px !important;
	transition: all 0.5s ease-out;
}
#nav_menu-6 h2 a:hover {
	padding-left: 10px;
}
#to-top:hover i {
	color: #000;
}
.social_icon {
	padding: 26px 0;
}
.social_icon ul{
	display: flex;
    flex-wrap: wrap;
}
.social_icon ul li {
	margin-right: 30px;
}
.social_icon ul li a{
	font-size: 22px;
}
#mega_header_box_inner h3{
	
}
#mega_header_box_inner h3 {
	transition: all 0.5s ease-out;
}
#mega_header_box_inner h3:hover {
	padding-left: 10px;
}
#mega_header_box_inner h3 a {
	padding-left: 70px;
	position: relative;
}
#mega_header_box_inner h3 a:before{
    content: '';
    position: absolute;
    height: 1px;
    background-color: #fff;
    width: 51px;
    left: 0;
    top: 50%;
    border-radius: 50px;
}
#slide-out-widget-area.fullscreen-inline-images .inner {
	width: 50%;
}
#slide-out-widget-area .off-canvas-menu-container {
	padding: 0 0% !important;
}
#slide-out-widget-area .menuwrapper ul {
	text-align: left !important;
	display: block !important;
    padding-left: 100px !important;
}   
#slide-out-widget-area .menuwrapper ul li { 
}
#slide-out-widget-area .menuwrapper ul li a {
    margin: 0 0 8px !important;
}

.portfolio_section .portfolio_inner .portfolio_box{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
.portfolio_section .portfolio_inner .portfolio_loop:nth-child(even) .portfolio_box{
	flex-direction: row-reverse;
}
.portfolio_section .portfolio_inner .portfolio_loop{
	padding: 50px 0;
	position: relative;
}
.portfolio_section .portfolio_inner .portfolio_box .portfolio_img{
    width: 70%;
    height: 450px;
    overflow: hidden;
}
.portfolio_section .portfolio_inner .portfolio_box .portfolio_img img{
    object-fit: cover;
    height: 100%;
    width: 100%;
}
.portfolio_section .portfolio_inner .portfolio_box .portfolio_img video {
    object-fit: cover;
    height: 100%;
    width: 100%;
}
.portfolio_section .portfolio_inner .portfolio_box .portfolio_img:hover img{
	transform: scale(1.1);
}
.portfolio_section .portfolio_inner .portfolio_loop:nth-child(even) .portfolio_box .portfolio_content{
	padding-left: 0px;
	padding-right: 45px;
}
.portfolio_section .portfolio_inner .portfolio_box .portfolio_content{
	width: 30%;
    padding-left: 45px;
}
.portfolio_section .portfolio_inner .portfolio_box .portfolio_content h4{
	color: #fff;
}
.portfolio_section .portfolio_inner .portfolio_box .portfolio_content a{
	padding-left: 40px;
    position: relative;
}
.portfolio_section .portfolio_inner .portfolio_box .portfolio_content a:before{
    content: '';
    width: 30px;
    position: absolute;
    left: 0;
    top: 10px;
    height: 1px;
    background-color: #fff;
	transition: all 0.2s;
}
.portfolio_section .portfolio_inner .portfolio_box .portfolio_content a:after{
	content: '\f0da';
    font-family: 'FontAwesome';
    position: absolute;
    left: 17px;
    top: -2px;
    opacity: 0;
	transition: all 0.2s;
}
.portfolio_section .portfolio_inner .portfolio_loop:hover .portfolio_box .portfolio_content a:after{
    left: 29px;
    opacity: 1;
}
.portfolio_section .portfolio_inne .portfolio_loop:hoverr .portfolio_box .portfolio_content a:before {
	background-color: #9b9b93;
}
.protfolio_section .nectar-post-grid[data-columns="2"][data-grid-spacing="none"] .nectar-post-grid-item {
    width: 47%;
    margin-right: 20px;
    min-height: 65vh;
	margin-bottom: 20px;
}
.protfolio_section .nectar-post-grid[data-text-layout=all_top_left] .nectar-post-grid-item .content .item-main {
	position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    margin: 0 auto;
    text-align: center;
    width: 100%;
}
.protfolio_section .nectar-post-grid .nectar-post-grid-item .content .post-heading {
	max-width: 100%;
    font-size: 39px;
    font-weight: 800;
    opacity: 0;
}
.protfolio_section .nectar-post-grid .nectar-post-grid-item:hover .content .post-heading {
    opacity: 1;
}
.protfolio_section .nectar-post-grid-filters[data-align=left] a {
    margin: 0 30px 0 0;
    color: #ccc;
}
.protfolio_section .nectar-post-grid-filters[data-align=left] a:hover {
    color: #fff;
}
.protfolio_section .nectar-post-grid-filters[data-align=left] a.active {
    color: #fff;
}
.publications_loop .publications_box .publications_img:hover img {
    transform: scale(1.1);
}
.publications_loop .publications_box .publications_img{
	overflow:hidden;
}

/* FAQS-SYTLE */

.faq_row .toggle.default h3 a {
    color: #fff;
    font-size: 20px;
    line-height: 24px;
/*     font-weight: 700; */
    padding: 25px 70px 28px 0;
    transition: color 0.15s ease;
}
.faq_row .toggle.default.open h3 {
    background-color: #2E2C33;
    padding: 0px 32px;
}
.faq_row .toggle.default h3 {
    padding: 0px 32px;
}
.faq_row .toggle.default {
    border: 1px solid #9B9B9B;
}
.faq_row .inner-toggle-wrap {
    padding: 56px 32px !important;
}
.faq_row .toggle h3 i {
    right: 32px !important;
     border: none !important; 
}

/* END FAQS-SYTLE */

.publications_section .publications_inner {
	display: flex;
    flex-wrap: wrap;
}
.publications_section .publications_loop {
	width: 33%;
	padding-bottom: 30px;
}
.publications_section .publications_loop .publications_box {
	padding: 15px;
}
.publications_section .publications_box .publications_img {
    height: 350px;
    margin-bottom: 30px;
}
.publications_section .publications_box .publications_img img {
	width: 100%;
    height: 100%;
    object-fit: cover;
}
.publications_section .publications_box .publications_content h6{
	font-size: 14px;
    font-family: 'gilmerregular';
}
.publications_section .publications_box .publications_content h4 {
	font-size: 40px;
    color: #fff;
    padding: 15px 0;
}
.publications_section .publications_box .publications_content p {
     font-size: 14px;
    padding-bottom: 30px;
}
.publications_section .publications_box .publications_content a {
	padding-left: 40px;
    position: relative;
}
.publications_section .publications_box .publications_content a:before {
    content: '';
    width: 30px;
    position: absolute;
    left: 0;
    top: 10px;
    height: 1px;
    background-color: #fff;
	transition: all 0.2s;
}
.publications_section .publications_box .publications_content a:after {
	content: '\f0da';
    font-family: 'FontAwesome';
    position: absolute;
    left: 17px;
    top: -2px;
    opacity: 0;
	transition: all 0.2s;
}
.publications_section .publications_box .publications_content a:hover:after {
    left: 29px;
    opacity: 1;
}
.publications_section .publications_box .publications_content a:hover:before {
	background-color: #9b9b93;
}

.single-publication .nectar-global-section.before-footer{
	padding-top: 0px !important; 
}
.single-publication.single .heading-title{
	border-bottom: 0px solid #ddd;
	margin-bottom: 0;
	padding: 50px 0 100px 0;
	text-align: center;
	color: #fff;
}
.single-publication.single .blog-title h1{
	color: #fff !important;
}

/* process page style */

.our_process_content_sec .wireframe_row .nectar-split-heading h3 {
    font-weight: 700 !important;
}
.our_process_content_sec .wireframe_row .wpb_wrapper h2 {
    color: #fff;
}
.our_process_content_sec .wireframe_row .wpb_wrapper p {
    font-size: 24px;
    line-height: 32px;
    font-weight: 400;
}
.our_process_content_sec .wireframe_row a.nectar-button.large.regular.regular-button {
    border-radius: 0px !important;
    padding: 18px 52px;
}
.our_process_content_sec .wireframe_row .nectar-button span {
    font-size: 24px;
    font-weight: 700;
}
.our_process_content_sec .content_coding_row .nectar-split-heading h3 {
    font-weight: 700 !important;
}
.our_process_content_sec .content_coding_row .wpb_wrapper h2 {
    color: #fff;
}
.our_process_content_sec .content_coding_row .wpb_wrapper p {
    font-size: 24px;
    line-height: 32px;
    font-weight: 400;
}
.our_process_content_sec .content_coding_row a.nectar-button.large.regular.regular-button {
    border-radius: 0px !important;
    padding: 18px 52px;
}
.our_process_content_sec .content_coding_row .nectar-button span {
    font-size: 24px;
    font-weight: 700;
}
.our_process_content_sec .review_launch_row .nectar-split-heading h3 {
    font-weight: 700 !important;
}
.our_process_content_sec .review_launch_row .wpb_wrapper h2 {
    color: #fff;
}
.our_process_content_sec .review_launch_row .wpb_wrapper p {
    font-size: 24px;
    line-height: 32px;
    font-weight: 400;
}
/* End process page style */


/* contact us page style */

.contant_us_form .gform_wrapper.gravity-theme .gfield input.large, .contant_us_form .gform_wrapper.gravity-theme .gfield textarea.medium {
    background-color: #2E2C33;
    border: 0px !important;
    padding: 12px 20px 12px 20px;
	color: #fff !important;
}
.contant_us_form .gform_wrapper.gravity-theme .gfield input.large:focus, .contant_us_form .gform_wrapper.gravity-theme .gfield textarea.medium:focus{
	background-color: #525252;
}
.contant_us_form .gform_wrapper.gravity-theme .gform_footer .gform_button {
    color: #1C1B21;
    font-size: 18px;
    font-weight: 700;
    padding: 10px 30px 10px 30px !important;
	border-radius: 0 !important;
}
html body .contant_us_form .gform_wrapper.gravity-theme .gfield input.large[aria-invalid=true] {
	border: 1px solid #c01f41 !important;
}
.contant_us_box #nav_menu-6 h3{
	display:none;
}
.contant_us_two_style .contant_us_form .gform_wrapper.gravity-theme .gfield input.large, .contant_us_two_style .contant_us_form .gform_wrapper.gravity-theme .gfield textarea.medium{
    background-color: transparent;
    border-bottom: 1px solid #1C1B21 !important;
    border-radius: 0;
}
.contant_us_form .gform_wrapper.gravity-theme .gfield input.large:focus, .contant_us_form .gform_wrapper.gravity-theme .gfield textarea.medium:focus{
    border-color: #fff !important;
    font-size: 32px;
    font-weight: 300;
}

/* end contact us page style */

.tow-line-box .wpb_wrapper ul {
	display: flex;
	flex-wrap: wrap;
	margin: 0;
	max-width: 470px;
}
.tow-line-box .wpb_wrapper ul li{
	list-style: none;
    width: 50%;
}
.nectar-social.fixed {
	display: none !important;
}
#slide-out-widget-area .widget.widget_nav_menu li a {
	opacity: 0.7;
	transition: color .3s;
}
#slide-out-widget-area .widget.widget_nav_menu li a:hover {
	opacity: 1;
}
#header-outer:not([data-format=left-header]) #top nav>ul>li a {
	font-size: 13px !important;
/* 	font-weight: 600 !important; */
}
#portfolio-nav li#all-items {
	display: none;
}
.portfolio_section .portfolio_inner .portfolio_loop a.fullLink {
    display: block;
    width: 100%;
    height: -webkit-fill-available;
    z-index: 1;
    position: absolute;
}
