* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

body {
    padding: 0;
    margin: 0;
    overflow-x: hidden;
    font-size: 15px;
    font-family: 'Prompt', sans-serif;
    background-color: red;
}


h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
    font-weight: 500;
    line-height: 1.1;
}

h1, .h1, h2, .h2, h3, .h3 {
    margin-top: 20px;
    margin-bottom: 10px;
}

img {
    max-width: 100%;
    height: auto;
    width: auto;
    vertical-align: middle;
}

article, aside, details, 
figcaption, figure, footer, 
header, hgroup, main, nav, 
section, summary {
    display: block;
}

/*Font Size*/

h4 {
    font-size: 18px; 
}

/*menu*/
nav {
    padding: 20px 30px;
    font-size: 30px;
    text-align: center;
}

nav ul {
    list-style-type: none;
}

nav ul li {
    display: inline-block;
    margin-right: 25px;
}

nav ul li a {
    text-decoration: none;
    color: #fff;
}

a.nav-link {
    transition: 1s;
}

a.nav-link:hover {
    color: #C4272D;
    text-shadow: 4px 4px 2px rgba(196,39,45, 0.8);
}

.current_page_item > a {
    color: #000;
    text-shadow: 4px 4px 2px rgba(96,94,97, 0.8); 
}

/*Background*/

.wrapper {
    position: relative;
}

#bg-layout {
    background: url('../images/bg-wiremesh4.png');
    background-size: cover !important;
    background-attachment: fixed;
    opacity: 1 !important;
    background-position: 30% 50%;
}

.static-overlay + div, .static-overlay + section {
    position: relative;
    z-index: 1;
}

.static-overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 0;
}

.wiremesh-solutions .container h2 {
    font-size: 40px;
    font-weight: 300;
}

/*margin*/
.wiremesh-solutions .container h4 {
    margin-top: 10px;
    margin-bottom: 50px;
    font-weight: 300;

}

/*margin 0*/
figure {
    margin: 0;
}

/*End Font Size*/


/*Color*/

body {
    background-color: #333333;
}

.wiremesh-solutions .container h2, 
.wiremesh-solutions .container h4 {
    color: #000;
    text-transform: uppercase;

}

.wiremesh-menu-heading h6 {
    color: #505050
}

/*End Color*/


.logo {
    text-align: center;
    width: 100%;
    margin: 0 auto;
    padding-top: 35px;
}

.container {
    margin: 0 auto;
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 30px;
    padding-bottom: 80px;
    width: 1170px;
}

/*Logo & Slogan*/

/*First Container */

.wiremesh-menus {
    height: 540px;
    text-align: left;
    padding: 30px 0;
    position: relative;
}

#menu-wiremesh-menu-1 {
    margin: 0;
}

.wiremesh-menus figure {
    width: 35%;
    float: left;
    padding: 0;
    height: 100%;
}

.wiremesh-menus figure img{
    height: 100%;
    max-height: 100%;
    width: 100%;
}

.wiremesh-menus > .figcaption {
    background-color: #f7f7f8;
    width: 65%;
    height: 100%;
    float: left;
}

.wiremesh-menus > .figcaption {
    padding: 20px 90px 20px 20px;
}

.wiremesh-menus .wiremesh-menu-heading {
    border-bottom: 1px solid #d7d7d7;
    margin-bottom: 30px;
    margin-left: 10px;
    margin-right: 10px;
}

/*Heading*/

.wiremesh-menus h1 {
    margin-top: 10px;
    margin-bottom: 0;
}

.wiremesh-menu-heading h1 {
    font-size: 60px;
}

.wiremesh-menu-heading h6 {
    font-size: 14px;
}

/*Margin h6*/
.wiremesh-menu-heading h6 {
    margin-top: 0;
}

/*cust-rating*/

.wiremesh-menus .cust-rating {
    width: 84px;
    height: 113px;
    position: absolute;
    top: 23px;
    right: 10px;
    background-image: url('../images/food-menu-ribbon.png');
    background-repeat: no-repeat;
    background-size: cover;
    text-align: center;
    color: #fff;
}


.wiremesh-menus .cust-rating h5 {
    margin-top: 40px;
    font-weight: 400;
    font-size: 14px;
}

h4, .h4, h5, .h5, h6, .h6 {
    margin-top: 10px;
    margin-bottom: 10px;
}

h6 {
    font-size: 12px;
}

/*Caption P */
.entry-caption h3 {
    color: #000;
}

.clearfix::before {
    content: " ";
    display: table;
}

.clearfix::after {
    clear: both;
}

/*container#2*/

.wiremesh-menus:nth-of-type(2n) > figure {
    float: right;
}

.wiremesh-menus:nth-of-type(2n) > .figcaption {
    float: right;
    text-align: right;
    padding: 10px 30px 10px 60px;
    padding: 20px 20px 20px 90px;
    background-color: #f7f7f8;
    width: 65%;
    height: 100%;
}

.wiremesh-menus:nth-of-type(2n) .cust-rating {
    left: 10px;
}

/*footer*/
footer {
    position: relative;
}

#bg-footer {
    background-color: #EAEFF2;
}

.copyright {
    text-align: right;
    color: #9e9e9e;
    margin-top: 75px;
}


footer .social-btn-group {
    position: absolute;
    margin-bottom: 0;
    width: 300px;
    width: auto;
    margin-left: -20px;
    left: 50%;
    margin-top: 60px;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}

footer .social-btns {
    margin: 0;
}

.social-btns li {
    float: right;
    display: inline-block;
    list-style: none;
}

.social-btns li {
    padding: 0 5px;
}

.social-btns a {
    color: #bfc8ce;
    border: 3px solid #bfc8ce;
    padding: 4px 0;
    border-radius: 50%;
    font-size: 20px;
    width: 40px;
    height: 40px;
    display: inline-block;
    text-align: center;
}

footer .logo {
    position: absolute;
    top: -18px;
    left: 50%;
    /*margin-left: -83px;*/
    -webkit-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    z-index: 2;
}

.ilogo {
    position: absolute;
    top: -5px;
    left: 50%;
    -webkit-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
}

/*Page-Full*/

/*.content-wrapper {
    background-color: #fff;
    padding: 60px;
    border: 1px solid #dadada;
    margin-bottom: 120px;
    min-height: 500px;
}*/

.wiremesh-menus-full {
    height: 100%;
    text-align: left;
    padding: 30px 0;
    position: relative;
}

.wiremesh-menus-full .wiremesh-menu-heading {
    border-bottom: 1px solid #d7d7d7;
    margin-bottom: 30px;
    margin-left: 10px;
    margin-right: 10px;
}

/*cust-rating*/

.wiremesh-menus-full .cust-rating {
    width: 84px;
    height: 113px;
    position: absolute;
    top: 23px;
    right: 10px;
    background-image: url('../images/food-menu-ribbon.png');
    background-repeat: no-repeat;
    background-size: cover;
    text-align: center;
    color: #fff;
}


.wiremesh-menus-full .cust-rating h5 {
    margin-top: 40px;
    font-weight: 400;
    font-size: 14px;
}

/*Heading*/

.wiremesh-menus-full h1 {
    margin-top: 10px;
    margin-bottom: 0;
}

.figcaption-full {
    background-color: #f7f7f8;
    width: 100%;
    height: 100%;
    border: 1px solid #dadada;
}

.fc-padding {
    padding: 60px 80px;
}

.spc-1 {
    width: 210.333333333px;
    float: left;
    padding-left: 10px;
    text-align: center;
}

/* Rotate */
.logo figure img {
    -webkit-transform: rotate(0) scale(1);
    transform: rotate(0) scale(1);
    transition: .3s ease-in-out;
    display: none;

}
.logo figure:hover img {
    -webkit-transform: rotate(15deg) scale(1.4);
    transform: rotate(15deg) scale(1.4);
    -webkit-transition: .3s ease-in-out;
}

.wpcf7-form input {
    height: 30px;
}

#comment {
    width: 100%;
    height: 300px;
}

.contact-strip ul {
    list-style-type: none;
}

.fa-1 {
    float: left;
}

.copy-sub-footer {
    color: #fff;
    padding: 10px;
}

/* Default styles first then media queries */

@media only screen and (max-width: 400px)  {

 
    .container {
        width: 100%;
    }

    .wiremesh-solutions .container h2, 
    .wiremesh-solutions .container h4 {

        font-size: 1rem;

    }

    div.wiremesh-menus:first-of-type {
        /*height: 1100px;*/
        overflow: scroll;
    }

    div.wiremesh-menus:nth-of-type(3n) {
        /*height: 900px;*/
        overflow: scroll;
    }

    .wiremesh-menus > figure {
        display: none;
        background-color: red;
    }

    .fc-padding {
        padding: 0;
    }

    .wiremesh-menus .cust-rating, .wiremesh-menus-full .cust-rating {
        display: none;
    }

    .figcaption {
        overflow: scroll;
    }

    .wiremesh-menus > .figcaption {
        width: 100%;
        padding: 0 5px 0;
        text-align: center;
    }

    .wiremesh-menus > .figcaption-full {
        width: 100%;
        padding: 0 5px 0;
        text-align: center;
    }


    .wiremesh-menus:nth-of-type(2n) > .figcaption {
        float: none;
        text-align: center;
        background-color: #f7f7f8;
        width: 100%;
        height: 100%;
        padding: 0;
    }

    .wiremesh-menus:nth-of-type(2n) > .figcaption > .entry-caption > ol {
        padding: 0;
    }

    footer {
        min-height: 300px;
    }

    .copyright {
        position: absolute;
        bottom: 0;
    }

    .spc-1 {
        float: none;
        padding-left: 0px;
        text-align: center;
        width: auto;
    }

    footer .social-btn-group {
        position: absolute;
        margin-bottom: 0;
        width: 100%;
        margin-left: -20px;
        margin-top: 60px;
        -webkit-transform: translateX(-60%);
        -moz-transform: translateX(-60%);
        -o-transform: translateX(-60%);
        -ms-transform: translateX(-60%);
        transform: translateX(-60%);
    }

    .wpcf7-form textarea {
        width: 100%;
    }


    .fa-1 {
        float: none;
    }

}


@media screen and (min-width: 600px)  {

    .wiremesh-menus-full .entry-caption {
        font-size: 20px;
    }

}
@media screen and (min-width: 1000px) {...}
@media screen and (min-width: 1400px) {...}