/*
Theme Name: Blocksy child
Template: blocksy
Author: Autjhor
Version: 1.0
Description: A child theme of the blocksy Parent Theme.
*/

p:last-of-type{
    margin-bottom: 0;
}

.ct-sticky-container{
    height: auto!important;
} 

div[data-sticky="slide"]{
    position: relative;
}

div[data-row="bottom:boxed"]{
    position: absolute!important;
    top: 0;
    opacity: 0;
    transition: all .3s ease;
}


div[data-sticky="yes:slide"] div[data-row="bottom:boxed"]{
    position: relative!important;
    opacity: 1;
}

.ct-header-cta{
    flex: 0 0 auto;
}

.sticky-product-title{
	font-weight: 700;
}

@media screen and (max-width:768px) {
    .contact_row{
        flex-direction: column-reverse;
    }
}