/*
 Theme Name:     Divi Child
 Theme URI:      https://www.elegantthemes.com/gallery/divi/
 Description:    Divi Child Theme
 Author:         WpClinics Themes
 Author URI:     https://www.wpclinics.com
 Template:       Divi
 Version:        1.0.0
*/
 
 
/* =Theme customization starts here
------------------------------------------------------- */
#top-menu li > a:hover {
 color: #ffc300 !important; 
 box-shadow: 0 10px 0 0 #dd1021 !important; /*** COLOR AND THICKNESS OF THE LINE ON HOVER ***/
 padding-bottom: 34px;
 opacity: 1 !important;
}
#top-menu li li a {
 padding-bottom: 6px !important;
}
#top-menu li.current-menu-item > a,
.et-fixed-header #top-menu li.current-menu-item > a {
 border: 10px solid #dd1021; /*** COLOR AND THICKNESS OF THE BOX ***/
 padding: 10px;
 margin-bottom: -10px;
}

.menu-cta {
    color: #fffff!important;
    background-color: transparent!important;
    padding: 21px!important;
    border-radius: 0;
    border: 10px solid #dd1021!important;
}


body {
font-family: “Poppins”, sans-serif;
}


@media only screen and ( min-width: 980px ) {
.wpclinicsdesign .et_pb_column .et_pb_blog_grid[data-columns]::before { content: '2 .column.size-1of3' !important;
}
.wpclinicsdesign .et_pb_column .column.size-1of3 {
width:44% !important;
margin-right:6%;
}}
@media only screen and ( max-width: 980px ) {
.wpclinicsdesign .et_pb_column .et_pb_blog_grid[data-columns]::before { content: '2 .column.size-1of3' !important;
}
.wpclinicsdesign .et_pb_column .column.size-1of3 {
width:100% !important;
margin-right:0%;
}
}




.wpclinicsdesign a.more-link {
    font-size: 14px;
    color: #71818c !important;
    font-weight: 600;
    text-transform: uppercase;
    margin-top: 10px;
    float: none;
    display: inline-block;
    padding: 8px 16px;
    border-radius: 60px;
    background-color: #f7f9fb;
    border: 2px solid #e9eff5;
}
 
.wpclinicsdesign a.more-link:hover {
color: #20292f;
}



#skew:before {
    content: '';
    -webkit-transform: skew(0, -7deg);
    transform: skew(0, -7deg);
    position: absolute;
    left: 0;
    right: 0;
    top: -120px;
    height: 340px;
    background: #ffffff;
}
 
.wpclinicsdesign .entry-title {
margin-top: 0px;
padding-bottom: 20px;
}
 
.wpclinicsdesign .et_pb_image_container {
margin: -20px -40px  40px;
}
 
 
.wpclinicsdesign .et_pb_blog_grid .et_pb_post {
    margin-bottom: 80px;
    width: 100%;
padding: 40px;
    background-color: #fff;
    border-radius: 4px;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-shadow: 0px 20px 150px #d6dee4;
border: none;
text-align:center;
}
 
.wpclinicsdesign .et_pb_post .post-meta {
margin-bottom: 40px;
}


/*---------------------------------------------------------------*/ 
/*------Replace the Search Button with an Icon by wpclinics------*/ 
/*---------------------------------------------------------------*/
/*Hide the search button*/
.ds-icon-search input.et_pb_searchsubmit,
.widget_search input#searchsubmit {
    background: transparent;
    color: transparent;
    border: none;
    width: 55px;
    z-index: 2;
}
/*Add padding to the search input field*/
.ds-icon-search input.et_pb_s,
.widget_search input#s {
    padding-right: 55px !important;
}
/*Add the icon*/
.ds-icon-search .et_pb_searchform:before,
.widget_search::before {
    content: '\55';
    position: absolute;
    font-family: 'ETModules';
    z-index: 1;
    right: 0;
    font-size: 20px;
    padding: 8px 20px;
}
/*---------------------------------------------------------------*/ 
/*---End - Replace the Search Button with an Icon by wpclinics---*/ 
/*---------------------------------------------------------------*/



/*-----Shutter Effect-----*/
.ds-hover-1 {
    display: inline-block;
  position: relative;
  margin: 0px;
  overflow: hidden;
  background: #000;
}
.ds-hover-1 img {
  display: block;
  max-width: 100%;
  -webkit-transition: opacity 0.3s ease-in-out;
  -moz-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
}
.ds-hover-1:hover img {
  opacity: 0.5;
}
.ds-hover-1::after {
  content: attr(ds-title);
  position: absolute;
  height: 12%;
  color: #fff;
    z-index: 1;
  top: 0;
  width: 90%;
  background: rgba(0,0,0,0.5);
  font-weight: 300;
  font-size: 40px;
  text-transform: uppercase;
  padding: 5%;
  -webkit-transform: translateY(-100%);
  -moz-transform: translateY(-100%);
  transform: translateY(-100%);
    -webkit-transition: -webkit-transform 0.3s ease-in-out; 
  -moz-transition: -moz-transform 0.3s ease-in-out; 
  transition: transform 0.3s ease-in-out; 
}
.ds-hover-1::before {
  content: attr(ds-desc);
  position: absolute;
  height: 100%;
  color: #fff;
  z-index: 1;
  top: 27%;
  width: initial;
  background: rgba(255,102,0,0.5);
  font-size: 16px;
  padding: 2% 5% 5% 5%;
  -webkit-transform: translateY(100%);
  -moz-transform: translateY(100%);
  transform: translateY(100%);
    -webkit-transition: -webkit-transform 0.3s ease-in-out; 
  -moz-transition: -moz-transform 0.3s ease-in-out; 
  transition: transform 0.3s ease-in-out; 
}
.ds-hover-1:hover::after,
.ds-hover-1:hover::before {
  -webkit-transform: translateY(0%);
  -moz-transform: translateY(0%);
  transform: translateY(0%);
}


/*Bold text*/

.ds-advent-6-text-show mark {
    display: block;
    background: transparent;
    font-weight: bold;
    color: #fff;
}
/*Postion the text module and centrally align text*/

.ds-advent-6-text-show {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    cursor: pointer;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-transition: all .7s ease;
    transition: all .7s ease;
    opacity: 0;
}