/**
Theme Name: G-Review Master Source
Author: Brainstorm Force
Author URI: http://wpastra.com/about/
Description: Astra is the fastest, fully customizable & beautiful theme suitable for blogs, personal portfolios and business websites. It is very lightweight (less than 50KB on frontend) and offers unparalleled speed. Built with SEO in mind, Astra comes with schema.org code integrated so search engines will love your site. Astra offers plenty of sidebar options and widget areas giving you a full control for customizations. Furthermore, we have included special features and templates so feel free to choose any of your favorite page builder plugin to create pages flexibly. Some of the other features: # WooCommerce Ready # Responsive # Compatible with major plugins # Translation Ready # Extendible with premium addons # Regularly updated # Designed, Developed, Maintained & Supported by Brainstorm Force. Looking for a perfect base theme? Look no further. Astra is fast, fully customizable and beautiful theme!
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: g-review-master-source
Template: astra
*/




/* Temporary style */

.content-box-footer {
    margin-top: 20px;
}
a.btn.btn-primary{
    padding: 8px 15px;
    background-color: #488fed;
    color: white;
    text-decoration: none;
    border-radius: 5px;
}
.hfeed.site {
	background-color: #f8feff;
	/* border: 1px solid #1dd3f8; */
	border-radius: 15px;
	padding: 25px;
	margin: 30px 25px;
}
.hfeed.site header.site-header .main-header-bar {
	background-color: #f8feff;
	border-bottom: 1px solid #1dd3f8;
}
.hfeed.site .site-content .content-area.primary {
    margin: 0;
}
.hfeed.site .site-content .content-area.primary main.site-main {
    background-color: #f8feff;
	border: 1px solid #1dd3f8;
	border-radius: 15px;
	padding: 25px;
	margin: 30px 25px;
}
.hfeed.site .site-content .content-area.primary main.site-main article {}
.hfeed.site .site-content .content-area.primary main.site-main article header h1.entry-title {
    color: #1dd3f8;
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 20px;
}
.hfeed.site .site-content .content-area.primary main.site-main article .entry-content {}
.hfeed.site .site-content .content-area.primary main.site-main article .entry-content form {}
.hfeed.site .site-content .content-area.primary main.site-main article .entry-content form {}
.hfeed.site .site-content .content-area.primary main.site-main article .entry-content form .row.source-connect {}
.hfeed.site .site-content .content-area.primary main.site-main article .entry-content form .row.source-connect label {}
.hfeed.site .site-content .content-area.primary main.site-main article .entry-content form .row.source-connect .col.source-input-container {}
.hfeed.site .site-content .content-area.primary main.site-main article .entry-content form .row.source-connect .col.source-input-container .form-control {
    border-radius: 20px;
}
.hfeed.site .site-content .content-area.primary main.site-main article .entry-content form .btn.btn-source-connect {
    background-color: #1dd3f8;
    border: 0;
    border-radius: 25px;
    box-shadow: none !important;
    font-size: 15px;
    font-weight: 600;
    line-height: 1;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    padding: 12px 25px;
    outline: 0;
    transition: all 0.2s ease-in-out;
    text-decoration: none;
    user-select: none;
}
.hfeed.site .site-content .content-area.primary main.site-main article .entry-content form .btn.btn-source-connect:hover {
    background-color: #0b5ed7;
}
footer.site-footer .site-below-footer-wrap {
    background-color: #f8feff;
	border-top: 1px solid #1dd3f8;
}