/*
Theme Name: SOMNIA
Theme URI: http: //mysite.com/
Description: Custom child theme for Salient
Author: Chris Glubish
Author URI: http: //www.somnia.ca/
Template: salient
Version: 0.1
*/

@import url("../salient/style.css");

/* MISC */
.hide {display:none;}
.backbtn {float:right;z-index:99999;}
.small {font-size:80% !important;}

@media only screen and (max-width: 1600px) {
	.svg-bg .column-image-bg {
		background-size:contain !important;
		background-repeat:no-repeat;
	}
}

/* TOP BANNER */
.top-banner {
	padding-top:150px !important;
	padding-bottom:200px !important;
}
.top-banner .row-bg-wrap {
	background: linear-gradient(219.17deg,#5874d8 2.54%,rgba(255,255,255,0) 69.54%),#2d9cdb;
}


/* FOOTER */
.footer-swoosh {margin-bottom:-1px;}
.lplot #footer-widgets .footer-button { 
	background-color:#f2994a;
	padding:14px 40px;
	border-radius:5px;
	color:#fff !important;
	display:inline-block;	
	margin-top:20px;
	font-weight:600;
}
.lplot #footer-widgets h3 {margin-bottom:15px;}
.lplot #footer-widgets a {color: #949ea7 !important;}
.lplot #footer-widgets h3 a {
	color:#f2994a !important;
}

