/*
Theme Name: Rife Free child theme
Description: Made by <a href="http://apollo13themes.com/" target="_blank">Apollo13</a>.<br/> Get support from <a href="http://support.apollo13.eu/" target="_blank">Forum</a>.
Author: Apollo13
Author URI: http://apollo13themes.com/
Theme URI: http://apollo13themes.com/themes
License: GNU General Public License version 3.0
License URI: http://www.gnu.org/licenses/gpl-3.0.html
Template: rife-free
Tags: theme-options, post-formats, two-columns, translation-ready
Text Domain: rife-free-child-theme
Version: 1.0
*/

/* Add your CSS below */
.section-title{
    color:#532f16;
}
.infinity-container{
    margin-top:35px;
}
.formatter{
    padding:0!important;
}
.overlay-color {
    display: none;
}
.page .title-bar.outside .overlay-color {
    padding-top: 300px!important;
    padding-bottom: 300px!important;
}
.wpcf7-form{
    padding: 60px;
}

.section-title{
text-align:center;
}
.slider-wrapper{
    position: absolute;
    top:150px;
    left:30%;
    color:white;
}
.slider-text{
    text-align: center;
    padding:10px;
    box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2);
    position: absolute;
    top:55%;
    left:43%;
    display: inline-block;
    background-color:#006d3ebd;
}
.slider-text .p-text {
    font-size: 3em;
}

#footer-about .fa{
    float: left;
    margin-right: 10px;
    margin-top:5px;
    color:white;
}
#footer{
    background-color:#006A3D!important;
}
#footer p , #footer h1 {
    color:white;
}



.foot-content .foot-text{
  text-align: center!important;
  color:black;
}
.about-responsive{
display:none;
}
#about-us .content{
    padding: 20px;
}
.card{
    max-width:40%;
    display:block;
    position: relative;

}
.card {
    text-align: center;
       /* Add shadows to create the "card" effect */
       box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2);
       transition: 0.3s;
       padding:70px;
       float: left;
}  
.card h2, .card p{
    color:#532f16;

}
  /* On mouse-over, add a deeper shadow */
  .card:hover , .slider-text:hover{
    box-shadow: 0 8px 16px 0 rgba(0,0,0,0.2);
  }
  .card-img{
     display: block;
     position: absolute;
     top:0;
     right:0;
  }
  .card-img img{
        width:150px;
        height: auto;
  }
  .card-feris-img img{
      width:400px;
      height: auto;
      margin-left:80px;
  }
.first-section{
    width: 100%;
    height: 100vh;
}
.about-section{
width:100%;
padding:60px;
}

.banner{
    background-image:url('/wp-content/uploads/2020/07/1920x1080_360°cut.png');
    width: 100%;
    height: 100vh;
    background-repeat: no-repeat;
    background-size: cover;
}

.slider-text .btn-learn{
    text-decoration: none;
    color:white!important;
    font-size: 1.3em;
    text-align: center;
}
.slider-text .btn-learn:hover{
    color:white;
}

 .content .fa{
    float: left!important;
    margin-right: 10px;
    margin-top:5px;
    color:black;
}
.real-content{
    width:100%!important;  
}
.wpforms-container{
    width:70%!important;
    float:left!important;
}
.content{
    display:block;
}
@media screen and (max-width: 1134px) {
    .slider-wrapper, .btn-learn{
        position: static;
    }
	.about-section{
	width:100%;
	}
    .slider-text .p-text {
        font-size: 1em;
        width:30%;
    }
	.first-section {
		height: 70vh;
	}
	.banner{
		background-size: contain;
		height:100vh;
	}
    .about-section{
        margin: 0 auto;
        text-align: center;
        }
    .card {
        margin: 30px auto;
        clear: both;
        position: relative;
        left: 30%;
        margin-left: -13.5%%;
    }
    .card-feris-img{
        display: none;
    }
	.slider-text{
	    top: 40%
	}

}
@media screen and (max-width: 842px) {
.card-img{
    width:100px
}
.wpforms-container{
  width:100%!important;
}
	.slider-text{
	top:10%;
	padding:0;
}
	.slider-text{
		display:none!important;
	}

}

@media screen and (max-width: 530px) {
	.first-section {
		height: 31vh;
	}
	.card{
	left:0;
	display:none;
	}
	.about-responsive{
	display:block;
	padding:15px;
}
	.about-responsive h2{
		text-align:center;
		 color:#532f16;
	}
	.about-responsive p{
		    color:#532f16;
	}
	.card p {
	padding:0;
	}
}

@media screen and (max-width: 375px) {
		.first-section {
		height: 12vh;
	}
	.card{
		left:-6%;
	}

}
@media screen and (max-width: 320px) {
.card{
		left:-11%;
	}
}

