/*
Theme Name: Seodo
Theme URI: http://seodo.themezinho.net/
Author: themezinho
Author URI: https://themezinho.net/
Description: Agriculture Farming Foundation
Version: 1.1.0
Requires at least: 5.0
Tested up to: 5.4
Requires PHP: 7.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: seodo
Tags: blog, custom-logo, custom-menu, editor-style, featured-images, sticky-post, theme-options
*/

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
img{height: auto; max-width: 100%;}
iframe{ width: 100%; max-width: 100%;}

.navbar .container {
    max-width: 1200px;
}

.alignleft {
	display: inline;
	float: left;
	margin-right: 50px;
}

.alignright {
	float:right; margin-left:50px; margin-top: 10px;
}

.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.screen-reader-text{
    display: block;
}
/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widget {
	margin: 0 0 1.5em;
	/* Make sure select elements fit in widgets. */
}

.widget select {
	max-width: 100%;
}


/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
	max-width: 100%;
}

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
	display: inline-block;
}

/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.wp-caption {
	margin-bottom: 1.5em;
	max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}

.wp-caption-text {
	text-align: center;
}

/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
.gallery {
	margin-bottom: 1.5em;
}

.gallery-item {
	display: inline-block;
	text-align: center;
	vertical-align: top;
	width: 100%;
}

.gallery-columns-2 .gallery-item {
	max-width: 50%;
}

.gallery-columns-3 .gallery-item {
	max-width: 33.33%;
}

.gallery-columns-4 .gallery-item {
	max-width: 25%;
}

.gallery-columns-5 .gallery-item {
	max-width: 20%;
}

.gallery-columns-6 .gallery-item {
	max-width: 16.66%;
}

.gallery-columns-7 .gallery-item {
	max-width: 14.28%;
}

.gallery-columns-8 .gallery-item {
	max-width: 12.5%;
}

.gallery-columns-9 .gallery-item {
	max-width: 11.11%;
}

.gallery-caption {
	display: block;
}

.bypostauthor{
	display: block;
}


.wp-block-cover, .wp-block-cover-image {
	height:auto;
}
.blog-post .post-content .more-link{
	display: inline-block;
}

.page-header .container h2 {
    font-size: 80px;
}

.sec4-cont img {
    height: 470px;
    object-fit: cover;
	width: 100%;
}


#gal-sec .wpb_image_grid .wpb_image_grid_ul .isotope-item {
    position: unset !important;
    width: 24%;
    margin: 0.5%;
}

#gal-sec .wpb_image_grid .wpb_image_grid_ul .isotope-item img {
    height: 300px;
    width: 100%;
    object-fit: cover;
    border-radius: 6px;
    transition: .5s all ease;
}


#gal-sec .wpb_image_grid .wpb_image_grid_ul .isotope-item img:hover {
    filter: brightness(0.5);
}

div#gal-sec .wpb_gallery {
    margin-bottom: 0;
}

.b-img img {
    height: 500px !important;
    object-fit: cover;
    border-radius: 6px;
}

.header .main-slider .swiper-slide .slide-inner p {
    width: 70%;
    font-size: 18px;
    margin: 0 auto;
}

.contact-box:hover {
    background: #cecece;
}

.contact-box {
    transition: .7s all ease;
}

div#sec-6 .icon-box {
    /* display: flex; */
    align-items: center;
    text-align: center;
}

div#sec-6 .icon-box figure {
    margin: 0;
    float: unset;
    margin: 0 auto 15px;
}

div#sec-6 .icon-box .content h6 {
    margin: 0;
}

.image-title-box figcaption h4 a {position: relative;}

.image-title-box figcaption h4 a:hover {
    text-decoration: none;
}

.image-title-box figcaption h4 a::after {
    content: '';
    background: #ffffff;
    width: 100%;
    height: 4px;
    position: absolute;
    left: 0;
    bottom: -5px;
    opacity: 0;
    transition: .5s all ease;
}

.image-title-box figcaption h4 a:hover::after {
    opacity: 1;
}

.btn-cen .side-content.left {
    padding: 0 !important;
    text-align-last: center;
    margin-top: 60px;
}

.one-four .circle-icon-box figure img {
	width: 90px !important;
}

.experts-slider figure img {
    height: 320px;
    object-fit: cover;
}

.header .main-slider .swiper-slide .slide-inner a {
    display: none;
}

div#sec-6 ul {
    padding-left: 0;
    padding-top: 15px;
}

div#sec-6 li {
    text-transform: capitalize;
    font-size: 22px;
    line-height: 36px;
    list-style: none;
    font-family: 'Oduda';
}

/* .header .main-slider .swiper-slide .slide-image {
    filter: brightness(0.5);
} */

ul#menu-get-in-touch a {
    display: block;
    width: 292px;
}

.ext-cont1 h2 {
    font-size: 70px;
}

.cow-wd img {object-fit: contain;background: #aca283;}

.navbar .site-menu ul li {
    margin: 0 15px !important;
}

body header.page-header {
    background-position: 100% 70% !important;
    background-image: url(/wp-content/uploads/2025/01/689694a9de49849f538707118f691775.jpeg) !important;
}

.page-header:after {
    opacity: 0;
}

.experts-slider figure figcaption small {
    margin-bottom: 0;
}

.wpb_text_column.wpb_content_element.vid-cen {
    place-items: center;
}

.navbar::after {
    content: '';
    background: url(/wp-content/uploads/2025/03/cananda-transp.png);
    position: absolute;
    width: 100px;
    height: 100%;
    background-size: contain;
    background-repeat: no-repeat;
    right: 5px;
    top: 5px;
}

.header .main-slider .swiper-slide .slide-inner h1 {
    color: black;
}

.header .main-slider .swiper-slide .slide-inner {
    padding-bottom: 230px;
}

.foot-icons ul li {
    display: inline-block;
}

.foot-icons ul li {
    width: auto;
}

.foot-icons i {width: 36px !important;height: 36px !important;border: 2px solid #ffffff;border-radius: 30px;color: #ffffff;font-size: 16px !important;margin-right: 10px;text-align: center;line-height: 33px;}

.foot-icons i:hover {background: #ffffff !important;color: #000000 !important;transition: .5s ease !important;transform: rotate(360deg);}

.foot-icons ul {
    display: flex;
}

.foot-icons {
    margin-top: -20px
}


#prod-sec .side-content.left {
    text-align: center;
    padding: 0;
    justify-items: center;
}

#prod-sec .custom-button {
    margin: 0 auto 50px;
    display: block;
    width: 120px;
    padding: 0;
    height: 45px;
    line-height: 45px;
    border-radius: 5px !important;
}

#prod-sec h3 {
    font-size: 17px;
    font-weight: 600;
}

#prod-sec h4 {
    border: 0;
    font-size: 18px;
    font-weight: 600;
}

#prod-sec .wpb_single_image img {
    height: 330px;
    object-fit: cover;
}

#prod-sec p {
    font-size: 18px;
    margin-bottom: 60px;
}

#prod-sec p strong {
    color: #000000;
}

li#menu-item-594 img:last-child {
    height: 18px;
    margin-left: 5px;
    margin-right: 0;
}

.calf-sold figure.image-title-box::after {
    content: '';
    background-image: url('https://adamsonminimoos.com/wp-content/uploads/2025/10/sold-stamp-3-scaled.png');
    position: absolute;
    width: 55%;
    height: 100%;
    left: 0;
    right: 0;
    margin: 0 auto;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}

div#sec-4 .calf-sold  figure.image-title-box img {
    filter: brightness(0.6);
}

@media only screen and (max-width: 1000px){
	
	.header .main-slider .swiper-slide .slide-inner {
    padding-bottom: 135px;
 }
	
	div#sec-1-d {
    padding: 40px 0  !important;
    margin-bottom: -85px;
	}
	
	.mob-menu-header-holder::after {
    content: '';
    background: url(/wp-content/uploads/2025/03/cananda-transp.png);
    position: absolute;
    width: 90px;
    height: 100%;
    background-size: contain;
    background-repeat: no-repeat;
    left: 30px;
    right: 0;
    margin: 0 auto;
    top: 35%;
    border-radius: 4px;
	}
	
	nav.navbar {
		display: none;
	}

	.header .main-slider .swiper-slide .slide-inner p {
		width: 100%;
		margin: 0;
		font-size: 14px !important;
	}

	.header .main-slider .swiper-slide .slide-image-responsive {
		/* filter: brightness(0.5); */
	}

	.header .main-slider .swiper-slide {
		padding: 15px;
	}

	p {
		font-size: 15px !important;
		line-height: 22px;
	}

	.header .main-slider, .header {
		height: 260px;
	}

	div#sec-2 {
		text-align: center;
		padding: 50px 0 30px!important;
	}

	.side-content h6 {
		font-size: 30px !important;
		line-height: 35px !important;
		margin-bottom: 15px !important;
	}

	div#sec-2 a.custom-button, .custom-button {
		margin: 5px 0 0 !important;
		height: 55px;
		line-height: 56px;
		padding: 0 44px !important;
		font-size: 13px !important;
	}

	#sec-2 .side-content.left {
		margin: 0;
	}
	
	.content-section {
    padding: 0 !important;
   }

	div#sec-4 {
		margin: 20px 0 0 !important;
	}

	.section-title h2 {
		font-size: 30px;
		line-height: 35px;
	}


	.section-title {
		margin-bottom: 20px;
	}

	.section-title figure {
		margin-bottom: 10px;
	}

	.section-title figure img {
		height: 45px;
	}

	span.odometer.odometer-auto-theme {
		font-size: 50px;
		margin: 0;
	}

	.image-title-box figcaption h4 {
		text-align: center;
	}

	.btn-cen .side-content.left {
		margin: 10px  0 0;
	}


	.btn-cen .side-content.left a {
		margin: 0 !important;
	}

	div#how-it-works {
		padding: 50px 0 40px!important;
	}

	.one-four .circle-icon-box figure img {
		width: 70px !important;
	}

	.circle-icon-box figure {
		width: 120px;
		height: 120px;
		margin-bottom: 10px;
	}

	div#sec-5 {
		text-align: center;
		padding: 50px 0 40px;
	}

	.experts-slider figure figcaption {
		padding: 15px;
	}

	.experts-slider figure figcaption h5 {
		font-size: 24px;
	}

	.accordion .card .card-header a {
		font-size: 18px;
		line-height: 25px;
		padding: 18px;
	}

	.accordion .card .card-body {
		font-size: 15px;
		line-height: 22px;
	}

	div#sec-6 {
		padding: 50px 0;
	}

	div#sec-6 li {
		font-size: 20px;
		line-height: 30px;
	}

	.icon-box .content h6 {
		font-size: 22px;
		line-height: 27px;
	}

	div#sec-7 {
		margin: 0 0 50px !important;
	}

	div#sec-7 p {
		text-align: center;
	}

	div#sec-6 .icon-box {
		padding: 20px;
		margin: 10px 0;
	}

	div#sec-6 ul {
		margin: 0;
	}

	footer.footer {
		padding: 50px 0 25px !important;
		text-align: center;
	}

	footer.footer .row div {
		padding: 0;
		max-width: 100% !important;
		justify-content: center;
		text-align: -webkit-center;
	}

	footer.footer .row {
		flex-direction: column;
		align-items: anchor-center;
	}

	.footer .logo a img {
		height: unset !important;
		width: 75%;
	}

	.footer p {
		padding: 0;
	}

	body .footer .col-lg-4:first-child {
		max-width: 100% !important;
	}

	.footer .footer-bottom {
		margin: 0 !important;
		padding-top: 25px !important;
	}

	body .footer-widget ul li a {
		font-size: 15px !important;
		line-height: 30px !important;
	}

	.footer-widget .widget-title {
		margin-bottom: 12px;
	}	

	.page-id-24 div#sec-3 {
		padding-bottom: 50px;
		margin-top: -30px;
	}

	.page-header {
		height: 240px !important;
		padding: 0 !important;
		background-repeat: no-repeat !important;
	}

	.page-header .container h2 {
		font-size: 26px;
		padding-bottom: 160px;
		color: black !important;
	}	

	.page-id-15 div#sec-4 p {
		text-align: center;
	}

	.page-id-15 .sec4-cont {
		padding: 0 !important;
	}

	.page-id-15 div#sec-4 {
		padding-bottom: 0 !important;
	}

	.page-id-15 .wpb-content-wrapper {
		margin-bottom: 45px;
	}	

	.page-id-845 .vc_row.wpb_row.vc_row-fluid.ext-cont1 {
		padding-bottom: 40px;
	}

	#gal-sec .wpb_image_grid .wpb_image_grid_ul .isotope-item {
		width: 100%;
	}

	#gal-sec .wpb_image_grid .wpb_image_grid_ul .isotope-item img {
		height: 400px;
		padding: 10px 0;
	}

	div#gal-sec {
		padding: 0 !important;
	}	

	.header .main-slider .swiper-slide .slide-inner {
		padding-top: 30px;
	}	

	div#gal-sec {
		padding-top: 50px !important;
	}	

	div#cont-pg {
		padding-top: 50px;
		text-align: center;
	}

	.contact-box {
		display: block;
		text-align: center;
		text-align: -webkit-center;
	}


	.contact-box figure {
		width: 80px;
		height: 80px;
	}

	.contact-box figure img {
		width: 40px;
	}

	iframe {
		height: 350px;
	}	
	
	.header .main-slider .swiper-slide .slide-inner h1 {
    font-size: 25px;
    position: relative;
    top: -25px;
 	}

	.page-header[data-stellar-background-ratio] {
    background-size: cover !important;
	}
	
	div#prod-sec {
    padding: 40px 0 !important;
	}

	#prod-sec p {
		margin-bottom: 30px;
	}

	
}
