/*
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
*/

.home .container-wrap {
	background-color: #000;
}

.nectar-milestone {
	/*clear: both;*/
}

.nectar-milestone .number {
	/*float: left;*/
	/*padding-right: 10px;*/
}

body h2, body h2 span {
	color: #FAA627;
}

.nectar-fancy-ul ul li .icon-default-style[class^="icon-"] {
	  font-size: 28px;
}

.africabackcolumn .vc_column-inner .column-image-bg-wrap .inner-wrap .column-image-bg {
	background-repeat: no-repeat;
}

.nectar_image_with_hotspots .mapTitle{
	color: orange;
	font-size: 16px;
	font-weight: bold;
}

.nectar_image_with_hotspots .mapDenom{
	font-size: 12px;
}

.nectar-hor-list-item .nectar-list-item h4 {
	color: #FAA627;
}

.listCountryCurrency .nectar-hor-list-item {
	padding-top: 3px;
	padding-bottom: 3px;
}

.aaaCredit .nectar-fancy-box .box-inner-wrap {
	padding: 10px;
}

.aaaCredit .nectar-fancy-box .inner {
	padding: 10px 0 10px 0;
	min-height: auto !important;
}

.wpcf7-form input[type="text"], .wpcf7-form input[type="email"], .wpcf7-form input[type="password"], .wpcf7-form input[type="tel"], .wpcf7-form input[type="url"], .wpcf7-form input[type="search"], .wpcf7-form input[type="date"], .wpcf7-form textarea {
	color: #cccccc;
	background-color: rgba(0,0,0,0.15) !important;
	padding: 10px !important;
}

.wpcf7-form .wpcf7-not-valid-tip {
	background: #faa627;
	color: #000000;
}

.wpcf7 .wpcf7-response-output {
  background: #faa627;
	color: #000000;
}

#footer-widgets .row {
	padding-bottom: 3px;
}

#fixedIncome .additionalProducts h4 {
	color: #faa627;
	font-size: 20px;
	padding-bottom: 15px;
}

#fixedIncome .additionalProducts ul {
	columns: 2;
	-webkit-columns: 2;
	-moz-columns: 2; 
}

ul#currency li span {
	margin-right: 10px;
	width: 75px;
	display: inline-block;
}

/* up to 1280 */
@media only screen and (max-width: 1280px) {
    .africabackcolumn .vc_column-inner .column-image-bg-wrap .inner-wrap .column-image-bg {
		background-image: none !important;
	}
}

@media only screen and (max-width: 1000px) {
	#fixedIncome .additionalProducts {
		text-align: center;
	}
	#fixedIncome .additionalProducts li {
		width: 200px;
		text-align: left;
	}
}

@media only screen and (max-width: 479px) {
	
	#fixedIncome .additionalProducts ul {
		columns: 1;
		-webkit-columns: 1;
		-moz-columns: 1; 
	}
}

/* above 801 */
@media only screen and (min-width: 801px) {
	ul#hedge {
		columns: 2;
		-webkit-columns: 2;
		-moz-columns: 2;
	}
	ul#currency {
		columns: 4;
		-webkit-columns: 4;
		-moz-columns: 4;
	}
}

/* 802 to 1281 */
@media only screen and (min-width: 802px) and (max-width: 1281px) {
	ul#currency {
		columns: 2;
		-webkit-columns: 2;
		-moz-columns: 2;
	}
}

@media only screen and (max-width: 690px) {
	#call-to-action .container a {
		display: block;
		margin-top: 20px;
		margin-left: 0;
	}
}

#header-outer #top nav >.sf-menu >li:not(:last-child):after {
    content: "|";
	color: #faa627;
}
