/* # Custom Styles
---------------------------------------------------------------------------------------------------- */


/* === General === */

.imgspaceright{
margin-right: 60px!important;
}

/* === Front Page Sections === */

.front-page-9 {
    background-color:#17252d;
}
.front-page-11 {
    background:none #ff1024;
}

/*
===== PAGE HEADERS ======
*/

.pageheader{
	background-repeat: no-repeat;
    background-attachment: scroll;
    background-position: center 10px;
	background-image:url('https://reignite.co.za/wp-content/uploads/2017/08/pageheaders_default.jpg');
}

.pageheader.projectslanding{
	background-image:url('https://reignite.co.za/wp-content/uploads/2017/07/pageheaders-projects_2.jpg');
}

.pageheader.products{
	background-image:url('https://reignite.co.za/wp-content/uploads/2017/08/pageheaders_Projects-1.jpg');
}

.pageheader.mentorship, .pageheader.assessment, .pageheader.monitoring, .pageheader.management, .pageheader.servicelanding{
	background-image:url('https://reignite.co.za/wp-content/uploads/2017/07/pageheaders-Mentorship.jpg');
}

.pageheader .site-inner{
margin-top: 200px;
}

/* === Services wrap CTAs === */

.services-wrap .services-cta{

}
.services-wrap .services-cta a{
 color: #333;
font-size:30px;
font-size:3rem;

-webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}
.services-wrap .services-cta a:hover{
 cursor:pointer;
}

.services-wrap .services-cta a:hover>img{
 opacity:.9;

-webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}
/*.services-wrap .services-cta span{    margin-top: -88px;
display: block;
color: #FFF;
font-weight: bold;
padding-left: 30px;
font-size: 4rem;
}*/

.services-wrap.smallquarters h2{
margin:0;
}

.services-wrap.smallquarters a{
	font-size:2.3rem;
}

/* === Products Page === */

.keyfeaturepop {
    background-color: #f3f3f3;
    padding: 20px 20px 0 20px;
}

.keyfeaturepop + .pop-sibling{
	padding-top:20px;
}

.products .keyfeaturepop{
padding-bottom: 5px;
}

/* === CTA Box === */

.ctaBox{
	text-align: center;
}
.ctaBox+h3{
	margin-top:70px;
}

/* === socialKeepUp === */

.socialKeepUp{
	background: bottom center no-repeat;
min-height: 276px;
}
.socialKeepUp.FB{
	background-image:url(https://reignite.co.za/wp-content/uploads/2017/08/fbReignitepage.jpg);	
}
.socialKeepUp.LI{
	background-image:url(https://reignite.co.za/wp-content/uploads/2017/08/LinkedInReignitepage.jpg);	
}

.socialKeepUp .button{
	margin-top:120px
}
.socialKeepUp .fbBlue{
	background-color:#3b5998;
}
.socialKeepUp .liBlue{
	background-color:#4875B4;
}

/* === Image gallery === */
.gallery img {
    border: none;
    padding: 2px;
}

.gallery img:hover, .gallery img:focus {
    border: none;
opacity:0.75;
}

.gallery-icon .customize-unpreviewable{
    cursor: pointer !important;
}

.gallery .wp-caption-text.gallery-caption{
display: none;
}

/* === Enquire Expander === */

.enquire-expander{
	text-align:center;
	margin-bottom:30px;
}

.enquire-expander .collapseomatic{
	display:inline-block;
	background: #000;
	color:#fff;
	font-size: 18px;
    font-weight: 300;
    padding: 15px 40px;
	border: 0;
    color: #fff;
    cursor: pointer;
	letter-spacing: 1px;
    text-transform: uppercase;
    width: auto;
    word-spacing: 2px;
}
.enquire-expander .collapseomatic:hover{
	text-decoration:none;
background-color: #111;
}

.enquire-expander .enquire-form-wrapper{
text-align:left;
margin-bottom: 70px;
}

.enquire-expander .collapseomatic_content {
text-align:left;
}

/* === Ninja Forms === */

.nf-form-fields-required{
margin-bottom:45px;
}

/* === Primary Sidebar === */
.sidebar{
padding-top: 16px;
}
.sidebar .widget-title, .sidebar h4{
margin-bottom: 22px;
}
.featured-content .entry {
    margin-bottom: 5px;
    padding: 0;
}

/* === Portfolio Image === */

.portfolio .post-image {
    width: 100%;
}
	

/* === Enews Widget Overwritese === */

@media only screen and (max-width: 550px){
.enews-widget input {
    width: 100%!important;
}
}