/*
 Theme Name:   Casino Review Green Child
 Theme URI:    http://example.com/twenty-fifteen-child/
 Description:  Casino Review Green Theme
 Author:       AVA.codes
 Author URI:   http://AVA.codes
 Template:     casinoreview
 Version:      1.0.0
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html
 Tags:         light, dark, two-columns, right-sidebar, responsive-layout, accessibility-ready
 Text Domain:  casinoreview-child
*/

.header-main {
    background: rgb(161,219,94); /* Old browsers */
    background: -moz-linear-gradient(top, rgba(161,219,94,1) 0%, rgba(91,172,48,1) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, rgba(161,219,94,1) 0%,rgba(91,172,48,1) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgba(161,219,94,1) 0%,rgba(91,172,48,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a1db5e', endColorstr='#5bac30',GradientType=0 );
}

.intro .btn {
    line-height: 42px;
}

.btn.btn-danger {
    background: rgb(255,226,108); /* Old browsers */
    background: -moz-linear-gradient(top, rgba(255,226,108,1) 0%, rgba(230,169,1,1) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, rgba(255,226,108,1) 0%,rgba(230,169,1,1) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgba(255,226,108,1) 0%,rgba(230,169,1,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffe26c', endColorstr='#e6a901',GradientType=0 );
}

.btn.btn-danger:hover {
    background: rgb(255,226,108); /* Old browsers */
}

.header-main .navbar-nav li {
    border-right: 1px solid #1a283e;
}

.header-main .navbar-nav > li > ul {
    background: rgb(161,219,94); /* Old browsers */
    background: -moz-linear-gradient(top, rgba(161,219,94,1) 0%, rgba(91,172,48,1) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, rgba(161,219,94,1) 0%,rgba(91,172,48,1) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgba(161,219,94,1) 0%,rgba(91,172,48,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a1db5e', endColorstr='#5bac30',GradientType=0 );
}

.header-main .navbar-nav > li > ul li a:hover {
    background: rgb(161,219,94) !important;
    text-decoration: none;
}

.panels-show-more {
    border-color: #a1db5e;
}

.panels-show-more a {
    background: rgb(161,219,94); /* Old browsers */
    background: -moz-linear-gradient(top, rgba(161,219,94,1) 0%, rgba(91,172,48,1) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, rgba(161,219,94,1) 0%,rgba(91,172,48,1) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgba(161,219,94,1) 0%,rgba(91,172,48,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a1db5e', endColorstr='#5bac30',GradientType=0 );
}

.panels-show-more a::before {
    border-top: 20px solid rgb(91,172,48);
}

.panels-show-more a:hover {
    background: rgb(161,219,94); /* Old browsers */
    background: -moz-linear-gradient(top, rgba(161,219,94,1) 0%, rgba(91,172,48,1) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, rgba(161,219,94,1) 0%,rgba(91,172,48,1) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgba(161,219,94,1) 0%,rgba(91,172,48,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a1db5e', endColorstr='#5bac30',GradientType=0 );
}

.bottom-tools {
    background: rgb(162,220,95); /* Old browsers */
    background: -moz-linear-gradient(top, rgba(162,220,95,1) 0%, rgba(87,169,46,1) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, rgba(162,220,95,1) 0%,rgba(87,169,46,1) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgba(162,220,95,1) 0%,rgba(87,169,46,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a2dc5f', endColorstr='#57a92e',GradientType=0 );
}

.bottom-item .data .read-more {
    color: #00472e;
}

.btn.btn-success {
    background: rgb(238,70,58); /* Old browsers */
    background: -moz-linear-gradient(top, rgba(238,70,58,1) 0%, rgba(204,46,62,1) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, rgba(238,70,58,1) 0%,rgba(204,46,62,1) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgba(238,70,58,1) 0%,rgba(204,46,62,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ee463a', endColorstr='#cc2e3e',GradientType=0 );
}

.btn.btn-success:hover {
    background: rgb(238,70,58);
}

.btn.btn-default {
    background: rgb(162,220,95); /* Old browsers */
    background: -moz-linear-gradient(top, rgba(162,220,95,1) 0%, rgba(88,170,46,1) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, rgba(162,220,95,1) 0%,rgba(88,170,46,1) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgba(162,220,95,1) 0%,rgba(88,170,46,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a2dc5f', endColorstr='#58aa2e',GradientType=0 );
}

.btn.btn-default:hover {
    background: rgb(162,220,95);
}

.fake-td--3 p {
    font-weight: normal;
}

.fake-td--2 .btn.btn-success, .game-widget.panel .btn.btn-danger  {
    background: rgb(162,220,95); /* Old browsers */
    background: -moz-linear-gradient(top, rgba(162,220,95,1) 0%, rgba(88,170,46,1) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, rgba(162,220,95,1) 0%,rgba(88,170,46,1) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgba(162,220,95,1) 0%,rgba(88,170,46,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a2dc5f', endColorstr='#58aa2e',GradientType=0 );
}

.panel-game h3, .panel-game .rating,.game-widget.panel .rating .fa, .list-game h2 a, .fake-td--3 p {
    color: rgb(88,170,46);
}

.text h1::after, .text h2::after {
    background: rgb(162,220,95); /* Old browsers */
}