/*
Theme Name: Greenfield IT Recruitment 2020
Theme URI: http://demo.softhopper.net/victim/
Author: Caroline Elisa Haggerty
Author URI: https://carolineelisa.com
Template: victim
Description: This is a child theme for Victim.
Version: 1.0
Text Domain: greenfield
*/

/*  [ Additional custom CSS added to KAJobs plugin agencycss.css file ]
================================ */



html body,
body h1, body h2, body h3, body h4, body h5, body h6,
body .navigation .mainmenu > li > a {
  font-family: Helvetica, Helvetica Neue, Arial, sans-serif;
}
a, a.button, .button a, .menu a {
  cursor:url(Greenfield-target-32px.png) 16 16,pointer;
}
.menu-item.button a {
  margin: 0;
}

body .fal {
  font-family: "Font Awesome 5 Pro";
  font-weight: 300;
}
body .far {
    font-family: "Font Awesome 5 Pro";
    font-weight: 400;
}
::-moz-selection { /* Code for Firefox */
  background: #74B343;
}
::selection {
  background: #74B343;
}
h1, h2, h3, h4, h5, h6 {
  font-weight: 700;
}
.elementor-text-editor h1, .elementor-text-editor h2, .elementor-text-editor h3, .elementor-text-editor h4, .elementor-text-editor h5, .elementor-text-editor h6 {
  color: inherit;
}
.victim-title {
  font-size: 3.2em;
}
.blog-block .blog-latest-items .entry-content {
    font-size: .9em;
}
@media (min-width:1200px) {
 .container {
  max-width:1240px
 }
}
.site-branding .custom-logo {
    max-width: 240px!important;
}
#banner {
  position: relative;
  z-index: 0;
  box-sizing: border-box;
  background: #0A0B0A;
  color: #fff;
  padding: 210px 0 130px;
  overflow: hidden;
}
#banner:after {
  content:'';
  top:0;
  bottom:0;
  left:0;
  right:0;
  position: absolute;
  z-index: 1;
  background: rgba(35,31,32,.7);
  mix-blend-mode: multiply;
}
#banner .container {
  position: relative;
  z-index: 2;
}
#banner h1, #banner h2 {
  margin: 0;
  color: inherit;
  font-weight: bold;
  font-size: 3.2em;
  font-weight: 700;
}
#banner h1:after, .hero-block h1.victim-title:after {
  content:'';
  width:100px;
  height:2px;
  background:#74B343;
  display: block;
  margin-top: .3em;
}
#banner h2 {
  font-weight: 400;
}
#banner img {
  position:absolute;
  top:50%;
  left:50%;
  -webkit-transform:translate(-50%,-50%);
  transform:translate(-50%,-50%);
  width:100%;
  min-width: 100%;
  min-height: 100%;
  margin:0;
}
@media (orientation: portrait) {
  #banner img {
    max-width:none;
    width:auto;
    height:100%;
  }
}
header.site-header .navigation .mainmenu > li.button > a:after {
  display: none!important;
}
.page h2.entry-title {
  display: none;
}
.elementor-widget h2.entry-title {
  display: block;
}
#content {
  padding-top: 60px;
  padding-bottom: 60px;
}
#content.has-sidebar {
  padding-top: 0;
  padding-bottom: 0;
}
#content #main, #content #sidebar {
    display: inline-block;
    vertical-align: top;
    padding: 60px 0;
    box-sizing: border-box;
}
#content #main {
    width: 70%;
}
#content #sidebar {
    width: 30%;
    padding-left: 60px;
}
#content a, #main.blog-block .entry-content a, #main .elementor-text-editor a {
  text-decoration: underline;
}

a:hover {
    color: #74B343;
}
input, select, textarea {
  background-color: #F2F2F2;
  margin:5px 0;
  padding: 8px;
  min-height: 46px;
  width: 100%;
}
select {
  padding-right: 20px;
}
input[type="file"] {
  background: none;
}
input[type="checkbox"], input[type="radio"] {
  min-height: 0;
  width: auto;
}
a.button, .button a, input[type="submit"], input[type="button"] {
  font-size: 1em;
  font-weight: 600;
  /* text-transform: uppercase; */
  background-color:#74B343;
  color:#FFFFFF;
  padding: 15px 40px 15px 40px;
  border: 2px solid #74B343;
  border-radius: 40px;
  margin: 15px 0px 0px 0px;
  display: inline-block;
  text-align: center;
}
#content a.button, #main a.button,
#content a.elementor-button, #main a.elementor-button,
.button a {
  text-decoration: none!important;
}
.button.small {
  padding: 7px 20px;
}
a.button:hover, .button a:hover, input[type="submit"]:hover, input[type="button"]:hover {
  background-color: rgba(0, 0, 0, 0);
  color:#74B343;
}
a.button:not([href]):not([tabindex]):not(.alt) {
  color: #fff;
}
a.button:not([href]):not([tabindex]):not(.alt):hover {
  color:#74B343;
}
.button a {
  background-color:#74B343;
  border: 2px solid #74B343;
  padding: 5px 10px;
  height: auto!important;
  /* text-transform: uppercase;
  letter-spacing: 1px !important; */
  font-weight: 700 !important;
    border-radius: 40px;
}
.button {
  display: inline-block;
  cursor: pointer;
}
a.button.alt {
  color: inherit;
  border-color: #434343;
  background: transparent;
}
a.button.alt:hover {
  color: #fff;
  background: #434343;
  border-color: #434343;
}
.button.icon {
  font-size: 0;
  line-height: 0;
  padding: 6px !important;
  width: auto !important;
}
.button.icon i[class^='fa'], .button.icon i[class*=' fa'] {
  font-size: 20px;
  width: 20px;
}
a.button.white, .button.white a, input.button.white {
  color:#2F2F2F;
  background:#fff;
  border-color:#fff;
}
a.button.white:hover, .button.white a:hover, input.button.white:hover {
  background: #2F2F2F;
  color: #fff;
}
footer .menu i {
  border-radius: 50%;
  background:#fff;
  padding: .4em;
  color:#000;
  width: 30px;
  height: 30px;
  text-align: center;
}
header.site-header .mainmenu .button {
  align-items: center;
  display: flex;
}
body .elementor-column-gap-default > .elementor-row > .elementor-column > .elementor-element-populated {
  padding: 15px;
}
section section .elementor-column-gap-extended > .elementor-row {
  margin-left: -20px;
  margin-right: -20px;
  width: calc(100% + 40px);
}
body .elementor-widget-heading .elementor-heading-title {
  line-height: 1.2em;
}

body.single-post h1.entry-title {
    display: block !important;
}

/* Enquire form  */
.cf_row {
    display: flex;
    gap: 10px;
    margin-bottom: 5px;
    width: 100%;
}

.cf_row input, .cf_col textarea {
    background: #fafafa;
    border: 1px solid #e5e5e5;
    padding: 10px;
    line-height: 1.2;
    font-size: 14px;
}

.cf_col p {
    margin-bottom: 0px;
}

.cf_col {
    width: 100%;
}

.cf_col span.wpcf7-list-item.first.last {
    margin-left: 0px !important;
}

.cf_col textarea {
    width:100%;
    max-width: 100%;
    height: 110px;
}

.cf_col label {
    width: 100%;
	line-height: 1.4;
}

.cf_col span.wpcf7-list-item.first {
    margin-left: 0px;
}

.cf_col input.wpcf7-form-control.wpcf7-submit {
    background: #74B343;
    display: inline-block;
    width: 180px;
    font-size: 18px;
    color: #fff;
    font-weight: 700;
}

.cf_col input.wpcf7-form-control.wpcf7-submit:hover {
    background: rgba(116, 179, 67, 0.8);
    color: #fff;
}

.cf_col span.wpcf7-list-item-label {
    font-weight: 400 !important;
    font-size: 16px;
}

@media all and (max-width:600px){
	.cf_row {
		flex-direction: column;
		margin-bottom: 10px;
	}
}


@media screen and (min-width: 993px) {
  header.site-header .mainmenu > li {
      padding-left: 15px;
      padding-right: 15px;
  }
}
#mc_embed_signup {
  position: relative;
}
#mc_embed_signup input {
  margin:0;
}
#mc_embed_signup label {
  display:none;
}
footer #mce-EMAIL {
  width: calc(100% - 55px);
  margin-right: 55px;
  background: #2F2F2F;
  color: #fff;
}
footer #mc-embedded-subscribe {
  position: absolute;
  top: 0;
  right: 0;
  padding: 6px;
  width: 48px;
}

.show-on-mobile {
  display: none!important;
}
@media screen and (max-width: 767px) {
  .show-on-mobile {
    display: initial !important;
  }
  div.show-on-mobile {
    display: block !important;
  }
  .hide-on-mobile {
    display: none;
  }
  #content.reverse-on-mobile  {
    display: flex;
    flex-direction: column;
  }
  .reverse-on-mobile  #sidebar {
    order:1;
  }
  .reverse-on-mobile  #main {
    order:2;
  }
  body .elementor-widget-heading .elementor-heading-title.elementor-size-xxl {
    line-height: 1;
  }
}
p:empty {
  /* display:none; */
}
.icon.alignleft {
  float:left;
}
.icon.alignright {
  float:right;
}
.full_width {
  width:100%;
  display: block;
}
article .grid-layout .post-thumb img {
  width: 100%;
}
body .fa-border {
    border: 2px solid #333;
    padding: 8px 0;
    text-align: center;
    width: 40px;
    border-radius: 20px;
    font-size: 20px;

}
.widget_search .form-control, .widget_product_search .form-control, .widget select {
    border-color: #ddd!important;
    margin: 0;
}
.grid-layout .entry-author {
  display: none;
}
@media (min-width:576px) {
 .elementor .elementor-section.elementor-section-boxed > .elementor-container {
  max-width:540px
 }
}
@media (min-width:768px) {
 .elementor .elementor-section.elementor-section-boxed > .elementor-container {
  max-width:720px
 }
}
@media (min-width:992px) {
 .elementor .elementor-section.elementor-section-boxed > .elementor-container {
  max-width:960px
 }
}
@media (min-width:1200px) {
 .elementor .elementor-section.elementor-section-boxed > .elementor-container {
  max-width:1240px
 }
}
ul.copyright-text {
  list-style: none;
  padding-left: 0;
  margin-top: 60px;
}
ul.copyright-text li {
  display: inline-block;
}
ul.copyright-text a {
  padding: 0 .5em;
  border-right: 1px solid;
}
ul.copyright-text li:last-child a {
  border: 0;
}
div.wpcf7-response-output {
  border-color: rgba(116,179,67,.5);
  padding: 20px;
  margin-left: 0;
  margin-right: 0;
}
.grecaptcha-badge {
  display: none!important;
}
.wpcf7-form .col {
  margin-bottom: 20px;
}
footer .social-links {
  font-size:20px;
  text-align: right;
}
@media (max-width:767px) {
 #content #main, #content #sidebar {
  width: 100%;
  padding-left:0;
  padding-right:0;
 }
 footer .social-links {
   text-align: left;
 }
}
.elementor-flip-box {
  overflow: hidden;
}


