/**
 * CSS code for Responsive Theme admin Menu screens
 *
 * @package Responsive
 * @since 4.8.4
 */
@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');

/* RST Promo notice starts */
.postbox.responsive-sites-active{
	display: flex;
	flex-direction: row;
	justify-content: left;
	align-items: start;
	padding: 0 20px;
	border-style: solid;
	border-left-width: 3px;
    border-left-color: #007CBA;
}

.responisve-addons-banner-header{
	display: flex;
	flex-direction: row;

}

.postbox.responsive-sites-active .responsive-starter-sites-img {
	margin-left: 5px;
}
.responsive-banner-starter-sites-img{
	width: 550px;
}
.postbox.responsive-sites-active .responsive-banner-outer-container{
	width: 60%;
	padding-right: 15px;
}
.responsive-notice-content {
	margin-left: 15px;
	margin-top: 1em;
	/* max-width: 70%; */
}

.responsive-notice-content h2{
	
	font-weight: 700;
	font-size: 26px;
	line-height: 53px;
	
}
.responsive-notice-content p, .responsive-notice-content h2 {
	margin: 0.5em 0;
	font-family: "Roboto", sans-serif;
	color: #000000;
}
.responsive-addons-banner-content p{
	font-weight: 500;
	font-size: 13px;
    line-height: 21px;
    font-family: "Roboto", sans-serif;
    color: #333;
}
.responsive-notice-content p{	
	font-weight: 400;
	font-size: 16px;
	line-height: 26px;
}
.responsive-notice-image {
	margin-top: 2em;
}

.rateus-ready-site {
	display: none;
}
/* RST Promo notice ends */

.responsive-theme-builder-icon {
	transform: scaleX(-1);
    color: #c3c4c7;
}
a.install-now.responsive-install-plugin.button {
	font-family: "Roboto", sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 21px;
    color: #fff;
    padding: 10px 24px;
    background-color: #007CBA;
    border-radius: 4px;
}
.responsive-admin-notices-main-wrapper ul {
	list-style: disc;
	margin-left: 15px;
}