/**
Theme Name: Web Fusion
Author: Francois Hagen
Author URI: https://www.web-fusion.co.za/
Description: Astra is the fastest, fully customizable & beautiful theme suitable for blogs, personal portfolios and business websites. It is very lightweight (less than 50KB on frontend) and offers unparalleled speed. Built with SEO in mind, Astra comes with schema.org code integrated so search engines will love your site. Astra offers plenty of sidebar options and widget areas giving you a full control for customizations. Furthermore, we have included special features and templates so feel free to choose any of your favorite page builder plugin to create pages flexibly. Some of the other features: # WooCommerce Ready # Responsive # Compatible with major plugins # Translation Ready # Extendible with premium addons # Regularly updated # Designed, Developed, Maintained & Supported by Brainstorm Force. Looking for a perfect base theme? Look no further. Astra is fast, fully customizable and beautiful theme!
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: web-fusion
Template: astra
*/

.no-margin {margin-bottom: 0 !important;}

h1 strong, h2 strong, h3 strong, h4 strong, h5 strong, h6 strong{
    color:rgb(255,255,255,0.4) !important;
}

header {
    position: fixed !important;
    width: 100%;
    z-index: 99;
}

.tp-service-content .tp-service-btn {
    display: inline-block;
}

.tp-service-btn:first-child {
    margin: 0 30px 0 0 !important;
}

h4.tp-project-title {font-size: 34px !important;}

.tp-hero-video {max-width: 184px;}

.tp-funfact-number span{font-size: 370px !important;}

.tp-award-box-left {
    display: flex;
    flex-direction: row;
    align-items: center;
}

.tp-hero-more-info p {
    font-size: 16px !important;
}

.home-test-img {
    display: flex;
    flex-direction: row;
}

.home-test-img img {
    border-radius: 50%;
    border: 2px solid #fff;
    margin-left: -15px;
}

.home-test-img img:first-child{
    margin-left: 0;
}

.home-test-img.about img{
    border: 2px solid #040405;
    width: 40px;
}

.ar-about-funfact-item-content a {
    font-size: 14px !important
}

.nf-form-layout .nf-form-content input:not([type="button"]):not([type="range"]),
.nf-form-layout .nf-form-content textarea{
    background: #1D1D1F;
    border-color: #1D1D1F;
    color: #fff;
    border-radius: 8px;
    outline: none;
    height: 60px;
    width: 100%;
    line-height: 60px;
    font-size: 16px;
    padding-left: 26px;
    padding-right: 26px;
    font-style: normal;
    font-weight: 400;
    box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.05);
}

.nf-form-content .list-select-wrap .nf-field-element>div, .nf-form-content input:not([type="button"]):not([type="range"]), .nf-form-content textarea {
    background: #222;
    border: 1px solid rgb(59.5, 59.5, 59.5);
    border-radius: 0;
    box-shadow: none;
    color: rgb(148.75, 148.75, 148.75);
    transition: all .5s;
}

.nf-form-layout .nf-form-content input:not([type="button"]):not([type="range"]):focus,
.nf-form-layout .nf-form-content textarea:focus{
    border-style: dotted;
    border-width: thin;
    background: transparent;
    border-color: #820000;
    color: #fff;
    box-shadow: none;
    outline: none;
    border-radius: 8px;
}

.nf-form-layout .nf-form-content label{
    color: #fff;
    font-size: 16px;
    font-weight: 500;
    line-height: 1;
    margin-bottom: 12px;
    font-style: normal;
}

.nf-form-layout .ninja-forms-req-symbol {color:#fff;}

.nf-form-layout .nf-form-fields-required {display: none;}

.nf-form-layout .nf-form-content nf-fields-wrap {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  column-gap: 30px;
  row-gap: 0;
}

#nf-form-3-cont .nf-form-layout .nf-form-content nf-fields-wrap {
  display: block;
}

#nf-form-3-cont .listimage-wrap img {width: 70px; height: 70px; color: #fff; filter: brightness(0) invert(1); opacity: 0.4;}
#nf-form-3-cont .listimage-wrap img:hover {opacity: 0.6;}
#nf-form-3-cont .nf-label-span {font-size: 22px; color: #fff;}
#nf-form-3-cont .listimage-wrap ul li label {
    display: flex;
    flex-direction: column-reverse;
    justify-content: center;
    align-items: center;
    gap: 15px;
    outline: none;
    cursor: pointer;
}

#nf-form-3-cont .listimage-wrap ul li label.nf-checked-label img, #nf-form-3-cont .listimage-wrap ul li label.nf-checked-label img:hover{
    filter: brightness(0) saturate(100%) invert(69%) sepia(70%) saturate(471%) hue-rotate(160deg) brightness(102%) contrast(101%); opacity: 1;
}

#nf-form-3-cont .listimage-wrap li label.nf-checked-label, #nf-form-3-cont .listimage-wrap li label.nf-checked-label:focus-visible {border: none !important;}

#nf-form-3-cont .listimage-wrap ul, #nf-form-3-cont .listimage-wrap ol {padding: 0 !important; grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));}

#nf-form-3-cont .listimage-wrap {
    justify-content: center;
}

#nf-form-3-cont .wf-2-column ul{
    display: flex !important;
    flex-direction: row;
    justify-content: space-between;
    max-width: 40%;
    margin: 0 auto;
}

#nf-form-3-cont nf-field .wf-disabled{display: none;}

.nf-form-layout .nf-form-content nf-fields-wrap > *:last-child:nth-child(odd) {
  grid-column: 1 / -1;
}

footer .nf-form-layout .nf-form-content nf-fields-wrap {
  display: block;
}

/*
footer nf-field:nth-child(3) {
    position: absolute;
    right: 5px;
    top: 50%;
    transform: translateY(-50%);
}

footer nf-field:nth-child(2){
    position: absolute;
    top: 37%;
}

footer .nf-form-layout .nf-form-content input:not([type=button]){
    font-weight: 400;
    font-size: 15px;
    line-height: 1;
    padding-left: 60px;
    padding-right: 50px;
    border-radius: 10px;
    background-color: #1e1e1e;
    color: var(--tp-common-white);
    border: 1px solid transparent;
}

footer .nf-pass.field-wrap .nf-field-element:after{font-size: 0 !important;}
*/

footer .nf-after-form-content, footer .nf-after-field{display: none;}

footer .nf-field-container.email-container, footer .nf-field-container.submit-container {margin: 0;}

footer .nf-response-msg p{font-size: 16px; color: #afb2b8;}

.nf-form-layout .nf-form-content input[type=button], 
.nf-form-layout .nf-form-content input[type=submit] {
    font-size: 18px;
    font-weight: 600;
    line-height: 1;
    border-radius: 30px;
    padding: 20px 54px;
    letter-spacing: -0.18px;
    color: #fff;
    background-color: #820000;
}

.nf-form-layout .nf-form-content button {
    font-size: 18px;
    font-weight: 600;
    line-height: 1;
    border-radius: 30px;
    padding: 20px 54px;
    letter-spacing: -0.18px;
    color: #fff;
    background-color: #820000;
}

.nf-form-layout .nf-form-content button:hover, 
.nf-form-layout .nf-form-content input[type=button]:hover, 
.nf-form-layout .nf-form-content input[type=submit]:hover {
    background: #820000;
    color: #fff;
}

footer .nf-form-layout .nf-form-content button, 
footer .nf-form-layout .nf-form-content input[type=button], 
footer .nf-form-layout .nf-form-content input[type=submit] {
    font-size: initial;
    font-weight: normal;
    line-height: normal;
    border-radius: 0;
    padding: 0;
    letter-spacing: normal;
    background: initial;
    color: initial;
    color: #fff;
    text-align: left;
    margin-top: 20px;
}

footer .nf-form-layout .nf-form-content button:hover *{color:#fff;}

footer .nf-form-layout .nf-form-content button:hover, 
footer .nf-form-layout .nf-form-content input[type=button]:hover, 
footer .nf-form-layout .nf-form-content input[type=submit]:hover {
    background: initial;
    color: initial;
}

.nf-response-msg {color:#fff !important;}

.general-content * {color:rgb(255,255,255,0.8) !important;}
.general-content h1, 
.general-content h2, 
.general-content h3, 
.general-content h4, 
.general-content h5, 
.general-content h6{color: #fff !important;}

.general-content h2 {margin-top: 60px;}

.general-content-spacer, .spacer {
    display: flex;
    flex-direction: row;
    min-height: 120px;
}

.sidebar-search-input button{padding: 0 !important; background: transparent !important;}

/* ===== Search Modal Styling ===== */
.wf-modal {
    display: none;
    position: fixed;
    z-index: 9999;
    top: 0; left: 0; right: 0; bottom: 0;
}

/* Overlay */
.wf-modal-overlay {
    background: rgba(0,0,0,0.8);
    backdrop-filter: blur(8px); /* Blur intensity */
    -webkit-backdrop-filter: blur(8px); /* Safari support */
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

/* Center modal content horizontally & vertically */
.wf-modal-content {
    background: #fff;
    width: 60vw;
    height: 70vh;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    border-radius: 8px;
    display: flex;
    flex-direction: column;
    overflow: hidden; /* Prevents scroll on entire modal */
    box-shadow: 0 0 30px rgba(0,0,0,0.3);
}

/* Close Button */
.wf-modal-close {
    position: absolute;
    right: 15px;
    top: 15px;
    background: none;
    border: none;
    font-size: 28px;
    cursor: pointer;
    color: #fff;
    z-index: 1001;
    padding: 0;
    background: transparent;
}

.wf-modal-close:hover{
    color: rgb(255,255,255,0.4);
    background: transparent;
}

/* Title Bar */
.wf-search-title {
    font-family: 'Inter', sans-serif;
    margin: 0;
    padding: 30px 40px;
    font-weight: 600;
    font-size: 24px;
    line-height: 1;
    letter-spacing: -0.02em;
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
    background: rgba(38, 37, 40, 0.9);
    flex-shrink: 0;
    color: rgb(255, 255, 255, 0.8);
}

/* Scrollable Results Area */
.wf-search-results {
    flex: 1; /* Take remaining height */
    overflow-y: auto;
    padding: 40px;
    background: #0E0F11;
}

/* Individual Search Result Items */
.wf-search-results .wf-result-item {
    display: flex;
    gap: 20px;
    margin-bottom: 40px;
    padding-bottom: 40px;
    border-bottom: 1px dotted rgba(255, 255, 255, 0.08);
}

.wf-search-results .wf-result-item:last-child{
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: none;
}

.wf-result-thumb img {
    /*
    width: 120px;
    height: auto;
    border-radius: 4px;
    object-fit: cover;
    */
}

.wf-result-content {
    flex: 1;
}

.wf-result-title {
    margin: 0 0 15px;
    font-size: 22px;
}

.wf-result-title a {
    text-decoration: none;
    color: #fff;
}

.wf-result-title a:hover {
    text-decoration: none;
    color: rgb(255, 255, 255, 0.8);
}

.wf-result-excerpt {
    font-size: 16px;
    color: #fff;
    line-height: 22px;
    margin-bottom: 20px;
}

.wf-result-readmore {
    display: inline-block;
    margin-top: 8px;
    padding: 6px 10px;
    background: #0073aa;
    color: #fff;
    text-decoration: none;
    border-radius: 3px;
    font-size: 13px;
}

.wf-result-readmore:hover {
    background: #005f8d;
}

/* Scrollbar Styling (Optional) */
.wf-search-results::-webkit-scrollbar {
    width: 8px;
}

.wf-search-results::-webkit-scrollbar-thumb {
    background-color: rgba(0,0,0,0.3);
    border-radius: 4px;
}

.wf-search-results::-webkit-scrollbar-track {
    background: transparent;
}

.tagcloud a{text-transform: lowercase !important;}

.postbox-title.fs-80 {font-size: 77px !important;}

.tp-blog-details-banner {
    height: 620px !important;
}

.postbox-details-text * {color:#fff !important;}

.postbox-details-social a:nth-child(3) svg {
    height: 25px;
    width: 25px;
}

.postbox-details-social a:nth-child(4) svg {
    height: 20px;
    width: 20px;
    fill: rgba(255, 255, 255, 0.8);
}

.postbox-details-social a:nth-child(4):hover svg {
    fill: #000;
}

.inner-service-1-text, .tp-service-category.services {
    margin-bottom: 30px !important;
}

.service-images {margin-top: 40px !important;}

.tp-portfolio-11-area button{padding:0 !important;}

.tp-portfolio-11-slider-content svg {
  transform: rotate(180deg); /* rotate by 45 degrees */
  transform-origin: center; /* rotate around the center */
}

footer {margin: 0 20px;}

.dgm-footer-widget .ninja-forms-req-symbol{display: none;}

.ai-faq-accordion-wrap button{background-color:transparent;}

.tp-career-details-sidebar-title .cost-total {
    font-size: 26px;
    font-weight: 500;
    letter-spacing: -0.52px;
    color: #fff !important;
    margin-left: 5px;
}

.tp-career-details-sidebar-title .cost-freq {
    font-size: 16px;
    color: #fff !important;
    opacity: 0.4;
    font-style: italic;
}

.quote-back-btn .tp-btn-black-circle > svg
{
    transform: translateX(-2px) rotate(-80deg);
}

.tp-btn-black.btn-red-bg:hover .quote-back-btn .tp-btn-black-circle {
    transform: translateX(-8px) rotate(-56deg);
}

.quote-nav
 {
    display: flex;
    flex-direction: row;
    justify-content: center;
    gap: 20px;
}

#nf-form-3-cont .field-wrap {
    gap: 20px;
}

/*Range Slide Start*/
.slidecontainer {
  width: 100%; /* Width of the outside container */
}

/* The slider itself */
.nf-form-content input[type=range].slider {
  -webkit-appearance: none;  /* Override default CSS styles */
  appearance: none;
  width: 100%; /* Full-width */
  height: 25px; /* Specified height */
  background: #d3d3d3; /* Grey background */
  outline: none; /* Remove outline */
  opacity: 0.7; /* Set transparency (for mouse-over effects on hover) */
  -webkit-transition: .2s; /* 0.2 seconds transition on hover */
  transition: opacity .2s;
}

/* Mouse-over effects */
.nf-form-content input[type=range].slider:hover {
  opacity: 1; /* Fully shown on mouse-over */
}

/* The slider handle (use -webkit- (Chrome, Opera, Safari, Edge) and -moz- (Firefox) to override default look) */
.nf-form-content input[type=range].slider::-webkit-slider-thumb {
  -webkit-appearance: none; /* Override default look */
  appearance: none;
  width: 25px; /* Set a specific slider handle width */
  height: 25px; /* Slider handle height */
  background: #04AA6D; /* Green background */
  cursor: pointer; /* Cursor on hover */
}

.nf-form-content input[type=range].slider::-moz-range-thumb {
  width: 25px; /* Set a specific slider handle width */
  height: 25px; /* Slider handle height */
  background: #04AA6D; /* Green background */
  cursor: pointer; /* Cursor on hover */
}

/*Range slider Ends*/

@keyframes fadeIn {
  from {
    opacity: 0;
    transform: translateY(-20px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes fadeInEl {
  from {
    opacity: 0;
    transform: translateY(20px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes fadeOut {
  from {
    opacity: 1;
    transform: translateY(-10px);
  }
  to {
    opacity: 0;
    transform: translateY(0);
  }
}

/* base hidden state */
#nf-form-3-cont .nf-field-container {
  opacity: 0;
  display: none; /* hidden by default */
  animation: fadeOut 0.5s ease forwards;
}

/* fade in */
#nf-form-3-cont .nf-field-container.fade-in {
  display: block;
  animation: fadeIn 0.5s ease forwards;
  animation-delay: 0.5s;
}

#nf-form-3-cont .nf-field-label, #nf-form-3-cont .nf-field-element {
    opacity: 0;
    display: none;
    animation: fadeOut 0.5s ease forwards;
}

#nf-form-3-cont .nf-field-container.fade-in .nf-field-label {
  display: block;
  animation: fadeIn 0.5s ease forwards;
  animation-delay: 1s;
}

#nf-form-3-cont .nf-field-container.fade-in .nf-field-element {
  display: block;
  animation: fadeInEl 0.5s ease forwards;
  animation-delay: 1.5s;
}

#nf-form-3-cont .nf-field-container.nav-btns.fade-in .nf-field-label{display: none;}

.pp-hero-title {
    font-size: 160px !important;
    font-family: var(--tp-ff-heading) !important;
    color: #EEE !important;
    letter-spacing: -10px !important;
    padding-bottom: 80px !important;
}

.pp-hero-text{
    font-family: var(--tp-ff-heading) !important;
    color: #222 !important;
    font-size: 36px !important;
}
.pp-hero-right p {color: #222 !important;}

.tp-section-title-teko{
    font-family: var(--tp-ff-heading) !important;
    font-size: 46px !important;
    line-height: 1 !important;
}

.wf-about-hero {
    background-position: top center;
    background-repeat: no-repeat;
    background-size: cover;
}

.pp-about-me-tool-item-icon img{max-width: 50px !important;}

.tp-service-5-text.process-text p {
    font-size: 17px;
    color: #535156;
    line-height: 25px;
}

.wf-term-desc {
    position: absolute;
    top: 150px;
    left: 180px;
    z-index: 9999;
    max-width: 60VW;
    font-size: 10px !important;
}

.wf-term-desc p{
    color:#fff;
    font-size: 16px !important;
    text-shadow: 3px 3px 7px black;
}

.wf-term-desc h1{
    font-family: var(--tp-ff-mango);
    color:#fff;
    font-size: 50px !important;
    font-weight: 700;
    text-shadow: 3px 3px 7px black;
}

.tp-pd-2-title.faq-single {
    font-size: 80px;
    font-weight: 700;
    line-height: 1;
    letter-spacing: -3px;
    color: var(--tp-common-white);
}

.service-tests .pp-about-me-service-title{
    font-family: var(--tp-ff-heading) !important;
    font-size: 60px;
    letter-spacing: -2.4px;
    font-weight: 700;
    line-height: 1;
}

.service-tests .pp-about-me-tool-item-content span{
    font-family: var(--tp-ff-heading) !important;
    font-size: 20px;
}

.service-tests .pp-about-me-tool-item-content p{
    margin: 0 !important;
    text-transform: unset !important;
}

.service-tests .pp-about-me-tool-item-icon img{
    min-width: 100px;
    border-radius: 50%;
}

h1.contact-head {
    color: #fff;
    font-size: 20px;
    text-transform: capitalize;
    float: right;
}

.single-services .pp-about-me-tool-item-content a{color:#fff;}

.single-services h1.tp-career-title, .page-id-767 h1.tp-career-title, .post-type-archive-faqs h1.tp-career-title {
    font-size: 68px;
    max-width: 90%;
}

.home-services .tp-section-title {font-size: 40px; letter-spacing: 0; margin-bottom: 30px !important;}
.home-services .tp-service-content p, .home-services .tp-service-btn{margin-bottom: 30px !important;}

.tp-hero-title {
    font-size: 130px !important;
    letter-spacing: 0em !important;
}

.tp-hero-title-sub{
    font-weight: 700;
    font-size: 35px;
    line-height: 0.9;
    margin-bottom: 0;
    letter-spacing: 0em;
    text-transform: uppercase;
    color: var(--tp-common-white);
    font-family: var(--tp-ff-heading);
}

.hero-intro-text {
    align-items: center;
    display: flex;
}

.home .tp-hero-area {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

.tp-contact-category-btn:hover{background-color: #820000 !important; color: #fff !important;}

.single.single-post h3 {margin-top: 30px;}

/*** Responsive Styles Large Desktop And Above ***/
@media all and (min-width: 1405px) {
 
}

/*** Responsive Styles Standard Desktop Only ***/
@media all and (min-width: 1100px) and (max-width: 1405px) {

}

/*** Responsive Styles Tablet And Below ***/
@media all and (max-width: 980px) {
    .tp-hero-title {
        font-size: 66px !important;
        letter-spacing: 0em !important;
    }

    .tp-hero-title-sub {
        font-size: 20px;
    }

    .tp-about-text p {
        font-size: 22px !important;
    }

    .home-services .tp-section-title {
        font-size: 24px;
        letter-spacing: 0;
        margin-bottom: 15px !important;
    }

    .tp-about-funcact-item span {
        font-size: 50px;
    }

    .tp-video-area.black-bg, .tp-funfact-area{
        display: none;
    }

    .tp-project-area {
        padding-top: 30px;
    }

    .tp-work-area {
        padding-top: 30px !important;
        padding-bottom: 30px !important;
    }

    .tp-work-area .pin-spacer{
        height: 190px !important;
    }

    .tp-work-area .tp-section-title.fs-140 {
        letter-spacing: 0;
        font-size: 40px;
    }

    .tp-work-title-box {
        max-height: 200px !important;
    }

    .tp-work-area .tp-work-wrapper .pin-spacer {max-width: 100% !important;}

    .tp-work-area .tp-work-wrapper .pin-spacer .tp-work-item.tp-panel-pin.mb-15 {
        margin: 0px;
        max-width: 100% !important;
        height: fit-content !important;
        padding: 20px !important;
        display: flex;
        flex-direction: row;
        gap: 30px;
    }

    .tp-work-area .tp-work-wrapper .pin-spacer{
        height: fit-content !important;
    }

    h4.tp-project-title {
        font-size: 24px !important;
    }

    .tp-work-area .tp-section-title.fs-140 {
        font-size: 24px;
    }

    #testimonials .tp-section-title {
        font-size: 24px !important;
    }

    .tp-testimonial-bg {
        padding-top: 30px !important;
        padding-bottom: 30px !important;
    }

    .tp-testimonial-slider-active {
        padding-top: 30px !important;
        margin: 0;
    }

    .tp-testimonial-text p {
        font-size: 16px !important;
        margin-bottom: 30px !important;
    }

    .tp-work-item h4{font-size: 16px !important;}

    /*About*/
    .page-id-12 .pp-hero-area .pp-hero-heading h4.pp-hero-title{
        font-size: 50px !important;
        letter-spacing: -5px !important;
        padding-bottom: 0 !important;
    }
    .page-id-12 .pp-hero-area .pp-hero-heading{padding-top: 0 !important;}
    .page-id-12 .pp-hero-right.z-index-2.pb-100{padding-bottom: 40px;;}
    .page-id-12 .pp-hero-text {
        font-size: 27px !important;
    }
    .page-id-12 .pp-hero-area {align-items: center !important;}

    .page-id-12 .tp-section-title-teko {
        font-size: 24px !important;
    }

    .page-id-12 .pp-about-me-experience-wrap .col-sm-6{text-align: center;}

    .page-id-12 .pp-about-me-recognitions .row.gx-55 .col-md-4.mb-30 {width: 50% !important;}
    .page-id-12 .pp-about-me-recognitions .studio-award-item {text-align: center;}
    .page-id-12 .pp-about-me-service-title {text-align: center; margin-bottom: 30px !important;}
    .page-id-12 .pp-about-me-service-heading {flex-wrap: wrap !important;}
    .page-id-12 .pp-about-me-service-heading .pp-about-me-service-subtitle {width: 100%; text-align: center;}

    .page-id-12 .pp-about-me-tool-warp .row .col {
        align-items: center;
        justify-content: center;
        display: flex;
    }

    .page-id-12 .pp-skill-list.mb-60{
        text-align: center;
    }

    .page-id-12 .pp-skill-list ul {
        list-style: none;
        margin-bottom: 20px;
    }
    .page-id-12 .pp-skill-list ul li{
        font-size: 14px;
        font-weight: 400;
        margin-bottom: 0;
    }

    .pp-about-me-service-item p{text-align: center;}

    .tp-service-5-features-ptb.p-relative .tp-service-5-feature-content img{
        transform: translate(0px, -43.224px) !important;
    }

    .tp-benefits-ptb.pb-100 {text-align: center;}

    .tp-career-title.fs-60{
        font-size: 37px;
    }
}

/*** Responsive Styles Tablet Only ***/
@media all and (min-width: 768px) and (max-width: 980px) {

}

/*** Responsive Styles Smartphone Only ***/
@media all and (max-width: 767px) {

}

/*** Responsive Styles Smartphone Portrait ***/
@media all and (max-width: 479px) {

}