/*
Theme Name: Salient Child Theme
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
*/

li.wp-social-link.wp-block-social-link {
    width: 30px;
    height: 30px;
    display: flex !important;
    align-items: center;
    justify-content: center;
    padding-top: 10px !important;
}

li.wp-social-link.wp-block-social-link a {
    display: block !important;
}

.w-full {
	width: 100% !important;
}

#footer-outer #footer-widgets .col ul li.wp-block-social-link:first-child {
    padding-top: 4px !important;
}

.nectar-fancy-box[data-style=hover_desc] .hover-content {
	max-width: 95% !important;
}

.nectar-cta a {
    font-weight: 500;
}

.grid-cols-2 {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 0px 20px;
}

.col-span-2 {
    grid-column: 1 / -1;
}
input.wpcf7-submit {
    padding: 10px 30px !important;
}

.row.portfolio-items {
    height: auto !important;
}

.row.portfolio-items .col.span_3 {
    position: relative !important;
    display: block !important;
    top: 0 !important;
    left: 0 !important;
    width: 14%;
	transform: none !important;
}

@media only screen and (min-width: 768px) {
	.mobile-only {
		display: none !important;
	}
}

@media only screen and (max-width: 768px) {
	.desktop-only {
		display: none !important;
	}
	.row.portfolio-items .col.span_3 {
		width: 33.3%;
	}
	#slide-out-widget-area.fullscreen .inner .off-canvas-menu-container li a {
		font-size: 20px !important;
		line-height: 20px !important;
		border: 1px solid;
		border-radius: 30px;
		padding: 15px 40px;
		width: fit-content;
		margin: 0 auto;
	}
}