/*
 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
*/

@font-face {
    font-family: 'Outfit';
    src: url('https://hairtransplantclinicmelbourne.com.au/wp-content/themes/generatepress_child/assets/fonts/Outfit-SemiBold.woff2') format('woff2'),
        url('https://hairtransplantclinicmelbourne.com.au/wp-content/themes/generatepress_child/assets/fonts/Outfit-SemiBold.woff') format('woff');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Outfit';
    src: url('https://hairtransplantclinicmelbourne.com.au/wp-content/themes/generatepress_child/assets/fonts/Outfit-Regular.woff2') format('woff2'),
        url('https://hairtransplantclinicmelbourne.com.au/wp-content/themes/generatepress_child/assets/fonts/Outfit-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Outfit';
    src: url('https://hairtransplantclinicmelbourne.com.au/wp-content/themes/generatepress_child/assets/fonts/Outfit-Bold.woff2') format('woff2'),
        url('https://hairtransplantclinicmelbourne.com.au/wp-content/themes/generatepress_child/assets/fonts/Outfit-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

.top-bar-align-right .widget:first-child {
    margin-left: auto;
    margin-right: auto;
}
aside#custom_html-2 p a {
    font-weight: bold;
    text-decoration: underline !important;
}
body{
    font-family: 'Outfit';
	font-size: 16px;
    font-weight: normal;
}

*{
    outline: none !important;
}
a {
    text-decoration: none !important;
}
.site-header {
    padding: 0;
}
header#masthead {
    left: 0;
    right: 0;
    background: transparent;
    z-index: 2;
}
div#page.grid-container {
    padding-left: 0 !important;
    padding-right: 0 !important;
}
.home div#page.grid-container {
    padding-left: 0px !important;
    padding-right: 0 !important;
}
.grid-container{
    padding-left: 0;
    padding-right: 0;
}
img{
    max-width: 100%;
}
textarea {
    resize: none;
}
header#masthead .inside-header.grid-container {
    position: relative;
}

.nav-float-right #site-navigation {
    margin-right: auto;
}
.header_right {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.header_right a.contact_ {
    border-radius: 23px;
    background: #c6e1ff;
    color: #006add;
    padding: 6px 37px;    
    font-weight: bold;
}
.header_right a.phone_ {
    background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="31" height="31" viewBox="0 0 31 31"><circle id="Ellipse_26" data-name="Ellipse 26" cx="15.5" cy="15.5" r="15.5" fill="%23006add"/><path id="Icon_awesome-phone-alt" data-name="Icon awesome-phone-alt" d="M12.091,8.8,9.369,7.629a.583.583,0,0,0-.681.168L7.482,9.27A9.011,9.011,0,0,1,3.175,4.962L4.648,3.756a.582.582,0,0,0,.168-.681L3.649.353A.587.587,0,0,0,2.98.015L.452.6A.583.583,0,0,0,0,1.167a11.278,11.278,0,0,0,11.28,11.28.583.583,0,0,0,.569-.452l.583-2.528a.59.59,0,0,0-.341-.671Z" transform="translate(9.277 9.277)" fill="%23fff"/></svg>');
    width: 31px;
    height: 31px;    
    margin-left: 20px;
}
.main-navigation .main-nav ul li a {
    text-transform: none;
    padding-left: 0;
    letter-spacing: 0.02em;
    padding-right: 0;
    margin-left: 40px;
    position: relative;
}
.main-navigation .main-nav ul li a:hover:after,
.main-navigation .main-nav ul li.current-menu-item a:after{
    content: "";
    background-color: #006add;
    height: 3px;
    width: 20px;
    position: absolute;
    bottom: 20px;
    margin: 0 auto;
    left: 0;
    right: 0;
}


ul#menu-main-menu li.btn {
    margin-left: 20px;
}
.menu-item-has-children .dropdown-menu-toggle {
    padding-right: 10px;
    padding-left: 0px;
}
.main-navigation ul ul {
    background: rgb(191 118 71 / 70%);
}
.main-navigation ul ul li a{
    color: #fff !important;
}
.main-navigation ul ul li a:hover {
    background-color: #bf7647;
    color: #fff !important;
}
.btn_line.menu-item {
    margin-left: 35px;
}
.bg_all_over {
    position: absolute;
    top: 0;
    bottom: 0;
    height: 100%;
    left: 0;
    right: 0;
    width: fit-content;
    z-index: 0;
    width: 100%;
}
.bg_all_over img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}
.inside-navigation.grid-container {
    padding: 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%;
}
.azuri-container {
    max-width: 1280px;
    margin-left: auto;
    margin-right: auto;
    padding: 0;
}
.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;
}
.equal-height .equal-height {
	margin: 0;
}
.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 .azuri_inner {
    padding: 0;
}
.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: 20px;
    padding-right: 20px;
    width: 100%;
}
.site-footer, footer.site-info, main#main, section.inner_, section.above_footer, section.home_ {
    float: left;
    max-width: 100% !important;
    position: relative;
    width: 100% !important;
}
p:empty {
	display: none;
}
.copyright-bar {
    display: flex;
    align-items: center;
}
.copyright-bar img {
    position: relative;
    margin-left: 0;
    width: 160px;
    height: 100%;
    top: 8px;
}
.copyright-bar .menu_ a {
    border-radius: 19.5px;
    background: #8fa4b5;
    display: block;
    font-weight: bold;
    font-size: 17px;
    letter-spacing: 0.01em;
    text-align: left;
    color: #fff;
    padding-left: 30px;
    padding-top: 7px;
    padding-bottom: 7px;
    background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="17.179" height="12.549" viewBox="0 0 17.179 12.549"><g id="Icon_feather-arrow-right" data-name="Icon feather-arrow-right" transform="translate(1.5 2.121)"><path id="Path_47" data-name="Path 47" d="M7.5,18H19.6" transform="translate(-7.5 -13.847)" fill="none" stroke="%23fff" stroke-linecap="round" stroke-linejoin="round" stroke-width="3"/><path id="Path_48" data-name="Path 48" d="M18,7.5l4.153,4.153L18,15.806" transform="translate(-7.974 -7.5)" fill="none" stroke="%23fff" stroke-linecap="round" stroke-linejoin="round" stroke-width="3"/></g></svg>');
    background-repeat: no-repeat;
    background-position: center right 28px;  
    transition: 0.5s all;
}
.copyright-bar .menu_ a:hover {
    background-position: center right 30px;
    padding-left: 32px;
    transition: 0.5s all;
}


.site-footer .bg_all_over,
footer.site-info{
    z-index: 1;
}
.half_li {
    column-count: 2;
}
ul.ul_li {
    margin: 0;
    list-style: none;
}
ul.ul_li li {
    padding-left: 25px;
    background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="8" height="8" viewBox="0 0 8 8"><circle id="Ellipse_57" data-name="Ellipse 57" cx="4" cy="4" r="4" fill="%23006add"/></svg>');
    background-repeat: no-repeat;
    margin-bottom: 11px;
    background-position: 0 8px;
}
.accordion_title {
    font-size: 20px !important;
    color: #003462 !important;
    padding: 12px 10%;
    cursor: pointer;
    font-weight: bold!important;
    position: relative;
    transition: 0.5s all;
    background: rgb(237, 241, 244);
    background: linear-gradient(82deg, rgba(237, 241, 244, 1) 0%, rgba(255, 255, 255, 1) 18%, rgba(255, 255, 255, 1) 80%, rgba(237, 241, 244, 1) 100%);
    margin-bottom: 20px !important;
}

.accordion_content {
    padding-left: 10%;
    padding-right: 10%;
}
.accordion_content strong {
    font-weight: bold;
}
h2.accordion_title:after {
    content: "";
    background-image: url('data:image/svg+xml,<svg id="Component_4_1" data-name="Component 4 – 1" xmlns="http://www.w3.org/2000/svg" width="32" height="32" viewBox="0 0 32 32"><circle id="Ellipse_20" data-name="Ellipse 20" cx="16" cy="16" r="16" fill="%23006add"/><g id="Icon_feather-arrow-down-right" data-name="Icon feather-arrow-down-right" transform="translate(2 30) rotate(-90)"><path id="Path_50" data-name="Path 50" d="M10.5,10.5l7,7" fill="none" stroke="%23fff" stroke-linecap="round" stroke-linejoin="round" stroke-width="2"/><path id="Path_51" data-name="Path 51" d="M15.662,10.5v5.162H10.5" transform="translate(1.838 1.838)" fill="none" stroke="%23fff" stroke-linecap="round" stroke-linejoin="round" stroke-width="2"/></g></svg>');
    width: 34px;
    height: 100%;
    position: absolute;
    right: 10%;
    top: 0;
    bottom: 0;
    background-repeat: no-repeat;
    background-position: center;
    transition: 0.5s all;
}
.accordion.accordion_open h2.accordion_title:after{
    background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="32" height="32" viewBox="0 0 32 32"><g id="Group_10" data-name="Group 10" transform="translate(-1082 -4836)"><circle id="Ellipse_19" data-name="Ellipse 19" cx="16" cy="16" r="16" transform="translate(1082 4836)" fill="%23006add"/><g id="Icon_feather-arrow-down-right" data-name="Icon feather-arrow-down-right" transform="translate(1084 4838)"><path id="Path_50" data-name="Path 50" d="M10.5,10.5l7,7" fill="none" stroke="%23fff" stroke-linecap="round" stroke-linejoin="round" stroke-width="2"/><path id="Path_51" data-name="Path 51" d="M15.662,10.5v5.162H10.5" transform="translate(1.838 1.838)" fill="none" stroke="%23fff" stroke-linecap="round" stroke-linejoin="round" stroke-width="2"/></g></g></svg>');
    transition: 0.5s all;
}
.sidebar_form_inner {
    border-radius: 20px;
    background: #282521;
    text-align: center;
    padding: 30px;
}
.sidebar_form_inner h2 {
    font-weight: 600;
    font-size: 20px;
    line-height: 28px;
    color: #fff;
}
.gform-body.gform_body textarea {
    height: 100px !important;
}
.gform_body.gform-body input:-ms-input-placeholder,
.gform_body.gform-body textarea:-ms-input-placeholder,
.gform_body.gform-body input:-ms-input-placeholder{ /* Internet Explorer 10-11 */
    color: #003462 !important;
    font-size: 14px !important;
}
.gform_body.gform-body input::-webkit-input-placeholder,
.gform_body.gform-body textarea::-webkit-input-placeholder,
.gform_body.gform-body select::-webkit-input-placeholder{ /* Edge */
    color: #003462 !important;
    font-size: 14px !important;
}
.gform_body.gform-body input:-ms-input-placeholder,
.gform_body.gform-body textarea:-ms-input-placeholder,
.gform_body.gform-body select:-ms-input-placeholder{ /* Internet Explorer 10-11 */
    color: #262525 !important;
    font-size: 14px !important;
}
.gform_body.gform-body input::placeholde,
.gform_body.gform-body textarea::placeholde,
.gform_body.gform-body select::placeholde{
    color: #003462 !important;
    font-size: 14px !important;
}


.gfield_error input::-webkit-input-placeholder,
.gfield_error textarea::-webkit-input-placeholder{ /* Edge */
    color: #c02b0a !important;
}
.gfield_error input:-ms-input-placeholder,
.gfield_error textareea:-ms-input-placeholder{ /* Internet Explorer 10-11 */
    color: #c02b0a !important;
}
.gfield_error input::placeholder,
.gfield_error textarea::placeholder{
        color: #c02b0a !important;
}
h2.gform_submission_error.hide_summary {
    font-weight: bold;
}

.gform_body.gform-body .gfield_error {
    position: relative !important;
}
.gform_wrapper .gform_validation_errors{
    background: transparent;
}
.gform_wrapper .gform_validation_errors {
    background: transparent !important;
    border-radius: 0 !important;
    border: 0 !important;
    box-shadow: none !important;
    padding-right: 0 !important;
}
.gform_wrapper .gfield_validation_message,
.gform_wrapper .validation_message {
    background: transparent !important;
    border: 0 !important;
    font-size: 9px !important;
    margin-top: 0 !important;
    padding: 0 !important;
    position: absolute;
    right: 9px !important;
    top: -13px !important;
    text-align: right !important;
    left: inherit !important;
    width: auto !important;
    line-height: 9px !important;
}
.only_mobile{
    display: none !important;
}
.inside-article {
    padding: 0 !important;
}
div#content {
    margin-top: 60px !important;
     margin-bottom: 0 !important;
     margin-left: 0 !important;
     margin-right: 0 !important;
}
.home div#content {
    margin: 0 !important;
}
.widget-area > div {
    position: sticky;
    top: 40px;
}
nav#nav-below {
    margin: 0;
    padding-left: 0;
    padding-right: 0;
}
.nav-links {
    text-align: center;
}
.search h2.entry-title {
    font-weight: bold;
    font-size: 20px;
    text-align: left;
    color: #282521;
    margin-bottom: 10px;
}
.search .entry-summary {
    margin-top: 0 !important;
}
.search a.search_read_more {
    color: #bf7647;
    font-weight: 600;
}
main#main header.page-header,
.search a.read-more {
    display: none !important;
}
.generate-columns-container {
    margin-left: 0 !important;
}
.search article {
    padding: 0 !important;
}
.search article .inside-article {
    padding: 15px !important;
    border: 1px solid #dadfe3;
    margin: 10px;
    border-radius: 10px;
}
.search main#main,
.search .inside-right-sidebar {
    margin: 0 !important;
}
.blog .post-image {
    margin-bottom: 10px !important;
}
.blog .post-image img {
    border-radius: 10px;
}
.blog article h2.entry-title {
    font-weight: bold;
    font-size: 16px;
    text-align: left;
    color: #282521;
}
.blog .entry-summary {
    margin-top: 10px !important;
}
.blog .entry-summary a.read-more {
    display: table;
    color: #723a1c;
    background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="15.104" height="9.737" viewBox="0 0 15.104 9.737"><g id="Icon_feather-arrow-right" data-name="Icon feather-arrow-right" transform="translate(-7.5 -10.825)"><path id="Path_33" data-name="Path 33" d="M7.5,18H21.4" transform="translate(0 -2.307)" fill="none" stroke="%23bf7647" stroke-linejoin="round" stroke-width="1"/><path id="Path_34" data-name="Path 34" d="M18,7.5l4.515,4.515L18,16.53" transform="translate(-0.618 3.678)" fill="none" stroke="%23bf7647" stroke-width="1"/></g></svg>');
    background-position: center right;
    padding-right: 35px;
    transition: 0.5s all;
    background-repeat: no-repeat;
    margin-top: 20px;
    color: #bf7647;
}
.blog .entry-summary a.read-more:hover {
    padding-right: 40px;
    transition: 0.5s all;
}
.btn_ a,
a.btn_{
    border-radius: 10px;
    background: #ab7d59;
    line-height: 40px !important;
    padding-left: 30px !important;
    padding-right: 30px !important;
    color: #fff;
    position: relative;
    width: 146px;
    transition: 0.5s all;
    font-family: 'Beausite Classic Trial' !important;
    letter-spacing: 0.04em !important;
    padding-top: 0 !important;
    padding-bottom: 0 !important;
	overflow: hidden;
	display: inline-block;
}
.btn_ a:hover,
a.btn_:hover{
    padding-left: 12px !important;
    color: #fff !important;
    transition: 0.5s all;
}
.btn_ a:hover:after,
a.btn_:hover:after{
    transform: translateX(20px);
    transition: 0.5s all;
}
.btn_ a:after,
a.btn_:after{
    content: "";
    width: 46px;
    height: 44px;
    border: 1.5px solid;
    position: absolute;
    border-radius: 50px;
    top: -2px;
    bottom: 0;
    transform: translateX(40px);
    transition: 0.5s all;
}
.btn_ a:before,
a.btn_:before{
    content: "";
    background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="12.165" height="9.143" viewBox="0 0 12.165 9.143"><g id="Icon_feather-arrow-right" data-name="Icon feather-arrow-right" transform="translate(0 0.707)"><path id="Path_35" data-name="Path 35" d="M7.5,18H17.6" transform="translate(-7.5 -14.135)" fill="none" stroke="%23fff" stroke-linejoin="round" stroke-width="2"/><path id="Path_36" data-name="Path 36" d="M18,7.5l3.865,3.865L18,15.229" transform="translate(-10.7 -7.5)" fill="none" stroke="%23fff" stroke-linejoin="round" stroke-width="2"/></g></svg>');
    width: 12px;
    height: 100%;
    position: absolute;
    opacity: 0;
    background-repeat: no-repeat;
    background-position: center;
    transform: translateX(80px);
    transition: 0.5s all;
}
.btn_ a:hover:before,
a.btn_:hover:before{
    transform: translateX(112px);
    transition: 0.5s all;
    opacity: 1;
}

.copyright-bar {
    margin: 0;
    width: 100%;
    text-align: left;
}
.site-info {
    font-size: 14px;
}
table.office_timing {
    border: 0;
}
table.office_timing td {
    padding-left: 0;
    padding-right: 0;
    border: 0;
}
table.office_timing td:nth-child(2n+2) {
    text-align: right;
}
table.office_timing td b {
    color: #53515199;
    font-weight: 300;
}
ul#menu-quick-links {
    column-count: 3;
}
.footer-widget-1 {
    max-width: 309px;
}
.footer-widget-2 {
    padding-left: 50px;
}
.footer-widget-3 {
    max-width: 310px;
}
.gform-body.gform_body input,
.gform-body.gform_body textarea{
    border-radius: 8px;
    background: #edf1f4;
    border: 0;
    font-size: 14px !important;
    line-height: 27px;
    text-align: left;
    color: #003462;
}
.gform_footer button.gform_button {
    border-radius: 22.5px;
    background: #006add;
    margin: 0 !important;
    width: 100%;
    font-weight: bold;
    font-size: 18px;
    letter-spacing: 0.04em;
    text-align: left;
    padding-left: 90px;
    padding-right: 90px;
    position: relative;
    transition: 0.5s all;
}
.gform_footer button.gform_button:hover {
    padding-left: 100px;
    transition: 0.5s all;
}
.gform_footer button.gform_button:after {
    content: "";
    background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="17.86" height="12.948" viewBox="0 0 17.86 12.948"><g id="Icon_feather-arrow-right" data-name="Icon feather-arrow-right" transform="translate(-9.648 -9.924)"><path id="Path_47" data-name="Path 47" d="M7.5,18H20.183" transform="translate(3.648 -1.602)" fill="none" stroke="%23fff" stroke-linecap="round" stroke-linejoin="round" stroke-width="3"/><path id="Path_48" data-name="Path 48" d="M18,7.5l4.353,4.353L18,16.205" transform="translate(3.655 4.545)" fill="none" stroke="%23fff" stroke-linecap="round" stroke-linejoin="round" stroke-width="3"/></g></svg>');
    width: 18px;
    position: absolute;
    right: 0;
    height: 100%;
    background-position: center;
    background-repeat: no-repeat;
    top: 0;
    bottom: 0;
    right: 100px;
    transition: 0.5s all;
}
.gform_footer button.gform_button:hover:after { 
    right: 110px;
}
.ask_section {
    background-color: #d2e7ff;
}
.ask_section .__full-wrap.equal-height{
    z-index: 3;
    position: relative;        
}
.ask_section .common_section_form {
    position: relative;
    margin: 80px 0;
}
.ask_section .right_img img{
    position: absolute;
    bottom: 0;
    width: 750px;
    right: 0;
}
.ask_section .bg_all_over {
    z-index: 0;
    width: 50%;
    left: inherit;
}
.common_section_form{ 
    z-index: 99;
    position: relative;
    border-radius: 20px;
    background: #fff;
    padding: 40px;
    margin: 0;
}
.common_section_form .left_col {
    padding-right: 35px;
}
.common_section_form .bg_all_over {
    z-index: 1;
    left: inherit;
    width: 40%;
    right: 10%;
} 
.common_section_form h3 {
    font-weight: bold;
    font-size: 30px;
    color: #003462;
    position: relative;
    margin-bottom: 40px;
}
.common_section_form h3:after {
    content: "";
    height: 4px;
    background-color: #006add;
    width: 46px;
    position: absolute;
    bottom: -21px;
    left: 0;
}
.common_section_form .left_col .azuri_inner {
    padding-right: 20px;
}
.left_col ul.tickli {
    margin: 0;
    list-style: none;
    border-radius: 10px;
    background: #e6f2ff;
    padding: 20px 16px;
}
.left_col ul.tickli li {
    background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="12.839" height="9.743" viewBox="0 0 12.839 9.743"><path id="Icon_feather-check" data-name="Icon feather-check" d="M14.6,9l-5.91,6.122L6,12.339" transform="translate(-3.879 -6.879)" fill="none" stroke="%23006add" stroke-linecap="round" stroke-linejoin="round" stroke-width="3"/></svg>');
    background-repeat: no-repeat;
    padding-left: 30px;
    background-position: 0 9px;
    margin-bottom: 10px;
}
.left_col ul.tickli li:last-child {
    margin-bottom: 0;
}
.page-id-480 div#content,
.page-id-480 div#content main#main{
    margin-top: 0 !important;
}
@media only screen and ( min-width:240px) and (max-width:480px) {
    .faq_accordion section.inner_.grids_within_content .main_heading h3 {
		font-size:11px !important;
		line-height:12px !important;
	}
}
@media only screen and ( min-width:240px) and (max-width:1023px) {
    .inner_page_header.blog {
        padding-bottom: 50px !important;
    }
	section.inner_.grids_within_content .main_heading h3 {
		padding: 10px;
	}
	table.grid-table {
		overflow-x: scroll;
		display: block;
	}
	table.grid-table th {
		padding: 2px;
	}
	.centers{
		text-align: left !important;
	}
	iframe#podium-bubble {
		bottom: 60px !important;
	}
    .azuri-container,
    header#masthead .inside-header.grid-container,
    .site-footer .footer-widgets-container.grid-container,
    .site-footer footer.site-info .inside-site-info.grid-container{
        max-width: 100%;
        padding-left: 25px !important;
        padding-right: 25px !important;
    }
    .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_xs_col_1 {
		width: 8.33333333%;
	}
	.azuri_xs_col_2 {
		width: 16.66666667%;
	}
	.azuri_xs_col_3 {
		width: 25%;
	}
	.azuri_xs_col_4 {
		width: 33.33333333%;
	}
	.azuri_xs_col_5 {
		width: 41.66666667%;
	}
	.azuri_xs_col_6 {
		width: 50%;
	}
	.azuri_xs_col_7 {
		width: 58.33333333%;
	}
	.azuri_xs_col_8 {
		width: 66.66666667%;
	}
	.azuri_xs_col_9 {
		width: 75%;
	}
	.azuri_xs_col_10 {
		width: 83.33333333%;
	}
	.azuri_xs_col_11 {
		width: 91.66666667%;
	}
	.azuri_xs_col_12 {
		width: 100%;
	}	
    .azuri-container .azuri-container {
        padding: 0 !important;
        margin: 0 !important;
    }
    .no_equal-height,
    .equal-height{
        margin: 0;
    }
    .azuri_inner{
        padding: 0 !important
    }
    nav#generate-slideout-menu.is-open {
        left: 0;
        width: 100%;
        border: 0;
        background-color: #fff;
    }
    button.slideout-exit {
        position: absolute;
        right: 6px !important;
        width: auto !important;
        top: 24px;
        left: inherit;
        text-align: right !important;
    }
    nav#mobile-menu-control-wrapper {
        background: transparent;
    }


    .site-logo img {
        width: 150px;
    }
    .main-navigation button.menu-toggle {
        padding: 0 !important;
        background-color: transparent !important;
    }
    .site-header {
        padding: 12px 0;
    }
    
    .inside-header,
    nav#generate-slideout-menu.is-open{
        padding-right: 30px;
        padding-left: 30px;
    }
    button.menu-toggle {
        font-size: 30px;
    }
    nav#generate-slideout-menu.is-open{
        padding-top: 20px;
    }
    .slideout-navigation button.slideout-exit {
        padding: 0 !important;
    }
    .top-bar.top-bar-align-right,
    .offside-js--is-open .slideout-overlay,
    .header-widget,
    .footer-bottombar-gap{
        display: none !important;
    }
    header#masthead {
        padding-top: 20px;
        padding-bottom: 20px;
    }
    /*.site.grid-container.container{
        padding-left: 0 !important;
        padding-right: 0 !important;
    }*/
    .site-logo {
        top: 0;
    }
    .bg_all_over.only_desktop,
    .desktop-only.bg_all_over,
    .desktop-only,
    .only_desktop{
        display: none !important;
    }
    .bg_all_over.only_mobile,
    .mobile-only,
    .only_mobile{
        display: block !important;
    }
    .no-csstransforms3d .offside {
        transform: translate3d(0,0,0) !important;
    }
    .half_li {
        column-count: 1;
    }
    ul.ul_li li:last-child {
        margin-bottom: 0;
    }
    .inside-footer-widgets>div:not(:last-child) {
        margin-bottom: 0px;
    }
    footer.site-info {
        padding-bottom: 70px;
    }
    .copyright-bar b {
        margin-left: 0;
        display: block;
    }
    .footer-widgets .widget-title {
        margin-bottom: 10px;
    }
    .footer-grid {
        max-width: 100% !important;
    }
    div#content {
        margin-top: 40px !important;
        display: block;
    }
    .inside-right-sidebar .widget {
        padding-left: 0;
    }
	.site-content .content-area, .is-right-sidebar {
        width: 100% !important;
    }
    .search article .inside-article {
        margin-left: 0;
        margin-right: 0;
    }
	.footer-widget-3 aside, .footer-widget-4 aside {
		padding-left: 0 !important;
	}
    .ask_section .common_section_form {
        margin: 50px 0;
    }
    .ask_section .bg_all_over {
        width: 100%;
    }
    .common_section_form {
        border-radius: 10px;
        padding: 20px;
    }
    .common_section_form .left_col {
        padding-right: 0;
    }
    .common_section_form h3 {
        font-size: 28px;
    }
    .left_col ul.tickli {
        border-radius: 8px;
        padding: 15px 15px;
        margin-bottom: 30px;
    }
    .left_col ul.tickli li {
        background-repeat: no-repeat;
        padding-left: 25px;
        font-size: 15px;
        line-height: 20px;
    }
    .gform_footer button.gform_button {
        padding-left: 20px !important;
        padding-right: 20px !important;
    }
    .gform_footer button.gform_button:after {
        right: 20px;
    }
    .gform_footer button.gform_button:hover:after {
        right: 30px;
    }
    .ask_section .right_img img {
        position: relative;
        bottom: 0;
        width: auto;
        right: 0;
        margin-bottom: -7px;
    }
    .accordion_title {
        padding-left: 15px;
        padding-right: 30px;
        font-size: 15px !important;
    }
    h2.accordion_title:after {
        width: 20px;
        right: 5px;
        background-size: contain;
    }
    .accordion_content strong {
        font-size: 14px;
        line-height: 19px;
        display: inline-block;
    }
    .accordion_content {
        padding-left: 15px;
        padding-right: 15px;
    }
    .accordion_content p {
        font-size: 14px;
    }
    .copyright-bar {
        display: block;
        align-items: center;
        text-align: center !important;
    }
    .copyright-bar .logo_left img {
        text-align: center;
        margin: 0 auto 18px;
        display: block;
    }
    .copyright-bar .copy_center {
        margin-bottom: 11px;
    }
    .copyright-bar .menu_ {
        margin-bottom: 10px;
    }
    section.inner_.ba_gallery_section .arrowsba {
        margin-top: 30px !important;
        width: 50px !important;
    }
    section.inner_.ba_gallery_section button.slick-arrow {
        width: 20px !important;
        height: 20px !important;
    }
    section.inner_.ba_gallery_section .dotsba {
        display: none !important;
    }
	.gform_wrapper .gfield_validation_message, 
	.gform_wrapper .validation_message {
		font-size: 6px !important;
		top: 23px !important;
	}
}
@media only screen and ( min-width:768px) and (max-width:1023px) {
    .common_section_form h3 {
        font-size: 30px;
    }
    
}
@media only screen and ( min-width:1024px) and (max-width:1199px) {
    .azuri-container, header#masthead .inside-header.grid-container, .site-footer .footer-widgets-container.grid-container, .site-footer footer.site-info .inside-site-info.grid-container {
        padding-left: 25px !important;
        padding-right: 25px !important;
    }
    div#content {
        margin-top: 40px !important;
    }
    .footer-widgets-container {
        padding-top: 50px;
        padding-bottom: 50px;
    }
    .gform_footer button.gform_button {
        padding-left: 30px;
        padding-right: 30px;
    }
    .gform_footer button.gform_button:after {
        right: 30px;
    }
    .gform_footer button.gform_button:hover {
        padding-left: 40px;
    }
    .gform_footer button.gform_button:hover:after {
        right: 40px;
    }
    .left_col ul.tickli {
        padding: 12px 11px;
    }
    .ask_section .right_img img {
        right: 0px;
    }
}