/*  
Theme Name: Kinetic Loop Master Theme 
Description: A child theme for PageLines DMS2
Version: v2.0
Author: Kinetic Loop 
Author URI: https://kineticloop.org
Template: dms
*/

/**Hoover 2017--------- */

.image {
  opacity: 1;
  display: block;
  width: 100%;
  height: auto;
  transition: .5s ease;
  backface-visibility: hidden;
}

.middle {
  transition: .5s ease;
  opacity: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%)
}

.span6:hover .image {
  opacity: 0.5;
}

.container:hover .middle {
  opacity: 1;
}

/**Hoover 2017--------- */
	
.overlay-image .text {
 color: #fff;
 font-size: 30px;
 line-height: 1.5em;
 text-shadow: 2px 2px 2px #000;
 text-align: center;
 position: absolute;
 top: 50%;
 left: 50%;
 transform: translate(-50%, -50%);
 width: 100%;
}
/** Product Image Overlay End----*/

.msrNuBlu {
    color: #2f559a;
}

/**Hoover 2017--------- */

/* Image Overlay End */

font-family: 'Poppins', sans-serif;


/* Contact Form 7 */

/* Submit Button CF7 CSS Styles */

input.wpcf7-form-control.wpcf7-submit:hover {
background-color: #FFF;
color: black;

}
input.wpcf7-form-control.wpcf7-submit {
background-color: black;
color: white;
font-size;1.2em;
font-family:'Poppins', sans-serif;
padding:15px 45px;

}

/* Change the width a drop down menu */

.wpcf7 .wpcf7-select {
   width:100%; /* you can use pixels, em, rem, % to determine the width */
   font-size:1.4em;
	height:1.5em;
}
/* Placeholder text styles */

::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: red;
  font-size:1.2em;
}
::-moz-placeholder { /* Firefox 19+ */
  color: red;
  font-size:1.2em;
}
:-ms-input-placeholder { /* IE 10+ */
  color: red;
  font-size:1.2m;
}
:-moz-placeholder { /* Firefox 18- */
  color: red;
  font-size:1.2em;
}


/* Contact Form 7 */



/* ------------------ Home Products - Start -------------------  */


/* ------------------ Image Size  346 x 450 -------------------  */


@media (min-width: 768px)
.indiv-program {
    float: none;
    display: inline-block;
    margin: 0 0 5px;
    border-right: 10px solid #fff;
    width: 49%;
    height: 450px;
}


/* ------------------ Global Styles - Start -------------------  */

body {
	font-family: 'Poppins', sans-serif;
}

h1 {
  color: #0A0A0A;
  font-family: 'oppins', sans-serif;
  line-height: 1.1;
  font-weight: bold;
}


h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
	font-family: 'Poppins', sans-serif;
  	font-weight:600;
	line-height: 1.1;
	color: #0A0A0A;
	}

/* ---------------black color color: #202124; , color: #414042;---*/


.h2 {
	font-family: 'Poppins', sans-serif;
	font-weight: 600;
	color: #0A0A0A;
	line-height: 1.1;
	text-align:center;
}

.nb {
	font-family: 'Poppins', sans-serif;
	font-weight: 800;
	color: #074ebd;
	line-height: 1.1;
	text-align:center;
}



p {
	font-family: 'Poppins', sans-serif;
	color: #0A0A0A;
	font-weight: 300;
	font-size: 1.12rem;
	
}

a {font-weight: 300;}
/* ------------------ Global Styles - End ------------------- */



/*--- NU PARAGRAPH FORMATTING /*/
.np {
	font-family: 'Poppins', sans-serif;
    color: #0A0A0A;
	font-size: 1.2rem;
	line-height: 2em;
	margin-top: .4em !important;
    font-weight: bold!important;
  }
/*--- NU PARAGRAPH FORMATTING /*/


.icon-h {
	font-family: 'Poppins', sans-serif;
	font-size: 1.25rem;
	line-height: 1.5rem;
	font-weight: 700;
	color:#000;
}




/*---- Header image displacy mobile or desktop */


.mshow {
  display: block !important;
}

@media (max-width: 576px) {
  .mshow {
     display: block !important;

  }
}

@media (max-width: 768px) {
  .mshow {
    display: block !important;
  }
}

@media (min-width: 992px) {
  .mshow {
      display: none !important;
  }
}

@media (min-width: 1200px) {
  .mshow {
     display: none !important;
  }
}


.mhide {
  display: block !important;
}

@media (max-width: 576px) {
  .mhide {
     display: none !important;
  }
}

@media (max-width: 768px) {
  .mhide {
    display: none !important;
  }
}

@media (max-width: 992px) {
  .mhide {
      display: none !important;
  }
}

@media (min-width: 1200px) {
  .mhide {
     display: block !important;
  }
}

/*---- Header image displacy mobile or desktop */


/*---- Header Image Styles */

.heroheadline {
	font-size: 3.2rem;
	color: #fff !important;;
	margin: 1.2rem 0 .7rem 0;
	padding:.7rem;
	background: none repeat scroll 0% 0% rgba(0, 0, 0, 0.5);
	display: inline-block;
	font-weight: 600;
    text-shadow: none;
}

.herosubline {
	font-size: 1.5rem;
	color: #fff !important;;
	margin: 1.2rem 0 .7rem 0;
	padding:.7rem;
	background: none repeat scroll 0% 0% rgba(0, 0, 0, 0.5);
	display: inline-block;
	font-weight: 600;
    text-shadow: none;
}

/*---- Header Image Styles End */

/**Button Blue--------- */

.btn.btn-large-white 	{
	color: #074ebd;
    background-color: #fff;
    border-color: #074ebd;
	font-weight: 600;
    padding: 12px 30px;
	border-radius: 8px;
	font-size: 1rem;
}

.btn.btn-large-blue:hover,
.btn.btn-large-blue:focus,
.btn.btn-large-blue:active,
.btn-default.active,
.open .dropdown-toggle.btn-default {
  color: #074ebd;
  background-color: #fff;
  border-color: #074ebd;
}

/**Small Button Blue--------- */

.btn.btn-blue 	{
	color: #fff;
    background-color: #074ebd;
    border-color: #074ebd;
	font-weight: 300;
    padding: 1em 1.25em;
	border-radius: 8px;
	font-size: 1rem;
}
.btn.btn-large-blue 	{
	color: #fff;
    background-color: #074ebd;
    border-color: #074ebd;
	font-weight: 600;
    padding: 12px 30px;
	border-radius: 8px;
	font-size: 1rem;
}
.btn.btn-blue:hover,
.btn.btn-blue:focus,
.btn.btn-blue:active,
.btn-default.active,
.open .dropdown-toggle.btn-default {
  color: #074ebd;
  background-color: #fff;
  border-color: #074ebd;
}


/** Product Image Overlay ----*/

.box{
        position: relative;
        display: inline-block; /* Make the width of box same as image */
    }
.box .text {
        position: absolute;
        z-index: 999;
        margin: 0 auto;
        left: 0;
        right: 0;        
        text-align: center;
        top: 60%; /* Adjust this value to move the positioned div up and down */
	    background: none repeat scroll 0% 0% rgba(0, 0, 0, 0.5);
        font-family: 'Poppins', sans-serif;
        color: #fff !important;
        width: 100%; /* Set the width of the positioned div */
    }


.box .button1 {
	position: absolute;
    bottom: 10%;
    left: 5%;
    background:none;
	border: none;
 	box-shadow:none;
 }

.box .button2 {
	position: absolute;
    bottom: 10%;
    right: 5%;
    background:none;
	border: none;
 	box-shadow:none;
 }

.btn.large-blue 	{
	color: #0c2d62;
    background-color: #fff;
    border-color: #0c2d62;
	border-radius: 0.65rem;
	font-weight: bold;
    padding: .375rem .75rem;
	font-size: 0.5em;
}



/* TOP MENU */
.section-navbar .navbar .navline{margin: 10px 10px 0px 0px;}
.section-navbar .navbar .searchform {max-width:100px;margin:14px 0px 5px;}
body .pl-content img {margin-top: 10px;}

 
/* NAVI COLOUR */
.section-navi .navi-right {float: left !important;}
.section-navi .navi-right {font-size:8em;}
.sf-menu ul li a {border-bottom: 1px solid rgba(255, 255, 255, 0.6);color: #FFF;}
.section-navi .pl-nav > li.current-menu-item > a, .section-navi .pl-nav > li:hover > a {background: none;}

.section-navi .pl-nav > li > a {font-size:1.2em; font-weight:900; }




/*Flipper Home Page */

.flipper-media:hover .flipper-info {
		opacity:1;
		background-color: rgba(0, 0, 0, 0.8) !important;
	}

/*Anchor Home Page */
.cus-anchor {
  position: relative;
}

.cus-anchor a {
  position: absolute;
  left: 0px;
  top: -52px;
  font-size: 0;
}

@media screen and (min-width: 896px) {
  .cus-anchor a {
    position: absolute;
    left: 0px;
    top: -270px;
  }
}