/*

Theme Name: Pro &ndash; Child Theme
Theme URI: http://theme.co/pro/
Author: Themeco
Author URI: http://theme.co/
Description: Make all of your modifications to Pro in this child theme.
Version: 1.0.0
Template: pro

*/

.button-wrap a {background:#999;border-radius:5px;color:#fff;font-size:16px;margin-top:16px;margin-bottom:19px;padding:19px 30px;}
.greybox {background:#e6e6e6;padding:2em 2em 1em;border-radius: 20px; margin-bottom:20px;}
body hr {border-top: 3px solid #e6e6e6;margin: 3em 0;}
table thead tr td {font-weight: bold;}
table tr td {font-size: 20px;}

body.search-results .entry-header .p-meta {display:none;}

/* Google Reviews Widget CSS */

.wp-google-reply.grw-scroll {
    display: none;
}

.wp-gr.wpac .wp-google-left img {
    display: none;
}

.wp-gr .grw-review .wp-google-left {
    position: absolute !important;
    bottom: 40px !important;
}

.wp-gr .grw-review-inner.grw-round {
    padding: 40px 40px 100px !important;
}

.wp-gr.wpac a.wp-google-name {
    color: black !important;
    font-style: italic !important;
    font-family: "proxima-nova", sans-serif !important;
    font-size: 16px !important;
    line-height: 24px !important;
}

.wp-gr .wp-google-time {
    color: #888 !important;
    font-style: italic !important;
    font-family: "proxima-nova", sans-serif !important;
    font-size: 12px !important;
    line-height: 20px !important;
}

.wp-gr .wp-google-text {
    font-family: "proxima-nova", sans-serif !important;
    font-size: 18px !important;
    line-height: 24px !important;
}

.wp-gr .wp-star svg {
    width: 25px !important;
    height: 25px !important;
}

.wp-gr .grw-review .wp-google-stars {
    margin-bottom: 20px !important;
}

.wp-gr .wp-google-wrap:after {
    content: "";
    width: 100px;
    height: 3px;
    background: #e6e6e6;
    border-radius: 100em;
    margin: 20px 0 10px;
}

.wp-gr .grw-review {
    padding: 20px !important;
}

.grw-review-inner.grw-backgnd.grw-round {
    border-radius: 30px !important;
}

.wp-gr .grw-review-inner>svg {
    top: 20px !important;
    right: 20px !important;
}

.wp-gr .grw-btns {
    height: 60px !important;
	width: 60px !important;
}

@media only screen and (max-width:1200px){
    .wp-gr .grw-review {padding: 10px !important;}
}

@media only screen and (max-width:979px){
    .wp-gr .grw-btns {height: 30px !important;width: 30px !important;}
}

@media only screen and (max-width:767px){
    .wp-gr .grw-review-inner.grw-round {padding: 30px 20px 100px !important;}
}