@charset 'utf-8';
/*
 Theme Name:   Military Child
 Theme URI:    http://military.ancorathemes.com/
 Description:  Military - Fully Responsive and Mobile Friendly theme
 Author:       AncoraThemes
 Author URI:   http://ancorathemes.com
 Template:     military
 Version:      1.6
 Tags:         light, inheritable theme-options
 Text Domain:  ancora
*/


@import url("../military/style.css");


/* =Theme customization starts here
-------------------------------------------------------------- */

.amzn-ad-primary-btn {
    background: #f8e6b8;
    padding: 3px;
    background: -moz-linear-gradient(top,#f8e6b8 0,#f3d686 6%,#ebb62c 100%);
    background: -webkit-gradient(linear,left top,left bottom,color-stop(0,#f8e6b8),color-stop(6%,#f3d686),color-stop(100%,#ebb62c));
    background: -webkit-linear-gradient(top,#f8e6b8 0,#f3d686 6%,#ebb62c 100%);
    background: -o-linear-gradient(top,#f8e6b8 0,#f3d686 6%,#ebb62c 100%);
    background: -ms-linear-gradient(top,#f8e6b8 0,#f3d686 6%,#ebb62c 100%);
    background: linear-gradient(to bottom,#f8e6b8 0,#f3d686 6%,#ebb62c 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f8e6b8',endColorstr='#ebb62c',GradientType=0);
	color: #000 !important
}