/* ==========================================================================
   SKT Chemical - Responsive Stylesheet
   Breakpoints:
   - Large Desktop  : 1516px+
   - Desktop        : 1170px – 1515px
   - Small Desktop  : 981px – 1169px
   - Tablet         : 768px – 1023px
   - Mobile Land.   : 480px – 767px
   - Mobile Port.   : up to 767px
   - Small Mobile   : up to 479px
   ========================================================================== */

/* ==========================================================================
   DESKTOP MENU SHOW / MOBILE TOGGLE HIDE
   ========================================================================== */
@media screen and (min-width: 1024px) {
    .menu-toggle,
    .dropdown-toggle {
        display: none;
    }
    .main-navigation ul {
        display: block;
    }
}

/* ==========================================================================
   NAVIGATION – DESKTOP FLYOUT BEHAVIOUR (981px+)
   ========================================================================== */
@media screen and (min-width: 981px) {
    .menu-toggle,
    .dropdown-toggle {
        display: none;
    }
    .site-navigation {
        align-items: start;
    }
    .site-navigation .primary-menu,
    .site-navigation .social-menu {
        position: static;
    }
    .site-navigation .menu li {
        position: relative;
        width: auto;
        left: unset;
    }
    .site-navigation .menu ul li:first-child {
        border-top: 0;
    }
    .site-navigation .menu a,
    .site-navigation .menu ul a,
    .site-navigation .menu ul ul a {
        padding: .75em .95em;
    }
    .site-navigation .menu ul {
        position: absolute;
        background-color: #ffffff;
        text-align: left;
        top: 100%;
        left: -9999em;
    }
    .site-navigation .menu li:hover > ul,
    .site-navigation .menu li:focus > ul,
    .site-navigation .menu li.focus > ul {
        left: 0;
    }
    .site-navigation .menu ul li {
        position: relative;
        width: 220px;
    }
    .site-navigation .menu li li:hover > ul,
    .site-navigation .menu li li:focus > ul,
    .site-navigation .menu li li.focus > ul {
        top: 0;
        left: 100%;
    }
    .site-navigation .menu ul a:hover,
    .site-navigation .menu ul a:focus {
        color: #000000;
    }
    .menu-item-has-children > a:after,
    .page_item_has_children > a:after {
        font-family: dashicons;
        content: '\f347';
        vertical-align: bottom;
        margin-left: .25em;
    }
    .menu-item-has-children .menu-item-has-children > a:after,
    .menu-item-has-children .page_item_has_children > a:after,
    .page_item_has_children .menu-item-has-children > a:after,
    .page_item_has_children .page_item_has_children > a:after {
        content: '\f345';
        font-family: dashicons;
        position: absolute;
        right: 0;
        top: 50%;
        transform: translate(0, -50%);
    }
    #topmenu {
        float: none;
    }
    .container.menuwrapper {
        background: transparent !important;
    }
    #menubar {
        border-top: 3px solid transparent !important;
    }
}

/* ==========================================================================
   MOBILE HAMBURGER MENU (max-width: 1024px)
   ========================================================================== */
@media (max-width: 1024px) {
    .main-navigation button.menu-toggle {
        display: block;
        width: 44px;
        height: 44px;
        background: transparent;
        border: none;
        cursor: pointer;
        padding: 6px;
        position: absolute;
        top: 22px;
        right: 15px;
        z-index: 99999;
        margin: 0;
    }
    /* Toggled open nav */
    .main-navigation.toggled ul {
        position: relative;
        width: 100%;
        background-color: #051d3a;
        z-index: 9999;
        text-align: left;
        padding-bottom: 10px;
        left: 0;
        opacity: 1;
        transform: none;
    }
    .main-navigation.toggled ul li {
        text-align: left;
        line-height: 37px;
        float: none;
        position: relative;
        width: 100%;
        display: block;
    }
    .main-navigation.toggled ul li a {
        color: #ffffff;
        padding: 8px 20px;
        line-height: 1.6;
        border-bottom: 1px solid rgba(255,255,255,0.08);
        display: block;
		background-color:transparent;
    }
    .main-navigation.toggled ul li a:hover {
        background-color: #fa7d09;
        color: #ffffff;
    }
    .main-navigation.toggled ul ul,
    .main-navigation.toggled ul ul ul {
        position: relative;
        width: 100%;
        float: none;
        display: block;
        opacity: 0;
        left: 0;
        height: 0;
        overflow: hidden;
        box-shadow: none;
        background-color: #0a2d54;
    }
    .main-navigation ul ul ul {
        right: 0;
        opacity: 0;
        left: 0;
    }
    .main-navigation.toggled ul li:hover ul,
    .main-navigation.toggled ul li:focus ul,
    .main-navigation.toggled ul li.focus ul {
        display: block;
        opacity: 1;
        height: auto;
        overflow: visible;
    }
    .main-navigation.toggled ul li:hover ul ul,
    .main-navigation.toggled ul li:focus ul ul,
    .main-navigation.toggled ul li.focus ul ul {
        display: block;
        opacity: 0;
        height: 0;
        overflow: hidden;
        box-shadow: none;
    }
    .main-navigation.toggled ul ul li:hover ul,
    .main-navigation.toggled ul ul li:focus ul,
    .main-navigation.toggled ul ul li.focus ul {
        display: block;
        opacity: 1;
        left: 0;
        height: auto;
        overflow: visible;
        box-shadow: none;
    }
    .main-navigation ul ul li.menu-item-has-children > a:after {
        content: "\f347";
        font-family: dashicons;
    }
    .main-navigation ul ul li a {
        color: #ffffff;
    }
}

/* ==========================================================================
   LARGE DESKTOP — 1170px to 1515px
   ========================================================================== */
@media screen and (min-width: 1170px) and (max-width: 1515px) {
    #navigation {
        width: 65% !important;
    }
}

@media screen and (max-width: 1169px) and (min-width: 768px) {
	.logo{
		float:left;
		
	}	
	.main-navigation li.menu-item-has-children a::after{right:0px !important; top:0px !important;}
}

/* ==========================================================================
   SMALL DESKTOP — 981px to 1169px
   ========================================================================== */
@media screen and (min-width: 981px) and (max-width: 1169px) {
    html {
        overflow-x: hidden;
    }
    input.search-field,
    .post-password-form input[type="password"] {
        width: 70%;
    }
    .toggle {
        width: inherit;
    }
    .blog_lists {
        margin: 0 10px 30px 10px;
    }
    #navigation {
        width: 60%;
		padding-left:10px;
    }
    .inner-banner-thumb h1 {
        font-size: 40px;
    }
    .banner-container {
        width: auto;
    }
    input.search-field {
        width: 70% !important;
    }
    .footer h1,
    .footer h2,
    .footer h3,
    .footer h4 {
        font-size: 20px;
        margin: 0 0 20px;
    }
    #footer {
        padding: 0;
    }
    .footer-row {
        padding: 30px 10px 30px 25px;
    }
    .footer-lft {
        padding: 60px 20px;
    }
    .footer-lft,
    .footer-rght {
        display: block;
        float: none;
        width: 100%;
    }
    .footer-rght {
        margin: 20px 0;
        padding: 30px 20px;
    }
    .cols-3 {
        width: 48% !important;
        padding: 0 15px;
        margin-bottom: 20px;
    }
    .cols-3:nth-child(1) {
        width: 48% !important;
    }
    .woocommerce ul.products li.product,
    .woocommerce-page ul.products li.product {
        width: 44%;
        margin: 10px 2%;
    }
	.main-navigation li.menu-item-has-children > a:after{
		top:15px;
	}		
}

/* ==========================================================================
   TABLET — 768px to 1023px
   Full rewrite — clean layout:
   ROW 1: [LOGO left]         [menu-toggle absolute right]
   ROW 2: [srcrt button right-aligned, full width]
   ROW 3: [toggled nav full width, drops below]
   ========================================================================== */
@media screen and (min-width: 768px) and (max-width: 1023px) {
    * {
        box-sizing: border-box;
    }

    /* Header: needs relative so toggle absolute works */
    .header {
        width: 100%;
        position: relative !important;
        overflow: visible;
    }
    .header .container {
        padding: 0 20px !important;
        position: relative;
        overflow: visible;
    }
    .transheader {
        position: relative !important;
		background-color: #051d3a !important;
		width:100% !important;
    }

    /* Container & layout */
    .container {
        width: 100%;
        padding: 0 20px;
    }
    .content-area {
        width: auto;
        margin: 0;
        padding: 40px 20px;
    }
    #sidebar {
        width: 30%;
    }
    .site-main {
        width: 68%;
    }
    .row_area {
        margin-left: 0;
    }

    /* ---------------------------------------------------------------
       LOGO — float left, natural height
    --------------------------------------------------------------- */
    .logo {
        float: left;
        width: auto;
        padding: 20px 0;
        position: relative;
        text-align: left;
        min-height: inherit;
    }
    body.wp-custom-logo .logo {
        padding: 20px 0;
    }
    .logo img {
        max-height: 55px;
        width: auto;
    }
    .logo h2 {
        font-size: 24px;
        line-height: 36px;
    }

    /* ---------------------------------------------------------------
       NAVIGATION wrapper — full width, clears logo
       Height = 0 when closed so no white space gap
    --------------------------------------------------------------- */
    #navigation {
        float: none !important;
        width: 100% !important;
        padding: 0 !important;
        clear: both;
        position: static;
        /* height collapses when menu is hidden */
        min-height: 0;
    }
    .main-navigation {
        display: block;
        width: 100%;
    }

    /* ---------------------------------------------------------------
       HAMBURGER TOGGLE — absolute top-right of .header .container
    --------------------------------------------------------------- */
    .main-navigation button.menu-toggle {
        position: absolute !important;
        top: 20px !important;
        right: 15px !important;
        left: auto !important;
        margin: 0 !important;
        z-index: 99999;
        width: 44px;
        height: 44px;
        padding: 6px;
        background: transparent;
        border: none;
        cursor: pointer;
        display: block !important;
    }
    /* Hamburger bar colour on tablet (dark bg header) */
    .menu-toggle span {
        background: #ffffff !important;
    }
    .toggled .menu-toggle span {
        background: #ffde00 !important;
    }

    /* ---------------------------------------------------------------
       OPEN MENU — full width dropdown below srcrt
    --------------------------------------------------------------- */
    .main-navigation.toggled ul {
        position: relative;
        width: 100%;
        background-color: #051d3a;
        z-index: 9999;
        text-align: left;
        padding: 0 0 10px 0;
        margin: 0;
        left: 0;
        opacity: 1;
        transform: none;
        display: block;
    }
    .main-navigation.toggled ul li {
        float: none;
        width: 100%;
        display: block;
        line-height: normal;
    }
    .main-navigation.toggled ul li a {
        color: #ffffff;
        line-height: 1.6;
        padding: 10px 20px;
        border-bottom: 1px solid rgba(255,255,255,0.08);
        display: block;
    }
    .main-navigation.toggled ul li a:hover {
        background-color: #fa7d09;
        color: #ffffff;
    }
    .main-navigation.toggled ul ul {
        background-color: #0a2d54;
        padding-left: 20px;
        position: relative;
        width: 100%;
        opacity: 0;
        height: 0;
        overflow: hidden;
    }
    .main-navigation.toggled ul li:hover > ul,
    .main-navigation.toggled ul li:focus > ul,
    .main-navigation.toggled ul li.focus > ul {
        opacity: 1;
        height: auto;
        overflow: visible;
    }
    .main-navigation.toggled ul li:last-child {
        margin-bottom: 0;
    }
    /* Scrollable if many items */
    .main-navigation.toggled > ul {
        max-height: 60vh;
        overflow-y: auto;
    }

    /* ---------------------------------------------------------------
       SRCRT — "Get In Touch" button
       Sits right-aligned in its own row above nav toggle area.
       Right-padded so it doesn't sit under the hamburger icon.
    --------------------------------------------------------------- */
    .srcrt {
        float: none !important;
        width: 100% !important;
        display: block;
        text-align: center;
        padding: 0 65px 20px 0; 
        position: relative;
        z-index: 9998;
        clear: left; 
        margin-top: 0;
    }
    .header-content-right {
        display: inline-block;
        padding: 0;
        min-height: inherit;
        margin-bottom: 0;
        vertical-align: middle;
    }
    .skt-header-extras {
        display: inline-block;
    }
    .skt-header-button {
        float: none;
        display: inline-block;
        padding: 10px 22px;
        font-size: 15px;
        text-align: center;
        margin: 0;
    }
    .skt-header-button:after {
        display: none;
    }

    /* ---------------------------------------------------------------
       Misc header
    --------------------------------------------------------------- */
    .head-bar:after {
        display: none;
    }
    .header-extras {
        padding-top: 0;
        margin-top: 0 !important;
    }
    .social-icons {
        margin-top: 0;
    }
    .copyright-area {
        position: relative !important;
    }
    .head-info-area .center {
        width: 98%;
    }
    .srcrt-old-margin {
        margin-top: 0;
    }

    /* ---------------------------------------------------------------
       Inner banner
    --------------------------------------------------------------- */
    .inner-banner-thumb {
        min-height: inherit;
        height: auto;
    }
    .inner-banner-thumb img {
        min-height: inherit;
        margin: 0 !important;
    }
    .inner-banner-thumb h1 {
        padding-left: 20px;
        top: 30px;
        font-size: 28px !important;
    }

    /* ---------------------------------------------------------------
       Content / blog
    --------------------------------------------------------------- */
    .blog-post {
        margin: 0;
    }
    .blog_lists {
        float: none;
        width: 100%;
        margin-bottom: 20px;
        margin-left: 0;
        margin-right: 0;
        min-height: inherit;
    }
    .blog_lists h4 {
        font-size: 18px;
    }
    .postmeta {
        padding: 0 0 10px 0;
    }
    aside.widget {
        margin-bottom: 20px;
    }
    .header-phone-number {
        margin: 10px 0 15px 0;
        float: none;
    }

    /* ---------------------------------------------------------------
       SKT Chemical banner
    --------------------------------------------------------------- */
    .skt-chemical-banner-section .linear {
        top: 0;
    }
    .skt-chemical-banner-section :where(h2, h4) {
        text-align: left;
    }
    .skt-chemical-banner-section h4 br {
        display: none;
        visibility: hidden;
    }
    .skt-chemical-banner-section {
        background-size: cover !important;
    }
    .skt-chemical-banner-section h2 {
        font-size: 25px !important;
    }
    .skt-chemical-choose-img-box .skt-blocks-block-section {
        border-width: 0 0 1px 0 !important;
    }
    .skt-testimonials .item {
        padding: 30px !important;
    }
    .skt-testimonials .skt-testimonial-content {
        padding-bottom: 10px !important;
    }

    /* ---------------------------------------------------------------
       Footer
    --------------------------------------------------------------- */
    .footer {
        padding-top: 30px;
        padding-bottom: 30px;
    }
    .footer-row {
        padding: 20px;
        margin: 0;
    }
    .footer h1,
    .footer h2,
    .footer h3,
    .footer h4 {
        font-size: 20px;
        margin: 0 0 20px;
    }
    .footer-logo {
        padding: 20px 0 0 0;
    }
    .footer-social {
        float: none;
        text-align: center;
        width: 100%;
        padding: 10px 0 20px 0;
    }
    .cols-3 {
        width: 48% !important;
        padding: 0 15px;
        margin-bottom: 20px;
    }
    .cols-3:nth-child(1) {
        width: 48% !important;
    }
    .cols-3.widget-column-1 {
        padding-right: 15px;
    }
    .footer-lft {
        padding: 40px 20px;
    }
    .footer-lft,
    .footer-rght {
        display: block;
        float: none;
        width: 100%;
    }
    .footer-rght {
        margin: 15px 0;
        padding: 25px 20px;
    }
    .footerarea {
        padding-top: 0 !important;
    }
    #footer {
        padding: 0;
    }

    /* ---------------------------------------------------------------
       WooCommerce
    --------------------------------------------------------------- */
    .woocommerce ul.products li.product,
    .woocommerce-page ul.products li.product {
        width: 44%;
        margin: 10px 2%;
    }

    /* ---------------------------------------------------------------
       Elementor specific
    --------------------------------------------------------------- */
    .skt-chemical-relax-resort-img.elementor-widget-image .elementor-widget-container img {
        height: 600px;
        object-fit: cover;
    }
    .skt-chemical-welcome-rating-column .elementor-container {
        margin: 0 auto !important;
    }
    .skt-chemical-amenities-icon .elementor-widget-container {
        height: 100px;
        line-height: 100px;
    }
}

/* ==========================================================================
   TABLET NARROW — 768px to 980px extra overrides
   ========================================================================== */
@media screen and (min-width: 768px) and (max-width: 980px) {
    .post-thumb {
        height: auto;
    }
    .ft-infobox .footerarea .container {
        padding: 10px 20px;
    }
    .main-navigation.toggled ul li:last-child {
        margin-bottom: 0;
    }
    .main-navigation.toggled ul ul li:last-child {
        margin-bottom: 0;
    }
	.main-navigation li.menu-item-has-children > a:after{
		top:15px;
	}	
}

/* ==========================================================================
   em-based tablet range — 768px to 1023px
   ========================================================================== */
@media screen and (min-width: 48em) and (max-width: 63.938em) {
    #footermenu li {
        padding: 5px 15px;
    }
    .copyright-txt {
        padding: 20px 0;
    }
    .services-box .cols2 {
        padding: 30px 20px;
    }
    .skt-ourservice-title a {
        font-size: 22px !important;
    }
    .service-infobox p {
        padding-top: 15px;
        padding-bottom: 15px;
        font-size: 16px;
    }
    .footer-social {
        float: none;
        text-align: right;
        width: 100%;
        padding: 30px 0 20px 0;
    }
}

/* ==========================================================================
   WIDE TABLET em-based — 63.250em to 72.438em
   ========================================================================== */
@media screen and (min-width: 63.250em) and (max-width: 72.438em) {
    #topmenu {
        padding-right: 0;
    }
}

/* ==========================================================================
   LARGE DESKTOP ELEMENTOR — 1024px to 1199px
   ========================================================================== */
@media (min-width: 1024px) and (max-width: 1199px) {
    .skt-chemical-relax-resort-img.elementor-widget-image .elementor-widget-container img {
        height: 850px;
        object-fit: cover;
    }
}

/* ==========================================================================
   MOBILE — up to 767px
   ========================================================================== */
@media screen and (max-width: 767px) {
    * {
        box-sizing: border-box;
    }

    /* Layout */
    .container {
        width: auto;
        padding: 15px;
    }
    .ft-infobox .container {
        padding: 0 15px !important;
    }
    .header .container {
        border-bottom: none;
        padding: 0 15px !important;
        position: relative;
        overflow: visible;
    }
    .banner-container {
        width: auto;
    }
    .row_area {
        margin: 0;
    }
    .columns-row {
        margin-left: 0;
        margin-right: 0;
    }
    .center {
        width: 100%;
    }
    .wrap_one {
        width: auto;
        text-align: center;
    }

    /* Floats */
    .left,
    .right,
    .design-by,
    .headertop .left,
    .headertop .right {
        float: none;
        margin: 0 auto;
        text-align: center;
    }
    .copyright-txt {
        float: none;
        margin: 0 auto;
        text-align: center;
        padding: 0;
    }
    .footerleft {
        float: none;
        text-align: center;
    }

    /* Header */
    .header {
        width: 100%;
        padding: 0;
        position: relative !important;
        overflow: visible;
    }
    .transheader {
        position: relative !important;
    }
    .header.transheader {
        background-color: #051d3a !important;
    }
    .head-bar:after {
        display: none;
    }

    /* Logo */
    .logo {
        float: left;
        text-align: left;
        padding: 15px 0;
        position: relative;
        width: auto;
        min-height: inherit;
        max-width: calc(100% - 65px); /* leaves space for toggle */
    }
    .logo h2 {
        text-align: left;
        font-size: 24px;
        line-height: 28px;
    }
    .logo p {
        text-align: left;
        float: none;
        margin: 5px 0 0;
    }
    .logo img {
        max-width: 140px;
        max-height: 50px;
    }

    /* Navigation */
    #navigation {
        float: none !important;
        text-align: left;
        width: 100% !important;
        padding: 0 !important;
        clear: both;
        position: static;
        min-height: 0;
    }
    .main-navigation {
        display: block;
        width: 100%;
    }
    .main-navigation ul li a {
        line-height: inherit;
    }

    /* Toggle — top-right */
    .main-navigation button.menu-toggle {
        position: absolute !important;
        top: 12px !important;
        right: 10px !important;
        left: auto !important;
        margin: 0 !important;
        z-index: 99999;
        width: 44px;
        height: 44px;
        padding: 6px;
        background: transparent;
        border: none;
        cursor: pointer;
        display: block !important;
    }
    .menu-toggle span {
        background: #ffffff !important;
        width: 28px;
        left: 2px;
    }
    .toggled .menu-toggle span {
        background: #ffde00 !important;
    }

    /* Toggled menu */
    .main-navigation.toggled ul {
        position: relative;
        width: 100%;
        background-color: #051d3a;
        z-index: 9999;
        text-align: left;
        padding: 0 0 10px 0;
        margin: 0;
        left: 0;
        opacity: 1;
        transform: none;
        max-height: 65vh;
        overflow-y: auto;
    }
    .main-navigation.toggled ul li {
        float: none;
        width: 100%;
        display: block;
    }
    .main-navigation.toggled ul li a {
        color: #ffffff;
        padding: 10px 0 10px 10px;
        line-height: 1.6;
        border-bottom: 1px solid rgba(255,255,255,0.08);
        display: block;
    }
    .main-navigation.toggled ul li a:hover {
        background-color: #fa7d09;
        color: #ffffff;
    }
    .main-navigation.toggled ul ul {
        background-color: #0a2d54;
        position: relative;
        opacity: 0;
        height: 0;
        overflow: hidden;
    }
    .main-navigation.toggled ul li:hover > ul,
    .main-navigation.toggled ul li:focus > ul,
    .main-navigation.toggled ul li.focus > ul {
        opacity: 1;
        height: auto;
        overflow: visible;
    }

    .srcrt {
        float: none !important;
        width: 100% !important;
        display: block;
        text-align: center;
        padding: 6px 15px 20px;
        position: relative;
        z-index: 99;
        clear: both;
        margin-top: 0;
    }
    .header-content-right {
        display: block;
        width: 100%;
        padding: 0;
        min-height: inherit;
        margin-bottom: 0;
        text-align: center;
    }
    .skt-header-extras {
        display: block;
        text-align: center;
    }
    .skt-header-button {
        float: none;
        display: inline-block;
        text-align: center;
        padding: 10px 25px;
        font-size: 15px;
        margin: 0 auto;
    }
    .skt-header-button:after {
        display: none;
    }
    .header-right-infos {
        float: none;
        width: 100%;
    }

    /* Header extras */
    .header-extras {
        width: 85%;
        margin: 0 auto 15px;
        float: none;
        padding-top: 0;
    }
    .header-extras .header-search-form {
        left: 0;
        right: 0;
        width: 100%;
        bottom: -53px;
    }
    .header-search-toggle {
        float: right;
        margin: 0;
    }
    .header-search-form {
        width: 100%;
        bottom: 0;
        right: 0;
        left: 0;
        z-index: 9999999;
    }
    .header-phone-number {
        margin: 8px auto 15px;
        float: none;
        text-align: center;
    }

    /* Inner banner */
    .inner-banner-thumb {
        min-height: inherit;
        height: auto;
        position: relative;
        z-index: 999;
    }
    .inner-banner-thumb img {
        min-height: inherit;
    }
    .inner-banner-thumb h1 {
        left: 0;
        right: 0;
        top: 120px;
        text-align: center;
        font-size: 24px;
        padding: 0 15px;
    }

    /* Content */
    .site-main {
        width: auto;
        margin: 0;
        padding: 0 0 20px;
        float: none;
    }
    .content-area {
        width: auto;
        margin: 0;
        padding: 40px 20px;
    }
    .page_content {
        padding: 25px 0;
    }
    body.home .page_content {
        padding: 0;
    }
    body.page .page_content .site-main {
        margin: 15px 0 0 0;
    }
    .col-columns-2 {
        width: 100%;
        padding: 20px 15px;
        box-sizing: border-box;
        float: none;
    }
    .blog-post {
        margin: 0;
    }
    .blog_lists {
        float: none;
        width: 100%;
        margin-bottom: 15px;
        margin-left: 0;
        margin-right: 0;
        padding-right: 0;
    }
    .BlogPosts {
        float: none;
        width: auto;
        margin: 0 0 10%;
    }
    .post-thumb {
        width: 100%;
        float: none;
        max-height: none;
    }
    h2.section_title {
        text-align: center;
    }
    .postmeta {
        padding: 20px 0 10px 0;
    }

    /* Sidebar */
    #sidebar {
        width: 100%;
        float: none;
    }
    .widget-column-2 {
        padding: 0 15px 0 0 !important;
    }

    /* Forms */
    .wpcf7 input[type="text"],
    .wpcf7 input[type="tel"],
    .wpcf7 input[type="email"],
    .wpcf7 textarea {
        width: 100%;
    }
    input.search-field {
        width: 66%;
    }
    .toggle {
        margin: 0 auto;
    }

    /* Footer */
    .footer {
        padding-bottom: 30px;
    }
    .footer-row {
        padding: 20px;
    }
    .footer h1,
    .footer h2,
    .footer h3,
    .footer h4,
    .footer h5,
    .footer h6 {
        margin: 20px 0;
    }
    .cols-3 {
        float: none;
        width: 100% !important;
        margin: 0 0 10px 0;
        padding: 0 15px;
    }
    .cols-3:nth-child(1) {
        width: 100% !important;
    }
    .cols-3.widget-column-1 {
        padding-right: 15px;
    }
    .cols-3:nth-of-type(1) {
        padding-top: 0;
    }
    .footerarea {
        padding-top: 0;
    }
    .footer-lft {
        padding: 25px 15px !important;
    }
    .footer-lft,
    .footer-rght {
        float: none;
        width: 100%;
        padding: 0 15px 15px 15px;
        display: block;
    }
    .footer-lft .wp-block-spacer {
        display: block !important;
    }
    .footer-rght {
        margin: 10px 0;
        border-radius: 6px;
        padding: 20px 15px;
    }
    .footer-social {
        float: none;
        text-align: center;
        width: 100%;
        padding: 10px 0 20px 0;
    }
    .footer-logo {
        float: none;
        text-align: center;
        padding: 20px 0;
    }
    #footermenu {
        margin-top: 0;
        padding: 20px;
    }
    #footermenu li {
        display: block;
        padding: 8px 0;
    }
    .copyright-wrapper {
        text-align: center;
    }

    /* SKT Chemical banner */
    .skt-chemical-banner br {
        display: none;
    }
    .skt-chemical-banner-section .linear {
        top: 0;
    }
    .skt-chemical-banner-section :where(h2, h4) {
        text-align: left;
    }
    .skt-chemical-banner-section h4 br {
        display: none;
        visibility: hidden;
    }
    .skt-chemical-banner-section {
        background-size: contain !important;
    }
    .skt-chemical-banner-section h2 {
        font-size: 25px !important;
    }
    .skt-chemical-choose-img-box .skt-blocks-block-section {
        border-width: 0 0 1px 0 !important;
    }

    /* WooCommerce */
    .woocommerce ul.products li.product,
    .woocommerce-page ul.products li.product {
        width: 90%;
        margin: 10px auto;
        float: none;
        display: block;
    }
}

/* ==========================================================================
   MOBILE LANDSCAPE — 480px to 767px
   ========================================================================== */
@media screen and (min-width: 480px) and (max-width: 767px) {
    .container,
    .content-area {
        width: auto;
        margin: 0 auto;
    }
    .logo {
        padding: 15px 0;
    }
    #navigate-main {
        width: 100%;
    }
    .inner-banner-thumb h1 {
        left: 0;
        right: 0;
        top: 35% !important;
        text-align: center;
        font-size: 32px;
        padding: 0 15px;
    }
    .blog_lists {
        margin-bottom: 30px;
    }
    .skt-chemical-banner br {
        display: none;
    }
    #navigation {
        padding: 0 !important;
    }
    .header-phone-number {
        margin: 10px auto;
        float: none;
        text-align: center;
    }
    .skt-chemical-welcome-rating-column .elementor-container {
        margin: 0 auto !important;
    }
    .skt-chemical-banner-section .linear {
        top: 0;
    }
    .skt-chemical-banner-section {
        background-size: contain !important;
    }
    .skt-chemical-banner-section h2 {
        font-size: 25px !important;
    }
    .footer-social {
        float: none;
        text-align: center;
        width: 100%;
        padding: 10px 0 20px 0;
    }
    .srcrt {
        text-align: center;
    }
    .skt-header-quote-btn a {
        float: none;
        width: 100%;
        text-align: center;
        border-radius: 0;
        font-size: 16px;
        height: auto;
        padding: 10px;
        margin: 0 0 10px 0;
    }
    /* WooCommerce — 2 cols */
    .woocommerce ul.products li.product,
    .woocommerce-page ul.products li.product {
        width: 44%;
        margin: 10px 2%;
        display: inline-block;
        float: none;
    }
	.main-navigation li.menu-item-has-children > a:after{
		top:15px;
	}	
}

/* ==========================================================================
   SMALL MOBILE — up to 479px
   ========================================================================== */
@media screen and (max-width: 479px) {
    .footer-social {
        padding: 0 0 20px 0;
        float: none;
        text-align: center;
    }
    .footer-logo {
        float: none;
        text-align: center;
        padding: 20px 0;
    }
    #footermenu {
        margin-top: 0;
    }
    #footermenu li {
        display: block;
        padding: 10px 0;
    }
    .header-search-form {
        width: 100%;
        bottom: 0;
        right: 0;
        left: 0;
        z-index: 9999999;
    }
    .cols-3 {
        width: 100% !important;
        padding: 0 10px;
    }
    .col-columns-2 {
        width: 100%;
        float: none;
        padding: 15px;
    }
    .woocommerce ul.products li.product,
    .woocommerce-page ul.products li.product {
        width: 94%;
        margin: 10px auto;
        display: block;
        float: none;
    }
    .inner-banner-thumb h1 {
        font-size: 18px;
        top: 70px;
        padding: 0 10px;
    }
    .skt-header-button {
        font-size: 14px;
        padding: 10px 18px;
    }
    .logo img {
        max-width: 120px;
    }
    .logo h2 {
        font-size: 24px;
    }
	.main-navigation li.menu-item-has-children > a:after{
		top:15px;
	}
}

/* ==========================================================================
   LANDSCAPE ORIENTATION — up to 812px
   ========================================================================== */
@media screen and (max-width: 812px) and (orientation: landscape) {
    .inner-banner-thumb h1 {
        top: 90px !important;
    }
}

/* ==========================================================================
   LANDSCAPE ORIENTATION — up to 1080px
   ========================================================================== */
@media screen and (orientation: landscape) and (max-width: 1080px) {
    .inner-banner-thumb h1 {
        top: 125px;
    }
    .blog_lists {
        min-height: inherit;
    }
    .ft-infobox .footerarea .container {
        padding: 40px 20px 10px 20px;
    }
    .footer-row {
        margin: 0;
    }
    .cols-3:nth-of-type(1) {
        width: 24%;
    }
}

/* ==========================================================================
   IMAGES — Always responsive
   ========================================================================== */
img {
    max-width: 100%;
    height: auto;
}

.wp-caption,
.wp-caption img,
.entry-content img,
.post-thumb img,
.BlogPosts img {
    max-width: 100%;
    height: auto;
}

/* ==========================================================================
   TABLES — scrollable on small screens
   ========================================================================== */
@media screen and (max-width: 767px) {
    table,
    .woocommerce table.shop_table {
        width: 100%;
        display: block;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
    }
}

/* ==========================================================================
   EMBEDS — responsive iframes / videos
   ========================================================================== */
.wp-block-embed__wrapper,
.entry-content iframe,
.entry-content embed,
.entry-content object,
.entry-content video {
    max-width: 100%;
}

@media screen and (max-width: 767px) {
    .wp-block-embed__wrapper {
        position: relative;
        padding-bottom: 56.25%;
        height: 0;
        overflow: hidden;
    }
    .wp-block-embed__wrapper iframe {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }
}