/*
Theme Name: TheGem Child
Description: Multi-Purpose Wordpress Theme
Author: Codex Themes.
Theme URI: http://codex-themes.com/thegem/
Author URI: http://codex-themes.com/thegem/
Template: thegem
Version: 1.0
Tags: one-column, two-columns, left-sidebar, right-sidebar, responsive-layout, custom-background, custom-colors, custom-header, custom-menu, featured-images, flexible-header, full-width-template, theme-options, translation-ready, dark, light
License: GNU General Public License
License URI: license.txt
*/


/************** COLORS / FONTS  *************

Pink : #e21e58;
Light Gray: #e4e4e4;
Steel Blue: #164050;
Med Gray : #154050;

*********************************************/

p {
  line-height: 3rem;
}
ul li {
  line-height: 4rem;
  list-style-type: none;
}
#page .wpb_text_column ul li:before {
  left: -14px;
  height: 6px;
  width: 6px;
  position: absolute;
  background-color: #e21e58;
  border-radius: 50%;
  top: 18px;
  list-style-type: none;
}
#primary-navigation #primary-menu .button.pink {
  padding: .5rem 1rem!important;
  background: #e71e5c!important;
  color: #FFF!important;
}
#page #site-header #primary-navigation li a.pink {
    color: red;
}
#primary-navigation #primary-menu .button.frame {
  padding: 0.3rem 0.5rem!important;
  border: solid 2px #1e4051;
  margin: 0 0.5rem;
}
#primary-navigation #primary-menu .button.frame a{
	font-weight: 800;
  font-stretch: normal;
  font-style: normal;	
	color: #1e4051;
}
#primary-navigation #primary-menu .button.frame:hover a{
	color: #e71e5c;
}
@media (max-width:980px) {
	#primary-navigation #primary-menu .button.frame{
		margin: 0 0;
	}
}
#primary-menu.no-responsive > li.menu-item-current > a.pink, #primary-menu.no-responsive > li.menu-item-active > a.pink {
    color: #FFF!important;
}
/* Custom CSS */
#colophon {
  background-color: #164050;
  /* background-image: url(/wp-content/uploads/2016/03/5-18.jpg) !important; */
	background-position: center !important;
}
#footer-nav{
	border: none !important;
}
.site-footer #mc4wp_submit{
	color: #ffffff !important;
	background: #181829 !important;
	width: auto !important;
    font-weight: normal;
    font-family: inherit;
    font-family: 'Montserrat' !important;
    padding: 0 10px !important;
    font-size: 17px !important;
}
.site-footer #mc4wp_submit:hover,
.site-footer #mc4wp_submit:focus{
	background: #DC1B5A !important;
}
.site-footer #mc4wp_email::placeholder{
	color: #181829;
}
.site-footer .mc-form {
    margin-top: 22px !important;
}
h2.footer-newsletter{
	color: #ffffff !important;
	margin-top: 0 !important;
}

.block-content {
    padding-top: 40px;
}

/* Services Updates */

.services-cta {
  background: #e4e4e4
}
.services-cta .fluentform {
  padding: 0 16px;
}
.services-cta .fluentform label {
  display: none;
}
.services-cta .fluentform input {
  padding: .8rem;
}
.services-cta .fluentform div {
  padding: 0;
  margin: 0 0 4px 0;
}
.services-cta .fluentform .ff-el-input--label {
  display: inline;
}
.services-cta .fluentform button {
  display: block;
  background-color: #e21e58!important;
  text-transform: uppercase;
  font-weight: 600;
  margin: 0 auto;
  border-radius: 0;
  padding: .6rem;
  margin-bottom: 20px;
}
.services-cta h4 {
  background: #e21e58;
  padding: 1rem;
  color: #FFF;
  text-align: center;
}
.services-cta p {
  text-align: center;
  padding-bottom: 20px;
}

/* Services Overides */
.page-id-24997 .block-content:last-of-type,
#servicesremanufacturing  .block-content:last-of-type,
#servicesrepairandexchange .block-content:last-of-type,
#servicessaaspartsmanagement .block-content:last-of-type,
#servicesfieldservices .block-content:last-of-type,
#serviceshelpdesk .block-content:last-of-type,
#servicesassetrecovery .block-content:last-of-type,
#about-us .block-content:last-of-type {
  padding-bottom: 0!important;
}
#servicesremanufacturing .block-content .wpb_row,
#servicesrepairandexchange .block-content .wpb_row,
#servicessaaspartsmanagement .block-content .wpb_row,
#servicesfieldservices .block-content .wpb_row,
#serviceshelpdesk .block-content .wpb_row,
#servicesassetrecovery .block-content .wpb_row,
.page-id-24997 .block-content .wpb_row,
#about-us .block-content .wpb_row {
  margin-bottom: 0;
}
#brochure-cta .vc_column-inner {
  background-position: center bottom!important;
}


/* Header CTA & Contact Number*/
.get-our-brochure-cta {
  display: none;
}
.top-contact p {
  padding-top: 12px;
}
.top-contact a {
  font-size: 1.6rem;
}

#mc4wp-form-1 {
  max-width: 400px;
  margin: 0 auto;
}

/********************************************/
/************* MEDIA QUERIES  ***************/
/********************************************/
@media only screen and (min-width: 768px) {
  #primary-navigation {
    padding-top: 80px;
  }
  header.fixed #primary-navigation {
    padding-top: 0px;
  }
}
@media only screen and (min-width: 981px) {
  p {
    line-height: 4rem;
  }
  .get-our-brochure-cta {
    display: block;
    position: absolute;
    top: 0;
    right: 360px;
    width: 310px;
    height: 70px;
    z-index: 100;
  }
  header.fixed  .get-our-brochure-cta {
    display: block;
    position: absolute;
    top: 0;
    right: 490px;
    width: 195px;
    height: 50px;
    z-index: 100;
  }
  header.fixed .get-our-brochure-cta img {
    width: 195px;
  }
  .view-whitepapers-cta {
    display: block;
    position: absolute;
    top: 0;
    right: 40px;
    width: 310px;
    height: 70px;
    z-index: 100;
  }
  header.fixed  .view-whitepapers-cta {
    display: block;
    position: absolute;
    top: 0;
    right: 280px;
    width: 210px;
    height: 50px;
    z-index: 100;
  }
  header.fixed .view-whitepapers-cta img {
    width: 210px;
  }
  .top-number {
  	margin: 0;
    position: absolute;
    z-index: 900;
    top: 60px;
    right: 50px;
    padding-top: 10px;
    color: #dd1959;
    font-size: 14px;
	  font-weight: bold;
	  text-transform: uppercase;
    font-family: 'Montserrat';
  }
  header.fixed .top-number {
    padding-top: 0px;
    top: 0px;
    right: 20px;
    margin-top: 6px;
  }
}
@media only screen and (min-width: 1210px) {

}
@media(max-width: 767px){
	h2.footer-newsletter{
		text-align: center;
	}
}

.shrink.fixed .top-contact p{
	top: 8px;
}
.shrink.fixed #primary-menu.no-responsive{
	margin-top: 23px;
}
@media(max-width: 1212px){
	.top-contact p{
		right: 28px;
    	top: 12px;
    	left: auto;
	}
  .get-our-brochure-cta {
    display: none;
  }
  .view-whitepapers-cta {
    display: none;
  }
}
@media(max-width: 1160px){
	.top-contact p {
    	right: 28px;
    	top: 12px;
    	left: auto;
	}
	.shrink.fixed .top-contact{
		display: none;
	}
}

.copyright{
	opacity: 0.6;
	margin-top: 30px !important;
}
.footer-links span {
    font-size: 18px;
    font-weight: 600;
    margin-left: -2px;
}
.footer-links ul li a {
    color: #697d89;
    opacity: 0.6;
    padding-bottom: 8px;
}
.footer-links ul li a:hover,
.footer-links ul li a:focus{
	color: #DC1B5A;
}
.footer-detail{
	opacity: 0.6;
	margin-top: 8px;
}
.footer-detail a{
	color: #697d89;
}
.footer-detail a:hover,
.footer-detail a:focus{
	color: #DC1B5A;
}
.footer-title-links{
	font-family: 'Montserrat';
	text-transform: uppercase;
	font-weight: 700 !important;
	font-size: 14px !important;
}
header.fixed.shrink .logo img {
    margin-top: -65px;
	vertical-align: baseline;
}
@media(max-width: 991px){
	.logo-section-footer{
		padding: 0 40px;
    	margin-bottom: 30px;
	}
	#footer-nav #footer-socials{
		text-align: left;
	}
}
@media(max-width: 768px){
	#footer-nav #footer-socials{
		text-align: center;
	}
}
.vc_separator.vc_sep_double{
	height: auto !important;
}
h2{
	text-align: center;
}
