/*
	Theme Name: Contry
	Theme URI: https://speciatheme.com/contry-free/
	Author: Specia
	Author URI: https://speciatheme.com/
	Description: Contry is a trending WordPress theme with lots of powerful features, instantly giving a professional look to your online presence. Contry comes with everything you could ever need to build an amazing website, and it’s perfect for any type of business! View the demo of Contry Premium https://demo.speciatheme.com/pro/contry
	Template: specia
	Version: 0.3
	Tested up to: 6.8
	Requires PHP: 5.6
	Requires at least: 4.7
	License: GPLv3 or later
	License URI: https://www.gnu.org/licenses/gpl-3.0.html
	Text Domain: contry
	Tags: one-column, two-columns, left-sidebar, right-sidebar, flexible-header, custom-background, custom-colors, custom-header, custom-menu,  custom-logo, featured-image-header, featured-images, footer-widgets, full-width-template, sticky-post, theme-options, threaded-comments, translation-ready, blog, entertainment, portfolio, editor-style, grid-layout
	
	This theme, like WordPress, is licensed under the GPL.
	Use it to make something cool, have fun, and share what you've learned with others.
	
*/

/* Import Google Fonts */
@import url('https://fonts.googleapis.com/css2?family=Baloo+Bhai+2:wght@400;700;900&display=swap');

/**************** 
	Header 
*****************/

.transparent-header {
	background: transparent;
}

.contry_theme .bt-primary {
	padding: 12px 25px;
}

.nav-contry .header-top-info {
	position: relative;
	z-index: 0;
	border-bottom: 0;
	padding: 5px 0;
}

.nav-contry .widget.widget_info:not(:first-child) {
	position: relative;
}

.nav-contry .widget.widget_info:not(:first-child)::after {
	content: '';
	position: absolute;
	width: 1px;
	height: 60%;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	background: #e5e5e566;
}

.header-top-info #header-top-left .widget:last-child {
	padding-left: 10px;
}

.nav-contry .header-widget-info {
	border: none;
}

.nav-contry.header .widget.widget_info span,
.nav-contry .header-widget .widget:not(.widget_social_widget):not(.widget_menu_top):not(.widget_contact) i {
	font-size: 16px;
}

.nav-contry .widget.widget_contact .contact-icon {
	font-size: 30px;
	height: 25px;
	margin-right: 8px;
}

.nav-contry .widget.widget_contact .contact-info span.title {
	font-size: 14px;
}

.contry_theme:has(.site-content section:first-child.slider-section-contry) .nav-contry .header-top-info {
	background: transparent;
}

.nav-contry .navigation:not(.pagination) {
	padding: 0;
	box-shadow: none;
	margin-top: 15px;
}

.nav-contry .navigator-wrapper .header-wrapper {
	background-color: #FFFFFF;
	padding: 0 20px;
	min-height: 90px;
	align-items: normal;
	box-shadow: 0 10px 15px rgba(0, 0, 0, 0.05);
}

.nav-contry .header-wrapper .theme-menu {
	align-self: center;
}

.nav-contry .header-search-toggle,
.nav-contry .cart-icon-wrap #cart {
	box-shadow: 0 0 10px 4px rgb(0 0 0 / 8%);
	border-radius: 50%;
	transition: 0.3s ease;

}

.nav-contry .cart-icon-wrap #cart i {
	color: inherit;
}

.nav-contry .menu-right>ul {
	align-items: stretch;
}

.nav-contry .menu-right>ul>li {
	display: flex;
	align-items: center;
	padding-right: 20px;
	margin-right: 20px;
	border-right: 1px solid #ccc;
}

.nav-contry .menu-right>ul>li:last-child {
	border-right: none;
	margin-right: 0;
	padding-right: 0;
}

.nav-contry .menu-right li.header_btn {
	margin-left: 0;
}

.nav-contry .menubar .menu-wrap>li>a {
	font-weight: 600;
}

.nav-contry .header-wrapper .brand-logo {
	min-width: 150px;
	z-index: 0;
	position: relative;
}

.nav-contry .header-wrapper .brand-logo::before,
.nav-contry .header-wrapper .brand-logo::after {
	content: '';
	position: absolute;
	z-index: -1;
	top: 50%;
	height: calc(100% + 20px);
}

.nav-contry .header-wrapper .brand-logo::before {
	left: -20px;
	width: 80%;
	transform: translateY(-50%);
}

.nav-contry .header-wrapper .brand-logo::after {
	right: -25px;
	width: 80%;
	border-right: 12px solid color-mix(in srgb, #000000 15%, transparent);
	transform: translateY(-50%) skew(-20deg);
}

.nav-contry .header-wrapper .brand-logo .logo::before,
.nav-contry .header-wrapper .brand-logo .logo::after {
	content: '';
	position: absolute;
	z-index: -1;
	height: calc(100% - 20px);
}

.nav-contry .header-wrapper .brand-logo .logo::before {
	right: -38px;
	top: -10px;
	width: 2px;
	transform: skew(-20deg);
	z-index: 0;
}

.nav-contry .header-wrapper .brand-logo .logo::after {
	right: -30px;
	bottom: -10px;
	width: 80%;
	transform: skew(-20deg);
}

body.header-search-active .header.nav-contry {
	z-index: 1;
}

body.header-search-active .nav-contry .navigator-wrapper .sticky-nav,
body.header-menu-active .nav-contry .navigator-wrapper .sticky-nav {
	animation-fill-mode: none;
	will-change: auto;
}

.header.nav-contry .tool-bounce:before,
.header.nav-contry .tool-bounce:after {
	display: none;
}

.contry_theme:has(.site-content section:first-child.slider-section-contry) .nav-contry .header-top-info {
	background: transparent;
	/* margin-bottom: 10px; */
}

/**** Slider ****/

.call-to-action-contry {
	padding: 25px 0;
}

.slider-section-contry .owl-carousel.arrows-big .owl-nav [class*=owl-] {
	font-size: 25px;
	border-radius: 100px;
	background: #FFF;
	border: 0;
}

.slider-section-contry .owl-carousel .owl-nav [class*=owl-] i {
	font-size: inherit;
	color: inherit;
}

.slider-section-contry .slider-btn-play {
	margin-bottom: 20px;
}

.slider-section-contry .specia-content h1 {
	font-weight: 900;
	font-family: "Baloo Bhai 2";
}

/**** Call to Action ****/

.call-to-action-contry .call-to-action-highlight {
	padding: 20px 15px;
	text-align: center;
	border-radius: 4px;
	color: #FFFFFF;
	box-shadow: 0 0 30px rgb(0 0 0 / 8%);
}

.call-to-action-contry .call-to-action-highlight .counter {
	font-size: 50px;
	font-weight: 800;
	line-height: 1;
	margin-bottom: 5px;
	color: #FFFFFF;
}

.call-to-action-contry .call-to-action-highlight p {
	color: #FFFFFF;
	margin-bottom: 2px;
	font-size: 16px;
	font-weight: 600;
}

.call-to-action-contry .call-to-action-content {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 15px;
	border-radius: 4px;
	background-color: #FFFFFF;
	box-shadow: 0 0 30px rgb(0 0 0 / 8%);
}

.call-to-action-contry .call-to-action-content p,
.call-to-action-contry .call-to-action-content h2 {
	margin-bottom: 4px;
}

.call-to-action-contry .call-icon-box {
	width: 90px;
	height: 90px;
	color: #FFF;
	z-index: 0;
	flex-shrink: 0;
	line-height: 90px;
	font-size: 30px;
}

.call-to-action-contry .call-to-action-text {
	width: 100%;
	padding: 0 12px;
	border-left: 1px solid #ebebeb;
}

.call-to-action-contry .call-to-action-btn {
	flex-shrink: 0;
	margin-left: 10px;
}

.call-to-action-contry .call-icon-box::after {
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	width: 64px;
	height: 64px;
	margin: auto;
	border: 0;
	-webkit-animation: ripple 1.6s ease-out infinite;
	animation: ripple 1.6s ease-out infinite;
	-webkit-animation-delay: 3s;
	animation-delay: 3s;
	border-radius: 100%;
	background: inherit;
	opacity: 0.5;
	z-index: -1;
}

/*=================
  CONTRY BREADCRUMB
================= */

@media (max-width: 1199px) {
	.call-to-action-contry .call-to-action-content h2 {
		font-size: 26px;
	}
}

@media (min-width: 992px) {
	.nav-contry~.breadcrumb .background-overlay {
		padding: 165px 0 0;
	}

	.contry_theme .site-content>section:first-of-type {
		margin-top: 130px;
	}

	.contry_theme .site-content>section.slider-section-contry:first-of-type,
	.contry_theme .breadcrumb+.clearfix+.site-content>section:first-of-type {
		margin-top: 0;
	}

	.nav-contry.transparent-header {
		position: absolute;
		width: 100%;
		top: 0;
		left: 0;
	}

	.nav-contry .header-widget .widget_info a span,
	.nav-contry .widget.widget_social_widget ul li a i,
	.nav-contry .header-widget .widget:not(.widget_social_widget) a i {
		color: #FFFFFF;
	}

	#slider-section+.clearfix+.call-to-action-contry {
		margin-top: var(--cta-height3);
		padding: 0;
	}

	.nav-contry~.site-content .breadcrumb .background-overlay {
		padding: 165px 0 0;
	}

	.contry_theme section:first-of-type:not(.slider-section-contry):not(.breadcrumb) {
		margin-top: 170px;
	}

	.slider-section-contry .slider-btn-play .video-play {
		width: 50px;
		height: 50px;
		font-size: 20px;
		line-height: 50px;
	}

	.nav-contry .header-widget .widget .contact-area,
	.nav-contry .header-widget .widget.widget_menu_top a {
		color: #FFFFFF;
	}

	body.admin-bar .contry_theme .header .sticky-menu,
	.contry_theme:has(.site-content section:first-child.slider-section-contry) .nav-contry .navigation:not(.pagination) {
		margin-top: 10px;
	}

	.nav-contry .header-widget .widget:not(.widget_social_widget):not(.widget_menu_top):not(.widget_contact) i {
		color: #EFFFFF;
	}
}

@media (max-width: 767px) {
	.contry_theme .bt-primary {
		font-size: 15px;
		padding: 10px 20px;
	}

	.slider-section-contry .specia-content p {
		margin: 0 0 10px;
	}

	.slider-section-contry .specia-content [class*='bt-'] {
		font-size: 15px;
		padding: 10px 20px;
		line-height: 1;
	}

	.slider-section-contry .specia-content h1 {
		font-size: 26px;
		font-weight: 600;
		margin-bottom: 4px;
	}

	.call-to-action-contry .call-to-action-content {
		flex-wrap: wrap;
		justify-content: center;
	}

	.call-to-action-contry .call-to-action-text {
		order: 1;
		border: none;
		margin-top: 10px;
		text-align: center;
	}

	.call-to-action-contry .call-icon-box {
		width: 65px;
		height: 65px;
		font-size: 24px;
		line-height: 65px;
	}

	.call-to-action-contry .call-icon-box::after {
		width: 45px;
		height: 45px;
	}

	.call-to-action-contry .call-to-action-highlight .counter {
		font-size: 36px;
	}

	.call-to-action-contry .call-to-action-highlight {
		padding: 12px;
	}
}

@media (max-width: 575px) {
    .slider-section-contry .specia-content h1 {
        font-size: 20px;	
        margin-bottom: 0px;
    }
	.contry_theme .bt-primary,
	.slider-section-contry .specia-content [class*='bt-'] {
		font-size: 14px;
		padding: 8px 15px;
	}
	.call-to-action-contry .call-icon-box {
        width: 50px;
        height: 50px;
        font-size: 20px;
        line-height: 50px;
    }
	.call-to-action-contry .call-icon-box::after {
        width: 35px;
        height: 35px;
    }
	.slider-section-contry .specia-content p {
        margin: 0 0 8px;
        font-size: 14px;
    }
}

.nav-contry p a,
.nav-contry .header-widget .widget_info a:hover span,
.nav-contry .header-widget .widget_info a:focus span,
.nav-contry .menubar .menu-wrap li.active>a,
.nav-contry .menubar .menu-wrap li:hover>a,
.nav-contry .menubar .menu-wrap li:focus-within>a,
.features-version-one .feature-box-info h4,
.slider-section-contry .owl-carousel.arrows-big .owl-nav [class*=owl-],
.nav-contry .header-widget .widget:not(.widget_social_widget):not(.widget_menu_top):not(.widget_contact) a:hover i,
.nav-contry .header-widget .widget:not(.widget_social_widget):not(.widget_menu_top):not(.widget_contact) a:focus i {
	color: #EE591F;
}

.post_date,
.nav-contry .header-wrapper .brand-logo::before,
.nav-contry .header-wrapper .brand-logo::after,
.nav-contry .header-wrapper .brand-logo .logo::before,
.call-to-action-contry .call-to-action-highlight,
.call-to-action-contry .call-icon-box,
.slider-section-contry .owl-carousel.arrows-big .owl-nav [class*=owl-]:hover,
.slider-section-contry .owl-carousel.arrows-big .owl-nav [class*=owl-]:focus-within {
	background: #EE591F;
}

.nav-contry .header-search-toggle:hover,
.nav-contry .header-search-toggle:focus,
.nav-contry .cart-icon-wrap #cart:hover,
.nav-contry .cart-icon-wrap #cart:focus,
.nav-contry .header-wrapper .brand-logo .logo::after {
	background: #00204A;
}

.post_date h6,
.nav-contry .header-search-toggle:hover,
.nav-contry .header-search-toggle:focus,
.nav-contry .cart-icon-wrap #cart:hover,
.nav-contry .cart-icon-wrap #cart:focus,
.slider-section-contry .owl-carousel.arrows-big .owl-nav [class*="owl-"]:hover,
.slider-section-contry .owl-carousel.arrows-big .owl-nav [class*="owl-"]:focus-within .nav-contry .header-widget .widget:not(.widget_social_widget):not(.widget_menu_top):not(.widget_contact) a i {
	color: #EFFFFF;
}

.contry_theme .sidebar .widget input[type="submit"]:hover,
.contry_theme .sidebar .widget input[type="submit"]:focus {
	background: #EE591F;
	border-color: #EE591F;
}

.contry_theme .nav-contry .header-top-info {
	background: #000000;
}