/* 
Theme Name:		 ideaGeek
Theme URI:		 https://ideageek.net
Description:	 Customized for ideaGeek
Author:			 ideaGeek
Author URI:		 https://ideageek.net
Template:		 themify-ultra
Version:		 100.0.0
Text Domain:	 ideageek
*/

.dots-i:before {
  content: "";
  background: transparent;
  background-image: radial-gradient(#f1f2f6 2px, transparent 0);
  background-size: 40px 40px;
  width: 100%;
  height: 100%;
  position: absolute;
  right: -50px;
  top: 0;
}

.dots-white:before {
  content: "";
  background: transparent;
  background-image: radial-gradient(#ffffff 2px, transparent 0);
  background-size: 40px 40px;
  width: 100%;
  height: 100%;
  position: absolute;
  right: -50px;
  top: 0;
}

.red-pigment {
  color: #de3441;
}

.red-pigment.stopper {
  font-size: 1.5em;
  line-height: 0;
}

.blinker {
  animation: blink 1s steps(1, end) infinite;
}

@keyframes blink {
    50% {
        opacity: 0;
    }
}

.light-grey {
  background: linear-gradient(to bottom, transparent 0, transparent 55%, #F1F2F6 55%, #F1F2F6 100%)
}

a.link-underline {
  position: relative;
  color: #363636;
  text-decoration: none;
}

a.link-underline:hover {
  color: #de3441;
}

a.link-underline::before {
  content: "";
  position: absolute;
  display: block;
  width: 100%;
  height: 2px;
  bottom: 2px;
  left: 0;
  background-color: #de3441;
  transform: scaleX(0);
  transform-origin: top left;
  transition: transform 0.3s ease;
}

a.link-underline:hover::before {
  transform: scaleX(1);
}

.strikethrough {
  text-decoration: line-through;
  text-decoration-color: #D31027;
  text-decoration-thickness: 0.1rem;
}

::-moz-selection { /* Code for Firefox */
  color: #ffffff;
  background: #de3441;
}

::selection {
  color: #ffffff;
  background: #de3441;
}

.navbar-wrapper {
    margin-top: 1em;
}

.single.single-fullwidth-layout .featured-area {
  margin: 0;
}

.single-portfolio.single-fullwidth-layout #content{
  padding-top: 0px;
}

.module-testimonial-slider.image-bubble .testimonial-content {
  box-shadow: none;
  color: #363636;
}

.post-nav {
  background: #f1f2f6;
  padding: 2em;
  border-radius: 8px;
}

.footer-before {
  line-height: 2.5;
}

#footerwrap {
  padding: 2em 0 0;
}

/* Hides the reCAPTCHA on every page */
.grecaptcha-badge {
  display: none !important;
}

/* Shows the reCAPTCHA on the Contact & Careers page */
.page-id-1012 .grecaptcha-badge, .page-id-1407 .grecaptcha-badge {
  display: block !important;
}

.page-id-346 .grecaptcha-badge {
  display: block !important;
}

.page-id-5605 .grecaptcha-badge {
   display: block !important;
}

/*Mobile*/
#menu-icon {
  border-radius: 8px;
}

@media only screen and (max-width: 1100px) {
  #headerwrap #main-nav a {
    font-weight: 700 !important;
    border-bottom: 2px solid #de3441 !important;
    padding: .0em .0em !important;
    margin-bottom: .8em !important;
  }

  #headerwrap #menu-icon-close {
    color: #fff !important;
    background-color: #de3441;
    border-radius: 8px !important;
  }

  #header {
    padding: 5px 0px;
  }
}

/* CONTACT
================================================ */

#responsive-form{
	margin:0 auto;
  width:100%;
}

.form-row{
	width: 100%;
}

.column-half, .column-full{
	float: left;
	position: relative;
	padding: 0.65rem;
	width:100%;
	-webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box
}

.clearfix:after {
	content: "";
	display: table;
	clear: both;
}

/**---------------- Media query ----------------**/
@media only screen and (min-width: 48em) { 
	.column-half{
	  width: 50%;
	}
}

.wpcf7 input[type="text"], .wpcf7 input[type="email"], .wpcf7 input[type="tel"], .wpcf7 textarea {
	width: 100%;
	padding: 1.2em;
	border: 0;
  border-bottom: 2px solid #de3441;
	border-radius: 0px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

input:is([type=reset],[type=submit]) {
  border-radius: 8px;
  font-size: var(--tb_mb_f, 1em);
  font-weight: 400;
  line-height: 1.35;
  padding: .625em 1.25em;
}

button:hover, input:is([type=reset],[type=submit]):hover {
  background-color: #363636;
  color: #fff;
  transform: translateY(0px);
  box-shadow: none;
  border-radius: 8px;
}

.wpcf7-spinner {
	background-image: url(https://ideageek.net/media/images/svg/cformgifloader.svg);
	background-color: #ffffff
}

.wpcf7 form .wpcf7-response-output {
  border-radius: 8px;
}