/*
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
*/

/* html styles */
html,body {
	font-family: circe, sans-serif;
	font-weight: 400;
	font-style: normal;
}

bold,b,strong {
	font-family: circe, sans-serif;
	font-weight: 700;
	font-style: normal;
}

/* HEADLINES */
h1,h2,h3,h4,h5,h6 {
	font-family: circe, sans-serif;
	font-weight: 800;
	font-style: normal;
	text-transform: uppercase;
	letter-spacing: -0.03em;
}
.eyebrows {
	font-family: circe, sans-serif;
	font-weight: 400;
	font-style: normal;
	text-transform: uppercase;
	font-size: 25px!important;
	line-height: 25px!important;
}

.eyebrows h5 {
	font-family: circe, sans-serif;
	font-weight: 800;
	font-style: normal;
	text-transform: uppercase;
	font-size: 16px!important;
	line-height: 16px!important;
	letter-spacing: 0.3em;
	position: relative;
}

.underline-left-blue:after {
	position: absolute;
	background-color: #2689BE;
	width: 105%;
	height: 4px;
	bottom: -10px;
	content: "";
	left: -40px;
}

.underline-left-white:after {
	position: absolute;
	background-color: #ffffff;
	width: 105%;
	height: 4px;
	bottom: -10px;
	content: "";
	left: -40px;
}

.underline-right-blue:after {
	position: absolute;
	background-color: #2689BE;
	width: 105%;
	height: 4px;
	bottom: -10px;
	content: "";
	right: 50px;
}

.circle-left-red:before {
	position: absolute;
	background-color: #ED1C24;
	width: 30px;
	height: 30px;
	bottom: -22px;
	content: "";
	left: -55px;
	border-radius: 100%;
	z-index: 1;
}

.circle-right-red:before {
	position: absolute;
	background-color: #ED1C24;
	width: 30px;
	height: 30px;
	bottom: -22px;
	content: "";
	right: 45px;
	border-radius: 100%;
	z-index: 1;
}

@media only screen and (max-width: 690px) {
	.circle-left-red:before {
			position: absolute;
			background-color: #ED1C24;
			width: 25px;
			height: 25px;
			bottom: -20px;
			content: "";
			left: auto;
			right: 10px;
			border-radius: 100%;
			z-index: 1;
	}
	
	.circle-right-red:before {
		position: absolute;
		background-color: #ED1C24;
		width: 25px;
		height: 25px;
		bottom: -20px;
		content: "";
		right: 0;
		border-radius: 100%;
		z-index: 1;
	}
	
	.underline-right-blue:after {
			position: absolute;
			background-color: #2689BE;
			width: 105%;
			height: 4px;
			bottom: -10px;
			content: "";
			right: 4px;
	}
}

/* NAV */
#top nav > ul > li > a {
	font-family: circe, sans-serif;
	font-weight: 800;
	font-style: normal;
	text-transform: uppercase;
}

body #header-outer[data-has-menu][data-format] header#top nav ul.sf-menu li.menu-item.menu-item-138[class*="menu-item-btn-style"] > a *:not(.char),
body #header-outer[data-has-menu][data-format] header#top nav ul.sf-menu li.menu-item.menu-item-30[class*="menu-item-btn-style"] > a *:not(.char) {
		top: 1px;
}

@media only screen and (min-width: 1000px) {
		#header-outer:not(.transparent) #top {
				border-bottom: 3px solid #2689be;
		}
}

@media only screen and (max-width: 999px) {
		html body #header-outer[data-has-menu][data-lhe]:not(.transparent) {
				border-bottom: 2px solid #2689be !important;
		}
}

#header-outer .menu-item-138 > a:before {
		border: 2px solid;
		opacity: 1;
}

/* tabs */
.tabbed>ul li a {
		color: #000000;
		font-family: circe, sans-serif;
		font-weight: 800;
		font-style: normal;
		text-transform: uppercase;
		letter-spacing: -0.03em;
}
.tabbed[data-style="vertical_modern"] .wpb_tabs_nav li a {
		padding: 20px 20px;
}

/* slider */
div[data-button-sizing="large"] .swiper-slide .button a {
	font-family: circe, sans-serif;
	font-weight: 800;
	font-style: normal;
	text-transform: uppercase!important;
}
div[data-button-sizing="large"] .swiper-slide .button.transparent_2 a {
		padding: 18px 40px 16px 40px;
}

/* ordered list */
.nectar-fancy-ul[data-list-icon=dot] ul li:before {
		top: 0px;
}

/* forms */
body[data-form-submit="default"] .container-wrap input[type=submit] {
	background: #ED1C24;
	width: 100%;
	font-family: circe, sans-serif;
	font-weight: 800;
	font-style: normal;
	text-transform: uppercase!important;
	letter-spacing: -0.03em;
}

/* images */
.image-border6 .column-image-bg {
		border:6px solid #2689BE;
}

/* CUSTOM FONTS */
/* circe regular */
@font-face {
	font-family: circe, sans-serif;
	font-weight: 400;
	font-style: normal;
}
/* circe bold */
@font-face {
	font-family: circe, sans-serif;
	font-weight: 700;
	font-style: normal;
}
/* circe extra bold */
@font-face {
	font-family: circe, sans-serif;
	font-weight: 800;
	font-style: normal;
}


