/**

 * Theme Name: GRM Rice Child

 * Template: agrikole

 * Version: 1.0

 * Description: Responsive WordPress Theme for Agriculture and Farming

 * Author: Smartfish

 **/

body .header-info  {
font-size: 16px;
}
.header-socials a{
	background-color:#fdcc07;
	color:#206341;
}
a.agrikole-button:before,
.button a:before{
    background: #1f9ed9;
    content: "";
    width: 100%;
    position: absolute;
    left: 0;
    right: 0;
    z-index: -13;
    top: 0;
    bottom: 0;
	border-radius:15px;
}
a.agrikole-button:hover:before,
.button a:hover:before{
    animation:zoom 1s ease-in-out;
	background: #206341;
}
.button a, a.agrikole-button.medium.no_icon.custom.custom {
    position: relative;
    background: transparent !important;
    color: #fff !important;
	z-index:9;
}
body .agrikole-button.medium {
    padding: 12px 39px;
}
a.agrikole-button.medium.no_icon.custom.custom{
    transition: all ease-in-out 1s;
}
.agrikole-icon-box h3.heading {
    font-size: 23px !important;
}
body .header-style-2 #main-nav > ul > li > a{
	line-height: 90px;
}
body #main-nav > ul > li > a {
    font-size: 16px;
}


@keyframes zoom {
  50%   {transform: scale(1.1);transition: width 1s ease-in-out;}
}


/*Project */
body .title-wrap h4,
body .project-text h4
{
	font-size:40px !important;
	line-height:47px !important;
}

/*Blog CSS*/
.sidebar-right h1.post-title {
    margin-top: 50px !important;
}
.sidebar-right .agrikole-container {
    max-width: 100% !important;
}

/*Box shadow*/
.agrikole-image-box {
    box-shadow: 0px 0px 20px 0px rgb(0 0 0 / 5%) !important;
}

/*Footer*/
.widget.widget_archive ul li a, .widget.widget_categories ul li a, .widget.widget_meta ul li a, .widget.widget_nav_menu ul li a, .widget.widget_pages ul li a, .widget.widget_recent_entries ul li a, .widget.widget_recent_comments ul li, .widget.widget_rss ul li {
    padding: 3px 0 !important;
}
footer span.post-author, .widget.widget_recent_posts .post-author:before {
    display: none;
    padding: 0;
    height: 0;
}
.meta,.name {
    display: none;
}
.content a {
    color: #206341;
}
body .bottom-box  .agrikole-content-box .inner{
    height: 100px;
}

.bootstrap-table .table thead > tr > th{
	color:#fff;
}

#accordion .panel-heading.active {
    background-color: #206341;
	color: #fff;
}
#accordion .panel-group .panel{
	margin-bottom: 12px;
}
#accordion .glyphicon-plus::before, #accordion .glyphicon-minus::before {
    font-size: 18px;
    font-weight: 800;
}


@media screen and (max-width:1024px){
.header-info > .content{
	display:block;		
}
.project-box .title a, .project-box .desc {
    color: #fff;
    line-height: 27px;
}
body .about_img .agrikole-parallax-item.skrollable:first-child {
    left: -16% !important;
}
	body .title-wrap h4, body .project-text h4 {
    font-size: 23px !important;
    line-height: 27px !important;
}
.owl-nav button {
    display: none !important;
}
	.about_text_ .content-wrap h3 {
    line-height: 74px !important;
}
}
@media screen and (max-width:450px){
.about_text_ .content-wrap h3 {
    line-height: 34px !important;
}
	h2.heading.clearfix {
    font-size: 30px !important;
}
}
@media screen and (max-width:767px){
.footer-grid.special-grid div {
    margin-left: 0 !important;
}
}
.shop-menu {
    background-color: #FDCC07;
    padding: 5px 20px;
    border-radius: 30px;
    height: 40px;
    display: flex;
    align-items: center;
    top: 24px;
	max-width: 190px;
    margin-left: 51px !important;
}
.shop-menu > a:hover {
    color: #fff !important;
}