
/*--------------------------- 
Add Plugin Front-End CSS here 
---------------------------*/
/*--------------------------- 
Responsive CSS here 
*
*   Remember these queries are a good start
*   but media queries go much deeper than this.
*
---------------------------*/
#gr_custom_plugin_form_wrap {
    font-size: 18px;
}

.gr-fr-mainHead{
    font-weight:bold;
    color:#000;
    font-size: 30px;
    text-align:center;
    font-family: 'latobold';
    
}
.gr-fr-address {
    text-align:center;
    margin-bottom:50px;
}
.successCheck { font-size: 350px !important;}
#GR_MainDiv a.feedbackItemLink {
text-decoration: none;
display: block;
transform: skew(-10deg);
background: #fff;
padding: 25px;
max-width: 70%;
margin:0 auto 30px auto;
}

#GR_MainDiv a.feedbackItemLink:hover {
background: #00a0cc;
}


#GR_inner{background:#f4f4f4;padding:70px 30px;}



.feedbackItem {
    display: block;
    clear: both;
    padding: 20px;
    text-align: center;
    font-size: 30px;
    font-weight: bold;
    border: solid 1px #00a0cc;
   /* margin-top: 20px;*/
 /*   border-radius: 10px;   */ 
    position: relative;
}

a.feedbackItemLink:hover .feedbackItem {
    border: solid 1px #fff;
}

.invalid-feedback {
    display: none;
    width: 100%;
    margin-top: .25rem;
    font-size: 80%;
    color: #dc3545;
}

.gr-countBox {
    background-color: #f6f7f7;
    float: left;
    padding: 10px;
    border: solid 1px #2271b1;
    color: #2271b1;
    margin-right: 10px;
}

.gr-countBox:hover {
    background: #f0f0f1;
    border-color: #0a4b78;
    color: #0a4b78;
}
.gr-countBox.active {
    background-color: #EDF6FF !important;
    color: #000000;
}
.gr-unread {
    background-color: #EDF6FF !important;
}
.gr-unread td {
    color: #000000;
}
.gr-unread th.check-column {
    border-left: solid 3px #2271b1;
}
.gr-option-img-layer {
    clear: both;
    margin-top: 10px;
}
.gr-option-img-layer img {
    max-width: 300px;
}
.gr-countBox span{
    font-weight: bold;
}
.helpCSS li{
    margin-left: 50px;
}
.helpCSS li{
    list-style: disc;
}

#gr_css_txt, #gr_js_txt {
    width: 100%;
    height: 300px;;
}

.feedbackItemratings {
        transform: skew(10deg);
        background: #fff;
display: inline;
position: absolute;
top: -25px;
left: 0;
padding: 0 5px;
right: 0;
margin: 0 auto;
width: fit-content;
}
.fa-star {color:#e8c13e;}

.rating-wrap{
    transform: skew(10deg);
    color:#00a0cc;
    font-size: 22px
}
a.feedbackItemLink:hover .feedbackItem .feedbackItemratings {
    background: #00a0cc;
}

a.feedbackItemLink:hover .feedbackItem .rating-wrap,
a.feedbackItemLink:hover .feedbackItem .fa-star
{
    color:#fff;
}

.fa-star {color:#e8c13e;}


div#GR_MainDiv {
    display: block;
}
div#GR_FeedbackForm, div#GR_SocialMediaLayer{
    display: none;
}

div#GR_FeedbackForm p.gr-form-item {
    margin-top: 25px;;    
}

div#GR_FeedbackForm p.gr-form-item label {
    display: block;
    width: 100%;
}

div#GR_FeedbackForm p.gr-form-item input, div#GR_FeedbackForm p.gr-form-item textarea {    
    width: 100%;
}

div#GR_FeedbackForm p.gr-form-item textarea {    
    height: 200px;
}

.bottom-text {
    color:#000;padding: 50px 0;
}



/*
Medium/Large Screens 
*/
@media only screen and (max-width: 1430px) {
    
}
/*
Medium Screens 
*/
@media only screen and (max-width: 1280px) {
    
}
/*
Large Tablet Screens 
*/
@media only screen and (max-width: 980px) {
    
}
/*
Medium Tablet Screens 
*/
@media only screen and (max-width: 768px) {
 #GR_MainDiv a.feedbackItemLink {
max-width: 100%;

}
}
/*
Small Tablet/Largest Phone Screens 
*/
@media only screen and (max-width: 600px) {

    
}
/*
Large Phone Screens 
*/
@media only screen and (max-width: 420px) {
    
}
/*
Medium Phone Screens 
*/
@media only screen and (max-width: 380px) {
    
}
/*
Small Phone / Apple Watch Screens 
*/
@media only screen and (max-width: 320px) {
    
}
