/*
 Theme Name:   SAM Website
 Theme URI:    http://jthemes.org/wp/genemy/
 Description:  Genemy child theme
 Author:       Accurate Creative
 Author URI:   https://accurate.ca
 Template:     genemy
 Version:      1.0.0
License: GNU General Public License version 3.0
License URI: http://www.gnu.org/licenses/gpl-3.0.html
 Tags:         light, dark, two-columns, right-sidebar, responsive-layout, accessibility-ready
 Text Domain:  genemy
*/

/* Add your custom css below */



/******************************************************************** HOMEPAGE *****************************************************************************************************/

.perspective-row h3 {
    text-align:left;
}

.perspective-row .section-title h3 span {
    text-align:left;
}

.perspective-row .section-title.text-center p {
    text-align:left;
    padding:0;
}

.something-great-row .section-title {
    margin-bottom:0;
}

#about {
    padding-top:0;
}
.something-great-row .section-title p {
    margin-bottom:0;
}




/******************************************************************** MEDIA QUERIES *****************************************************************************************************/


@media (max-width: 767px) {

    body.home #slides .hero-txt {padding-top: 300px;padding-left: 20px;width: 100%;}

    body.home #slides .hero-txt h2 {font-size: 2rem !important;}

}


/******************************************************************** Testimonal Page *****************************************************************************************************/

body.page-id-286 .hero-section .align-items-center {
    -ms-flex-align: flex-end!important;
    align-items: flex-end!important;
}