/*
Theme Name: Dressme
Theme URI: http://www.dressme.lk/
Author: Dream Shapers
Author URI: http://dressme.lk/
Description: This theme has been designed for dressme website
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: dressme
Domain Path: /languages/
Tags: one-column, two-columns, custom-menu, full-width-template, theme-options, threaded-comments,
*/
body {
	font-family: 'Poppins', sans-serif;
	font-size: 17px;
	line-height: 31px;
	color: #515151;
	font-weight: 400;
}
a {
	text-decoration: none;
	color: #fff;
	transition: all ease-out 0.3s;
}
img {
	max-width: 100%;
	height: auto;
}
hr {
	border-top: 1px solid #898989;
	border-bottom: none;
	margin: 20px 0;
	display: inline-block;
}
h1, h2, h3, h4, .h4 {
	margin-bottom: 0px!important;
	font-family: 'Roboto', sans-serif;
}
h1, .h1 {
	font-size: 26px;
	line-height: 30px;
}
h2, .h2 {
	font-size: 30px;
	line-height: 35px;
}
.white {
	color: #ffffff;
}
.black {
	color: #000;
}
.orange {
	color: #e67817;
}
.blue {
	color: #27236e;
}
.light-blue {
	color: #dfdfe7;
}
.bg-gray {
	background-color: #efefef;
}
.bg-dark-gray {
	background-color: #141414;
}
.bg-black {
	background-color: #000;
}
.bg-blue {
	background-color: #27236e;
}
.bg-orange {
	background-color: #e67817;
}
.p-t-20 {
	padding-top: 20px;
}
.p-b-20 {
	padding-bottom: 20px;
}
.p-t-15 {
	padding-top: 15px;
}
.p-b-15 {
	padding-bottom: 15px;
}
.p-b-60 {
	padding-bottom: 60px;
}
.p-b-40 {
	padding-bottom: 40px;
}
.p-t-60 {
	padding-top: 60px;
}
.p-b-t-60 {
	padding-top: 60px;
	padding-bottom: 60px;
}
.p-t-b-5 {
	padding-top: 5px;
	padding-bottom: 5px;
}
.p-l-50 {
	padding-left: 50px;
}
.btn {
	background-color: #e67817;
	color: #ffffff;
	padding: 8px 30px;
	display: inline-block;
	font-size: 18px;
	border-radius: 0;
	margin-top: 10px;
}
.btn:hover {
	color: #ffffff;
	background-color: #bb5a04;
}
.clearfix {
	clear: both;
}
.no-margin {
	margin: 0;
}
.text-center {
	text-align: center;
}
.menu ul {
	margin: 0;
	padding: 0;
}
.menu ul li {
	display: inline-block;
	padding-left: 30px;
	position: relative;
}
.menu-area {
	float: right;
	padding: 20px 0;
}
.menu-area a {
	color: #141414;
	font-size: 16px;
	font-weight: 600;
	padding-bottom: 34px;
}
.menu-area .current-menu-item a {
	color: #E67817;
}
.menu-area a:hover, .menu-area a:active {
	color: #e67817;
}
.menu li .sub-menu {
	-webkit-transform: scaleY(0);
	transform: scaleY(0);
	overflow: hidden;
	position: absolute;
	top: 62px;
	left: 15px;
	-webkit-transition: 0.2s all ease-out;
	-moz-transition: 0.2s all ease-out;
	transition: 0.2s all ease-out;
	z-index: 9999;
	width: 250px;
	-webkit-transform-origin: 0 0 0;
	transform-origin: 0 0 0;
}
.menu li:hover .sub-menu {
	-webkit-transform: scaleY(1);
	transform: scaleY(1);
}
.menu li .sub-menu li {
	display: block;
	padding-left: 0;
}
.menu li .sub-menu li a {
	display: block;
	background-color: #26226e;
	padding: 5px 20px;
	border-bottom: 1px solid #3f3a9a;
	color: #fff;
	font-weight: 400;
	-webkit-transition: 0.2s all ease-out;
	-moz-transition: 0.2s all ease-out;
	transition: 0.2s all ease-out;
}
.menu li .sub-menu li a:hover {
	background-color: #E67817;
	border-bottom: 1px solid #E67817;
}
.slider .item {
	position: relative;
}
.slider .inner {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0px;
}
.slider .inner p {
	color: #fff;
	padding-top: 15px;
	margin: 0;
}
.slider .inner-content {
	background-color: rgba(0, 0, 0, 0.4);
	float: right;
	position: relative;
	padding: 30px;
	min-height: 150px;
}
.slider .inner-content::after {
	content: '';
	position: absolute;
	height: 100%;
	width: 200px;
	background-color: rgba(0, 0, 0, 0.4);
	bottom: 0;
	right: -200px;
}
.slider .inner-content h1 {
	position: absolute;
	top: -105px;
	left: 0px;
	font-size: 32px;
	line-height: 40px;
	text-shadow: 1px 1px 2px #00000073;
	background-color: rgba(38, 34, 110, 0.5);
	padding: 10px 20px;
}
.slider .inner-content h1:before {
	content: '';
	width: 500px;
	background-color: rgba(38, 34, 110, 0.5);
	position: absolute;
	top: 0;
	bottom: 0;
	right: -500px;
}
.slider .inner-content h3 {
	font-size: 23px;
}
.slider .inner-content::before {
	content: url(images/dressme-slider-inner-bg.png);
	bottom: 0;
	position: absolute;
}
.slider .inner-content::before {
	content: "\A";
	border-style: solid;
	border-width: 50px 0px 165px 135px;
	border-color: transparent transparent rgba(0, 0, 0, 0.4) transparent;
	position: absolute;
	left: -135px;
	bottom: 0px;
}
.slider {
	position: relative;
}
.slider .bx-controls {
	margin: 0 auto;
	max-width: 1180px;
	position: absolute;
	top: 50%;
	left: 0;
	right: 0;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	z-index: 999999;
}
.slider .bx-controls .bx-pager .bx-pager-item a {
	width: 20px;
	height: 20px;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	color: transparent;
	background-color: rgba(230, 120, 23, 0.8);
	margin-bottom: 10px;
	overflow: hidden;
	display: block;
}
.slider .bx-controls .bx-pager .bx-pager-item a.active {
	background-color: rgba(255, 255, 255, 0.7);
}
.top-left {
	float: left;
}
.top-right {
	float: right;
}
.top-bar {
	font-size: 14px;
}
.top-bar a {
	color: #dfdfe7;
}
.top-mail, .top-phone {
	padding-right: 20px;
}
.top-bar .fa {
	font-size: 16px;
}
.top-social-icon a {
	padding-left: 10px;
}
.logo {
	float: left;
}
.services, .manufact, .embroid-content, .printing-content, .sublimation, .wt-product {
	position: relative;
	z-index: 999;
}
.services::before {
	border-color: #000 transparent transparent transparent;
}
.wt-product::before {
	border-color: #27236e transparent transparent transparent;
}
.services::before, .wt-product::before, .main-title::before {
	content: "\A";
	border-style: solid;
	border-width: 25px 25px 10px 25px;
	position: absolute;
	left: 50%;
	bottom: -35px;
	margin-left: -25px;
}
.manufacturing-img {
	background-image: url(https://www.dressme.lk/wp-content/uploads/2019/06/dressme-clothing-manufacturing-in-sri-lanka.jpg);
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}
.manufact::before {
	border-color: transparent transparent #fff transparent;
}
.sublimation::before {
	border-color: transparent transparent #27236e transparent;
	top: -55px!important;
}
.sublimation {
	border-top: 10px solid #27236e;
}
.manufact::before, .sublimation::before {
	content: "\A";
	border-style: solid;
	border-width: 25px 25px 25px 25px;
	position: absolute;
	left: 50%;
	top: -50px;
	margin-left: -25px;
}
.embroid, .printing {
	position: relative;
}
.embroid-cover {
	background-image: url(images/embroid.jpg);
	background-repeat: no-repeat;
	background-position: right center;
	background-size: cover;
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	width: 50%;
}
.printing-cover {
	background-image: url(images/printing.jpg);
	background-repeat: no-repeat;
	background-position: right center;
	background-size: cover;
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	width: 50%;
}
.embroid-content::before {
	content: "\A";
	border-style: solid;
	border-width: 25px 25px 25px 25px;
	border-color: transparent #efefef transparent transparent;
	position: absolute;
	left: -25px;
	bottom: 50%;
	margin-left: -25px;
	margin-bottom: -12px;
}
.printing-content::before {
	content: "\A";
	border-style: solid;
	border-width: 25px 25px 25px 25px;
	border-color: transparent transparent transparent #fff;
	position: absolute;
	right: -50px;
	bottom: 50%;
	margin-left: -25px;
	margin-bottom: -12px;
}
.sublimation-img {
	background-image: url(https://www.dressme.lk/wp-content/uploads/2019/06/sublimation-paint-in-sri-lanka.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	height: 380px;
}
.sublimation-img, .manufacturing-img {
	height: 300px;
}
.pro-item {
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	height: 592px;
}
.lady {
	background-image: url(images/dressme-ladieswear.jpg);
}
.man {
	background-image: url(images/dressme-clothing-manufacture-in-sri-lanka-menswear.jpg);
}
.uniform {
	background-image: url(images/uniforms.jpg);
}
.tshirts {
	background-image: url(images/dressme-promotional-tshirts-designs.jpg);
}
.banners {
	background-image: url(images/dressme-Flags,-Banners-&-Pennants.jpg);
}
.caps {
	background-image: url(images/dressme-promotional-caps-designs.jpg);
}
.pro-text {
	padding: 15px 40px;
	background-color: rgba(255, 255, 255, 0.7);
	display: inline-block;
	margin: 60% 0;
}
.pro-text a {
	color: #000000;
}
.home-products {
	position: relative;
}
.home-products .owl-dots {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 999;
	text-align: center;
}
.home-products .owl-dots button {
	width: 15px;
	height: 15px;
	background-color: #fff;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	margin: 5px;
	opacity: 0.5;
	outline: none;
}
.home-products .owl-dots button.active {
	opacity: 0.8;
}
.home-contact {
	background-image: url(images/home-contact-bg.jpg);
	background-repeat: repeat;
}
.home-contact h2 {
	font-weight: 400;
}
.home-contact p {
	margin-bottom: 0;
}
.socket p {
	float: left;
	font-size: 14px;
}
.home-products .row {
	margin-right: 0;
	margin-left: 0;
}
.main {
	overflow: hidden;
}
.main-title {
	background-color: #eaeaea;
	padding: 30px 0;
	border-bottom: 10px solid #dcdcdc;
	position: relative;
}
.main-title h2 {
	font-size: 35px;
	text-transform: uppercase;
	color: #26226e;
}
.header-main {
	padding: 10px;
}
.main-title::before {
	border-color: #dcdcdc transparent transparent transparent;
	bottom: -40px;
}
.service-content .container, .home-contact .container {
	max-width: 1000px;
}
.other-services .wp-block-cover {
	min-height: 200px;
}
.other-services .wp-block-cover p {
	-webkit-transition: 0.2s all ease-out;
	-moz-transition: 0.2s all ease-out;
	transition: 0.2s all ease-out;
}
.other-services .wp-block-cover:hover p {
	color: #e67817;
}
.home-contact .btn {
	margin-top: 30px;
}
.main-services .wp-block-cover {
	min-height: 250px;
}
.main-services .wp-block-cover p {
	margin-bottom: 0;
}
.contact-text {
	font-weight: 300;
	opacity: 0.8;
}
.contact-main .wpcf7-text, .contact-main .wpcf7-textarea {
	width: 100%;
	padding: 8px 12px;
	font-size: 16px;
	border: none;
}
.contact-main .wpcf7-textarea {
	height: 120px;
}
.contact-main .wpcf7-form-control-wrap {
	margin-bottom: 20px;
	display: block;
}
.contact-main .wpcf7-form-control-wrap.your-message {
	margin-bottom: 10px;
}
.contact-main .btn {
	margin-top: 0;
}
.wpcf7-not-valid-tip {
	display: none!important;
}
.wpcf7-form-control.wpcf7-not-valid {
	border: 1px solid #ff0000!important;
}
.contact-main .wpcf7-response-output {
	margin: 20px 0;
}
.contact-main a:hover {
	color: #ffffff;
}
.mobile-menu-toggle {
	display: none;
	float: right;
	color: #e67817;
	border: 1px solid #e67817;
	padding: 3px 10px;
	font-size: 24px;
	margin-top: 15px;
	cursor: pointer;
}
.mobile-menu-toggle .fa-times {
	display: none;
}
.home-products .col-md-12 {
	padding: 0;
}
.page-id-16 .home-contact {
	display: none;
}
.printing-content {
	padding-right: 50px;
}
.main-services a {
	padding: 20px;
}
.main-services a:hover {
	color: #ffffff;
	opacity: 0.7;
}
/*client logo area css*/
 .client-logo-area {
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}
 .client-logo-area .client-logo {
	margin: 10px;
	border: 1px solid #27236e;
	padding: 15px;
	box-shadow: 0 10px 30px rgba(0, 0, 0, .1);
	display: inline-block;
}
.footer-widgets {
	background-color: #000000;
	font-size: 16px;
}
.footer-widgets .widget-title {
	font-size: 25px;
}
.footer-widgets .col-lg-3 {
	-ms-flex: 0 0 24%;
	flex: 0 0 24%;
	max-width: 24%;
}
.footer-widgets .col-lg-3.col-data {
	-ms-flex: 0 0 28%;
	flex: 0 0 28%;
	max-width: 28%;
}
.footer-widgets ul {
	margin: 0;
	padding: 0;
}
.footer-widgets ul li {
	position: relative;
	list-style-type: none;
	padding-left: 20px;
	padding-bottom: 8px;
}
.footer-widgets ul li:before {
	font-family: FontAwesome;
	content: "\f105";
	position: absolute;
	top: 0px;
	left: 2px;
}
.col-services {
	padding-left: 40px;
}
.footer-widgets a {
	color: #515151;
}
.footer-widgets a:hover {
	color: #ffffff;
}
.sub-title {
	margin-top: 50px;
	border-bottom: 1px solid #cccccc;
	text-align: center;
	padding-bottom: 10px;
	margin-bottom: 30px;
}
.product-img figure {
	border: 1px solid #efefef;
}
.wp-block-cover, .wp-block-cover-image {
	background-color: #000000;
}
.wp-block-gallery .blocks-gallery-image figcaption, .wp-block-gallery .blocks-gallery-item figcaption {
	font-size: 20px;
	background: linear-gradient(0deg, rgba(0, 0, 0, .3), rgba(0, 0, 0, .1) 70%, transparent);
}

@media only screen and ( max-width:1199px) {}
@media only screen and ( max-width:992px) {
	.embroid, .printing {
		padding-top: 300px;
	}
	.embroid-cover, .printing-cover {
		left: 0;
		top: 0;
		right: 0;
		bottom: auto;
		width: 100%;
		height: 300px;
	}
	.embroid-content, .printing-content {
		padding-left: 15px;
		text-align: center;
		padding-top: 30px;
	}
	.printing-content {
		padding-top: 60px;
	}
	.embroid-content::before, .printing-content::before {
		border-color: transparent transparent #efefef transparent;
		position: absolute;
		left: auto;
		bottom: auto;
		top: -80px;
		right: auto;
		margin-bottom: 0px;
	}
	.printing-content::before {
		top: -50px;
		border-color: transparent transparent #ffffff transparent;
	}
	.mobile-menu-toggle {
		display: block;
	}
	.menu-area {
		display: none;
	}
	.header-main .container {
		position: relative;
	}
	.menu-area {
		position: absolute;
		top: 80px;
		background-color: #e67817;
		left: 0;
		right: 0;
		z-index: 9999;
		padding: 0;
	}
	.menu ul li {
		display: block;
		padding-left: 0px;
		position: relative;
		text-align: center;
	}
	.menu ul li a {
		border-bottom: 1px solid #f18423;
		padding: 5px;
		display: block;
		color: #ffffff!important;
		font-weight: 400;
	}
	.menu li .sub-menu {
		-webkit-transform: scaleY(1);
		transform: scaleY(1);
		overflow: hidden;
		position: relative;
		top: 0px;
		left: 0px;
		width: 100%;
	}
	.menu li .sub-menu li a {
		background-color: #e78128;
		border-bottom: 1px solid #f18423;
	}
	.service-content .container, .home-contact .container {
		max-width: 790px;
	}
	.pro-item {
		height: 400px;
	}
	.home-contact p br {
		display: none;
	}
	.slider .inner-content::before {
		content: "\A";
		border-style: none;
		border-width: 0;
		border-color: transparent;
		position: absolute;
		left: -200px;
		bottom: 0px;
		height: 100%;
		width: 200px;
		background-color: #0006;
		right: auto;
	}
	.center-justified {
		text-align: justify;
		text-align-last: center;
	}
	.page-id-125 .blocks-gallery-item img {
		border: 3px solid;
	}
	.footer-widgets .col-lg-3, .footer-widgets .col-lg-3.col-data {
		-ms-flex: 0 0 50%;
		flex: 0 0 50%;
		max-width: 50%;
	}
	.col-services {
		padding-left: 15px;
	}
	.tagline {
		height: 0;
		overflow: hidden;
	}
	.slider .inner-content {
		padding: 0px;
		min-height: 0px;
		text-align: center;
	}
	.slider .inner-content h3, .slider .inner-content p {
		display: none;
	}
	.slider .inner-content h1:after {
		content: '';
		width: 500px;
		background-color: rgba(38, 34, 110, 0.5);
		position: absolute;
		top: 0;
		bottom: 0;
		left: -500px;
	}
	.printing-content {
		padding-right: 15px;
	}
}
@media only screen and ( max-width:768px) {
	.service-content .container, .home-contact .container {
		max-width: 720px;
	}
	.pro-text {
		margin: 0 0;
		position: relative;
		top: 50%;
		margin-top: -32px;
	}
	.top-right {
		float: none;
		margin: 0 auto;
		text-align: center;
	}
	.home-contact {
		text-align: center;
	}
	.home-contact .btn {
		float: none;
	}
	.wt-product {
		text-align: center;
	}
	.slider .inner-content h1 {
		top: -90px;
		font-size: 22px;
		line-height: 35px;
	}
}
@media only screen and ( max-width:601px) {
	.footer-widgets .col-lg-3, .footer-widgets .col-lg-3.col-data {
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%;
	}
	.slider .inner-content h1 {
		top: -68px;
		font-size: 17px;
		line-height: 24px;
		padding: 10px 0;
	}
	.socket {
		text-align: center;
	}
}
@media only screen and ( max-width:500px) {}
@media only screen and ( max-width:415px) {}
@media only screen and ( max-width:380px) {
	.top-mail {
		display: none;
	}
	.top-right {
		display: table;
	}
}