/*!
Theme Name: Zenwork WP Theme
Theme URI: https://them.es/starter
Author: Zenwork
Author URI: https://www.zenwork.com/
Description: 
Version: 3.5.0
Requires at least: 5.0
Tested up to: 6.4
Requires PHP: 7.2
License: GPL version 2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0
Tags: custom-background, custom-colors, featured-images, flexible-header, microformats, post-formats, rtl-language-support, theme-options, translation-ready, accessibility-ready
Text Domain: zenwork-wp-theme
*/

/* Don't overwrite this file. Compile "/assets/main.scss" to "/assets/dist/main.css" */

/* From http://codex.wordpress.org/CSS */

@import url('css/rowan.css');

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
	font-family: 'Rowan-Regular' !important;
}

.alignnone {
	margin: 5px 20px 20px 0;
}

.aligncenter,
div.aligncenter {
	display: block;
	margin: 5px auto 5px auto;
}

.alignright {
	float: right;
	margin: 5px 0 20px 20px;
}

.alignleft {
	float: left;
	margin: 5px 20px 20px 0;
}

a img.alignright {
	float: right;
	margin: 5px 0 20px 20px;
}

a img.alignnone {
	margin: 5px 20px 20px 0;
}

a img.alignleft {
	float: left;
	margin: 5px 20px 20px 0;
}

a img.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption {
	max-width: 96%; /* Image does not overflow the content area */
	padding: 5px 3px 10px;
	text-align: center;
}
.wp-caption.alignnone {
	margin: 5px 20px 20px 0;
}
.wp-caption.alignleft {
	margin: 5px 20px 20px 0;
}
.wp-caption.alignright {
	margin: 5px 0 20px 20px;
}
.wp-caption img {
	border: 0 none;
	height: auto;
	margin: 0;
	max-width: 98.5%;
	padding: 0;
	width: auto;
}
.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	margin: 0;
	padding: 0 4px 5px;
}

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

.gallery-item a,
.gallery-item a:hover,
.gallery-item a:focus {
	-webkit-box-shadow: none;
	box-shadow: none;
	background: none;
	display: inline-block;
	max-width: 100%;
}

.gallery-item a img {
	display: block;
	-webkit-transition: -webkit-filter 0.2s ease-in;
	transition: -webkit-filter 0.2s ease-in;
	transition: filter 0.2s ease-in;
	transition: filter 0.2s ease-in, -webkit-filter 0.2s ease-in;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

.gallery-item a:hover img,
.gallery-item a:focus img {
	-webkit-filter: opacity(60%);
	filter: opacity(60%);
}

.gallery-caption {
	display: block;
	text-align: left;
	padding: 0 10px 0 0;
	margin-bottom: 0;
}

.gallery-columns-1 .gallery-item {
	max-width: 100%;
}

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

.gallery-columns-3 .gallery-item {
	max-width: 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-columns-6 .gallery-caption,
.gallery-columns-7 .gallery-caption,
.gallery-columns-8 .gallery-caption,
.gallery-columns-9 .gallery-caption {
	display: none;
}

.bypostauthor {
	font-weight: bold;
}

/* Text meant only for screen readers. */
.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
	height: 1px;
	width: 1px;
	overflow: hidden;
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: bold;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000; /* Above WP toolbar. */
}

.img-responsive{
	max-width: 100%;
}

/* Footer */

.footer-section {
	background: #003C1C;	
}
.privacy-link{
	display: inline-block;
    border-bottom: 1px solid #A8BAAF;
}
.copy-right a{
	color: #A8BAAF;
}
.awsm-job-item h2.awsm-job-post-title a{
	color: #000;
	font-weight: 500;
}
.awsm-selectric .label{
	font-size: 14px;
	font-weight: 500;
}
.awsm-selectric-items li.highlighted{
	font-size: 14px;
	color: #000;
}
.awsm-selectric-items li{
	font-size: 14px;
	color: #000;
}
.awsm-job-more-container a{
	color: #000;
	font-weight: 800;
}
.container-fluid{
	padding: 3% 5% !important;
}
.section-header{
	width: 90%;
	padding: 10% 5% !important;
	background: #003C1C;
	background: url(http://localhost/zenwork/wp-content/uploads/2024/01/header-bg.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}
.section-header h1{
	color: #FFF;
}
.section-header p{
	color: #FFF;
}
.awsm-job-container{
	padding: 0px;
}
.awsm-job-form-inner{
	border: none;
}
.zen-button{
	background: #F2E400;
	padding: 10px 36px 10px 36px;
	align-items: center;
	border-radius: 56px;
	border: none;font-weight: 800;
}
 
  .resource {
	position: absolute;
	right: 0;
	width: 350px;
	left: 0;
	margin: 0 auto;
  }
  
  /* select starting stylings ------------------------------*/
  .select-material {
	  position: relative;
	  width: 100%;
  }
  
  .select-text {
	  position: relative;
	  font-family: inherit;
	  background-color: transparent;
	  width: 100%;
	  padding: 10px 10px 10px 0;
	  font-size: 18px;
	  border-radius: 0;
	  border: none;
	  border-bottom: 1px solid #000;
	  padding: 10px;
  }
  
  /* Remove focus */
  .select-text:focus {
	  outline: none;
	  border-bottom: 1px solid rgba(0,0,0, 0);
  }
  
	  /* Use custom arrow */
  .select-material .select-text {
	  appearance: none;
	  -webkit-appearance:none
  }
  
  .select-material:after {
	  position: absolute;
	  top: 18px;
	  right: 10px;
	  /* Styling the down arrow */
	  width: 0;
	  height: 0;
	  padding: 0;
	  content: '';
	  border-left: 6px solid transparent;
	  border-right: 6px solid transparent;
	  border-top: 6px solid #000;
	  pointer-events: none;
  }
  
  
  /* LABEL ======================================= */
  .select-label {
	  color: #000;
	  font-size: 18px;
	  font-weight: normal;
	  position: absolute;
	  pointer-events: none;
	  left: 0;
	  top: 10px;
	  transition: 0.2s ease all;
  }
  
  /* active state */
  .select-text:focus ~ .select-label, .select-text:valid ~ .select-label {
	  color: #00AB52;
	  top: -20px;
	  transition: 0.2s ease all;
	  font-size: 14px;
  }
  
  /* BOTTOM BARS ================================= */
  .select-bar {
	  position: relative;
	  display: block;
	  width: 350px;
  }
  
  .select-bar:before, .select-bar:after {
	  content: '';
	  height: 2px;
	  width: 0;
	  bottom: 1px;
	  position: absolute;
	  background: #00AB52;
	  transition: 0.2s ease all;
  }
  
  .select-bar:before {
	  left: 50%;
  }
  
  .select-bar:after {
	  right: 50%;
  }
  
  /* active state */
  .select-text:focus ~ .select-bar:before, .select-text:focus ~ .select-bar:after {
	  width: 50%;
  }
  
  /* HIGHLIGHTER ================================== */
  .select-highlight {
	  position: absolute;
	  height: 60%;
	  width: 100%;
	  top: 25%;
	  left: 0;
	  pointer-events: none;
	  opacity: 0.5;
  }

  
.blog-wrapper {
	display:flex;
	flex-direction:column;
	justify-content:center;
	text-align:center;
}

.blog-wrapper img {
	max-width:100%;
}
.blog-wrapper .image-wrapper:hover{
	background: url('http://localhost/zenwork/wp-content/uploads/2024/01/Shape-2.svg');
}
.blog-wrapper a {
	filter:grayscale(1);
	transition:all ease 0.6s;
}

.blog-wrapper a:hover {
	filter:grayscale(0);
}
/* Dropdown */

.dropdown {
  display: inline-block;
  position: relative;
}

.dd-button {
  display: inline-block;
  border: 1px solid gray;
  border-radius: 4px;
  padding: 10px 30px 10px 20px;
  background-color: #ffffff;
  cursor: pointer;
  white-space: nowrap;
}

.dd-button:after {
  content: '';
  position: absolute;
  top: 50%;
  right: 15px;
  transform: translateY(-50%);
  width: 0; 
  height: 0; 
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 5px solid black;
}

.dd-button:hover {
  background-color: #eeeeee;
}


.dd-input {
  display: none;
}

.dd-menu {
  position: absolute;
  top: 100%;
  border: 1px solid #ccc;
  border-radius: 4px;
  padding: 0;
  margin: 2px 0 0 0;
  box-shadow: 0 0 6px 0 rgba(0,0,0,0.1);
  background-color: #ffffff;
  list-style-type: none;
}

.dd-input + .dd-menu {
  display: none;
} 

.dd-input:checked + .dd-menu {
  display: block;
} 

.dd-menu li {
  padding: 10px 20px;
  cursor: pointer;
  white-space: nowrap;
}

.dd-menu li:hover {
  background-color: #f6f6f6;
}

.dd-menu li a {
  display: block;
  margin: -10px -20px;
  padding: 10px 20px;
}

.dd-menu li.divider{
  padding: 0;
  border-bottom: 1px solid #cccccc;
}

.add-img-color {
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
}
.add-img-color.smooth {
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.add-img-color:hover {
  -webkit-filter: grayscale(0%);
  filter: grayscale(0%);
}
.blog-header-hero h1 span{
	font-style:italic;
	font-family: rowan-italic;
	background: url('https://zenwork.com/blog/wp-content/uploads/2024/01/Vector-3.png');
	background-position:bottom;
	background-repeat:no-repeat;
	background-size: contain;
}
