/*
 Theme Name:   ZtudioX Child
 Theme URI:    http://demo.goodlayers.com/ztudiox
 Description:  Goodlayers ZtudioX Child Theme
 Author:       Goodlayers
 Author URI:   http://goodlayers.com
 Template:     ztudiox
 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:  ztudiox-child

 START YOUR CHILD THEME CSS HERE
*/
a.white-links {
	color:#fff !important;
}
.fa:before {
    color: #1e73be;
}
a.grey-links {
	color:#ababab !important;
}

a:hover.white-links,
a:hover.grey-links {
	color:#1e73be !important;
}

.button-margin-left {
	margin-left: 90px;
}

.contact-form input[type="submit"] {
	background-color:#1e73be !important;
	color: #fff !important;
}

.footer-title-column {
    padding-bottom: 20px;
    margin-bottom: 20px;
    color: #fff;
    position: relative;
}

.footer-title-column::after {
    content: "";
    width: 30%;
    height: 1px;
    background-color: #1e73be;
    position: absolute;
    left: 0;
    bottom: 0;
}

.ztudiox-footer-wrapper i {
	color: #1e73be;
	font-size: 20px;
	min-width: 30px;
	min-height: 20px;
}

.ztudiox-footer-wrapper .footer-list {
	margin-bottom: 7px;
}

a.footer-social-media{
	font-size:22px;
	color:#fff !important;
	margin-right:20px;
}

a:hover.footer-social-media{
	color:#1e73be !important;
}

/***media queries***/

@media only screen and (max-width: 600px) {
 /** .services .gdlr-core-pbf-background-wrap .gdlr-core-pbf-background,
  .avantages .gdlr-core-pbf-background-wrap .gdlr-core-pbf-background {
  	background-image: none !important;
	background-color: #1e73be;
  } **/
	
  .opportunite .gdlr-core-pbf-background-wrap .gdlr-core-pbf-background {
  	background-image: none !important;
	background-color: #000;
  }
	
   .cta-text-mobile h3.gdlr-core-call-to-action-item-title {
		font-size: 29px !important;
   }
}