/*
Theme Name:     3clicks Child Theme
Theme URI:      http://3clicks.bringthepixel.com
Description:    Got questions? Visit our <a href="http://bringthepixel.com/support/">support forum</a>.
Author:         bring the pixel
Author URI:     http://www.bringthepixel.com/
Template:       3clicks
Version:        1.0
Tags:           flexible-width, custom-colors, custom-menu, featured-images, post-formats, theme-options, threaded-comments, translation-ready
*/

/* Place all your CSS modifications below */


/* 3.2 Lists
----------------------------------------------------------------------------- */
.g1-list--upper-roman { list-style-type: upper-roman; }

.g1-list--lower-roman { list-style-type: lower-roman; }

.g1-list--upper-alpha { list-style-type: upper-alpha; }

.g1-list--lower-alpha { list-style-type: lower-alpha; }

.g1-list--lower-greek { list-style-type: lower-greek; }

.g1-list--square { list-style-type: square; }

.g1-list--circle { list-style-type: circle; }

.g1-list--disc { list-style-type: disc; }

.g1-list--decimal { list-style-type: none; }

.g1-list--icon { margin-left: 0; list-style-type: none; }
.g1-list--icon li { position: relative; padding-left: 28px; }
.g1-list--icon li > .fa:first-child { width: 14px; margin-right: 8px; margin-left: 22px; font: 14px/14px FontAwesome; }
.g1-list--icon ul { margin-left: 22px; }

.g1-list--empty { margin-left: 0; list-style: none; }
.g1-list--empty ul { margin-left: 22px; }

.g1-list--simple li { padding-bottom: 0.375em; }
.g1-list--simple li + li { padding-top: 0.375em; border-width: 1px 0 0; }


/*Give Plugin Styles*/
 
.give-btn.give-btn-modal {
    background: #07C907;
    border: none;
    border-radius: 0px;
    color: #fff;
    padding: 20px;
    cursor: pointer;
    line-height: 1.2em;
    font-size: 18px;
    font-weight: bold;
}
 
#give-purchase-button.give-submit.give-btn {
    background: #07C907;
    border: none;
    border-radius: 0px;
    color: #fff;
    padding: 20px;
    cursor: pointer;
    line-height: 1.2em;
    font-size: 18px;
	font-weight: bold;}
