/*
Theme Name: SealWell Industrial Floor Experts
Author: 561 Media
Author URI: https://www.561media.com
Description: Custom website design by 561 Media
Version: 1.0
Text Domain: sw
*/

#popup{
    display: none !important;
}
.content-main .the-main-content {
    width: calc(100% - 313px);
    float: right;
    padding: 13px 0 22px;
}
.content-main #secondary {
    width: 313px;
    float: left;
    padding-right: 40px;
}
#secondary {
    position: relative;
    z-index: 3;
    padding-bottom: 50px;
}

@media (max-width:1024px){
	.content-main .the-main-content {
    width: 100% !important;
	}
}