/*
 Theme Name:   Notting Hill
 Theme URI:    https://nottinghilldentalclinic.dentalwebdesigns.co.uk/
 Description:  A Child Theme built for Divi on Dental SEM
 Author:       Raj 
 Author URI:   http://www.dentalsem.co.uk
 Template:     Divi
 Version:      1
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html
*/
*,
*::before,
*::after {
  box-sizing: border-box; }

:root {
  --select-border: $primary-color;
  --select-focus: blue;
  --select-arrow: var(--select-border); }

.flex-center-1 {
  display: flex;
  justify-content: center;
  align-items: center; }

.flex-center-2 {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center; }

.flex-left-2 {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: left; }

.flex-right-2 {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: right; }

#flex-list-li ul {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-content: center;
  align-items: center;
  gap: 30px;
  justify-content: flex-start; }

.gform_button {
  opacity: 1;
  border: none !important;
  font-size: 13px !important;
  text-transform: uppercase;
  padding: 12px 23px;
  min-width: 140px;
  float: right;
  border-radius: 40px; }
  .gform_button:hover {
    opacity: 0.5;
    transition: opacity .2s ease-out;
    -moz-transition: opacity .2s ease-out;
    -webkit-transition: opacity .2s ease-out;
    -o-transition: opacity .2s ease-out; }

/*# sourceMappingURL=style.css.map */

/*Single ad post (PPC page) CSS starts here*/
.single-ad #left-area {
    width: 100%;
}
.single-ad #main-content .container {
    width: 100%;
    max-width: 100%;
    padding-top: 0px !important;
}
.single-ad #left-area {
    width: 100%;
    padding-right: 0!important;
    padding-bottom: 0!important;
}
.single-ad .et_pb_post {
    margin-bottom: 0 !important;
}
.single-ad header.et-l.et-l--header {
    overflow: auto;
}
.single-ad #sidebar, .single-ad .et_post_meta_wrapper, .single-ad #main-content .container:before {
    display: none;
}
.single-ad .pa-fullscreen-menu .mobile_nav .mobile_menu_bar:before{
display: inherit;
}
.single-ad .pa-fullscreen-menu .mobile_nav .mobile_menu_bar:after{
margin-top: 8px;
}
.single-ad header.et-l.et-l--header {
    overflow: auto;
}
/*Single ad post (PPC page) CSS ends here*/

/*Single team page CSS starts here*/
.single-team_member #left-area {
    width: 100%;
}
.single-team_member #main-content .container {
    width: 100%;
    max-width: 100%;
    padding-top: 0px !important;
}
.single-team_member #left-area {
    width: 100%;
    padding-right: 0!important;
    padding-bottom: 0!important;
}
.single-team_member .et_pb_post {
    margin-bottom: 0 !important;
}
.single-team_member header.et-l.et-l--header {
    overflow: auto;
}
.single-team_member #sidebar, .single-team_member .et_post_meta_wrapper, .single-team_member #main-content .container:before {
    display: none;
}
.single-team_member .pa-fullscreen-menu .mobile_nav .mobile_menu_bar:before{
display: inherit;
}
.single-team_member .pa-fullscreen-menu .mobile_nav .mobile_menu_bar:after{
margin-top: 8px;
}
.single-team_member header.et-l.et-l--header {
    overflow: auto;
}

/*Single Team page CSS ends here*/
