/*
Theme Name:   Divi Child
Description:  Write here a brief description about your child-theme
Author:       Elegant Themes
Author URL:   https://www.elegantthemes.com/
Template:     Divi
Version:      4.8.2
Text Domain:  Divi Child
*/

/* Write here your own personal stylesheet */




.footer-widget .ftr_scl_icns, .footer-widget div#block-9 {
    display: none !important;
}
#top-menu li a {
    font-weight: 400 !important;
    transition: all 0.4s !important;
    opacity: 1 !important;
}
#top-menu li {
    padding-right: 40px !important; 
	vertical-align: middle !important;
}
#top-menu li:last-child {
    padding-right: 0px !important; 
}
#top-menu li a::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 30px;
  width: 100%;
  height: 2px;
  background-color: currentColor;
  transform: scaleX(0);
  transform-origin: left center;
  transition: transform 0.3s ease;
}
#top-menu li a:hover::after {
  transform: scaleX(1);
}
#top-menu li.current-menu-item a::after, #top-menu li.current_page_item a::after {
  transform: scaleX(1);
}
#top-menu li.book_now_btn a::after {
	display: none !important;
}
#top-menu li.book_now_btn a {
    font-weight: 600 !important;
    border-radius: 10px !important;
    background: #24924F !important;
    transition: all 0.4s !important;
    box-shadow: 0px 2px 11px 0px hsl(0deg 0% 0% / 10%);
    display: flex;
	align-items: center;
    gap: 20px;
    padding: 10px 25px !important;
    height: 60px ! IMPORTANT;
    color: #fff !important;
}
#top-menu li.book_now_btn a:hover {
    background: #181818 !important;
	color: #fff !important;
	box-shadow: none !important;
}
#top-menu li.book_now_btn a img {
	transition: all 0.4s ease-in-out !important;
}
/* #top-menu li.book_now_btn a:hover img {
	filter: invert(1) brightness(2);
} */
#top-menu li.book_now_btn {
    position: relative;
    top: -23px;
}
#top-header .container {
    padding: 10px 0 !important;
}
#top-header #et-info {
    padding: 0 !important;
    width: 100% !important;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
#top-header #et-info .hdr_scl_links {
    display: flex;
    align-items: center;
    gap: 20px;
    width: 100%;
    justify-content: space-between;
}
#top-header #et-info a {
    font-weight: 500 !important;
    opacity: 1 !important;
	transition: all 0.4s ease-in-out !important;
}
#top-header #et-info a:hover {
     color: #24924F !important;
}
#top-header #et-info ul.et-social-icons {
    float: right;
	display: none !important;
}
#top-header #et-info ul.et-social-icons li a::before {
    font-size: 18px !important;
}
#top-header #et-info-email {
    opacity: 1 !important;
}
#top-header #et-info #et-info-phone::before {
    content: url(https://projects.hatch2web.com/fnb/wp-content/uploads/2025/04/hdr_call_icon.png) !important;
	top: 0 !important;
} 
#top-header #et-info #et-info-email::before {
    content: url(https://projects.hatch2web.com/fnb/wp-content/uploads/2025/04/hdr_mail_icon.png) !important;
}
#top-header #et-info #et-info-phone, #top-header #et-info-email {
    display: inline-flex;
    align-items: center;
    gap: 5px;
}
#main-header.et-fixed-header #top-menu li a::after {
    bottom: 12px !important;
}
#main-header.et-fixed-header #top-menu li.book_now_btn {
    top: -15px;
}
#main-footer {
    background-position: center !important;
    background: url(https://projects.hatch2web.com/fnb/wp-content/uploads/2025/04/footer_bg-banner.webp) !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
}
#main-footer .footer-widget a.ftr_rd_mr {
    text-decoration: underline !important;
    letter-spacing: 0;
    font-weight: 600;
    transition: all 0.4s ease-in-out !important;
}
#main-footer .footer-widget a.ftr_rd_mr:hover {
    color: #fff !important;
    letter-spacing: 0.05em;
}
div#footer-bottom {
    padding: 0 !important;
}
#footer-bottom #footer-info {
    float: none;
    text-align: center;
    padding-bottom: 0 !important;
}
#footer-bottom .container {
    padding: 15px 0;
    border-top: 1px solid #373737 !important;
}
#main-footer #footer-widgets .footer-widget:first-child {
    width: 100% !important;
    margin: 0 !IMPORTANT;
    display: flex !important;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    border-bottom: 1px solid #373737;
    padding-bottom: 50px;
    margin-bottom: 50px !important;
}
#main-footer #footer-widgets .footer-widget:first-child .fwidget {
    margin-bottom: 0 !IMPORTANT;
}
.footer-widget .ftr_scl_icns li {
    padding: 0 !IMPORTANT;
    margin: 0 !important;
}
.footer-widget .ftr_scl_icns li:before {
    display: none !important;
}
.footer-widget .ftr_scl_icns li a {
    color: #fff !important;
    font-size: 18px !important;
    opacity: 1 !important;
    transition: all 0.4s !important;
}
.footer-widget .ftr_scl_icns li a:hover {
    color: #24924F !important;
}
.footer-widget .ftr_scl_icns ul {
    display: flex !important;
    gap: 13px;
}
.ftr_ml_pt .mailpoet_form {
    width: 600px ! IMPORTANT;
}
.ftr_ml_pt .mailpoet_form .inpt_ml input {
    background: transparent !important;
    font-size: 16px !important;
}
.ftr_ml_pt .mailpoet_form .sb_btn.last input {
    font-weight: 600 !important;
    font-size: 16px ! IMPORTANT;
    height: 48px !important;
    padding: 10px 25px ! IMPORTANT;
    transition: all 0.4s !important;
    cursor: pointer;
}
.ftr_ml_pt .mailpoet_form .sb_btn.last input:hover {
    background: #fff !important;
	border-color: #fff !important;
	color: #24924f !important;
}
.ftr_ml_pt .inpt_ml {
    width: 350px ! IMPORTANT;
    margin-bottom: 0 !important;
    float: left;
    display: flex;
    align-items: center;
}
.ftr_ml_pt .mailpoet_validate_success {
    padding: 0;
    color: #fff;
}
.ftr_ml_pt .sb_btn.last{
	float: right !important;
}
#main-footer #footer-widgets .footer-widget .ftr_lg {
    margin: 0 !important;
}
.footer-widget:nth-child(2) .fwidget, .footer-widget:nth-child(3) .fwidget, .footer-widget:nth-child(4) .fwidget, .footer-widget:nth-child(5) .fwidget {
    margin-bottom: 15px !important;
    width: 100% !important;
}
#main-footer #footer-widgets .footer-widget h5 {
    font-weight: 500 !important;
}
#main-footer #footer-widgets .footer-widget {
    margin-bottom: 50px !important;
}
#main-footer #footer-widgets {
    padding-top: 60px ! IMPORTANT;
}
.footer-widget .fwidget ul.menu li:before{
	display: none !important;
}
.footer-widget .fwidget ul.menu li {
	padding: 0 !important;
}
.footer-widget .fwidget ul.menu li:last-child {
	margin-bottom: 0 !important;
}
.footer-widget .fwidget ul.menu li a {
	transition: all 0.4s ease-in-out !important;
}
.footer-widget .fwidget ul.menu li a:hover {
	color: #fff !important;
}
.ftr_cnt_col {
    display: flex;
    gap: 15px;
}
.ftr_cnt_col.divider {
    padding-bottom: 15px;
    margin-bottom: 15px;
    border-bottom: 1px solid #373737;
}
.ftr_cnt_img {
    display: flex;
    align-items: center;
}
.ftr_cnt_dtl {
    display: flex;
    flex-direction: column;
    gap: 5px;
}
.ftr_cnt_dtl a {
    transition: all 0.4s ease-in-out;
}
.ftr_cnt_dtl a:hover {
    color: #fff !important;
}
.hm_hero_sc {
    display: flex;
}
.hm_hero_sc h1 span {
    font-weight: 700 !important;
}
.btn_arrow {
    background-repeat: no-repeat;
    background-size: auto !important;
    background-position: 85% 50%;
}
.remod_ser {
    background-position: 92% 50% !important;
}
.btn_arrow.white {
    background-image: url(https://projects.hatch2web.com/fnb/wp-content/uploads/2025/04/button_white-arrow.png) !important;
}
.btn_arrow.black {
    background-image: url(https://fnbremodeling.com/wp-content/uploads/2025/04/button_blck-arrow.png) !important;
}
.btn_arrow.hvr:hover {
    background-image: url(https://projects.hatch2web.com/fnb/wp-content/uploads/2025/04/button_white-arrow.png) !important;
}
.book_sc_blrb .et_pb_blurb_container {
    vertical-align: middle ! IMPORTANT;
}
.book_sc_blrb .et_pb_module_header {
    padding-bottom: 17px;
}
.ftr_ml_pt .mailpoet_form .inpt_ml:before {
    content: url(https://projects.hatch2web.com/fnb/wp-content/uploads/2025/04/mail_poet-icon.png);
    position: relative;
    top: 3px;
}
.hm-cnt-form label {
    display: block !important;
}
.hm-cnt-form label {
    display: block !important;
    color: #fff !important;
    font-size: 15px;
    margin-bottom: 5px;
}
.hm-cnt-form textarea {
    min-height: 120px !important;
}
.hm-cnt-form input::placeholder, .hm-cnt-form textarea::placeholder {
    color: #ffffff00 !important;
}
.hm-cnt-form .et_contact_bottom_container, .hm-cnt-form button.et_pb_button {
    width: 100% !important;
}
.hm-cnt-form button.et_pb_button {
    transition: all 0.4s ease-in-out ! IMPORTANT;
}
.hm-cnt-form button.et_pb_button:hover {
    transform: translateY(-3px) !important;
}
.hm-cnt-form .et-pb-contact-message {
    color: #fff !important;
    font-weight: 600 !important;
    text-transform: uppercase;
    text-decoration: underline;
}
.hm_faqs .et_pb_toggle_content {
    padding-top: 10px !important;
    padding-bottom: 0 !important;
}
.hm_faqs .et_pb_toggle {
    margin-bottom: 12px !important;
}
.hm_faqs .et_pb_toggle:last-child {
    margin-bottom: 0px !important;
}
.serices_img_hvr {
	position: relative !important;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.serices_img_hvr .et_pb_promo_description div, .serices_img_hvr .et_pb_button_wrapper {
    opacity: 0;
    transform: translateY(20px);
    transition: transform 0.4s ease-in-out;
    visibility: hidden;
    position: relative;
    z-index: 1;
}
.serices_img_hvr .et_pb_promo_description, .serices_img_hvr .et_pb_module_header {
    padding: 0 !important;
}
.serices_img_hvr:hover .et_pb_promo_description div, .serices_img_hvr:hover  .et_pb_button_wrapper {
    opacity: 1;
    transform: translateY(0);
    visibility: visible;
}
.serices_img_hvr .et_pb_promo_description {
	position: unset !important;
}
.serices_img_hvr .et_pb_module_header {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    transition: all 0.4s ease;
    z-index: 2;
    width: 95%;
}
.serices_img_hvr:hover .et_pb_module_header {
	position: relative !important;
    transform: translateX(-50%);
}
.serices_img_hvr:hover .et_pb_promo_description div {
    margin-top: 12px;
    margin-bottom: 25px;
}
.serices_img_hvr .et_pb_button_wrapper a.et_pb_button {
    background-image: url(https://fnbremodeling.com/wp-content/uploads/2025/04/button_blck-arrow.png) !important;
	background-repeat: no-repeat;
    background-size: auto !important;
    background-position: 85% 50%;
}
.serices_img_hvr .et_pb_button_wrapper a.et_pb_button:hover {
    box-shadow: 0 10px 10px 0 #00000087 !important;
}
.rs_tst-crsl .sp-testimonial-client-testimonial {
    display: flex;
    padding: 30px ! IMPORTANT;
    background: url(https://projects.hatch2web.com/fnb/wp-content/uploads/2025/04/tst_crsl_bg.webp) no-repeat center;
	border-radius: 20px !important;
	background-size: cover !important;
}
.tst_crsl {
    background: #fff !important;
    border-radius: 20px;
    padding: 30px;
}
.tst_crsl .tst_content p {
    padding: 0 !important;
    text-align: left;
    line-height: 28px;
    font-weight: 400;
    display: flex;
    flex-direction: column;
    gap: 5px;
}
.tst_crsl .tst_content p.para:before {
    content: url(https://projects.hatch2web.com/fnb/wp-content/uploads/2025/04/test_quote.png);
}
.tst_crsl .tst_detail .tst_name p {
    margin: 0 !important;
    padding: 0 !important;
    text-align: left;
    font-size: 16px !important;
    line-height: 28px;
}
.tst_crsl .tst_detail {
    display: flex;
    margin-top: 35px ! IMPORTANT;
    gap: 17px;
    align-items: center;
}
.tst_crsl .tst_detail h5 {
    text-align: left !important;
    color: #24924F !important;
    font-size: 18px;
    line-height: 1.2em;
    padding-bottom: 5px;
}
.tst_crsl .tst_detail .tst_img {
    display: none;
}
.blg_pst article {
    margin: 0 !important;
	display: flex;
	flex-direction: column !important;
}
.blg_pst article .entry-title {
    order: 3;
    padding: 0 !IMPORTANT;
}
.blg_pst article a.entry-featured-image-url {
    margin-bottom: 22px ! IMPORTANT;
}
.blg_pst article .entry-title {
    order: 3;
    padding: 0 !IMPORTANT;
    margin-top: 5px;
}
.blg_pst article p.post-meta span.published:before {
    content: url(https://projects.hatch2web.com/fnb/wp-content/uploads/2025/04/post_blog-icon.png);
    margin-right: 7px;
    position: relative;
    top: 2px;
}
.inner_hro_sc {
    display: flex;
}
.mission_vision-blrb .et_pb_blurb_container::after {
    content: "";
    display: block;
    width: 150px;
    height: 3px;
    background-color: #fff;
    top: 13px ! IMPORTANT;
    position: relative !important;
    border-radius: 15px;
}
.cnt_frm button.et_pb_contact_submit, .cnt_frm .et_contact_bottom_container  {
    width: 100%;
}
.cnt_frm button.et_pb_contact_submit:hover {
    transform: translateY(-5px);
}
.cnt_frm input, .cnt_frm textarea {
	color: #181818 !important;
}
.cnt_frm .et-pb-contact-message, .cnt_frm .et-pb-contact-message p {
    font-weight: 600;
    font-size: 18px;
}
.cont_three-blurbs .et_pb_blurb_container {
    vertical-align: middle;
}
.social_icns ul {
    padding: 0 !important;
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
}
.social_icns ul li a {
    border: 1px solid #D9D9D9 !important;
    border-radius: 50px;
    background: #F5F5F5 !important;
    width: 50px !important;
    display: flex;
    height: 50px;
    align-items: center;
    justify-content: center;
    font-size: 20px;
	transition: all 0.4s !important;
}
.social_icns ul li a:hover {
    border-color: #24924F !important;
	background-color: #24924F !important;
	transform: translatey(-3px) !important;
}
ul.grn_chk {
    padding: 0 !important;
}
ul.grn_chk li:last-child {
    margin-bottom: 0px !important;
}
ul.grn_chk li:before {
    content: url(https://projects.hatch2web.com/fnb/wp-content/uploads/2025/04/green_tick.png);
	top: 3px;
    position: relative;
}
ul.grn_chk li {
    margin-bottom: 15px;
    display: inline-flex;
    align-items: baseline;
    gap: 10px;
	width: 100%;
}
.li-pnts ol {
    padding: 0px !important;
}
.li-pnts ol li {
    margin-bottom: 15px;
}
.li-pnts ol li:last-child {
    margin-bottom: 0px !important;
}
.faq_accord .et_pb_toggle {
    padding-top: 15px !important;
    padding-bottom: 15px !important;
}
#top-menu li.menu-item-has-children a:after {
    right: 0 !important;
    top: 0 !important;
    left: unset !important;
    transform: unset !important;
    width: unset !important;
	height: 0 !Important;
}
#top-menu li ul.sub-menu li a {
    padding-left: 0 !important;
    padding-right: 0 !important;
    background: #fff ! IMPORTANT;
}
#top-menu li ul.sub-menu li a:hover {
    color: #24924F ! IMPORTANT;
}
.blg_pst.blog-pg article {
    display: flex;
    flex-direction: column !important;
}
.blg_pst.blog-pg .et_pb_ajax_pagination_container {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 50px;
}
.single-post .et_post_meta_wrapper img {
    border-radius: 20px;
}
.single-post .et_post_meta_wrapper .entry-title {
    font-size: 27px;
    line-height: 1.3em;
    font-weight: 600 !important;
}
#left-area .post-meta {
    font-size: 15px !important;
}
.single-post  #main-content .container:before, .search-results #main-content .container:before, .category #main-content .container:before, .author #main-content .container:before{
	background: transparent !Important;
}
#main-content #sidebar {
    padding: 0 !IMPORTANT;
}
#main-content #sidebar .wp-block-search__inside-wrapper input {
    background: #F5F5F5 !important;
    border: none !important;
    height: 60px ! IMPORTANT;
    border-radius: 10px;
    font-size: 16px;
    padding: 10px 20px;
    color: #616161 !important;
    font-weight: 400 !important;
}
#main-content #sidebar .wp-block-search__inside-wrapper button.wp-block-search__button {
    background: transparent !important;
    border: none;
    height: 60px ! IMPORTANT;
}
.wp-block-latest-posts__list li {
    display: flex;
    gap: 15px;
    margin-bottom: 25px !important;
    align-items: center;
    border-bottom: 1px solid #D9D9D9;
    padding-bottom: 20px;
}
.wp-block-latest-posts__list li:last-child {
    margin-bottom: 0px !important;
    border-bottom: 0 !important;
    padding-bottom: 0px !important;
}
.wp-block-latest-posts__list li .wp-block-latest-posts__featured-image img {
    width: 85px;
    border-radius: 10px;
}
.wp-block-latest-posts__list li .post-meta {
    line-height: 22px;
}
.wp-block-latest-posts__list li .post-meta a {
    font-size: 15.5px;
	font-weight: 600 !important;
	transition: all 0.4s;
}
.wp-block-latest-posts__list li .post-meta a:hover {
    color: #24924F !important;
}
.wp-block-latest-posts__list li .post-meta time {
    font-weight: 300 !important;
    color: #616161 !important;
    margin-top: 7px;
    font-size: 15px;
}
.wp-block-latest-posts__list li .post-meta time:before {
    content: url(https://projects.hatch2web.com/fnb/wp-content/uploads/2025/04/post_blog-icon.png);
    margin-right: 7px;
    position: relative;
    top: 2px;
}
.wp-block-latest-posts__list li .wp-block-latest-posts__featured-image {
    display: flex;
}
div#left-area {
    width: 70% !important;
}
div#sidebar {
    width: 30%;
}
.rc_psts {
    padding-bottom: 0;
    margin-bottom: -5px;
    margin-top: 50px !important;
}
#left-area article a.entry-featured-image-url img {
    border-radius: 20px;
}
#left-area article .entry-title {
    font-size: 27px;
    line-height: 1.3em;
    font-weight: 600 !important;
}
#left-area article p.post-meta {
    padding-bottom: 5px;
}
.single-post #left-area article p.post-meta {
    padding-bottom: 15px;
}
.serv_two_btns {
    display: flex;
    flex-wrap: wrap !important;
    justify-content: center;
    gap: 15px;
}
.pop_cnt-frm h5 {
    color: #181818 !important;
    font-weight: 600 !important;
    line-height: 1.2em !important;
    font-size: 40px;
    text-align: center;
    margin: 15px 0 22px 0 !important;
}
.pop_cnt-frm p.gt_tch {
    font-weight: 500;
    text-transform: uppercase;
    font-size: 20px;
    letter-spacing: 0.1em;
    line-height: 30px;
    text-align: center;
    color: #24924F !important;
}
.cont_form .form-input input, .cont_form .form-input span, .cont_form .form-textarea textarea {
    width: 100% !important;
} 
.cont_form .form-input p {
    display: flex;
    gap: 15px;
}
.cont_form .form-input {
    margin-bottom: 15px;
}
.cont_form .form-input input, .cont_form .form-textarea textarea {
    border: 1px solid #E0E0E0 !important;
    border-radius: 10px !important;
    padding: 17px 20px;
    font-weight: 400 !important;
    font-size: 16px;
	color: #181818 !important;
}
.cont_form .form-input input::placeholder, .cont_form .form-textarea textarea::placeholder {
	color: #9B9B9B !important;
}
.cont_form .form-textarea textarea {
    height: 180px;
}
.cont_form .form-submit span.wpcf7-spinner {
    display: none;
}
.cont_form .form-submit input {
    width: 100%;
    margin-top: 15px;
    border: none ! IMPORTANT;
    background: #24924F !important;
    color: #fff !important;
    border-radius: 10px !important;
    padding: 17.5px;
    font-weight: 600 !important;
    text-transform: uppercase;
    font-size: 16px;
    transition: all 0.4s ease-in-out;
	cursor: pointer !important;
}
.cont_form .form-submit input:hover {
    background: #181818 !important;
}
div#popmake-382 button.pum-close.popmake-close {
    transition: all 0.4s ease-in-out;
}
div#popmake-382 button.pum-close.popmake-close:hover {
    background: #181818 !important;
}
.author #main-content h2.entry-title, .category #main-content h2.entry-title {
    font-size: 27px ! IMPORTANT;
}
.single-mailpoet_page #main-content .container::before {
    background: transparent !important;
}
.hero_li ul {
    padding: 0 !important;
}
.hero_li ul li {
    margin-bottom: 10px;
}
.hero_li ul li:last-child {
    margin-bottom: 0 !important;
}
.hero_li ul li img {
    margin-right: 5px;
    position: relative;
    top: 3px;
}
.foq-tgl .et_pb_toggle_content {
    padding-top: 8px;
}









/* -------------------- Start Responsive CSS -------------------- */

@media only screen and (max-width:480px) {
body #top-header #et-info a {
    font-size: 12.5px !important;
}	
#top-header #et-info #et-info-phone {
    margin: 0 !important;
}	
div#popmake-382 {
    padding-left: 20px ! IMPORTANT;
    padding-right: 20px ! IMPORTANT;
}
}

@media only screen and (min-width:480px) and (max-width:767px) {
.ser_off_row .et_pb_column {
    width: 100% ! IMPORTANT;
}
.ser_off_row .serices_img_hvr {
    min-height: 350px ! IMPORTANT;
}	
}

@media only screen and (max-width:550px) {
.cont_form .form-input p {
    flex-direction: column !important;
}	
.ftr_ml_pt .mailpoet_form {
    width: 100% !important;
}
.ftr_ml_pt .inpt_ml {
    width: 100% !important;
}	
.ftr_ml_pt .sb_btn.last {
    float: left !important;
    margin-top: 15px !important;
}	
#main-footer #footer-widgets .footer-widget h5 {
    font-size: 20px !important;
}	
.rs_tst-crsl .sp-testimonial-client-testimonial {
    padding: 12px ! IMPORTANT;
}	
.tst_crsl {
    padding: 12px !important;
}
}

@media only screen and (min-width:551px) and (max-width:767px) {
.ftr_ml_pt .inpt_ml {
    width: 270px ! IMPORTANT;
}
.ftr_ml_pt .mailpoet_form .sb_btn.last input {
    padding: 10px 12px ! IMPORTANT;
}	
.rs_tst-crsl .sp-testimonial-client-testimonial {
    padding: 15px ! IMPORTANT;
}	
.tst_crsl {
    padding: 15px !important;
}	
}	

@media only screen and (max-width:767px) {	
.author #main-content h2.entry-title, .category #main-content h2.entry-title {
    font-size: 25px ! IMPORTANT;
}	
#left-area article .entry-title {
    font-size: 25px !important;
}
.pop_cnt-frm h5 {
    font-size: 30px !important;
}
.pop_cnt-frm p.gt_tch {
    font-size: 18px !important;
}	
.cont_three-blurbs span.et_pb_image_wrap {
    margin-left: 0 !important;
}
.cont_three-blurbs .et_pb_main_blurb_image {
    margin-bottom: 18px;
}	
#top-header .container {
    width: 95% ! IMPORTANT;
}	
.blg_pst.blog-pg .et_pb_ajax_pagination_container {
    display: flex !important;
    flex-direction: column !important;
}	
.book_sc_blrb .et_pb_main_blurb_image span.et_pb_image_wrap {
    margin-left: 0 !important;
}
#main-footer #footer-widgets .footer-widget .fwidget {
    margin-bottom: 25px ! IMPORTANT;
}
#main-footer #footer-widgets .footer-widget .fwidget:last-child {
    margin-bottom: 0 !important;
}
.ftr_ml_pt .mailpoet_form {
    width: 100% !important;
}	
#top-header #et-info .hdr_scl_links {
    gap: 10px !important;
    flex-wrap: wrap !important;
    justify-content: center ! IMPORTANT;
    width: 100%;
}	
#top-header #et-info a {
    font-size: 14px !important;
}	
#top-header #et-info ul.et-social-icons {
    display: none !important;
}
#main-footer #footer-widgets {
    padding-bottom: 0 !important;
}	
#main-footer #footer-widgets .footer-widget h5 {
    padding: 0 !important;
    margin-bottom: -2px;
}	
#main-footer #footer-widgets .footer-widget:first-child {
    padding-bottom: 30px;
    margin-bottom: 30px !important;
    gap: 25px !important;
}		
}

@media only screen and (min-width:768px) and (max-width:980px) {
.pop_cnt-frm h5 {
    font-size: 37px !important;
}
.rs_tst-crsl .sp-testimonial-client-testimonial {
    padding: 15px ! IMPORTANT;
}
.tst_crsl .tst_detail {
    margin-top: 15px ! IMPORTANT;
}	
.blg_pst.blog-pg .et_pb_ajax_pagination_container {
    gap: 20px;
}	
.tst_crsl {
    padding: 25px 15px !Important;
}	
#main-footer #footer-widgets .footer-widget:nth-child(4), #main-footer #footer-widgets .footer-widget:nth-child(5) {
    margin-bottom: 0 !IMPORTANT;
}	
#main-footer #footer-widgets .footer-widget:nth-child(n) {
    margin-right:0 !important;
}	
#main-footer #footer-widgets .footer-widget:nth-child(2n) {
    margin-right: 7.5% !important;
}	
#main-footer #footer-widgets .footer-widget:first-child .widget_media_image {
	width: 15% !important;
} 	
.ftr_ml_pt .mailpoet_form {
    width: 400px ! IMPORTANT;
}
.ftr_ml_pt .inpt_ml {
    width: 230px ! IMPORTANT;
}	
.ftr_ml_pt .mailpoet_form .sb_btn.last input {
    padding: 10px 12px ! IMPORTANT;
}	
}

@media only screen and (max-width:980px) {
.single-post #main-content, .author #main-content, .category #main-content {
    padding-bottom: 50px !important;
}
div#left-area {
    width: 100% !important;
}
.rc_psts {
    padding-bottom: 0;
    margin-bottom: -5px;
    margin-top: 30px !important;
}	
.rev_col{
	display: flex;
    flex-direction: column-reverse !important;
}
.book_sc_blrb span.et_pb_image_wrap {
    width: 90px !important;
}
#main-header img#logo {
    min-height: 80%;
    max-width: 80% !important;
}	
.mobile_menu_bar:before {
    color: #24924F !important;
}
ul#mobile_menu {
	border-color: #24924F !important;
}
.book_now_btn img {
	display: none !important;
} 	
}

@media only screen and (min-width:981px) {
.footer-widget:nth-child(2) {
    width: 24% ! IMPORTANT;
}
.footer-widget:nth-child(4) {
    width: 21% ! IMPORTANT;
}	
.footer-widget:nth-child(5) {
    width: 22.9% ! IMPORTANT;
}	
}

@media only screen and (min-width:981px) and (max-width:1050px) {
body .serices_img_hvr {
    min-height: 570px ! IMPORTANT;
}
}


@media only screen and (min-width:1051px) and (max-width:1250px) {
body .serices_img_hvr {
    min-height: 535px ! IMPORTANT;
}
}

@media only screen and (min-width:981px) and (max-width:1250px) {
div#left-area {
    width: 60% !important;
}
div#sidebar {
    width: 40%;
}	
.cont_three-blurbs span.et_pb_image_wrap {
    width: 65px ! IMPORTANT;
}
body .strt_proj_hdng {
    width: 90% ! IMPORTANT;
}
#top-menu li {
    padding-right: 25px !important;
}
#top-header .container, #main-header .container {
	width: 90% !important;	
}
.ftr_ml_pt .mailpoet_form {
    width: 500px ! IMPORTANT;
}
.ftr_ml_pt .inpt_ml {
    width: 300px ! IMPORTANT;
}	
.hm_hero_sc h1 {
    font-size: 55px !important;
}
.hm_hero_sc {
    min-height: 600px !important;
}	
.book_sc_blrb .et_pb_blurb_container {
    padding-left: 0 !important;
}	
.book_sc_blrb h4 {
    font-size: 18px ! IMPORTANT;
}	
.book_sc_blrb .et_pb_blurb_description {
    font-size: 30px !important;
}	
.book_sc_blrb span.et_pb_image_wrap {
    width: 100px !important;
}	
body h2, body h3 {
    font-size: 35px !important;
}
body .serices_img_hvr .et_pb_promo_description h4.et_pb_module_header {
    font-size: 23px !important;
}
.rs_tst-crsl .sp-testimonial-client-testimonial {
    padding: 22px ! IMPORTANT;
}	
.tst_crsl {
    padding: 22px;
}		
	
}

@media only screen and (min-width:1251px) and (max-width:1450px) {
body h2, body h3 {
    font-size: 40px !important;
}	
.rs_tst-crsl .sp-testimonial-client-testimonial {
    padding: 22px ! IMPORTANT;
}	
.tst_crsl {
    padding: 22px;
}	
body .serices_img_hvr {
    min-height: 460px ! IMPORTANT;
}	
body .serices_img_hvr .et_pb_promo_description h4.et_pb_module_header {
    font-size: 25px !important;
}	
}

@media only screen and (min-width:981px) and (max-width:1450px) {
.ftr_cnt_col {
    flex-direction: column !important;
}
}

@media only screen and (min-width:1451px) and (max-width:1650px) {
body .serices_img_hvr {
    min-height: 420px ! IMPORTANT;
}
body .serices_img_hvr .et_pb_promo_description h4.et_pb_module_header {
    font-size: 27px !important;
}	
}

@media only screen and (min-width:1651px) and (max-width:1720px) {
body .serices_img_hvr .et_pb_promo_description h4.et_pb_module_header {
    font-size: 28px !important;
}	
}

@media only screen and (min-width:1024px) and (max-width:1365px) {
.pop_cnt-frm h5 {
    font-size: 37px !important;
}	
.cont_form .form-input p {
    flex-direction: column !important;
}	
div#popmake-382 {
    padding-left: 25px ! IMPORTANT;
    padding-right: 25px ! IMPORTANT;
}	
}	




/* -------------------- Endesponsive CSS --------------------  */