/*
Theme Name: Northpoint Exteriors
Author: The SearchPro Systems Team
Author URI: https://searchprosystems.com/
Template: hello-elementor
Description: A custom theme for wordpress built by SearchPro Systems that is built for site speed and efficiency.
Version: 2.6
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: SPSCustom
*/

a{
    color:var(--e-global-color-primary);
}

a:hover{
    color:#fffab5;
}
body{
    background-color:var(--e-global-color-secondary)
}
.ridge_nav li{
    border-right:2px solid var(--e-global-color-primary);
}
.ridge_nav li:last-child{
    border-right:unset;
}
.cornertape:after {
    position: absolute;
    content: url(/wp-content/themes/ridgelinetheme/imgs/cornertape2.svg);
    top: 0px;
    right: 0px;
    transform: translate(10px, -10px);
	min-width: 175px;
}
.ridge_button{
    box-shadow: 0px 5px 10px 0px rgb(0 0 0 / 64%)!important;
    font-size: 0.8125em;
    background-color: var(--e-global-color-primary);
    color: black!important;
    padding: 10px 30px;
    text-transform: uppercase;
    display:inline-block;
}
#ridge_nav{
    transition: padding .2s ease-in-out;
}
#ridge_nav.elementor-sticky--effects {
    padding: 10px 60px 10px 60px;
}

.ridge_blog_row{
    display:flex;
    margin-bottom:100px;
}
.ridge_blog_container{
    margin-bottom:70px;
}
.ridge_blog_row_ftimg{
    width:100%;
    height:0px;
    position: relative;
    margin-right:20px;
    flex-basis: 50%;
    background-size:cover;
    background-position: center;
    background-repeat: no-repeat;
    box-shadow: 0px 10px 10px 0px rgb(0 0 0 / 41%)!important;
    padding-top:30%;
}
.ridge_blog_row_content{
	text-shadow: 2px 2px black;
    color:white;
    margin-left:20px;
    flex-basis: 50%;
}
.ridge_blog_row_content h2{
	text-shadow: 2px 2px black !important;
    font-size:2.25em;
    text-transform: uppercase;
    font-weight: bold;
}
.ridge_blog_row_content p{
    font-size: 0.9375em;
    font-weight: normal;
}
.ridge_post_nav{
    text-align: center;
    color:white;
	text-shadow: 2px 2px black !important;
}
.ridge_post_nav a{
    color:var(--e-global-color-primary);
}

@media only screen and (max-width: 767px) {
    .ridge_blog_row_ftimg , .ridge_blog_row_content {
      flex-basis: 100%;
    }
    .ridge_blog_row_ftimg{
        padding-top:56%;
        margin:0px 10px 20px;
    }
    .ridge_blog_row_content{
        margin:10px;
    }
    .ridge_blog_row{
        flex-wrap: wrap;
    }
    .ridge_blog_row_content h2{
        font-size:2em;
    }
  }