/*
Theme Name: Pitaro Theme
Author: the Pitaro team
Description: Custom theme based on client requirements.
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: pitaro
Tags: one-column, two-columns, right-sidebar, flexible-header, accessibility-ready, custom-colors, custom-header, custom-menu, custom-logo, editor-style, featured-images, footer-widgets, post-formats, rtl-language-support, sticky-post, theme-options, threaded-comments, translation-ready, custom-theme
This theme, like WordPress, is licensed under the GPL.
*/

.scb-banner{padding: 0;border-radius: 10px;}
.scb-banner .scb-header{height:65px;background-color:#A7A597;z-index:2;border-radius: 10px 10px 0 0;}
.scb-banner .scb-content{padding: 46px 60px;}
.scb-banner .scb-content .scb-text{font-size: 16px;line-height: 1.2;}
.scb-banner .scb-content .scb-more{font-size:14px;color:#606060;margin-top: 10px;}
.scb-banner .scb-btn{border-radius: 100px;color: #1B1C1C;background: #ffffff;}
.scb-banner .scb-btn:hover{background: #d75742;border: 1px solid #d75742;color: #ffffff;}
.scb-banner .scb-btn-primary{background: #1B1C1C;color: #ffffff;border: 1px solid #1B1C1C;}
.scb-banner .scb-btn-primary:hover{background: #1B1C1C;color: #ffffff;border: 1px solid #1B1C1C;}
.scb-banner button.scb-close{position:absolute;top:8px;right:8px;border-radius:100%;border:0;background-color:rgba(255,255,255,0.3);cursor:pointer;z-index:2;height:5;width:50px;height:50px;font-size:40px;}

@media (max-width: 768px) {
    .scb-banner.scb-banner-bottom{right:10px;bottom:20px;top:auto;left:10px;}
    .scb-banner .scb-header{height:50px;}
    .scb-banner .scb-content{padding: 20px;}
    .scb-banner .scb-content .scb-text{font-size: 14px;}
    .scb-banner .scb-content .scb-more{font-size:12px;}
    .scb-banner button.scb-close{top:5px;right:5px;height:40px;width:40px;font-size:30px;}
}