/*
 Theme Name:   Azuri Group
 Theme URI:    https://azurigroup.com.au
 Description:  GeneratePress child theme
 Author:       Azuri Group
 Author URI:   https://azurigroup.com.au
 Template:     generatepress
 Version:      0.1
*/


h1, h2, h3, h4, h5, h6{
    
}

*{
    outline: none !important;
}
html {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    overflow-x: hidden;
}
*, *:before, *:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

body {
    overflow-x: hidden;
}
.wrap {
    display: inline-block;
    vertical-align: top;
    width: 100%;
    overflow: hidden;
}
.grid-container {
    padding: 0 15px !important;
}
img{
    max-width: 100%;
}
a{
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}
.full-width-content .container.grid-container {
    max-width: 100%;
    float: left;
    width: 100%;
}
.site-content{
    display: block;
}
/*--float_width--*/
.azuri-home,
.site-footer,
.logos-section,
.home-page-ss,
.inner-page-ss,
header#masthead,
.above_footer,
.above_footer .map_,
.articles_section_left,
.articles_section_left .date_article,
.articles_section_left .desc_article,
.articles_section_left .buttons,
.articles_section_right,
.articles_section_right .description_,
.articles_section_left_inner,
.articles_section_right_inner{
    float: left;
    width: 100%;
}
.azuri-2021-container {
    max-width: 1300px;
    margin-left: auto;
    margin-right: auto;
    padding: 0 15px;
}
.equal-height {
    box-sizing: border-box;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -ms-flex-pack: justify;
    justify-content: space-between;
    flex-wrap: wrap;
    margin: 0 -15px;
}
.azuri_col{
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    display: -webkit-box; 
     display: -webkit-flex; 
    display: -ms-flexbox;
    display: flex;
}
.azuri_inner{
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    z-index: 1;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    box-sizing: border-box;
    padding-left: 15px;
    padding-right: 15px;
    width: 100%;
}
p:last-child,
p:empty{
    margin: 0;
}

.azuri_col_1,
.azuri_col_2,
.azuri_col_3,
.azuri_col_4,
.azuri_col_5,
.azuri_col_6,
.azuri_col_7,
.azuri_col_8,
.azuri_col_9,
.azuri_col_10,
.azuri_col_11,
.azuri_col_12{
    position: relative;
    min-height: 1px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    float: left;
}
.azuri_col_1 {
    width: 8.33333333%;
}
.azuri_col_2 {
    width: 16.66666667%;
}
.azuri_col_3 {
    width: 25%;
}
.azuri_col_4 {
    width: 33.33333333%;
}
.azuri_col_5 {
    width: 41.66666667%;
}
.azuri_col_6 {
    width: 50%;
}
.azuri_col_7 {
    width: 58.33333333%;
}
.azuri_col_8 {
    width: 66.66666667%;
}
.azuri_col_9 {
    width: 75%;
}
.azuri_col_10 {
    width: 83.33333333%;
}
.azuri_col_11 {
    width: 91.66666667%;
}
.azuri_col_12 {
    width: 100%;
}
div#page {
    padding: 0 !important;
}
.__enquire_more div#gform_wrapper_2 input::-webkit-input-placeholder, 
.__enquire_more div#gform_wrapper_2 select::-webkit-input-placeholder, 
.__enquire_more div#gform_wrapper_2 textarea::-webkit-input-placeholder{ /* Chrome/Opera/Safari */
    color: #d8ccbf !important;
}
.__enquire_more div#gform_wrapper_2 input::-moz-placeholder, 
.__enquire_more div#gform_wrapper_2 select::-moz-placeholder, 
.__enquire_more div#gform_wrapper_2 textarea::-moz-placeholder{ /* Firefox 19+ */
    color: #d8ccbf !important;
}
.__enquire_more div#gform_wrapper_2 input:-ms-input-placeholder, 
.__enquire_more div#gform_wrapper_2 select:-ms-input-placeholder, 
.__enquire_more div#gform_wrapper_2 textarea::-ms-placeholder{ /* IE 10+ */
    color: #d8ccbf !important;
}


.gform_validation_error input::-webkit-input-placeholder, 
.gform_validation_error select::-webkit-input-placeholder, 
.gform_validation_error textarea::-webkit-input-placeholder{ /* Chrome/Opera/Safari */
    color: #c02b0a;
    font-size: 16px;
}
.gform_validation_error input::-moz-placeholder, 
.gform_validation_error select::-moz-placeholder, 
.gform_validation_error textarea::-moz-placeholder{ /* Firefox 19+ */
    color: #c02b0a;
    font-size: 16px;
}
.gform_validation_error input:-ms-input-placeholder, 
.gform_validation_error select:-ms-input-placeholder, 
.gform_validation_error textarea::-ms-placeholder{ /* IE 10+ */
    color: #c02b0a;
    font-size: 16px;
}
.gform_validation_error .gfield_validation_message, 
.gform_validation_error .validation_message {
    background: transparent !important;
    border: 0 !important;
    font-size: 12px !important;
    margin-top: 8px;
    padding: 0 !important;
}
.gform_validation_error .gfield_error input, 
.gform_validation_error .gfield_error textarea {
    border: 1px solid #c02b0a !important;
}
.gform_wrapper .gform_validation_errors h2 {
    text-transform: none;
}
.gform_wrapper .gform_validation_errors{
    background: transparent !important;
    margin-bottom: 20px !important;
}
nav#generate-slideout-menu.is-open {
    width: 44%;
    box-shadow: 0px 3px 6px rgb(0 0 0 / 16%);
    padding: 60px;
}
.above_header {
    float: left;
    width: 100%;
    background-color: #464646;
    padding: 5px 0;
	z-index: 10;
	position: relative;
}
.above_header ul {
    margin: 0;
    list-style: none;
    float: left;
    width: 150px;
    display: block;
    border-right: 1px solid #707070;
    line-height: 33px;
    margin-right: 30px;
    margin-top: 2px;
}
.above_header ul li {
    float: left;
    margin-right: 20px;
}
.above_header .azuri_inner {
    display: block;
    padding: 0px 0;
}
.above_header p {
    float: left;
    width: auto;
    margin: 0;
}
.above_header p.website a {
    font-size: 12px;
    text-align: left;
    color: #fff;
    text-transform: uppercase;
    text-decoration: none;
    position: relative;
    top: 7px;
}
.above_header p.bookbutton {
    float: right;
}
.above_header p.bookbutton a {
    font-size: 12px;
    text-align: center;
    color: #ece5dd;
    text-transform: uppercase;
    text-decoration: none;
    border: 1px solid #707070;
    padding: 6px 36px; 
    display: inline-block;
    margin-top: 2px;
}
.above_header p.bookbutton a:hover {
    background-color: #fff;
    color: #707070;
}
.banner_h p {
    margin: 0;
    overflow: hidden;
}
.banner_h p.slide_logo a {
    text-decoration: none;
}
.key_speaking-section .key_speaking_col .key_des p {
	font-weight: normal;
}
.banner_h p.slide_logo b {
    display: block;
    font-size: 22px;
    color: #b59a7b;
    text-decoration: none;
    text-transform: uppercase;
    font-weight: normal;
    margin-top: 10px;
}
.page-hero.home_banner .banner_h img {
    margin-bottom: -8px;
}
header#masthead,
nav#site-navigation{
    background: transparent;
}
header#masthead {
    padding: 26px 0 0;
	z-index: 1;
}
/*nav#site-navigation {
    width: 50%;
}*/
div#primary-menu li a {
    font-size: 16px;
    text-align: center;
    color: #fff;
    padding: 0;
}
div#primary-menu li {
    margin-right: 64px;
}
div#primary-menu li:last-child {
    margin: 0;
}
.inside-navigation.grid-container {
    padding: 0 !important;
}
.slide_logo:after {
    position: absolute;
    background-image: url(https://dev.drstephenlowe.com/wp-content/uploads/2021/11/slider_arrow.svg);
    content: "";
    width: 52px;
    height: 237px;
    text-align: center;
    margin: 0 auto;
    left: 0;
    background-repeat: no-repeat;
    bottom: 40px;
    right: 220px;
    background-size: contain;
}
.__youtubecols.slick-slide iframe {
	height: 160px;
}
.__youtubecols.slick-slide {
    padding: 0;
    border-radius: 5px;
    background: #fff;    
    margin: 0 20px;
    box-shadow: 0px 3px 6px rgb(0 0 0 / 16%);
}
.youtube_hero.slick-initialized.slick-slider {
    width: 100%;
    margin: 0 auto;
}
.logos-section .__logos {
    text-align: center;
}
.logos-section {
    padding: 34px 0;
    border-bottom: 1px solid rgba(34, 34, 34, 0.1);
}
section.home-page-ss.__section_inner.logos-section .azuri_col.azuri_col_2 {
	width: 14.2%;
}
section.home-page-ss.__section_inner.logos-section .azuri_col.azuri_col_2 img {
	width: 100px;
}
.medically-based-section h1,
.medically-based-section h2{
    text-transform: none;
    font-family: Playfair Display, serif;
    font-size: 32px;
    letter-spacing: 0;
    color: #b59a7b;
    font-weight: normal;
    margin-top: -80px;
}
.medically-based-section {
    padding: 120px 0;
}
.medically-based-section .buttons {
    margin-top: 46px;
}
.medically-based-section .image_ {
    margin-top: -60px;
}
.buttons a {
    font-weight: 600;
    font-size: 16px;
    text-align: center;
    color: #b59a7b;
    text-transform: uppercase;
    text-decoration: none;
    border-bottom: 1px solid;
    padding: 3px 20px;
}
.buttons a:hover {
    color: #000;
    border-color: #000;
}
.__logoscols .__logos {
	width: 25%;
	float: left;
	text-align: center;
}
.professional_membership_section {
    background-color: #fafafa;
    padding: 50px 0 60px;
}

h2.h2_title {
    text-align: center;
    margin-top: 10px;
    margin-bottom: 30px;
    width: 100%;
}
h2.h2_title:after {
    content: "";
    width: 30px;
    height: 2px;
    position: absolute;
    background-color: #b59a7b;
    top: 21px;
    margin-left: 16px;
}
h2.h2_title:before {
    content: "";
    width: 27px;
    height: 2px;
    position: absolute;
    background-color: #b59a7b;
    top: 21px;
    margin-left: -40px;
}
section.inner-page-ss.__section_inner.education-section.about_education .__full-wrap.equal-height {
	display: block;
}
.education-section.about_education .azuri_inner_col {
	background: transparent;
	box-shadow: none;
	height: auto;
	border-bottom: 1px solid #e8e7e7;
	margin-bottom: 0;
	padding: 18px 0;
}
.education-section.about_education .azuri_inner_col .title_ {
	background-color: transparent;
	width: 110px;
	height: auto;
}
.education-section.about_education .azuri_inner_col .title_ h3 {
	position: static;
	font-size: 22px;
	text-align: center;
	color: #393939;
	line-height: 60px;
}
.education-section.about_education .azuri_inner_col .description_ p{
	color: #3d3d3d;
}
.education-section.about_education .azuri_inner_col .description_ {
	width: auto;
	padding-right: 0;
	padding-top: 7px;
	padding-bottom: 7px;
	margin-top: 4px;
}
.education-section.about_education .azuri_inner_col .description_ p strong{
    margin-bottom: 0;
}
.education-section.about_education .edu_about_left {
	padding-right: 90px;
}
.education-section.about_education .edu_about_left h2 {
	text-transform: none;
	letter-spacing: 0;
	margin-bottom: 5px;
	font-size: 20px;
	font-weight: normal;
}
.education-section.about_education .edu_about_left h3 {
	font-weight: 600;
	font-size: 16px;
	text-align: left;
	color: #707070;
	text-transform: inherit;
}
.__section_inner.education-section.only_home{
	background-image: url(https://dev.drstephenlowe.com/wp-content/themes/generatepress_child/assets/images/education_bg_v1.png);
	background-size: cover;
}
.single.single-post .page-hero.page_title.blog.inner_pages {
	padding-bottom: 80px;
}
section.inner-page-ss.__section_inner.home-section2.key_actives {
	background-image: url(https://dev.drstephenlowe.com/wp-content/uploads/2022/01/key_bg_image-scaled.jpg);
    background-size: cover;
	background-position: right top;
}
section.inner-page-ss.__section_inner.home-section2.key_actives .__full-wrap.equal-height {
	display: block;
}
section.inner-page-ss.__section_inner.home-section2.key_actives .azuri_col .azuri_inner:last-child {
	padding-left: 22px !important;
}
section.inner-page-ss.__section_inner.home-section2.key_actives .azuri_col .azuri_inner:first-child {
	padding-right: 22px !important;
}
section.inner-page-ss.__section_inner.home-section2.key_actives h2.h2_title {
	margin-bottom: 40px;
}
.home-section2.key_actives .key_cols {
	border-radius: 5px;
	background: #2e2e2e;
	box-shadow: 0px 3px 6px rgb(0 0 0 / 16%);
	display: block;
	margin-bottom: 40px;
}
.home-section2.key_actives .key_cols h3 {
	border-radius: 5px 5px 0px 0px;
	background: #393939;
	text-transform: none;
	font-weight: normal;
	font-size: 20px;
	text-align: center;
	color: #fff;
	letter-spacing: 0;
	padding: 15px 0;
	margin: 0;
}
.home-section2.key_actives .key_cols .key_content {
	padding: 20px 40px;
	color: #fff;
}
.home-section2.key_actives .key_cols ul.key_li {
	margin-bottom: 0px;
	margin-left: 18px;
}
.home-section2.key_actives .key_cols ul.key_li li {
	margin-bottom: 8px;
}

.__section_inner.education-section.only_home .azuri_inner_col .title_ h3{
    font-size: 22px;
	line-height: 68px;
}
.__section_inner.education-section.only_home .azuri_col.azuri_col_6 {
	display: inline-block !important;
}
.__section_inner.education-section.only_home .azuri_inner_col{
    height: 70px;
	margin-bottom: 14px;
}
.__section_inner.education-section.only_home .azuri_inner_col .description_ {
	padding-right: 0px;
	width: auto;
}
.__section_inner.education-section.only_home .azuri_inner_col .title_ {
	width: 112px;
}
.__section_inner.education-section.only_home .azuri_inner_col .description_ p strong {
	margin-bottom: 0px;
}
.training-positions-section {
    background-size: cover;
    padding: 80px 0;
}
.training-positions-section .azuri_inner h3 {
    border-radius: 5px 5px 0px 0px;
    background: #393939;
    font-size: 24px;
    text-align: center;
    color: #fff;
    text-transform: none;
    letter-spacing: 0;
    font-weight: normal;
    padding: 17px 0;
    margin: 0;
}


.training-positions-section .azuri_inner .description_ p {
    margin: 0;
    color: #fff;
}
.training-positions-section h2.h2_title {
    margin-bottom: 40px;
}
body, button, input, select, textarea {
    line-height: 20px;
}
.training-positions-section .azuri_inner .description_ {
    border-radius: 0px 0px 5px 5px;
    background: #2e2e2e;
    box-shadow: 0px 3px 6px rgb(0 0 0 / 16%);
    padding: 30px 30px;
    text-align: center;
}
.training-positions-section .azuri_inner .description_ p {
    margin: 0;
}
.videos-section {
    padding: 100px 0;
    background-color: #fafafa;
}
.videos-section h3 {
    font-size: 14px;
    text-align: center;
    color: #464646;
    margin: 0;
    text-transform: none;
    letter-spacing: 0;
    padding: 20px;
    min-height: 72px;
}
.key_speaking-section button.slick-prev.slick-arrow,
.key_speaking-section button.slick-next.slick-arrow{
    font-size: 0;
	background-repeat: no-repeat;
	box-shadow: 0px 3px 6px rgb(0 0 0 / 16%);
	background-color: #f7f5f1;
	border-radius: 5px;
	text-align: center;
	bottom: -80px;
	background-position: center;
	position: absolute;
	right: inherit;
	left: 50.5%;
    top: inherit !important;
}
.page-id-168 section.inner-page-ss.__section_inner.training-positions-section, .page-id-252 section.inner-page-ss.__section_inner.training-positions-section {
	display: none !important;
}
.education-section.about_education .azuri_inner_col:first-child {
	padding-top: 0;
}
.key_speaking-section button.slick-prev.slick-arrow {
    background-image: url(https://dev.drstephenlowe.com/wp-content/uploads/2021/11/Icon-left.svg);
    left: 46%;
}
button.slick-prev.slick-arrow {
	background-image: url(https://dev.drstephenlowe.com/wp-content/uploads/2021/11/Icon-left.svg);
	left: inherit;
	right: 50.5%;
}
button.slick-prev.slick-arrow,
button.slick-next.slick-arrow{
    font-size: 0;
    background-repeat: no-repeat;
    box-shadow: 0px 3px 6px rgb(0 0 0 / 16%);
    background-color: #f7f5f1;
    border-radius: 100%;
    text-align: center;
    top: 136px !important;
    background-position: center;
    position: relative;
}
button.slick-prev.slick-arrow {
    background-image: url(https://dev.drstephenlowe.com/wp-content/uploads/2021/11/Icon-left.svg);
    left: -50px;
}
button.slick-next.slick-arrow {
    background-image: url(https://dev.drstephenlowe.com/wp-content/uploads/2021/11/Icon-right.svg);
    right: -48px;
    position: absolute;
}
.above_footer {
    background-image: url(https://dev.drstephenlowe.com/wp-content/uploads/2021/11/above_footerbg.jpg);
    padding: 100px 8px;
    background-size: cover;
}
.above_footer .timming h2 {
    background-color: #f7f5f1;
    padding: 18px 0;
    font-size: 28px;
    text-align: center;
    color: #b59a7b;
    font-weight: normal;
    text-transform: none;
    letter-spacing: 0;
}
.above_footer .timming {
    background-color: #fff;
    box-shadow: 0px 3px 10px rgb(0 0 0 / 16%);
}
.above_footer .timming ._inner, .above_footer .timming .office {
    float: left;
    width: 50%;
}
.above_footer .timming ul {
    margin: 0;
    list-style: none;
}
.above_footer .timming .timming_inner {
    padding: 30px 50px;
    float: left;
    width: 100%;
}
.above_footer .timming ul li {
    color: #3d3d3d;
    font-size: 15px;
}
.above_footer .timming ul li b {
    font-weight: normal;
    float: right;
}
.above_footer .timming ._inner {
    padding-right: 40px;
}
.above_footer .timming p.mail {
    margin-top: 24px;
    margin-bottom: 30px;
}
.above_footer .timming p.mail a {
    color: #3d3d3d;
    text-decoration: none;
    font-size: 15px;
}
.above_footer .timming p.mail img {
    width: 15px;
    margin-right: 7px;
    position: relative;
    top: 1px;
}
.above_footer .timming .office img {
    width: 100%;
    height: 180px;
    object-fit: cover;
}
.above_footer .timming p.book.button_ {
    margin-top: 29px;
}
.above_footer .timming .button_ a {
    background-color: #b59a7b;
    text-align: center;
    color: #fff;
    text-decoration: none;
    width: 100%;
    display: inline-block;
    padding: 10px 0;
    text-transform: uppercase;
    border: 1px solid #b59a7b;
}
.above_footer .timming .button_ a:hover {
    background: #fff;
    color: #b59a7b;
}
.above_footer .map_ {
    position: relative;
}
.above_footer .map_ img {
    height: 429px;
    object-fit: cover;margin-bottom: -7px;
    left: 0;
    box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.16);
}
.above_footer .map_ b img {
    position: static;
    box-shadow: none;
}
.above_footer .map_ span {
    background-color: rgba(255, 255, 255, 0.8);
    padding: 20px 30px;
    position: absolute;
    z-index: 1;
    color: #3d3d3d;
}
.above_footer .map_ span i {
    font-style: normal;
    width: 60%;
    display: inline-block;
}
.above_footer .map_ span b img {
    display: block;
    margin: 0 auto;
    height: auto;
}
.above_footer .map_ span b {
    font-weight: normal;
    font-size: 12px;
    width: 20%;
    text-align: center;
    display: inline-block;
    float: right;
    color: #b59a7b;
}
.above_footer .map_ span b a {
    color: #b59a7b;
    text-decoration: none;
}
.site-footer {
    background-color: #ece5dd;
    padding: 50px 0;
    text-align: center;
}
aside#nav_menu-2 li {
    display: inline-block;
    padding: 0 40px;
}
aside#nav_menu-2 li a {
    color: #3d3d3d;
    text-decoration: none;
    font-size: 15px;
}
aside#media_image-2 {
    width: 84%;
    margin: 0 auto;
    border-top: 1px solid rgba(61, 61, 61, 0.3);
    margin-top: 30px;
    padding-left: 0;
    padding-top: 50px;
}
aside#nav_menu-2 {
	width: 84%;
	margin: 0 auto;
	padding: 0;
}
.site-footer .footer-widgets-container .inside-footer-widgets {
	margin-left: 0;
}
aside#custom_html-2 li {
    display: inline;
    padding: 0 10px;
}
aside#custom_html-2 {
	width: 84%;
	margin: 30px auto;
	padding: 0;
}
footer.site-info,
ul.slick-dots{
    display: none !important;
}
.key_speaking-section {
	background-color: #222;
	padding: 90px 0 180px;
}
.key_speaking-section .key-shows {
	width: 1300px !important;
}
.key_speaking-section.with_editor .slick-slider{
    width: 100%;
}
.key_speaking-section .key_speaking_col {
	box-shadow: 0px 3px 6px rgb(0 0 0 / 16%);
	background-color: #fff;
	padding: 20px 26px;
	margin: 6px 5px;
	float: left;
	border-radius: 5px;
	width: 100%;
}
.key_speaking-section .key_speaking_col .key_date {
	border-bottom: 1px solid #f7f7f7;
	padding-bottom: 10px;
	margin-bottom: 12px;
}
.key_speaking-section .key_speaking_col .key_date p{
	font-weight: 300;
	font-size: 14px;
	letter-spacing: 0.05em;
	text-align: left;
	color: #b59a7b;
	margin: 0;
	text-transform: uppercase;
}
.key_speaking-section .key_speaking_col .key_date p strong {
	font-weight: 300;
	float: right;
}
.key_speaking-section .key_speaking_col .key_des p strong {
	font-weight: 500;
	font-size: 18px;
	letter-spacing: -0.02em;
	text-align: left;
	color: #b59a7b;
	display: block;
	margin-bottom: 5px;
}
.key_speaking-section h2.h2_title {
	margin-bottom: 40px;
}
.key_speaking-section .key_speaking_col .key_des {
	float: left;
	width: 100%;
}
.key_speaking-section .key_speaking_col .key_name {
	float: right;
	font-weight: normal;
}
.articles-section {
    background-color: #222;
    padding: 80px 0 110px;
}
.articles_section_left .date_article {
    border-radius: 10px 10px 0px 0px;
    background: #fafafa;
    text-align: center;
    padding: 20px 0;
    text-transform: uppercase;
    color: #43566a;
}
.articles_section_left_inner .buttons a.white_ {
    font-weight: 500;
    font-size: 16px;
    text-align: center;
    color: #707070;
    margin: 0;
    padding: 0;
    border: 0;
}
.articles_section_left_inner .buttons a.white_:hover {
    color: #444;
}
.articles_section_left_inner {
    border-radius: 10px;
    background: #fff;
    box-shadow: 0px 3px 6px rgb(0 0 0 / 16%);
}
.articles_section_left_inner .desc_article {
    padding: 40px 60px;
}
.articles_section_left_inner .desc_article strong {
    font-weight: 500;
}
.articles_section_left_inner .desc_article p:last-child {
    margin: 0;
}
.articles_section_left_inner .buttons {
    border-radius: 0px 0px 10px 10px;
    background: #ece5dd;
    padding: 20px 0;
    text-align: center;
}
.articles_section_right_inner .description_ {
    box-shadow: 0px 3px 6px rgb(0 0 0 / 16%);
    background-color: #fff;
    margin-bottom: 16px;
    border-radius: 10px;
    position: relative;
}
.articles_section_right_inner .description_ p {
    margin: 0;
    padding: 22px;
    padding-right: 150px;
}
.articles_section_right_inner .description_:after {
    content: "";
    background-color: #ece5dd;
    position: absolute;
    right: 0;
    height: 100%;
    padding: 0px 35px;
    top: 0;
    border-radius: 0px 10px 10px 0px;
    background-image: url(https://dev.drstephenlowe.com/wp-content/uploads/2021/11/Icon-arrow-right.svg);
    background-repeat: no-repeat;
    background-position: center;
}
articles-section h2.h2_title {
    margin-bottom: 40px;
}
.inner_header {
    text-align: center;
}
.pagetitle-text-inner{
    position: relative;
}
.inner_header h1 {
    font-size: 42px;
    text-align: center;
    color: #b59a7b;
    letter-spacing: 0;
    text-transform: none;
    margin-top: 153px;
}
.page-hero.home_banner {
	background: none !important;
}
img.map_hover {
	position: absolute;
	height: 100%;
	object-fit: cover;
	width: 100%;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
}
.page-hero.page_title.inner_pages .inner_header .pagetitle-text-inner:after {
    bottom: -180px;
}
.page-hero.page_title.inner_pages .inner_header {
    padding-top: 80px;
}
.inner_header {
    text-align: center;
    background-size: cover;
    height: 505px;
    background-position: center bottom;
}
.page-hero.home_banner .banner_h img.home_banner {
	position: absolute;
	top: 0;
	height: 100%;
	object-fit: cover;
	width: 100%;
	left: 0;
	right: 0;
}
.inner_header .pagetitle-text-inner:after {
    content: "";
    background-image: url(https://dev.drstephenlowe.com/wp-content/uploads/2021/11/inner_bannerarrow.svg);
    position: absolute;
    left: 0;
    right: 0;
    text-align: center;
    height: 144px;
    background-position: center;
    background-repeat: no-repeat;
    width: 100%;
    bottom: -130px;
}
section.inner-page-ss.__section_inner.medically-based-section {
    padding: 90px 0;
}
section.inner-page-ss.__section_inner.medically-based-section .image_ {
    margin: 0;
}
.about_bottom_img ul {
	background: linear-gradient(#fff 0%, #f7f5f1 100%);
	list-style: none;
	width: 410px;
	margin: -97px auto;
	z-index: -1;
	position: relative;
	left: 38px;
	text-align: center;
	padding: 62px 30px;
	padding-bottom: 40px;
}
.about_bottom_img ul li {
	font-weight: normal;
	font-size: 15px;
	text-align: center;
	color: #393939;
	line-height: 53px;
	border-bottom: 1px solid #f3f3f3;
}
section.inner-page-ss.__section_inner.medically-based-section .__full-wrap.equal-height {
	display: block;
}
.about_bottom_img ul li:last-child {
	border: 0;
}
.description_ .ul_li strong {
	font-weight: 600;
}
.description_ .ul_li ul {
	margin-left: 20px;
	margin-top: 19px;
	margin-bottom: 30px;
}
.description_ .ul_li ul li {
	margin-bottom: 20px;
}
section.inner-page-ss.__section_inner.medically-based-section h1,
section.inner-page-ss.__section_inner.medically-based-section h2{
    margin: 0;
}
section.inner-page-ss.__section_inner.medically-based-section h3 {
    font-weight: 600;
    font-size: 16px;
    text-align: left;
    color: #707070;
    text-transform: inherit;
}
.education-section {
    padding: 100px 0;
    background-color: #f7f5f1;
}
.education-section h2.h2_title {
    margin-bottom: 60px;
}
.education-section .azuri_inner_col {
    background: #fff;
    box-shadow: 0px 3px 6px rgb(0 0 0 / 16%);
    height: 110px;
    margin-bottom: 30px;
}
.education-section .azuri_inner_col .title_ {
    float: left;
    height: 100%;
    background-color: #464646;
    text-align: center;
    width: 90px;
    line-height: 100%;
    position: relative;
}
.education-section .azuri_inner_col .title_ h3 {
    font-weight: normal;
    font-size: 24px;
    text-align: center;
    color: #fff;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    margin: 0;
    line-height: 110px;
}
.education-section .azuri_inner_col .description_ p {
    margin: 0;
    font-size: 15px;
}
.education-section .azuri_inner_col .description_ p strong {
    font-weight: 500;
    font-size: 16px;
    letter-spacing: -0.02em;
    text-align: left;
    color: #3d3d3d;
    margin: 0;
    display: block;
    width: 100%;
    margin-bottom: 6px;
}
.education-section .azuri_inner_col .description_ {
    padding: 13px;
    float: left;
    padding-right: 40px;
    width: 300px;
}
section.inner-page-ss.__section_inner.home-section2.professional_membership_section {
    background: transparent;
    padding-top: 0;
    padding-bottom: 70px;
}
.contact-page-section .gform_wrapper input::-webkit-input-placeholder, 
.contact-page-section .gform_wrapper select::-webkit-input-placeholder, 
.contact-page-section .gform_wrapper textarea::-webkit-input-placeholder{ /* Chrome/Opera/Safari */
    font-weight: normal;
    font-size: 16px !important;
    letter-spacing: -0.02em;
    text-align: left;
    color: #9b9b9b;
}
.contact-page-section .gform_wrapper input::-moz-placeholder, 
.contact-page-section .gform_wrapper select::-moz-placeholder, 
.contact-page-section .gform_wrapper textarea::-moz-placeholder{ /* Firefox 19+ */
    font-weight: normal;
    font-size: 16px !important;
    letter-spacing: -0.02em;
    text-align: left;
    color: #9b9b9b;
}
.contact-page-section .gform_wrapper input:-ms-input-placeholder, 
.contact-page-section .gform_wrapper select:-ms-input-placeholder, 
.contact-page-section .gform_wrapper textarea::-ms-placeholder{ /* IE 10+ */
    font-weight: normal;
    font-size: 16px !important;
    letter-spacing: -0.02em;
    text-align: left;
    color: #9b9b9b;
}
.contact-page-section {
    background-color: #222;
}
.contact-page-section img {
    margin-bottom: -4px;
}
.contact-page-section .gform_wrapper .gform_body input, 
.contact-page-section .gform_wrapper .gform_body textarea {
    border: 1px solid #4e4e4e;
    background: transparent;
    border-radius: 5px;
    font-weight: normal;
    font-size: 16px !important;
    letter-spacing: -0.02em;
    text-align: left;
    color: #9b9b9b;
}
.contact-page-section .gform_wrapper .gform_body textarea {
    height: 126px !important;
}
.contact-page-section .gform_footer.top_label {
    text-align: center;
    margin: 0;
}
.contact-page-section .gform_footer.top_label input:hover {
    background-color: transparent;
    border-color: #B59A6A;
}
.contact-page-section .gform_footer.top_label input {
    margin: 0;
    background-color: #b59a7b;
    color: #fff;
    width: 100%;
    border: 1px solid #b59a7b;
    text-transform: uppercase;
    letter-spacing: 1.5px;
}
.contact-page-section h2 {
    font-weight: normal;
    font-size: 36px;
    text-align: center;
    color: #b59a7b;
    font-family: Playfair Display, serif;
    text-transform: none;
    letter-spacing: 0;
}
.contact-page-section p {
    color: #fff;
    text-align: center;
    font-size: 14px;
    margin-bottom: 40px;
}
section.inner-page-ss.__section_inner.training-positions-section {
    display: none;
}
.page-id-168 section.inner-page-ss.__section_inner.training-positions-section,
.page-id-252 section.inner-page-ss.__section_inner.training-positions-section{
    display: block;
}
.key-opinion-section img.logo_merz {
    margin-bottom: 12px;
}
img.logo_merz {
    margin-left: -5px;
}
.key-opinion-section h2 {
    font-weight: normal;
    font-size: 32px;
    text-align: left;
    color: #b59a7b;
    text-transform: none;
    letter-spacing: 0;
    font-family: Playfair Display, serif;
    margin-bottom: 10px;
    margin-top:12px;
}
.key-speaking-events {
    background-color: #fafafa;
    padding: 90px 0;
}
.key-speaking-events h2.h2_title {
    margin-bottom: 40px;
}
.key-speaking-events .azuri_inner {
    display: block;
    margin: 0 -25px;
}
.key-speaking-events .azuri_inner .azuri_col_6.azuri_xs_col_12 {
    padding: 0 2%;
}
.key-speaking-events .__eventscols {
    border-radius: 5px;
    background: #fff;
    box-shadow: 0px 3px 6px rgb(0 0 0 / 16%);
    padding: 25px 35px;
    margin-bottom: 20px;
}
.key-speaking-events .__eventscols h3 {
    font-weight: 500;
    font-size: 18px;
    letter-spacing: -0.02em;
    text-align: left;
    color: #b59a7b;
    text-transform: none;
    margin-bottom: 7px;
}
.key-speaking-events .__eventscols p {
    margin: 0;
}
.about-kol-section .image_ img {
    margin-bottom: -5px;
}
.about-kol-section h3 {
    font-weight: 500;
    font-size: 18px;
    letter-spacing: -0.02em;
    text-align: left;
    color: #b59a7b;
    text-transform: none;
    margin-bottom: 23px;
}
.show-publications-section {
    float: left;
    width: 100%;
    padding: 80px 0;
}
.show-publications-section h2 {
    text-transform: none;
    font-family: Playfair Display, serif;
    font-size: 32px;
    letter-spacing: 0;
    color: #b59a7b;
    font-weight: normal;
    margin-bottom: 40px;
}
.show-publications-section .azuri_col_6.azuri_xs_col_12 {
    padding: 0 20px;
}
.show-publications-section .all-publications {
    /*box-shadow: 0px 3px 6px rgb(0 0 0 / 16%);
    background-color: #fafafa;
    padding: 23px 35px;*/
    margin-bottom: 13px;
}
.show-publications-section .description_ {
    margin: 0 -17px;
}
section.home-page-ss.__section_inner.videos-section.media_ {
    background-color: #222;
}
section.home-page-ss.__section_inner.videos-section.media_ .azuri_col_3.azuri_xs_col_12 {
    padding: 0 20px;
}
.videos-section.media_ h3 {
    background-color: #fff;
}
.bottom-section-text {
    padding: 100px 0;
}
.blog .inside-article {
    padding: 0;
    border-radius: 5px;
    background: #fff;
    box-shadow: 0px 3px 6px rgb(0 0 0 / 16%);
}
.blog .inside-article h2.entry-title {
    line-height: 20px;
}

.blog .inside-article h2.entry-title a {
    font-weight: 500;
    font-size: 18px;
    letter-spacing: -0.02em;
    text-align: left;
    color: #3d3d3d;
    text-transform: none;
}
.blog .inside-article .entry-summary {
    margin-top: 10px;
}
.blog .inside-article header.entry-header, .blog .inside-article .entry-summary {
    padding: 0 50px;
}
.blog .inside-article .entry-summary p {
    font-size: 16px;
    letter-spacing: -0.02em;
    text-align: left;
    color: #3d3d3d;
}
.blog .generate-columns {
    margin-bottom: 40px;
    padding-left: 50px;
}
.blog .generate-columns-container {
    margin-left: -40px;
    padding-top: 100px;
    padding-bottom: 80px;
}
.blog .inside-article time.entry-date.published {
    font-weight: normal;
    font-size: 14px;
    letter-spacing: -0.02em;
    text-align: left;
    color: #b59a7b;
}
.single-post .pagetitle-text-inner.azuri_inner h1 {
    font-size: 30px;
}
.single-post .inside-article {
    padding: 0;
}
.single-post .inside-article .featured-image img {
    width: 100%;
}
.single-post .inside-article h1.entry-title {
    font-size: 27px;
    text-align: left;
    color: #b59a7b;
    letter-spacing: 0;
    text-transform: none;
}
.single-post .inside-article p {
    font-weight: normal;
    font-size: 16px;
    letter-spacing: -0.02em;
    text-align: left;
    color: #3d3d3d;
}
.single-post div#primary {
    padding: 70px 0;
}
.single-post .inside-article .entry-content {
    margin-top: 11px;
}
.page-hero{
    float: left;
    width: 100%;
}
/*.home .page-hero{
    padding-top: 80px;
}*/
header#masthead {
    top: 60px;
    position: absolute;
}
.home header#masthead {
    position: absolute;
	z-index: 2;
    top: 60px;
}
.logged-in header#masthead{
    top: 90px;
}
ul.bottom_social li img {
    width: auto;
    height: auto;
}
.home-section2.more_info_section {
	background-color: #fafafa;
	padding: 100px 0;
}
section.inner-page-ss.__section_inner.home-section2.key_actives{
	padding: 100px 0;
}
.more_info_section h2.h2_title {
	margin-bottom: 50px;
}
.more_info_section h3 {
	font-weight: 500;
	font-size: 18px;
	text-align: left;
	color: #b59a7b;
	text-transform: none;
	margin-bottom: 18px;
	letter-spacing: 0;
}
.more_info_section .moreinfo_cols {
	display: block !important;
}
.more_info_section .azuri_inner {
	display: block;
}
.more_info_section p {
	margin-bottom: 30px;
}
.products_ .image_ img {
	box-shadow: 0px 3px 6px rgb(0 0 0 / 16%);
	border-radius: 6px;
}
.products_ h3 {
	text-transform: none;
	margin-top: 6px;
	letter-spacing: 0;
}
.products_ .price {
	font-weight: normal;
	font-size: 50px;
	text-align: left;
	color: #b59a7b;
	display: inline-block;
	line-height: 70px;
	margin-bottom: 30px;
}
.products_ .dropdown {
	margin-bottom: 30px;
}
.products_ .dropdown span.label {
	float: left;
	font-weight: 600;
	font-size: 16px;
	text-align: left;
	color: #707070;
	width: 100%;
	margin-top: -12px;
	margin-bottom: 10px;
}
.products_ .dropdown select {
	border: 1px solid #f7f5f1;
	background: transparent;
	width: 80%;
	color: #707070;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	background-image: url(https://dev.drstephenlowe.com/wp-content/uploads/2022/01/dropdown_.svg);
	background-repeat: no-repeat;
	background-position: right;
	margin: 0;
	padding: 10px;
	background-size: 36px;
}
section.inner-page-ss.__section_inner.medically-based-section.products_ .description_ h3 {
	font-weight: 500 !important;
	font-size: 18px !important;
	text-align: left !important;
	color: #b59a7b !important;
	margin-bottom: 10px;
}
.__enquire_more {
	float: left;
	width: 100%;
	margin-bottom: 10px;
}
.__enquire_more .hide_enquire {
	margin-bottom: 30px;
}
.__enquire_more .__enquire_button {
	border-radius: 100px;
	background: #b59a7b;
	border: 1px solid #f7f5f1;
	box-shadow: 0px 0px 6px rgb(180 161 141 / 44%);
	font-size: 16px;
	text-align: center;
	color: #fafafa;
	cursor: pointer;
	text-decoration: none;
	padding: 9px 30px;
	display: inline-block;
	margin-bottom: 40px;
}
.__enquire_more div#gform_wrapper_2 .gform_body input, 
.__enquire_more div#gform_wrapper_2 .gform_body textarea {
	border: 1px solid #E0DFDD;
	background: transparent !important;
	padding: 10px;
}
.__enquire_more div#gform_wrapper_2 .gform_body textarea {
	height: 96px;
}
.__enquire_more div#gform_wrapper_2 .gform_footer.top_label {
	text-align: right;
}
.__enquire_more div#gform_wrapper_2 .gform_footer.top_label input {
	border-radius: 100px;
	background: #f7f5f1;
	border: 1px solid #b59a7b;
	box-shadow: 0px 0px 6px rgb(180 161 141 / 44%);
	font-size: 16px;
	text-align: center;
	color: #b59a7b;
	padding-left: 45px;
	padding-right: 45px;
}
.__enquire_more div#gform_wrapper_2 .gform_footer.top_label input:hover {
	background: #b59a7b;
	color: #f7f5f1;
}
.products_ .__logoscols {
	border-bottom: 1px solid #efefef;
	padding-bottom: 16px;
	margin-bottom: 30px;
}
.azuri-inner.product-listred h1 {
	font-weight: normal;
	font-size: 45px;
	text-align: left;
	color: #b59a7b;
	text-transform: none;
	letter-spacing: 0;	
    float: left;
	width: 100%;
	margin-top: 80px;
}
.azuri-inner.product-listred .__image {
	text-align: center;
	box-shadow: 0px 3px 6px rgb(0 0 0 / 16%);
	border-radius: 6px;
	margin-bottom: 40px;
}
.azuri-inner.product-listred h2,
.azuri-inner.product-listred h2 a{
	font-weight: normal;
	font-size: 31px;
	text-align: center;
	color: #b59a7b;
	text-transform: unset;
	letter-spacing: 0;
	font-family: Playfair Display, serif;
	padding: 10px 30px;
	height: 90px;
}
.azuri-inner.product-listred h2 a {
    text-decoration: none;
	padding: 0;
}
.azuri-inner.product-listred h2 a:hover {
	color: #707070;
}
.azuri-inner.product-listred h3 {
	font-weight: 600;
	font-size: 20px;
	text-align: center;
	color: #707070;
	text-transform: none;
	letter-spacing: 0;
}
.azuri-inner.product-listred .price {
	font-weight: normal;
	font-size: 46px;
	text-align: center;
	color: #b59a7b;
	line-height: 110px;
	margin-bottom: 20px;
}
.azuri-inner.product-listred .__button {
	width: 80%;
	margin: 0 auto;
}
.azuri-inner.product-listred .__button a {
	background-color: #f7f5f1;
	display: inline-block;
	width: 100%;
	padding: 20px 0;
	font-weight: normal;
	font-size: 23px;
	text-align: center;
	color: #b59a7b;
	text-decoration: none;
	border: 1px solid #f7f5f1;
	text-transform: uppercase;
}
.azuri-inner.product-listred .__button a:hover {
	border-color: #b59a7b;
}
section.inner-page-ss.__section_inner.product-listing-section {
	padding: 60px 0 100px;
}
.page-id-252 section.inner-page-ss.__section_inner.key-opinion-section {
	padding: 100px 0 0;
}
.page-id-252 section.inner-page-ss.__section_inner.key-opinion-section img {
	margin-bottom: -5px;
}
.page-id-252 section.inner-page-ss.__section_inner.key-opinion-section .description_ {
	padding-bottom: 100px;
}
.page-id-252 section.inner-page-ss.__section_inner.key-opinion-section img:last-child {
	position: absolute;
	bottom: 0;
	height: 840px;
	object-fit: cover;
}
.postid-499 section.inner-page-ss.__section_inner.home-section2.key_actives,
.postid-502 section.inner-page-ss.__section_inner.home-section2.key_actives{
	display: none;
}
section.inner-page-ss.__section_inner.product-listing-section .azuri_inner {
	margin-bottom: 50px;
}
section.inner-page-ss.__section_inner.product-listing-section .equal-height {
	display: block;
}
section.inner-page-ss.__section_inner.product-listing-section {
	padding-bottom: 40px;
}
.__logoscols img {
	position: relative;
	height: 82px;
	object-fit: contain;
}
img.inner_banner {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	height: 590px;
	object-fit: cover;
	right: 0;
	width: 100%;
}
.banner_h {
	position: relative;
	overflow: hidden;
}
@media only screen and ( min-width:240px) and (max-width:320px) {
    section.home-page-ss.__section_inner.logos-section .azuri_col.azuri_col_2 {
        width: 37% !important;
        margin-left: 5% !important;
        margin-right: 5% !important;
    }
    .banner_h p.slide_logo b{
        font-size: 13px !important;
    }
    h2.h2_title {
        font-size: 17px !important;
    }
    h2.h2_title:before,
    h2.h2_title:after{
        width: 16px !important;
        top: 19px !important;
    }
    .page-hero.home_banner{
    }
    .above_footer .timming .timming_inner {
        padding-left: 15px !important;
        padding-right: 15px !important;
        padding-top: 10px;
    }
    .above_footer .timming p.mail img {
        margin-right: 5px;
    }
    .above_footer .timming p.mail a {
        font-size: 13px;
    }
    .above_footer .map_ span b img {
        left: -29px !important;
    }
}
@media only screen and ( min-width:374px) and (max-width:400px) {
    .page-hero.home_banner{
    }
}
@media only screen and ( min-width:414px) and (max-width:450px) {
    .page-hero.home_banner{
    }
}
@media only screen and ( min-width:240px) and (max-width:999px) {
    .__enquire_more,
    .__enquire_more div#gform_wrapper_2 .gform_footer.top_label{
	   text-align: center;
    }
    .__enquire_more div#gform_wrapper_2 .gform_footer.top_label input{
        padding-left: 25px;
        padding-right: 25px;
        width: 200px;
        height: auto !important;
        padding-top: 6px !important;
        padding-bottom: 6px !important;
    }
    .inside-page-hero .inner_header img.inner_banner.desktop_,
    .page-hero.home_banner .banner_h img.home_banner.hdesktop{
        display: none;
    }
    .inside-page-hero .inner_header img.inner_banner.mobile_ {
        display: block !important;
        height: 350px;
    }
    .page-hero.home_banner .banner_h img.home_banner.hmobile{
        display: block !important;
	    height: 100%;
	    margin: 0 !important;
    }
    .page-hero.home_banner {
        overflow: hidden;
        height: 100%;
    }
    section.home-page-ss.__section_inner.logos-section .azuri_col.azuri_col_2 img {
        width: auto;
    }
    section.home-page-ss.__section_inner.logos-section .azuri_col.azuri_col_2 {
        width: 45%;
        margin-bottom: 20px;
    }
    .page-id-252 section.inner-page-ss.__section_inner.key-opinion-section {
        padding: 55px 0 0;
    }
    .page-id-252 section.inner-page-ss.__section_inner.key-opinion-section img:last-child {
        position: relative;
        height: auto;
    }
    .page-id-252 section.inner-page-ss.__section_inner.key-opinion-section .description_ {
        padding-bottom: 10px;
    }
    .__section_inner.education-section.only_home .azuri_inner_col {
        height: auto;
    }
    .__section_inner.education-section.only_home .azuri_inner_col .description_ {
        width: 100%;
    }
    .products_ .dropdown select{
        width: 100%;
    }
    .above_footer{
        padding-top: 70px;
        padding-bottom: 70px;
    }
    section.inner-page-ss.__section_inner.home-section2.key_actives {
        padding: 40px 0;
    }
    .home-section2.key_actives .key_cols h3{
        font-size: 18px;
        padding-left: 15px;
        padding-right: 15px;
    }
    .home-section2.key_actives .key_cols ul.key_li {
        margin-bottom: 0px;
        margin-left: 0;
        list-style: none;
    }
    .home-section2.key_actives .key_cols ul.key_li li {
        margin-bottom: 12px;
    }
    .home-section2.key_actives .key_cols .key_content {
        padding: 20px 15px;
        color: #fff;
        text-align: center;
    }
    section.inner-page-ss.__section_inner.home-section2.key_actives .azuri_col .azuri_inner:first-child {
        padding-right: 0 !important;
    }

    section.inner-page-ss.__section_inner.home-section2.key_actives .azuri_col .azuri_inner:last-child {
        padding-left: 0px !important;
    }
    .home-section2.more_info_section {
        padding-bottom: 10px;
    }
    section.inner-page-ss.__section_inner.medically-based-section.products_ .description_ h3 {
        text-align: center !important;
    }
    .more_info_section .azuri_inner h3, .more_info_section .azuri_inner p {
        text-align: center;
    }
    .home-section2.more_info_section {
        padding: 40px 0;
    }
    .mobile_nav {
        margin: 0 auto;
        text-align: center;
    }
    .mobile_nav li {
        margin: 0 10px !important;
    }
    .education-section.about_education .edu_about_left,
    .education-section.about_education .edu_about_left h3{
        padding-right: 0;
        text-align: center;
    }
    .education-section.about_education .azuri_inner_col .title_,
    .education-section.about_education .azuri_inner_col .description_{
        width: 100%;
    }
    .education-section.about_education .azuri_inner_col .title_ h3 {
        line-height: 0px;
    }
    .education-section.about_education .azuri_inner_col:first-child {
        margin-top: 50px;
    }
    .education-section.about_education .azuri_inner_col:last-child {
        border: 0;
        padding-bottom: 0;
    }
    .about_bottom_img {
        margin-bottom: 120px;
    }
    .about_bottom_img ul {
        width: 100%;
        margin: -67px auto;
        left: 0;
        text-align: center;
        padding: 62px 10px;
        padding-bottom: 10px;
    }
    .ul_li {
        text-align: center;
    }
    .description_ .ul_li ul {
        margin-left: 0;
        list-style: none;
    }
    .azuri-inner.product-listred .__button a {
        padding: 12px 0;
        font-size: 18px;
        margin-bottom: 40px;
    }
    .azuri-inner.product-listred .price {
        font-size: 33px;
        line-height: 60px;
        margin-bottom: 20px;
    }
    .azuri-inner.product-listred h3 {
        font-size: 14px;
    }
    .azuri-inner.product-listred h2,
    .azuri-inner.product-listred h2 a{
        font-size: 25px;
        height: auto;
	    margin-bottom: 10px;
    }
    section.inner-page-ss.__section_inner.product-listing-section {
        padding: 30px 0 60px;
    }
    .azuri-inner.product-listred .__image {
        margin-bottom: 20px;
    }
    .azuri-inner.product-listred h1 {
        font-size: 30px;
	    text-align: center;
        margin-top: 50px;
    }
	.key_speaking-section .key-shows {
        width: inherit;
    }
    .key_speaking-section .key_speaking_col {
        margin: 0;
    }
    section.home-page-ss.__section_inner.key_speaking-section.with_editor {
        display: none;
    }
    section.home-page-ss.__section_inner.key_speaking-section.with_editor.only_mobile{
        display: block !important;
    }
    .above_footer{
        padding-left: 0;
        padding-right: 0;
    }
    .key_speaking-section .key_speaking_col .key_name {
        width: 100%;
        text-align: center;
        margin-top: 0px;
    }
    .key_speaking-section .key_speaking_col .key_des p strong {
        margin-bottom: 22px;
        width: 100%;
        text-align: center;
	    margin-top: 10px;
    }
    .key_speaking-section .key_speaking_col .key_des {
        width: 100%;
        text-align: center;
    }
    .key_speaking-section .azuri_col_6 {
        width: 100%;
	    margin-right: 0;
    }
    .key_speaking-section h2.h2_title {
        font-size: 18px;
    }
    .key_speaking-section .key_speaking_col .key_name p {
        margin-bottom: 5px;
    }
    .key_speaking-section {
        padding: 70px 0 150px;
    }
    .key_speaking-section button.slick-prev.slick-arrow {
        left: 39%;
    }
    .__section_inner.education-section.only_home .azuri_inner_col .description_ p strong {
        margin-bottom: 10px;
    }
    .__section_inner.education-section.only_home .azuri_inner_col .description_ {
        padding-left: 20px;
        padding-right: 20px;
    }
    .__section_inner.education-section.only_home .azuri_inner_col .title_ {
        width: 100%;
    }
    .__section_inner.education-section.only_home .azuri_inner_col .title_ h3 {
        line-height: 28px;
    }
    .key-opinion-section img.logo_merz {
        margin: 12px auto 10px;
    }
    .equal-height{
        margin: 0;
    }
    header#masthead {
        top: 10px !important;
    }
    .page-hero.home_banner {
        padding-top: 0;
    }
    .blog .generate-columns-container {
        margin-left: 0;
        padding-top: 30px;
        padding-bottom: 10px;
        padding-left: 35px;
        padding-right: 35px;
    }
    .blog .inside-article header.entry-header, .blog .inside-article .entry-summary {
        padding: 0 20px;
        text-align: center;
    }
    .blog .inside-article .entry-summary p{
        text-align: center;
    }

    .site-footer .footer-widgets .footer-widgets-container .inside-footer-widgets {
        padding: 0 35px;
    }
    .azuri_col_1, .azuri_col_2, .azuri_col_3, .azuri_col_4, .azuri_col_5, .azuri_col_6, .azuri_col_7, .azuri_col_8, .azuri_col_9, .azuri_col_10, .azuri_col_11, .azuri_col_12 {
        width: 100%;
    }
    .azuri-2021-container {
        padding: 0 35px;
    }
    .equal_height,
    .equal-height{
        margin: 0 !important;
    }
    .grid-container {
        padding: 0 35px !important;
    }
    .azuri_inner {
        padding-left: 0;
        padding-right: 0;
    }
    nav#generate-slideout-menu.is-open {
        width: 100%;
        padding: 30px;
    }
    .after_slide_nav {
        margin-top: 0;
    }
    li.after_slide_nav_right {
        margin-top: 20px;
    }
    nav#mobile-menu-control-wrapper {
        position: absolute;
        right: 23px;
    }
    .above_header,
    button.menu-toggle svg,
    .slideout-overlay{
        display: none;
    }
    .page-hero.home_banner {
        background-image: url(https://dev.drstephenlowe.com/wp-content/uploads/2021/11/mobile_bg.jpg);
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center center;
    }
    .inner_header {
        height: 304px;
    }
    .page-hero.page_title .pagetitle-row.equal-height {
        display: block !important;
    }
    nav#mobile-menu-control-wrapper {
        background: transparent;
    }
    nav#mobile-menu-control-wrapper button.menu-toggle {
        background-image: url(https://dev.drstephenlowe.com/wp-content/uploads/2021/11/m_button.svg);
        background-repeat: no-repeat;
        background-position: center;
    }
    header#masthead {
        padding: 26px 0 0;
    }
    .banner_h {
        float: left;
        width: 100%;
    }
    .banner_h .azuri_col.azuri_col_6:first-child {
        order: 1;
    }
    .banner_h .azuri_col.azuri_col_6:last-child {
        padding-top: 129px;
        padding-bottom: 20px;
    }
    .banner_h p.slide_logo b {
        font-size: 15px;
        margin-top: 12px;
    }
    ul#menu-main-menu-1 {
        margin-top: 30px;
    }
    ul#menu-main-menu-2 li a {
        font-weight: normal;
        border-bottom: 1px solid #121212;
        box-shadow: 0px 1px 0px #242424;
        font-size: 16px;
        letter-spacing: 0.12em;
        text-align: left;
        color: #fff;
        text-transform: uppercase;
        padding-left: 0;
    }
    .slide_logo:after{
        content: none;
    }
    .slide_logo {
        margin-bottom: 30px;
    }
    ul#menu-main-menu-2 li:last-child a {
        border: 0;
        box-shadow: none;
    }
    .slideout-navigation button.slideout-exit {
        color: #fff !important;
        position: absolute;
        right: 0;
        top: 9px;
        left: inherit;
        text-align: right !important;
        width: 100% !important;
        padding: 0 !important;
    }
    .mobile_nav ul {
        display: inline-block !important;
    }
    .mobile_nav ul li {
        display: inherit;
        margin-right: 16px;
    }
    .mobile_nav p.website {
        margin-bottom: 0;
        margin-top: 20px;
    }
    .mobile_nav p.website a {
        color: #fff;
        text-transform: uppercase;
    }
    .mobile_nav p.website a {
        border-top: 1px solid #707070;
        padding-top: 21px;
    }
    .logos-section .azuri_col_3 {
        width: 50%;
    }
    .logos-section {
        border-bottom: 1px solid rgba(112, 112, 112, 0.3);
    }
    .medically-based-section h1,
    .medically-based-section h2{
        text-align: center;
        margin-top: 35px !important;
    }
    .products_ .price{
        text-align: center !important;
    }
    .medically-based-section .description_ {
        margin-top: 10px;
    }
    .__logoscols .__logos {
        display: inline-block !important;
        text-align: center  !important;
        margin: 0 auto  !important;
        width: 50%  !important;
    }
    .medically-based-section .description_ p {
        text-align: center;
    }
    .medically-based-section .buttons {
        text-align: center;
        margin-top: 20px;
    }
    .medically-based-section .buttons a.white_ {
        background-color: #b59a7b;
        color: #fff;
        border: 0;
        margin-top: 20px;
        display: inline-block;
        padding: 10px 30px;
    }
    .professional_membership_section h2.h2_title:after, 
    .professional_membership_section h2.h2_title:before {
        content: none;
    }
    .professional_membership_section .__logos:last-child {
        width: 100%;
        text-align: center;
    }
    .professional_membership_section .__logos {
        width: 50%;
    }
    .professional_membership_section .__logos img {
        height: 76px;
        object-fit: contain;
        text-align: center;
        margin: 0px auto;
        padding: 0 10px;
        position: static !important;
    }
    .professional_membership_section {
        padding: 50px 0 50px;
    }
    .training-positions-section {
        background-position: center;
        background-image: url(https://dev.drstephenlowe.com/wp-content/uploads/2021/11/tranning_mobile_bg.jpg) !important;
    }
    .training-positions-section .azuri_inner .description_ {
        margin-bottom: 30px;
    }
    button.slick-prev.slick-arrow, button.slick-next.slick-arrow {
        padding: 14px;
        background-size: 7px;
        line-height: 0px;
    }
    button.slick-prev.slick-arrow {
        left: -22px;
    }
    button.slick-next.slick-arrow {
        right: -22px;
    }
    .articles_section_left_inner .desc_article {
        padding-left: 30px;
        padding-right: 30px;
    }
    .azuri_inner.articles_section_left {
        margin-bottom: 20px;
    }
    .articles_section_right_inner .description_:after {
        background-image: url(https://dev.drstephenlowe.com/wp-content/uploads/2021/11/Icon-arrow-right-black.svg) !important;
        padding: 0px 28px;
    }
    .articles_section_right_inner .description_ p {
        overflow: hidden;
        position: relative;
        top: -8px;
    }
    .articles-section {
        padding-bottom: 80px;
    }
    .above_footer .timming .timming_inner {
        padding-left: 30px;
        padding-right: 30px;
    }
    .above_footer .timming ._inner {
        padding-right: 0;
        width: 100%;
    }
    .above_footer .timming ._inner, 
    .above_footer .timming .office {
        float: left;
        width: 100%;
    }
    .above_footer .timming p.mail img {
        width: auto;
        margin-right: 17px;
        top: 3px;
    }
    .above_footer .map_ span {
        display: none;
    }
    .above_footer .map_ {
        margin-left: 0;
    }
    .above_footer .map_ img {
        position: static;
        box-shadow: 0px 13px 10px rgb(0 0 0 / 8%);
        height: 310px;
    }
    footer aside#nav_menu-2 li a {
        color: #3d3d3d !important;
        text-decoration: none;
        font-size: 16px !important;
        box-shadow: none !important;
        border: 0 !important;
        text-transform: none !important;
        letter-spacing: 0 !important;
    }
    .site-footer .footer-widgets .footer-widgets-container .inside-footer-widgets {
        padding: 0 0px;
    }
    .site-footer {
        padding: 30px 0 50px;
    }
    aside#media_image-2 {
        width: 100%;
        margin-top: 40px;
        padding-top: 40px;
    }
    aside#media_image-2 img {
        width: 60%;
    }
    section.inner-page-ss.__section_inner.medically-based-section {
        padding: 60px 0;
    }
    .education-section .azuri_inner_col .title_ h3{
        line-height: 30px;
        position: static;
    }
    .education-section .azuri_inner_col .title_ {
        width: 100%;
        height: auto;
        padding: 13px 0;
    }
    .education-section .azuri_inner_col .description_ {
        padding: 20px 0;
        padding-right: inherit;
        width: 100%;
        text-align: center;
    }
    .education-section .azuri_inner_col .description_ p strong {
        text-align: center;
    }
    .education-section .azuri_inner_col{
        height: auto;
        margin-bottom: 20px;
    }
    section.inner-page-ss.__section_inner.medically-based-section h3 {
        font-size: 13px !important;
        text-align: center !important;
        margin-top: 10px;
    }
    .inner_header h1{
        margin-top: 90px;
	   font-size: 22px;
    }
    .page-hero.page_title.inner_pages .inner_header .pagetitle-text-inner:after{
        bottom: -70px
    }
    .inner_header .pagetitle-text-inner:after{
        height: 84px;
        background-size: contain;
    }
    .key-opinion-section {
        padding-top: 55px;
        text-align: center;
    }
    .key-opinion-section h2{
        margin-bottom: 22px;
        text-align: center;
        margin-top: 10px;
    }
    .key-opinion-section img {
        margin-top: 30px;
        margin-bottom: -4px;
    }
    .key-speaking-events .azuri_inner{
        margin: 0;
    }
    .key-speaking-events h2.h2_title:after{
        margin-left: 49px;
    }
    .key-speaking-events h2.h2_title {
        padding: 0 50px;
    }
    .key-speaking-events .__eventscols{
        padding: 24px 25px;
    }
    .key-speaking-events .__eventscols h3{
        margin-bottom: 12px;
        text-align: center;
        font-size: 17px;
    }
    .__eventscols p {
        text-align: center;
    }
    .about-kol-section .azuri_col:first-child {
        order: 1;
        margin-top: 30px;
    }
    .about-kol-section {
        padding-top: 80px;
        text-align: center;
    }
    .about-kol-section h3{
        text-align: center;
    }
    .contact-page-section {
        padding-top: 60px;
    }
    .show-publications-section h2{
        text-align: center;
    }
    .show-publications-section .all-publications{
        text-align: center;
    }
    .__youtubecols {
        margin-bottom: 20px;
    }
    aside#nav_menu-2 li {
        padding: 0 0px;
        width: 100%;
    }
    .above_footer .map_ span {
        background-color: #fff;
    }
    .above_footer .map_ span i {
        width: 100%;
        text-align: center;
    }
    p.only_mobile {
        display: block !important;
        text-align: center;
        color: #3d3d3d;
        padding-bottom: 24px;
    }
    .articles_section_right_inner .description_ p {
        padding-right: 60px;
    }
    .__youtubecols.slick-slide {
        margin: 10px 20px;
    }
    button.slick-next.slick-arrow,
    button.slick-prev.slick-arrow{
        top: 45%;
    }
    .videos-section {
        padding: 60px 0 50px;
    }
    .videos-section h2.h2_title {
        margin-bottom: 0px;
    }
    .image_ img {
        margin: 0 auto;
        text-align: center;
        display: block;
    }
    .above_footer .map_ span {
        display: block;
        background-color: rgba(255, 255, 255, 0.8);
    }
    .above_footer .map_ {
        margin-left: 0;
        margin-top: 20px;
        box-shadow: 0px 3px 10px rgb(0 0 0 / 16%);
    }
    .above_footer .map_ span b {
        width: 100%;
        margin-top: 10px;
    }
    .above_footer .map_ span b img {
        float: right;
        position: relative;
        left: -55px;
        width: 16px;
        top: 2px;
    }
    .above_footer .map_ img {
        height: 440px;
    }
    /*.home .above_footer .map_ span {
        display: none !important;
        margin: 0 !important;
    }
    .home .above_footer .map_{
        margin-top: 0 !important;
    }
    .home .above_footer .map_ img {
        height: 310px !important;
    }*/
}
@media only screen and ( min-width:768px) and (max-width:999px) {
    .page-hero.home_banner .azuri_col {
        width: 50% !important;
    }
    .banner_h .azuri_col.azuri_col_6:last-child {
        padding-top: 0 !important;
    }
    .professional_membership_section .__logos {
        text-align: center;
    }
    .banner_h .azuri_col.azuri_col_6:last-child {
        padding-top: 0;
    }
}
@media only screen and ( min-width:767px) and (max-width:999px) {
    
    .page-hero.home_banner .azuri_col{
        width: 50%;
    }
}
@media only screen and ( min-width:1000px) and (max-width:1100px) {
    aside#nav_menu-2 li {
        padding: 0 30px;
    }
    section.inner-page-ss.__section_inner.key-opinion-section {
        padding: 100px 0;
    }
    .education-section .azuri_inner_col .description_ {
        padding-right: 15px;
        width: 192px;
    }
    .education-section .azuri_inner_col .description_ p {
        font-size: 12px;
        line-height: 14px;
    }
    .education-section .azuri_inner_col .description_ p strong{
        line-height: 16px;
        font-size: 14px;
    }
    .equal-height{
        margin: 0;
    }
    div#primary-menu li {
        margin-right: 30px;
    }
    .above_footer .timming .timming_inner {
        padding: 20px 25px;
    }
    .above_footer .timming p.mail a {
        font-size: 10px;
    }
    .above_footer .timming ul li {
        font-size: 13px;
    }
    .azuri-2021-container {
        padding: 0 35px;
    }
    header#masthead {
        padding-left: 35px;
        padding-right: 35px;
    }
    header#masthead .inside-header.grid-container {
        padding: 0 !important;
    }
    .page-hero.page_title.blog .inner_header {
        padding-top: 100px;
    }
    .blog .generate-columns-container {
        padding-left: 35px;
        padding-right: 35px;
    }
    .post-image-aligned-center .post-image img {
        width: 100%;
    }
}