/*
 Theme Name:   Onepagepro Child
 Theme URI:    http://demo.goodlayers.com/onepagepro
 Description:  Onepagepro  Child Theme
 Author:       Goodlayers
 Author URI:   http://goodlayers.com
 Template:     onepagepro
 Version:      1.0.0
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html
 Tags:         light, dark, right-sidebar, responsive-layout
 Text Domain:  onepagepro-child

 START YOUR CHILD THEME CSS HERE
*/
.hide-this {
display: none;	
}
@keyframes bigZoom {
	 0% {
		transform: scale(0);
		opacity: 0;
		
	}	
    100% {
		transform: scale(1);
		opacity: 1;
		
    }
}
@media only screen and (max-width: 767px) {
.gdlr-core-pbf-wrapper-full-no-space {
    max-width: none !important;
}
#intro #inside .gdlr-core-pbf-column-content-margin.gdlr-core-js.gdlr-core-column-full-height {
padding-top: 0px !important;	
}
#intro .gdlr-core-pbf-background.gdlr-core-parallax.gdlr-core-js {
    -webkit-filter: brightness(60%);
    filter: brightness(60%);	
}
#intro #powered.subber .gdlr-core-title-item-title-wrap h5.gdlr-core-title-item-title.gdlr-core-skin-title {
font-size: 12px !important;	
}
#intro #firstdiv  {
display: none;	
}
.hide-on-mob {
display: none;	
}
}
#intro gdlr-core-pbf-background.gdlr-core-parallax.gdlr-core-js {
    -webkit-filter: brightness(70%);
    filter: brightness(70%);	
}
#intro #firstdiv {
	margin-top: 0px;
}
#intro #firstdiv img {
display: inline-block;
animation: bigZoom;
animation-duration: .4s;
animation-timing-function:  cubic-bezier(0.77, 0, 0.175, 1);
animation-delay: .2s;
animation-iteration-count: 1;
animation-direction: forwards;
animation-play-state:;
animation-fill-mode: forwards;
}
#intro #main-heading {
max-width: 700px;
margin:0 auto;
}

#intro .gdlr-core-full-height-pre-spaces {
height: 0px;
}




header .onepagepro-logo-inner {
	display:none;
}
header.onepagepro-fixed-navigation .onepagepro-logo-inner {
	display:block;
}
/*#intro*/
#intro {

}
/*#adding*/
#adding h3 {
	max-width: 300px !important;
}  
@media only screen and (max-width: 767px) {
#adding #gdlr-core-column-1 .gdlr-core-pbf-column-content-margin {
    padding: 0px 0px 20px 0px !important;
}
}
/*#reach*/
#reach h3 {
	max-width: 300px !important;
}

/*#about*/
#about h3 {
	max-width: 300px !important;
}
/*#who*/
#who {

}
/*#timeline*/
@media only screen and (max-width: 767px) {
#timeline .gdlr-core-timeline-item-bullet {
    display: none !important;
   
}
}
#timeline .gdlr-core-timeline-item-bullet {
    display: inline-block;
    width: 14px;
    height: 14px;
    border-width: 3px;
    border-style: solid;
	border-color: white;
    margin-bottom: 1px;
    margin-left: 30px;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
}
#timeline .gdlr-core-timeline-item-date {
	color: black;
}
#timeline .gdlr-core-timeline-item-title {
	color: white;
}
/*#decision-makers*/
#decision-makers .gdlr-core-image-item-wrap.gdlr-core-media-image.gdlr-core-image-item-style-circle {
border: 5px solid #6f5de1  !important;
background:black; 

}
#decision-makers .gdlr-core-image-item-wrap.gdlr-core-media-image.gdlr-core-image-item-style-circle img {
-webkit-filter: grayscale(100%); /* Safari 6.0 - 9.0 */
    filter: grayscale(100%);
	opacity:.3;
	border-radius: 100%;
	
}
#decision-makers p {
color: black;
}

/*#clients*/
#clients  {

}
/*#apply*/
#apply h3  {
	padding-bottom: 25px;
}
#apply label {
	color: white !important;
	font-weight: bold;
	font-size:22px;
	padding-bottom: 5px;
}
#apply .wpcf7-not-valid-tip {
	color: black !important;
	margin-top: 5px;
	font-weight: bold;
}
#apply .wpcf7-submit {
 margin: 0 auto;
 font-size:30px;	
}
#apply .wpcf7-response-output {
	color: white !important;
}
/*#contact*/
#contact h3 {
 margin-top: 30px;
}
#contact p {
 max-width: 600px;
 margin: 0 auto;
}
#contact p a {
 color: #000 !important;
}
/*#menu-feet*/
#menu-feet {
color: white !important;
padding: 20px !important;
text-align: right;
}
#menu-feet h6 {
color: white !important;
}
#menu-feet img {
max-width: 210px;
}
	