/*
Theme Name: Trust Movers
Theme URI: https://wordpress.org/themes/twentytwentyone/
Author: the WordPress team
Author URI: https://wordpress.org/
Template: twentytwentyone
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
*/

/* Add CSS Below this Line */

.postid-1443 .right-col .content a {
	color: #fff;
}

.quick-links-section .center-col .social-media-cc a {
	font-size: 26px;
}
.header-offers .content {
    display: flex;
    flex-wrap: wrap;
    font-size: 18px;
	  align-items: center;
	  margin-bottom:0;
}
.header-offers .content .afterpay_logo {
    display: block;
    width: 13%;
    margin: 0 10px;
}
.steps-single a {
    text-decoration: none;
}
.pre-header-cc .second-col {
	  position: relative;
    top: auto;
    left: auto;
    right: auto;
}
.special-offer-popup .modal-body .content h1 {
	font-size:24px;
}
.special-offer-popup .modal-body .content h3 {
	font-size:18px;
}
.special-offer-popup .modal-body .content h4 {
	  font-size: 18px;
    margin-top: 25px;
    margin-bottom: 25px;
}
@media (max-width: 767.98px) {
	.header-offers .content {
    align-items: center;
    justify-content: center;
}
	.header-offers .content .afterpay_logo {
    width: 100px;
}
}
@media (max-width: 991px) {
	.products-section .products-single .product-image {
		margin-bottom: 30px;
		height: inherit !important;
	}
}