/*
 Theme Name:     Amit Ghose
 Theme URI:      https://www.amitghose.co.uk
 Description:    Neurofibromatosis, Resiliency & Confidence
 Author:         READYCHIPS
 Author URI:     https://www.readychips.com
 Template:       Divi
 Version:        1.0.0
*/

.et_pb_loader {
     position: fixed;
     z-index: 99;
     top: 0;
     left: 0;
     width: 100%;
     height: 100%;
     background: white;
     display: flex;
     justify-content: center;
     align-items: center;
}
.et_pb_loader > img {
     width: 100px;
}

.et_pb_loader.hidden {
     animation: fadeOut 1s;
     animation-fill-mode: forwards;
}

@keyframes fadeOut {
     100% {
         opacity: 0;
         visibility: hidden;
    }
}
.et_pb_scroll_top.et-pb-icon {
  background: #1144fc;
  border-top-left-radius: 0px;
  border-bottom-left-radius: 0px;
  font-size: 42px;
}

.swiper-slide {
  display: flex;
  justify-content: center
}


.et_pb_post {
  margin-bottom: 0 !important;
}

.pa-blog-text {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 100%;
	padding: 30px;
	z-index: 1;
}

.et_pb_blog_grid article {
	position: relative;
}

.et_pb_blog_grid .et_pb_post {
	padding: 0px;
}

.et_pb_image_container {
	margin: 0;
}

.et_pb_post .entry-featured-image-url {
	margin: 0;
}

.et_pb_blog_grid .entry-featured-image-url::before {
	content: '';
	position: absolute;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.5);
}

.et_overlay {
  transition: all 0.4s;
  z-index: 1 !important;
}

.et_pb_ajax_pagination_container {
  height: 0;
}

.et_pb_contact_right {
  display: flex;
  align-items: center;
  min-width: 105px;
  margin: 0;
  text-align: right;
}

.et_pb_contact_right p input {
  max-width: 50px;
  padding: 16px;
  height: 20px;
}