/***********************************************
	Reset
********************************************* */
body{
	overflow-x:hidden;
}
#theme-page img,
#pacz-footer img,
.pacz-page-section img,
.pacz-inner-grid img,
.pacz-header-logo img,
.pacz-side-dashboard img {
  max-width: 100%;
  height: auto;
  vertical-align: middle;
  border: 0;
}
.pacz-gmaps img {
  max-width: none !important;
}
button,
input,
select,
textarea {
  font-size: 100%;
  margin: 0;
  vertical-align: middle;
}
button,
input {
  line-height: normal;
  overflow: visible;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  padding: 0;
  border: 0;
}
button,
input[type='button'],
input[type='reset'],
input[type='submit'] {
  cursor: pointer;
  -webkit-appearance: button;
}
input[type='search'] {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  -webkit-appearance: textfield;
}
input[type='search']::-webkit-search-decoration,
input[type='search']::-webkit-search-cancel-button {
  -webkit-appearance: none;
}
textarea {
  overflow: auto;
  vertical-align: top;
}
input{
    height: 48px;
    width: 100%;
    padding: 0 15px;
    border-radius: 4px;
    font-size: 14px;
    text-transform: none;
	border:1px solid #eee;
}
input:focus{
    background:#fff2f1;
}
/* input checkbox */

.pacz-input-checkbox-wrapper{
	margin:0;
}
.pacz-input-checkbox{
	padding:0;
	display:inline-block;
}
.pacz-input-checkbox .checkbox-item-name{
	vertical-align:middle;
	margin-left:30px;
	font-size:14px;
	font-weight:normal;
	color:#353535;
	font-weight:700;
}
.rtl .pacz-input-checkbox .checkbox-item-name {
    margin-left: 0;
    margin-right: 30px;
}

.pacz-input-checkbox label{
  position: relative;
  cursor: pointer;
  
}
.pacz-input-checkbox input {
  display:none;
}

.pacz-input-checkbox-item {
	width: 17px;
    height: 17px;
    background: #fff;
    border: 2px solid #353535;
    border-radius: 50%;
    text-align: center;
	position:absolute;
	left:0;
	top:50%;
	margin-top:-9px;
	
}
.rtl .pacz-input-checkbox-item {
	left:auto;
	right:0;
	
}
.pacz-input-checkbox .pacz-input-checkbox-item:after {
	content: "";
	position: absolute;
	display: none;
	width: 7px;
	height: 7px;
	background: #353535;
	margin: 0 auto;
	left: 0;
	right: 0;
	border-radius: 50%;
	top: 3px;
}
.pacz-input-checkbox input:checked ~ .pacz-input-checkbox-item:after {
  display: block;
}
textarea{
	padding: 15px;
    border-radius: 4px;
    font-size: 14px;
    text-transform: none;
	border:1px solid #eee;
}
a {
  color: #777;
}

ol,
ul {
  list-style: none;
  padding:0;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: none;
}
table {
  border-spacing: 0;
  border-collapse: collapse;
}
strong,
th,
thead td {
  font-weight: 600;
}
cite,
em,
dfn {
  font-style: italic;
}
code,
pre {
  display: block;
  overflow: auto;
  margin: 10px 0 20px 0;
  padding: 20px 10px;
  white-space: pre-wrap;
  white-space: -moz-pre-wrap !important;
  white-space: -pre-wrap;
  white-space: -o-pre-wrap;
  border: 2px solid #777;
  color: #fff;
  background: #555;
  border-radius:0;
}
del {
  text-decoration: line-through;
}
small,
sup,
sub {
  font-size: 85%;
}
abbr,
acronym {
  letter-spacing: .1em;
  text-transform: uppercase;
}
a abbr,
a acronym {
  border: none;
}
abbr[title],
acronym[title],
dfn[title] {
  cursor: help;
  border-bottom: 1px dotted #ccc;
}
sup {
  vertical-align: super;
}
sub {
  vertical-align: sub;
}
p,
ul,
ol,
dl,
table,
fieldset,
blockquote,
pre,
code {
  margin-bottom: 20px;
}
a {
  text-decoration: none;
}
p,
a {
  -ms-word-wrap: break-word;
  word-wrap: break-word;
}
a:link,
a:visited,
a:hover,
a:active,
a:focus {
  text-decoration: none;
  outline: 0 none;
}
.floatleft,
.alignleft {
  float: left;
  text-align: left;
}
.floatright,
.alignright {
  float: right;
  text-align: right;
}
.aligncenter {
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}
.clearboth {
  display: block;
  visibility: hidden;
  clear: both;
  overflow: hidden;
  width: 0;
  height: 0;
}
.clearboth:after {
  font-size: 0;
  line-height: 0;
  display: block;
  visibility: hidden;
  clear: both;
  width: 0;
  height: 0;
  content: ' ';
}
* html .clearboth {
  height: 1%;
}
ul {
  margin-bottom: 1em;
  margin-left: 1.5em;
  list-style-type: disc;
}
ul li {
  margin-left: .85em;
}
ul ul {
  list-style-type: square;
}
ul ul ul {
  list-style-type: circle;
}
ol {
  margin-bottom: 1em;
  margin-left: 2.35em;
  list-style-position: outside;
  list-style-type: decimal;
}
dt {
  font-size: 110%;
  font-weight: 600;
  margin-bottom: .2em;
}
dd {
  margin: 0;
  padding: 0 0 1em 15px;
}
ol ol,
ul ol {
  margin-left: 2.5em;
}
ul ol,
ol ul,
ol ol,
ul ul {
  margin-bottom: 0;
}
fieldset {
  padding: 1em;
  border: 2px solid #ddd;
}
legend {
  font-size: 1.2em;
  font-weight: 600;
  padding: 0 .8em;
}
textarea,
input[type=text],
input[type=password],
input[type=email],
select {
  font-size: inherit;
  border: none;
  outline: none;
}
input,
select {
  cursor: pointer;
}
input[type=text],
input[type=password],
input[type=email] {
  cursor: text;
}
textarea {
  overflow: auto;
}
textarea,
input[type=text],
input[type=tel],
input[type=email],
input[type=password] {
  font-size: 13px;
  border: 1px solid #eaeaea;
  outline: none;
  background-color: #fff;
  -webkit-appearance: none;
}
input[type=submit] {
  padding: 0 20px;
  border: 1px solid #eaeaea;
  min-height:46px;
  line-height:46px;
  background-color: #fff;
}
input[type=text]::-ms-clear {
  display: none;
}
#theme-page select {
  font-size: 12px;
  line-height: 14px;
  display: block;
  min-width: 240px;
  max-width: 100%;
  padding: 14px 14px 13px 14px;
  border: 1px solid #eaeaea;
  -webkit-border-radius: 0;
  border-radius: 0;
  background: url('../../images/selectbox-arrow.png') right center no-repeat;
  background-color: #fff;
  -webkit-appearance: none;
  -moz-appearance: none;
  -webkit-border-radius: 0 !important;
  -moz-border-radius: 0 !important;
  border-radius: 0 !important;
}
#theme-page select option {
  padding: 0 4px;
}
select[multiple=multiple] {
  background: none !important;
  padding: 0px !important;
}

blockquote,
.wp-block-quote.is-large,
.wp-block-quote.is-style-large{
	padding:40px !important;
	border-left:2px solid #eee;
}

/* HEADEING STYLES */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: normal;
  line-height: 1.2em;
  margin: 0 0 15px;
  -ms-word-wrap: break-word;
  word-wrap: break-word;
}
h1 {
  font-size: 46px;
  font-weight: 300;
  margin-bottom: 15px;
}
h2 {
  font-size: 38px;
  margin-bottom: 15px;
}
h3 {
  font-size: 30px;
  margin-bottom: 15px;
}
h4 {
  font-size: 24px;
  font-weight: 300;
  margin-bottom: 15px;
}
h5 {
	
	font-size:18px;
	letter-spacing:0;
}
h6 {
  font-size: 16px;
  margin-bottom: 15px;
}
.relative{position:relative;}
.absolute{position:absolute;}
.visuallyhidden {
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
}

/* Makes the site print friendly... */
@media print {
  * {
    background: none !important;
    color: black !important;
    box-shadow: none !important;
    text-shadow: none !important;
    /* Images, vectors and such */
    -webkit-filter: grayscale(100%);
    /* Chrome + Safari 6 */
    -moz-filter: grayscale(100%);
    /* Future proof */
    -ms-filter: grayscale(100%);
    /* Future proof */
    -o-filter: grayscale(100%);
    /* Future proof */
  }
  a {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  a[href="#"],
  a[href="javascript:"] {
    content: "";
  }
  #pacz-header,
  #pacz-sidebar,
  #pacz-footer,
  .pacz-go-top {
    display: none !important;
  }
  
  
}

.pacz-grid div,
#pacz-header,
#pacz-header div,
.pacz-secondary-header,
.pacz-secondary-header div,
[class*='pacz-col-'],
*:after,
*:before,
.text-input,
.theme-page-wrapper,
#pacz-sidebar{
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

/***********************************************
	General Settings
********************************************* */
.theme-main-wrapper {
  position: relative;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  
  right: 0;
}

#theme-page {
	padding: 0;
	margin: 0;
	min-height: 200px;
}
#theme-page .theme-page-wrapper {
  margin: 0 auto;
}
#theme-page .theme-page-wrapper.no-padding {
  margin-top: 0;
  margin-bottom: 0;
}
#theme-page .theme-page-wrapper .theme-inner-wrapper{}
#theme-page .theme-page-wrapper.row-fluid .inner-page-wrapper .theme-content {
  padding: 70px 15px;
}
#theme-page .theme-page-wrapper .theme-content.no-padding {
  padding-bottom: 0;
  padding-top: 0;
}
#theme-page .theme-page-wrapper.right-layout .inner-page-wrapper,
#theme-page .theme-page-wrapper.left-layout  .inner-page-wrapper{
	margin-left:-15px !important;
	margin-right:-15px !important;
}
#theme-page .theme-page-wrapper.right-layout .inner-page-wrapper .theme-content,
#theme-page .theme-page-wrapper.left-layout .inner-page-wrapper .theme-content{
	padding-left:15px;
	padding-right:15px;
}
#theme-page .theme-page-wrapper .inner-page-wrapper #pacz-sidebar {
  position: relative;
  padding-top:70px;
  padding-bottom:70px; 
}
.archive #theme-page .theme-page-wrapper .inner-page-wrapper #pacz-sidebar {
  padding-top:0;
}
#theme-page .theme-page-wrapper .inner-page-wrapper .vc_row #pacz-sidebar {
padding-top:0;
padding-bottom:0;
}
#theme-page .theme-page-wrapper #pacz-sidebar {
  padding-left:15px;
  padding-right:15px;
}
.blog #theme-page .theme-page-wrapper #pacz-sidebar {
	 padding-left:15px;
	 padding-right:15px;
}
#theme-page .theme-page-wrapper.right-layout #pacz-sidebar {
  float: right;
}
#theme-page .theme-page-wrapper.left-layout #pacz-sidebar {
  float: left;
}
#theme-page .theme-page-wrapper.right-layout .theme-content {
  float: left;
}
#theme-page .theme-page-wrapper.left-layout .theme-content {
  float: right;
}

.header-structure-standard.pacz-grid{left:0;right:0;margin-left:auto;margin-right:auto;}
.header-structure-standard.pacz-grid .pacz-grid{padding:0 40px !important;}

* html #theme-page,
* html #pacz-sidebar {
  display: inline;
}

.theme-page-wrapper {
    width: 100% !important;
  }

.loop-main-wrapper {
  position: relative;
  
}
.archive.woocommerce-page .inner-page-wrapper .theme-content {
    margin-top: 0;
}

.sidebar-wrapper .col-md-1,
.sidebar-wrapper .col-md-2,
.sidebar-wrapper .col-md-3,
.sidebar-wrapper .col-md-4,
.sidebar-wrapper .col-md-5,
.sidebar-wrapper .col-md-6,
.sidebar-wrapper .col-md-7,
.sidebar-wrapper .col-md-8,
.sidebar-wrapper .col-md-9,
.sidebar-wrapper .col-md-10,
.sidebar-wrapper .col-md-11,
.sidebar-wrapper .col-md-12{
	width:100% !important;
	
}
.theme-content-wrap{
	margin-left:-15px;
	margin-right:-15px
}
.theme-content-wrap .theme-content{
	padding-left:15px;
	padding-right:15px
}

/* == LAYOUT == */

[class*='pacz-col-'] {
  float: left;
  padding-right: 15px;
  padding-left:15px;
  min-height: 1px;
}
[class*='pacz-col-']:last-of-type {
  padding-right: 0px;
}

.pacz-grid {
  width: 100%;
  margin: 0 auto;
}
.pacz-inner-grid {
  width: 100%;
  margin: 0 auto;
  position: relative;
}
.pacz-inner-grid:after {
  content: "";
  display: table;
  clear: both;
}
.pacz-grid:after {
  content: "";
  display: table;
  clear: both;
}

/* Content Columns */
.pacz-col-1-1 {
  width: 100%;
}
.pacz-col-2-3,
.pacz-col-8-12 {
  width: 66.66%;
}
.pacz-col-1-2,
.pacz-col-6-12 {
  width: 50%;
}
.pacz-col-1-3,
.pacz-col-4-12 {
  width: 33.33%;
}
.pacz-col-1-4,
.pacz-col-3-12 {
  width: 25%;
}
.pacz-col-1-5 {
  width: 20%;
}
.pacz-col-1-6,
.pacz-col-2-12 {
  width: 16.667%;
}
.pacz-col-1-7 {
  width: 14.28%;
}
.pacz-col-1-8 {
  width: 12.5%;
}
.pacz-col-1-9 {
  width: 11.1%;
}
.pacz-col-1-10 {
  width: 10%;
}
.pacz-col-1-11 {
  width: 9.09%;
}
.pacz-col-1-12 {
  width: 8.33%;
}
/* Layout Columns */
.pacz-col-11-12 {
  width: 91.66%;
}
.pacz-col-10-12 {
  width: 83.333%;
}
.pacz-col-9-12 {
  width: 75%;
}
.pacz-col-5-12 {
  width: 41.66%;
}
.pacz-col-7-12 {
  width: 58.33%;
}

@media only screen and (max-width: 1140px) {
  .pacz-grid {
    width: 100%;
  }
  .pacz-padding-wrapper {
    padding: 0 15px;
  }
  
}
@media only screen and (max-width: 1199px) {
	.theme-page-wrapper {
	   padding-left: 15px;
	   padding-right: 15px;
	}
}
@media only screen and (max-width: 960px) {
	#pacz-sidebar,
	.theme-content {
		width: 100% !important;
		margin-left: 0 !important;
		margin-right: 0 !important;
    
	}
	.sidebar-wrapper {
		padding-left: 15 !important;
		padding-right: 15 !important;
	}
	#pacz-footer .footer-wrapper {
		padding: 0 15px;
	}
}
@media only screen and (min-width: 768px) and (max-width: 980px) {
	.pacz-padding-wrapper{margin-left:0 !important;margin-right:important;}
	.pacz-padding-wrapper .pacz-col-1-4, .pacz-padding-wrapper .pacz-col-3-12 {
		width: 50%;
	}

}
@media only screen and (max-width: 767px) {
  #theme-page {
    padding: 0 !important;
  }
  .theme-page-wrapper {
    margin: 0 auto 0 !important;
  }
}
@media only screen and (max-width: 760px) {
  .pacz-grid {
    width: 100%;
    min-width: 0;
  }
  [class*='pacz-col-'] {
    width: auto;
    float: none;
    margin-left: 0px;
    margin-right: 0px;
    margin-top: 10px;
    margin-bottom: 10px;
    padding-left: 10px;
    padding-right: 10px;
  }
}

.pacz-dynamic-styles {
  display: none;
}


/***********************************************
	PAGE TITLE
********************************************* */
#pacz-page-title {
  width: 100%;
  height:170px;
  padding:30px 0;
}
#pacz-page-title .pacz-grid{
  display: flex;
  flex-direction: column;
  height: 100%;
}
@media only screen and (max-width: 767px) {
  #pacz-page-title {
    background-position: center !important;
    background-attachment: scroll !important;
    background-size: cover;
  }
}
#pacz-page-title #pacz-breadcrumbs {
  text-transform: capitalize;
  font-size: 14px;
  font-weight: normal;
  text-align:left;
}
#pacz-page-title #pacz-breadcrumbs .dark-skin {
  color: #5e5e5e;
}
#pacz-page-title #pacz-breadcrumbs .dark-skin a {
  color: #808080;
  color: rgba(94, 94, 94, 0.5);
}
#pacz-page-title #pacz-breadcrumbs .light-skin {
  color: #fff;
}
#pacz-page-title #pacz-breadcrumbs .light-skin a {
  color: #fff;
  color: rgba(255, 255, 255, 0.9);
}
#pacz-page-title.left-align .pacz-page-heading {
	float: left;
    font-weight: 500;
    letter-spacing: 1px;
    margin: 0!important;
    text-transform: capitalize;
}
#pacz-page-title.left-align #pacz-breadcrumbs {
  float: right;
  margin-right: 20px;
}
#pacz-page-title.center-align {
  text-align: center;
}
#pacz-page-title.center-align .pacz-page-heading {
  display: flex;
  padding-top: 0;
  font-weight: 900;
  flex: 2;
  margin-bottom: 0;
  justify-content: center;
  align-items: center;
  margin-top:0;
}
#pacz-page-title.center-align.has_creadcrumb .pacz-page-heading{
	margin-top:-23px;
}
#pacz-page-title.center-align #pacz-breadcrumbs {
  line-height: 16px !important;
}
#pacz-page-title.right-align .pacz-page-heading {
  float: right;
  margin: 0 20px 0 0 !important;
}
#pacz-page-title.right-align #pacz-breadcrumbs {
  float: left;
  margin-left: 20px;
}
/* Smaller than Tablets */
@media only screen and (max-width: 1199px) {
	#pacz-page-title {
		padding-left: 20px;
		padding-right: 20px;
	}
}
@media only screen and (max-width: 767px) {
  #pacz-header .pacz-grid{
    padding-left: 15px;
    padding-right: 15px;
  }
  
}

/***********************************************
	Preloader/Loader
********************************************* */

/* preloader */
.pacz-preloader {
   position: fixed;
   top: 0;
   left: 0;
   width: 100%;
   height: 100%;
   z-index: 10000;
   background-image: url('../../images/preloader.gif');
   background-repeat: no-repeat; 
   background-color: #FFF;
   background-position: center;
}

/* loader */

.pacz-loader {
  position: relative;
  display: inline-block;
  width: 40px;
  height: 40px;
  border: 2px solid #0cf;
  border-radius: 50%;
  border-top-color: transparent !important;
  -webkit-animation: spin 0.65s infinite linear;
  -moz-animation: spin 0.65s infinite linear;
  -o-animation: spin 0.65s infinite linear;
  animation: spin 0.65s infinite linear;
  position: absolute;
  left: 50%;
  top: 50%;
  margin: -20px 0 0 -20px;
}
.pacz-loader::before,
.pacz-loader::after {
  left: -2px;
  top: -2px;
  display: none;
  position: absolute;
  content: '';
  width: inherit;
  height: inherit;
  border: inherit;
  border-radius: inherit;
}
.loader::after {
  display: block;
  left: -2px;
  top: -2px;
  border: inherit;
  transform: rotate(65deg);
}


@-moz-keyframes spin {
  0% {
    -moz-transform: rotate(0deg);
  }
  100% {
    -moz-transform: rotate(359deg);
  }
}
@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
  }
}
@-o-keyframes spin {
  0% {
    -o-transform: rotate(0deg);
  }
  100% {
    -o-transform: rotate(359deg);
  }
}
@-ms-keyframes spin {
  0% {
    -ms-transform: rotate(0deg);
  }
  100% {
    -ms-transform: rotate(359deg);
  }
}
@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(359deg);
  }
}

/***********************************************
	FOOTER STYLING
********************************************* */

#pacz-footer {
  width: 100%;
  position: relative;
}
#pacz-footer [class*='pacz-col-'] {
  margin-bottom:30px;
}
#pacz-footer .footer-wrapper {
  position: relative;
  margin-bottom: 20px;
}
#pacz-footer .footer-wrapper .textwidget{
  
  font-weight:normal;
}

.ex-padding-left{padding-left:30px;}
.ex-padding-right{padding-right:30px;}


/* SUB FOOTER SECTION */

#sub-footer .pacz-grid {
  padding: 22px 0;
}
.pacz-footer-copyright {
  font-size: 13px;
  line-height: 16px;
  float: left;
  width: 60%;
  padding-top:12px;
}


.pacz-subfooter-logos a {
  margin: 0;
  padding: 0;
  list-style: none;
  float: right;
  width: 40%;
  opacity: 0.8;
}
.pacz-subfooter-logos a:hover {
  opacity: 1;
}
@media only screen and (max-width: 1199px) {
	#pacz-footer .footer-wrapper { padding: 0 15px;}
}

@media only screen and (max-width: 800px) {
	.pacz-footer-copyright {
		float: none;
		font-size: 13px;
		line-height: 16px;
		padding-top: 12px;
		text-align: center;
		width: 100%;
		display: block;
		margin-bottom: 15px;
	}
}
@media only screen and (max-width: 767px) {
	#pacz-footer [class*='pacz-col-'] {
		width: 100% !important;
	}
	.footer-wrapper .pacz-padding-wrapper{
		  padding:0 !important;
	}
	.pacz-subfooter-logos a {
		float: none !important;
		display: block;
		margin: 0 auto !important;
		text-align: center;
		width: 100%;
	 }
}

/***********************************************
	404 ERROR PAGE
********************************************* */
.error-404-page {
  min-height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
}
.error-404-wrapper{text-align:center;}
.error-404-wrapper .pacz-404-text-string{
	display: inline-block;
	color: #616477;
	text-transform: capitalize;
	font-weight: bold;
	font-size: 14px;
	margin-top:45px;
}

.error-404-wrapper .pacz-404-home-Button{
	margin-top:48px;
}
.error-404-wrapper .pacz-404-home-Button a {
  background: #555;
  color: #fff;
  padding: 0 30px;
  display: inline-block;
  text-transform: uppercase;
  font-size: 16px;
  border-radius: 30px;
  min-width: 250px;
  height: 56px;
  line-height: 56px;
  font-weight: bold;
  box-shadow: 0 10px 0 rgba(97, 100, 119, 0.2);
}
.error-404-wrapper .pacz-404-home-Button a:hover{
	box-shadow: 0 7px 0 rgba(97, 100, 119, 0.2);
}

/***********************************************
	CONTACT FORM 7
********************************************* */
.wpcf7-form p label{display:block;}