/*
 Theme Name:   World Animal Foundation
 Theme URI:    https://worldanimalfoundation.org/
 Description:  FarmingGoal's Child Theme
 Author:       Yodo
 Author URI:   https://yodo.club/
 Template:     FarmingGoals
 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:  fg-waf
*/


/* Header */
a.custom-logo-link img.custom-logo{ width: 100px; }

/* Change Color Scheme */
a, .article-box .ar-read{ color: #2d3934; } 
a:hover, .article-box .ar-read:hover{ color: #2d3934; }
.our-header{ background: linear-gradient(65deg, rgba(255,255,255,1) 24%, #2d3934 24%); }
a.default-btn, input[type=submit],
#commentform button#submit{ background-color: #2d3934 !important;border-color:   ; }
.default-btn.transparent-btn{ border-color: #2d3934;color: #2d3934;background-color: transparent !important;; }
.default-btn.transparent-btn:hover{ background-color: #2d3934 !important;color: #ffffff; }
a.default-btn:hover, 
input[type="submit"]:hover{ border-color: #c3e3b1 !important;background-color: #c3e3b1; }
.footer-socials, .footer-bottom{ background: #2d3934; }

.sidebar-box, .widget_categories, 
.single_post_auther_det,
.commonpostlink{ background: #d5ffee; }
.widget_categories ul li a:hover{ background-color: #e3fbd5;color: #2d3934; }
#respond #commentform textarea, #respond #commentform input{ border-color: #2d3934 !important; }
.rpost-box .rp-date{ color: #2d3934; }
.iwt-content h2 span{ color: #2d3934; }
.logo_slider .owl-dots button.owl-dot span{ background: #2d3934; }
.logo_slider{ padding: 40px 0; }

@media only screen and (max-width: 1023px){
    .our-header .header-right{ background-color: #2d3934; }
    .main-menu{ background: #2d3934; }
    .main-menu ul li a::after{ display: none; }
}    
@media only screen and (max-width: 767px){
    .recent-articles{ padding: 30px 0; }
    .sec-spacing{ margin: 15px 0; }
    .logo_slider .item{ padding: 0 20px; }
    .blog-single-page{ padding: 30px 0 20px; }
	.logged-in .main-menu {
		top: 164px !important;
	}
}
@media only screen and (max-width: 575px){
    .iwc-img-one, .iwc-img-two{ padding: 0 5px; }
}


.post-content-single h2 a ,
.post-content-single h3 a ,
.post-content-single h4 a,
.post-content-single p a {
	color: #a56225 !important;
}
.post-content-single h2 a:hover ,
.post-content-single h3 a:hover ,
.post-content-single h4 a:hover,
.post-content-single p a:hover {
	color: #000000 !important;
}


@media (max-width:1025px){
	.our-header {
    background: linear-gradient(0deg, rgba(255,255,255,1) 24%, #2d3934 24%);
}
}

@media (min-width: 768px){
.main-menu .sub-menu .sub-menu{
	right: -188px;
	top: 0;
}
}


@media (max-width: 767px){
 .commonpostlink {
    padding: 15px;
    font-size: 12px;
    line-height: 15px;
}
	/* Header */
a.custom-logo-link img.custom-logo{ width: 80px; }
	.main-menu{
  top: 80px !important;
}
	.main-menu ul.sub-menu{
		margin-left: 0;
	}
}