html body {
	min-width: 300px;
}

#gdlr-responsive-navigation {
	display: none;
}
@media only screen and (min-width: 1199px) {
	#categories-3 {
		margin-left: 0;
		margin-right: 0;
	}
	#content-section-1 {
		margin-right: -15px;
	}
}
/*--- tablet ---*/
@media only screen and (max-width: 1099px) {
	.gdlr-logo {
		margin: 5px auto !important;
		padding-top: 20px;
		padding-bottom: 30px;
		float: none;
	}

	.gdlr-navigation-wrapper {
		float: none;
		text-align: center;
		margin-top: 21px !important;
		line-height: 0;
	}

	.gdlr-navigation-wrapper .gdlr-navigation {
		display: inline-block;
		text-align: left;
		line-height: 1.7;
	}

	.gdlr-navigation-wrapper .gdlr-main-menu>li>a {
		padding-left: 12px;
		padding-right: 12px;
		padding-bottom: 30px;
	}

	/*--- header ---*/
	.gdlr-navigation-wrapper {
		display: none;
	}

	.gdlr-header-container {
		padding: 0;
	}
	#gdlr-responsive-navigation {
		display: block;
		height: 0px;
		position: static;
		float: none;
	}

	#gdlr-responsive-navigation .dl-trigger {
		position: absolute;
		right: 15px;
		top: 50%;
		margin-top: -20px;
	}

	.dl-menuwrapper>.dl-menu,
	.dl-menuwrapper>.dl-submenu {
		right: 10px;
		width: 400px;
		text-align: left;
	}

	body .gdlr-logo {
		float: none;
		display: block;
		padding: 0;
		max-width: 80px;
	}

	body .gdlr-logo.gdlr-align-left #gdlr-responsive-navigation .dl-trigger,
	body .gdlr-logo.gdlr-align-right #gdlr-responsive-navigation .dl-trigger {
		top: 45px;
		margin-top: 0px;
	}
}

@media only screen and (max-width: 959px) {
	body .container {
		max-width: 768px;
	}

	body .body-wrapper.gdlr-boxed-style {
		max-width: 808px;
	}

	.flex-direction-nav .flex-prev,
	.flex-direction-nav .flex-next {
		opacity: 1;
	}

	.gdlr-fixed-header {
		display: none;
	}

	.portfolio-item-wrapper .gdlr-outer-nav,
	.blog-item-wrapper .gdlr-outer-nav {
		display: none;
	}

	.gdlr-hide-in-tablet {
		display: none;
	}

	.gdlr-hide-in-tablet-mobile {
		display: none;
	}
}

/*--- mobile landscape style ---*/
@media only screen and (max-width: 767px) {

	body .container,
	body .half-container {
		max-width: 100%;
		margin-left: auto !important;
		margin-right: auto !important;
	}

	body .body-wrapper.gdlr-boxed-style {
		max-width: 460px;
	}

	body .body-wrapper {
		overflow: hidden;
	}

	.one-ninth,
	.one-eighth,
	.one-seventh,
	.one-fifth,
	.two-fifth,
	.three-fifth,
	.four-fifth,
	.one,
	.two,
	.three,
	.four,
	.five,
	.six,
	.seven,
	.eight,
	.nine,
	.ten,
	.eleven,
	.twelve {
		width: 100%;
	}
	.section-container, .gdlr-item-start-content, .gdlr-parallax-wrapper, .gdlr-color-wrapper, .footer-container{
		padding-top: 40px;
	}

	.top-navigation-wrapper {
		padding-top: 0px;
	}

	.top-navigation-container {
		text-align: center;
		line-height: 1;
	}

	.top-navigation-left {
		float: none;
		padding-top: 10px;
	}

	.top-navigation-right {
		float: none;
		margin: 0;
	}

	.top-navigation-right-text {
		float: none;
		padding: 5px 0px;
		display: flex;
		flex-wrap: wrap;
		align-items: center;
		justify-content: center;
		gap: 10px;
	}
	.top-bar-right-text-inner i {
		display: none;
	}

	.top-bar-right-text-inner {
		float: none;
		border: none;
		padding: 0px;
		line-height: inherit;
	}
	.top-bar-right-text-inner.email {
		width: 62%;
	}
	.top-bar-right-text-inner.hotline {
		width: calc(38% - 10px);
	}
	.top-social-wrapper {
		float: none;
		margin-left: 0px;
		display: inline-block;
		padding: 0px;
	}

	.filter ul {
		gap: 5px;
	}

	.filter a {
		padding: 5px 10px;
	}
	.row-category{
		transform: scale(-1);
	}
	.widget_categories ul li {
		padding-bottom: 5px;
		margin-bottom: 5px;
	}
	#back-to-top {
		width: 30px;
		height: 30px;
	}
	.gdlr-title-item .gdlr-item-title-wrapper .gdlr-item-title{
		font-size: 26px;
	}
	.gdlr-stunning-text-item {
		text-align: center;
	}

	.gdlr-stunning-text-item.type-normal.gdlr-button-on {
		padding-right: 0px;
	}

	.gdlr-stunning-text-item.type-normal .stunning-text-button {
		position: static;
		margin-top: 0px;
	}

	.gdlr-stunning-text-item.with-padding.gdlr-button-on {
		padding-right: 35px;
	}

	.gdlr-service-with-image-item .service-with-image-thumbnail {
		float: none;
		margin: 0px auto;
	}

	.gdlr-service-with-image-item .service-with-image-content-wrapper {
		text-align: center;
	}

	.gdlr-feature-media-item.gdlr-left .feature-media-thumbnail {
		float: none;
		width: auto;
		margin-right: 0px;
	}

	.gdlr-feature-media-item .feature-media-icon {
		display: none;
	}

	html .woocommerce ul.products li.product,
	html .woocommerce-page ul.products li.product {
		width: 99% !important;
	}
	#content-section-5 .gdlr-testimonial-item.round-style .testimonial-item {
		padding-bottom: 0;
	}
	#content-section-8 .gdlr-color-wrapper,#content-section-6 .gdlr-color-wrapper{
		padding-top: 20px;
	}
	.wpcf7 input, .wpcf7 textarea {
		padding: 15px !important;
	}
	#content-section-3 #gdlr-parallax-wrapper-1 {
		padding-top: 60px;
		padding-bottom: 20px;
	}
	#content-section-9 {
		padding: 50px 0 0;
	}
	.gdlr-page-title-wrapper{
		padding: 50px 0px;
	}
	.gdlr-page-title-wrapper .gdlr-page-title {
		font-size: 28px;
		margin: 0;
	}
	.gdlr-item.gdlr-blog-full{
		margin-bottom: 0;
	}
	.widget.gdlr-widget{
		margin-bottom: 30px;
	}
	.gdlr-portfolio-style1 .gdlr-portfolio-description {
		float: none;
		margin-right: 0px;
		width: auto;
	}

	.gdlr-portfolio-style1 .gdlr-portfolio-info {
		width: auto;
		float: none;
		margin-bottom: 30px;
	}

	.gdlr-portfolio-style2 .gdlr-portfolio-thumbnail {
		max-width: 100%;
		float: none;
		margin-right: 0px;
		margin-left: 0px;
		width: auto !important;
	}
	.gdlr-item-noimg .portfolio-title, .gdlr-classic-portfolio .portfolio-title {
		font-size: 16px;
	}

	.gdlr-classic-portfolio .portfolio-title, .gdlr-classic-portfolio .portfolio-info{
		height: auto;
	}
	.gdlr-blog-medium .gdlr-blog-thumbnail {
		margin-right: 0px;
		float: none;
		margin-bottom: 20px;
		width: auto;
	}

	.gdlr-caption-wrapper .gdlr-caption .gdlr-caption-text {
		display: none;
	}

	.gdlr-caption-wrapper .gdlr-caption .gdlr-caption-title {
		margin-bottom: 0px;
		font-size: 15px;
	}

	.gdlr-caption-wrapper .gdlr-caption {
		max-width: 100%;
		padding: 13px 12px;
	}

	.gdlr-item-title .gdlr-flex-prev {
		margin: 0px;
		position: absolute;
		left: 0px;
		top: 50%;
		margin-top: -20px;
	}

	.gdlr-item-title .gdlr-flex-next {
		margin: 0px;
		position: absolute;
		right: 0px;
		top: 50%;
		margin-top: -20px;
	}

	.gdlr-item-title-wrapper.pos-center .gdlr-item-title-gimmick {
		display: none;
	}

	.gdlr-item-title-wrapper.pos-icon.gdlr-right-text,
	.gdlr-item-title-wrapper.pos-center.gdlr-right-text {
		padding: 0px;
	}

	.gdlr-item-title-wrapper>.nav-container {
		position: static;
		text-align: center;
		margin-top: 10px;
	}

	.gdlr-item-title-wrapper>.nav-container>.gdlr-right-text-link {
		float: none;
		margin: 0px;
	}

	.gdlr-service-half-background-item .gdlr-half-left,
	.gdlr-service-half-background-item .gdlr-half-right {
		width: auto;
		float: none;
		padding-bottom: 20px;
		margin-bottom: 0px;
	}

	.gdlr-service-half-background-item .gdlr-half-right .half-container {
		margin-top: 0px !important;
	}

	.single-attorney .gdlr-attorney-info-wrapper {
		width: auto;
		float: none;
		margin-right: 0px;
		margin-bottom: 30px;
	}

	.gdlr-hide-in-tablet {
		display: block;
	}

	.gdlr-hide-in-mobile {
		display: none;
	}
	.footer-wrapper .widget.gdlr-widget {
		margin-bottom: 30px;
	}
	.page-news .sidebar-right-item {
		padding-top: 0;
	}
}
@media only screen and (max-width: 480px) {
	.gdlr-page-title-wrapper {
		padding: 35px 0px;
	}
	#content-section-5 .gdlr-item-title-head, #content-section-6 .gdlr-item-title-head, #content-section-8 .gdlr-item-title-head {
		text-align: left;
	}
	.gdlr-item-title-wrapper.pos-center .gdlr-item-title{
		font-size: 26px;
	}
	#content-section-5 .gdlr-item-title, #content-section-6 .gdlr-item-title, #content-section-8 .gdlr-item-title {
		padding-right: 84px;
		line-height: 1.4;
	}
}
/*--- mobile portrait style ---*/
@media only screen and (max-width: 419px) {

	body .container,
	body .half-container {
/* 		max-width: 300px; */
}

body .body-wrapper.gdlr-boxed-style {
/* 		max-width: 340px; */
}

body .gdlr-logo {
	padding-left: 0px;
}

.dl-menuwrapper .dl-menu,
.dl-menuwrapper>.dl-submenu {
/* 		width: 300px; */
}

.dl-menuwrapper>.dl-menu,
.dl-menuwrapper>.dl-submenu {
	left: 0px;
}

.gdlr-testimonial-item.modern-style .testimonial-author-image {
	display: none;
}

.gdlr-item-title-head .gdlr-flex-prev,
.gdlr-item-title-head .gdlr-flex-next {
	display: none;
}

.copyright-container {
	font-size: 10px;
}
}