/*
Theme Name: WPDevPH.me
Author: Danny Boy Gomez
Description: WPDevPH.me Theme
Tags: fast-loading, one-sec, blog, one-column, custom-background, custom-colors, custom-logo, custom-menu, editor-style, featured-images, footer-widgets, full-width-template, rtl-language-support, sticky-post, theme-options, threaded-comments, translation-ready, block-styles, wide-blocks, accessibility-ready
Version: 1.0
Requires at least: 5.0
Tested up to: 5.4
Requires PHP: 7.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: wpdevph.me
This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/




/* Menu */

* {
  box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
}
.slider {
    margin-top: 12px;
    margin-bottom: -28px !important;
}
body {
  margin: 0;
  font-family: acumin-pro, system-ui, sans-serif;
  background-color: #151d31;
  overflow-x: hidden;
  min-width: 300px;
}

.nav-item-2 {
    display: none;
}

.menu-div {
    width: 100%;
    background-color: #20273b;
    height: auto;
}

.navbar {
  overflow: hidden;
  background-color: #20273b;
  font-family: Arial, Helvetica, sans-serif;
  margin:0 7%;
  height: 82px;
  min-width: 300px;
}

.navbar a {
  float: left;
  font-size: 16px;
  color: white;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
}

.dropdown {
  float: left;
  overflow: hidden;
}

.dropdown .dropbtn {
  font-size: 16px;  
  border: none;
  outline: none;
  color: white;
  padding: 35px 16px;
  background-color: inherit;
  font: inherit;
  margin: 0;
  height: 81px;
}

.navbar a:hover, .dropdown:hover .dropbtn {
  background-color: #20273b;
}



.dropdown-content {
  display: none;
  position: absolute;
  width: 100%;
  left: 33.33%;
  
}




.dc-services {
    left: 31%;
    z-index: 999 !important;
}

.dropdown-content .header {
  background: #1b3447;
  padding: 16px;
  color: white;
}

.dropdown:hover .dropdown-content {
  display: block;
}

.dropbtn {
    padding-right: 27px !important;
}

.dropbtn:hover {
    cursor: pointer;
}

.dropbtn:after {
    content: url(assets/images/arrow-down-icon.png);
    position: absolute;
    margin-left: 6px;
    margin-top: 2px !important;
}

/* Create three equal columns that floats next to each other */
.column {
  float: left;
  width: 33.33%;
  padding: 10px;
  background-color: #20273b;
  height:360px;
  
  border-radius: 5px !important;
  margin-top: 2px;
}



.dc-blog {
    left: 30%;
    z-index: 999 !important;
    width: 40%;
}

.dc-blog-first {
    width: 40%;
    border-radius: 5px 0 0 5px !important;
}

.dc-blog-second {
/*   background-color: #313645;*/
background-image: linear-gradient(to right, #151d31 3%,#20273b 20%, #313645 77%);
border-left: 1px solid #151d31;
color: #FFFFFF;
width: 60%;
border-radius: 0 5px 5px 0 !important;


}



.column a {
  float: none;
  color: #FFFFFF;
  padding: 25px;
  text-decoration: none;
  display: block;
  text-align: left;
  border-radius: 3px;

}

.column a:hover {
    background-image: linear-gradient(to right, #20273b , #087ce7);
}

.dc-blog-second a:hover {
    background-image: linear-gradient(to right, #20273b , #087ce7);
}




.dc-blog-second a, .dc-blog-second h4 {
    color: #FFFFFF;
    margin-left: 11px;
}

.dc-blog-second a:hover {
    color: #FFFFFF;
}

.dc-blog-first a, .dc-blog-second a {
    padding: 20px;
}


.site-main ol li {
    margin-bottom: 10px;
    line-height: 21px;
}

.site-main p {
    line-height: 22.3px;
}

.advert-main img {
    width: 100%;
    text-align: center;
}

.advert-main {
    text-align: center;
}

.advert-main h3 {
    font-size: 16.4px;
    margin: 1px 7px 5px 7px;
}

.advert-main a {
    text-decoration: none;
}


/* Clear floats after the columns */
.row:after {
  content: "";
  display: table;
  clear: both;

}

.dc-services {
    width: 33.33%;
}


.dc-column-services {
    width: 100%;
}

.row-products h1 {
    color: #FFFFFF;
    margin-bottom: 11px;
    font-family: acumin-pro, system-ui, sans-serif;
    font-size: 24px;
    position: relative;
    z-index: 1 !important;
    margin-top: 27px;
}


/* Arrow hover */

/*
.square:after {
    content:"";
    position: absolute;
    right: 50%;
    top: -16px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 5px 5px 15px;
    border-color: transparent transparent #20273b transparent;
    z-index:9998;
}

.square {
    background: #20273b;
    border-top: 8px solid #20273b;
    position: absolute;
    z-index: 99999;
    margin-left: 10px;

}


/* Custom */

a.main-logo:hover {
    background-color: #20273b;
}

#logo {
    width: 200px !important;
}

a.main-logo {
    padding: 4px;
    margin-left: 19px;
}

.navbar a.menu-link {
    padding: 35px 16px;

}

/*.menu-link, button.dropbtn.menu-link {
    font-weight: 600;
    font-size: 15px;

}
*/



.menu-image {
    width: 87px;
    display: inline-block;
    float: left;
    margin-top: -18px;
    margin-left: -13px;
}

.menu-inner-link {
    display: inline-block;
   text-align: center;
   margin-left: 20px;
}







.menu-icon {
    display:none;
}
.menu-img {
    content: url("assets/images/menu-icon.png");
}

.menu-icon {
    float: right !important;
    margin: 0 !important;
    padding: 12px 22px 12px 10px !important;
}

.menu-call {
    float: right !important;
    margin: 0 !important;
    margin-right: 20px !important;
    font-weight: bold;
}

.call-icon {
    vertical-align: top;
    margin: 0;
    padding: 0;
    position: absolute;
    margin-top: -3px !important;
}

.call-text {
    margin-left: 28px;
}


.vertical-menu {
  width: 100%; /* Set a width if you like */
  position: absolute;
  z-index: 999999999;
  background-color: #20273b; /* Grey background color */
min-width: 300px;
}

.vertical-menu a {
  background-color: #20273b; /* Grey background color */
  color: #FFFFFF; /* Black text color */
  display: block; /* Make the links appear below each other */
  padding: 18px; /* Add some padding */
  text-decoration: none; /* Remove underline from links */
  
}

.vertical-sub-menu {
    background-color: #20273b; /* Grey background color */
}

.vertical-menu ul li {
    margin: 0;
    padding: 0;
}

.vertical-sub-menu {
    display: none;
}

.vertical-sub-menu a {

    margin-left: 20px;


}

.vertical-menu ul li a {
    background-color: #20273b; /* Grey background color */
}

.vertical-menu a:hover {
  background-color: #389dfb; /* Dark grey background on mouse-over */
}

.vertical-menu a.active-menu {
  background-color: #0082fc; /* Add a green color to the "active/current" link */
  color: white;
}

.vertical-menu {
    display: none;
}

img.arrow-down-icon {
    float: right;
    margin-right: 5px;
    margin-top: 2.8px;
}


.slide-img img {
    height: 268px !important;
}


/* Contact Form */



.container-contact form{
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    flex-direction: column;
}

.inputBox{
    width: 100%;
    margin: 10px 0;
    border-radius: 5px;
    overflow: hidden;
}

.inputBox input[type="text"], .inputBox input[type="email"], .wpcf7-text{
    width: 100%;
    height: 42px;
    border-radius: 5px;
    border: none;
    outline: none;
    overflow: hidden;
    border: 1px solid #00000052;
    padding: 0px 10px;
    font-size: 16px;
    color: #151d31;
}

.inputBox textarea, .wpcf7-textarea{
    width: 100%;
    min-width: 100%;
    max-width: 50%;
    height: 120px;
    min-height: 120px;
    border-radius: 5px;
    border: none;
    outline: none;
    overflow: hidden;
    border: 1px solid #00000052;
    padding: 10px 10px;
    font-size: 16.5px;
    color: #151d31;
    max-height: 250px;


}

.inputBox button, .wpcf7-submit{
    width: 162px;
    text-align: center;    
    padding: 10px 5px;
    border: none;
    outline: none;
    background: #004fff;
    color: #FFF;
    font-size:18px;
    font-weight: bold;
    cursor: pointer;
    float: left;
    border-radius: 5px;
    
}

.inputBox button:hover{
    background: #0044db;
    transition: all 0.3s ease;
}

::placeholder{
    font-size: 16px;
}


.alert{
    width: 50%;
    background: #00cf3a;
    padding: 10px 20px;
    border-radius: 3px;
    text-align: center;
    font-size: 17px;
    font-weight: normal;
    display: none;
    color: #FFFFFF;
    font-family: Arial, Helvetica, sans-serif;
}

.container-contact{
    width: 47%;
    height: auto;
    max-height: 750px;
    padding: 10px;
    border-radius: 5px;
    box-shadow:  0px 5px 25px rgba(0,0,0,0.2);
    justify-content: space-evenly;
    align-items: center;
    flex-direction: column;
    background-color: #151d31;
    display: inline-block;
    vertical-align: top;
}


.contact-details {
    vertical-align: top;
    width: 30%;
    display: inline-block;
    color: #FFFFFF;
    padding: 0 45px;

}

.contact-details h1 {
    font-size: 27px;
    text-align: left;
}

.contact-details h4 {
    text-align: left;
    font-weight: normal;


}

.contact-details h5 {
    text-align: left;
    font-weight: normal;
    font-size: 16px;


}

.contact-details a {
    color: #FFFFFF;
    text-decoration: none;
    font-weight: normal;
}

.contact-details a:hover {
    text-decoration: underline;
}

.social-media {
    text-align: left;
}
.social-media img {
    width: 40px;
}

.contact-space {
    display: block;
    margin-top: -16px;
}


/* End contact form */



 
.container-contact form {
    width: 100%;
    height: 100%;
    display: unset;
}
.wpcf7-response-output {
    color: #FFFFFF;
}

.wpcf7-not-valid-tip {
    color: #fd5555;
    font-size: 1em;
    font-weight: normal;
    display: block;
    margin-top: 7px;
}

.wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output, .wpcf7 form.payment-required .wpcf7-response-output {
    border-color: #e9b937;
}
/* Row Products */

.row-products {
    margin: 0 0%;
}
/* Create three equal columns that floats next to each other */
.column-products {
    width: 26.33%;
    padding: 10px;
    height: auto;
    min-height: 284px;
    display: inline-block;
    margin-right: 9px;
    margin-bottom: 15px;
    vertical-align: top;
    

}

.column-products img {
    width: 100%;
}

.column-products h4 {
    font-weight: 900;

}


/* Clear floats after the columns */
.row-products:after {
  content: "";
  display: table;
  clear: both;
}

.row-products,
.row-products a {
  color: #ffffff;
  text-align: center;
  font-family: 'Montserrat', sans-serif;
  font-weight: bold;
  text-decoration: none;
  
}

.column-products {
  border-radius: 3px;

}



.row-products p {
  line-height: 27px;
  font-size: 14.5px;
  font-weight: normal;
  padding-top: 0 !important;

}

.column-products h2 {
    font-size: 22.5px;
}
.product-item-1 {
/*    background-color: #2880d1;*/
background-image: linear-gradient(to bottom, #2880d1, #2880d1, #20273b);
/*border-bottom: 1px solid #2880d1;*/

}

.product-item-2 {
/*    background-color: #8e3ea9;*/
    background-image: linear-gradient(to bottom, #8e3ea9, #8e3ea9, #20273b);
    /*border-bottom: 1px solid #8e3ea9;*/
}

.product-item-3 {
/*    background-color: #007b23;*/
background-image: linear-gradient(to bottom, #007b23, #007b23, #20273b);
/*border-bottom: 1px solid #007b23;*/
}

.product-item-4 {
/*    background-color: #283c6f;*/
background-image: linear-gradient(to bottom, #283c6f, #283c6f, #20273b);
/*border-bottom: 1px solid #283c6f;*/
}

.product-item-5 {
/*    background-color: #d91f6e;*/
background-image: linear-gradient(to bottom, #d91f6e, #d91f6e, #20273b);
/*border-bottom: 1px solid #d91f6e;*/
}

.product-item-6 {
/*    background-color: #e9b937;*/
background-image: linear-gradient(to bottom, #e9b937, #e9b937, #20273b);

/*border-bottom: 1px solid #e9b937;*/
}

.footer-contact {
    background-color: #151d31;
    width: 100%;
    padding: 30px;
    margin-top: 8px;
}

.footer-copyright {
    color: #FFFFFF;
    padding-top: 25px;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: normal;
}

.lSSlideOuter {
    opacity: 0.9 !important;
}

.navbar a.menu-icon {
    float: right !important;
}








/* footer */

.footer {
  display: flex;
  flex-flow: row wrap;
  padding: 30px 30px 20px 30px;
  color: #FFFFFF;
  background-color: #151d31;
}

.footer > * {
  flex:  1 100%;
}

.footer__about {
  margin-right: 1.25em;
  margin-bottom: 2em;
  
}

.footer-inner-div {
    display: flex;
}

.footer__logo {

  font-weight: 400;
  font-size: 1.5rem;
  display: inline-block;


}

.footer-logo-desc {
    margin-top: 46px;
    vertical-align: top;
    font-size: 17px;
    display: inline-block;
    font-weight: bold;
}

.footer-logo-desc-span {
    font-weight: normal !important;
}



.footer__about h2 {
  margin-top: -0.7em;
  font-size: 15px;
  font-weight: 400;
  margin-left: 10px;
  flex: 1;
}

.nav__title {
  font-weight: 400;
  font-size: 15px;
}

.footer address {
  font-style: normal;
  color: #FFFFFF;
}

.footer__btn {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 36px;
  max-width: max-content;
  background-color: rgb(33, 33, 33, 0.07);
  border-radius: 100px;
  color: #FFFFFF;
  line-height: 0;
  margin: 0.6em 0;
  font-size: 1rem;
  padding: 0 1.3em;
}

.footer ul {
  list-style: none;
  padding-left: 0;
}

.footer li {
  line-height: 2em;
}

.footer a {
  text-decoration: none;
}

.footer__nav {
  display: flex;
    flex-flow: row wrap;
}

.footer__nav > * {
  flex: 1 50%;
  margin-right: 1.25em;
}

.nav__ul a {
  color: #FFFFFF;
}

.nav__ul--extra {
  column-count: 2;
  column-gap: 1.25em;
}

.legal {
  flex-wrap: wrap;
  color: #FFFFFF;
  text-align: center;
}
  
.legal__links {
  display: flex;
  align-items: center;
}

.heart {
  color: #2f2f2f;
}

.footer-desc-space {
    display: block;
    height: 6.5px;
}


.menu-icon {
    float: right !important;
    margin: 0 !important;
    padding: 12px 22px 12px 10px !important;
}

.menu-call {
    float: right !important;
    margin: 0 !important;
    margin-right: 20px !important;
    font-weight: bold;
}

.call-icon {
    vertical-align: top;
    margin: 0;
    padding: 0;
    position: absolute;
    margin-top: -3px !important;
}

.call-text {
    margin-left: 28px;
}


.vertical-menu {
  width: 100%; /* Set a width if you like */
  position: absolute;
  z-index: 999999999;
  background-color: #151d31; /* Grey background color */
  

}

.menu-line {
    width: 100%;
    margin:0 auto;
    border-bottom: 1px solid #151d31;
}

.vertical-menu a {
  background-color: #20273b; /* Grey background color */
  color: #FFFFFF; /* Black text color */
  display: block; /* Make the links appear below each other */
  padding: 18px; /* Add some padding */
  text-decoration: none; /* Remove underline from links */
  
}

.vertical-menu ul li {
    margin: 0;
    padding: 0;
}

.vertical-sub-menu {
    display: none;
}

.vertical-sub-menu a {

    margin-left: 20px;


}

.vertical-menu ul li a {
    background-color: #151d31; /* Grey background color */
}

.vertical-menu a:hover {
  background-color: #389dfb; /* Dark grey background on mouse-over */
}

.vertical-menu a.active-menu {
  background-color: #0082fc; /* Add a green color to the "active/current" link */
  color: white;
}

.vertical-menu {
    display: none;
}

img.arrow-down-icon {
    float: right;
    margin-right: 5px;
    margin-top: 2.8px;
}




.box{
    width:260px;
    overflow: hidden;
    margin:5px;
}
.slide-img{
    height: 280px;
    position:relative;
}
.slide-img img{
    width:100%;
    height: 100%;
    object-fit: cover;
    box-sizing: border-box;
}
.detail-box{
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px 20px;
    box-sizing: border-box;
    font-family: Arial, Helvetica, sans-serif;
}
.type{
    display: flex;
    flex-direction: column;
}
.type a{
    color:#222222;
    margin: 5px 0px;
    font-weight: 700;
    letter-spacing: 0.5px;
    padding-right: 8px;
    text-decoration: none;
}
.type span{
    color:rgba(26,26,26,0.5);
}
.price{
    color: #333333;
    font-weight: 100;
    font-size: 1.1rem;
    font-family: Tahoma, sans-serif;
    letter-spacing: 0.5px;
    text-decoration: none;

}

.summary .price {
    font-size: 20px;
}
.overlay{
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    width:100%;
    height: 100%;
    background-color: rgba(0,0,0,0.6);
    display: flex;
    justify-content: center;
    align-items: center;
}
.buy-btn{
    width:160px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #FFFFFF;
    color:#252525;
    font-weight: 700;
    letter-spacing: 1px;
    font-family: calibri;
    border-radius: 20px;
    box-shadow: 2px 2px 30px rgba(0,0,0,0.2);
    text-decoration: none;
}
.buy-btn:hover{
    color:#FFFFFF;
    background-color: #53a9f9;
    transition: all ease 0.3s;
}
.overlay{
    visibility: hidden;
}
.slide-img:hover .overlay{
    visibility: visible;
    animation:fade 0.5s;
}
 
@keyframes fade{
    0%{
        opacity: 0;
    }
    100%{
        opacity: 1;
    }
}
.slider{
    width:100%;
    display: flex;
    justify-content: center;
    align-items: center;
    display: none;
}

.slideshow-container {
    display: none;
}

.box {
    margin: 0 !important;
    margin-top:4px !important;
}


.portfolio-text {
    background-color: #197bff;
    color:#FFFFFF;
    padding: 13px 0;
    margin:0 !important;
    background-image: linear-gradient(#0084ff, #2564ff);

}

.web-text-projects {
    font-size: 24.5px;
}


.logo {
    display: inline-block;
}

.about-website {
    display: inline-block;
    vertical-align: top;

    

}

.about-info {
    display: block;
    text-align: left;
    margin-top: 19.5px;
    font-weight: bold;
    font-size: 17.3px;
}

.about-desc {
    display: block;
    text-align: left;
    font-size: 14.6px;
    
}


/* blog style */

.site-main code {
    font-size: 16px !important;
}

.content-area {
    margin: 2.2% 2% 2.2% 2% ;
}

.site-main {
    color: #141414;
    background-color: #ffffff;    
    width: 71%;
    padding: 1.4%;
    border-radius: 5px;
    padding-bottom: 5%;
    display: inline-block;
    margin-right: 0;
    font-family: Arial, Helvetica, sans-serif;
    min-height: 720px;
    word-wrap: break-word;
}

.advert-main {
    display: inline-block;
    color: #FFFFFF;
    width: 27%;
    padding: 0 0 0 11px;
    vertical-align: top;
    margin-left: 0;
}

.advert-services-1 {
    border-radius: 5px;
    background-color: #141a2b;
    width: 100%;
    padding: 5px 15px 5px 15px;
    text-align: top;
    color: #FFFFFF;
    min-height: 230px;
    margin-bottom: 16px;
}

.advert-services-2 {
    border-radius: 5px;
    background-color: #141a2b;
    width: 100%;
    padding: 5px 15px 5px 15px;
    text-align: top;
    color: #FFFFFF;
    min-height: 230px;
    margin-bottom: 16px;
}

.advert-services-3 {
    border-radius: 5px;
    background-color: #141a2b;
    width: 100%;
    padding: 5px 15px 5px 15px;
    text-align: top;
    color: #FFFFFF;
    min-height: 230px;
    margin-bottom: 16px;
}

.advert-services-4 {
    border-radius: 5px;
    background-color: #141a2b;
    width: 100%;
    padding: 5px 10px 5px 10px;
    text-align: top;
    color: #151d31;
    min-height: 230px;
    margin-bottom: 5px;
}

.site-main input[type="text"], .site-main input[type="email"],.site-main input[type="tel"]{
    width: 100%;
    height: 42px;
    border-radius: 5px;
    border: none;
    outline: none;
    overflow: hidden;
    border: 1px solid #00000052;
    padding: 0px 10px;
    font-size: 16px;
    color: #151d31;
}



.site-main textarea{
    width: 100%;
    min-width: 100%;
    max-width: 50%;
    height: 120px;
    min-height: 120px;
    border-radius: 5px;
    border: none;
    outline: none;
    overflow: hidden;
    border: 1px solid #00000052;
    padding: 10px 10px;
    font-size: 16.5px;
    color: #151d31;
    max-height: 250px;


}

.site-main input[type="submit"] {
    width: 162px;
    text-align: center;    
    padding: 10px 5px;
    border: none;
    outline: none;
    background: #004fff;
    color: #FFF;
    font-size:18px;
    font-weight: bold;
    cursor: pointer;
    float: left;
    border-radius: 5px;
    
}

.site-main input[type="submit"]:hover{
    background: #0044db;
    transition: all 0.3s ease;
}

.site-main a:visited {
  color: #151d31;
  background-color: transparent;
  text-decoration: none !important;
}

.site-main a:link {
  color: #151d31;
  background-color: transparent;
  text-decoration: none !important;
}

.woocommerce .woocommerce-ordering select {
    padding: 7px;
    outline: none;
}

.view-count {
    float: right;
    margin-right: 14px;
    margin-top: 10px;
}

.view-text {
    font-size: 14.19px;
}

.navigation {
  text-align: center;
}

.navigation ul li {
  display: inline-block !important;
  
}

.navigation ul li a {
  background-color: #2c3652 !important;
  border-left: 1px solid #ffffff;
  margin-right: -4px !important;
  padding: 10px 16px;
  border-radius: 2px;
}

.navigation ul li.active {
  text-decoration: underline;
}


.navigation {
    z-index: 2;
}

.navigation li.active a {
  background: #10b13b !important;

}

.navigation ul li a:hover {
  background: #262f49 !important;
}

.navigation ul li.active a:hover {
  background: #10b13b !important;
}

.navigation ul li.active {
  text-decoration: none !important;

}

.navigation li a {
  color: #ffffff !important;
  font-size: 14px;
  margin: 0 !important;
}

.navigation-wpdevph {
    margin-bottom: -32px;
    margin-top: 40px;
}


.blog-posts-item {
    display: inline-block;
    margin-right: 13px;
    width: 30.5%;
    vertical-align: top;
    margin-bottom: 15px
}

.blog-posts-item img {
    background-color: #dfdfdf;
}

.site-main img {
    background: #dfdfdf;
}

.blog-posts-item p {
    text-align: center;
    margin: 0 auto;
}

.blog-posts-item:hover .blog-link {
    text-decoration: underline;
}

.blog-link:hover {
    text-decoration: underline;
}

/* comments */


.nav-links {
    display: flex;
    float: right;
}



.nav-previous a {
background-color: #2c3652 !important;
  border-left: 1px solid #ffffff;
  margin-right: -4px !important;
  padding: 10px 16px;
  border-radius: 5px;
  color: #FFFFFF !important;
  float: right;
}

.nav-next a {
background-color: #2c3652 !important;
  border-left: 1px solid #ffffff;
  margin-right: -4px !important;
  padding: 10px 16px;
  border-radius: 5px;
  color: #FFFFFF !important;
  float: right;
}

.nav-links .nav-next {
    margin-right: 10px !important;
    margin-left: 10px !important;
    float: right;
    order: 2;
}

.nav-links .nav-previous {
    float: right;
    order: 1;
}


.nav-previous a:hover, .nav-next a:hover {
    background: #01af32 !important;
}

.back-link {
    color: #141c30 !important;
}

.nav-previous a:before {
    content: "« ";
}

.nav-next a:after {
    content: " »";
}


/*woocommerce */


.woocommerce div.product p.price, .woocommerce div.product span.price, .summary p.price {
    color: #1d6700;
    font-size: 1.21em;
    font-weight: 400;
}

.button.single_add_to_cart_button.button.alt.disabled.wc-variation-selection-needed {
    background-color: #2f8f39;
}



/* woocommerce zoom */

a.woocommerce-product-gallery__trigger {
    display: none;
    visibility: hidden;
}


.woocommerce-product-gallery__image {
  pointer-events: none;
  background: #dfdfdf;
}

/* end woocommerce zoom */

.woocommerce div.product form.cart .variations {
    text-align: left;

}

.woocommerce div.product form.cart .variations label {
    font-weight: normal;
}


.woocommerce div.product form.cart .variations select, .summary select{
    height: 30px;
    color: #1d6700;
    outline: none;
    font-size: 14px;
    border:1px solid #5a9741;
}

.woocommerce .quantity .qty {
    width: 3.1em;
    text-align: center;
    margin-top: 2px;
    height: 35px;
    outline: none;
}

.woocommerce .products ul, .woocommerce ul.products {
    text-align: center;
}

.woocommerce div.product div.images .woocommerce-product-gallery__wrapper {
    background: #e3e3e3;
    border-radius: 4px;
    border: 1px solid #e4e4e4;
}

.woocommerce div.product form.cart .variations select:hover, .summary select:hover {
    background-color: #5a9741;
    color: #FFFFFF;

}

.woocommerce ul.products li.product a img {
    background: #dfdfdf;
    border-radius: 4px;
    border: 1px solid #dddddd;
    padding: 10px 0;
}

.single_variation_wrap input {
    height: 35px;
    outline: none;
    margin-top: 2px;
}

button.single_add_to_cart_button.button.alt, .summary button.single_add_to_cart_button.button.alt{
    background: #32d142;
    margin-top: 2px;
}

button.single_add_to_cart_button.button.alt:hover {
    outline: none;
}

.woocommerce div.product form.cart .button:hover {
    background: #32d142;
    outline: none;
}


.woocommerce-notices-wrapper .wc-forward {
    color: #0a8b17 !important;
}

.cart-link {
    float: right;
    background-color: #4eab41 !important;
    color: #FFFFFF !important;
    padding: 5px 14px;
    border-radius: 4px;
    width: 82px;

}

.cart-link img {
    float: right;
}

.cart-link:hover {
    background: #0a8b17 !important;
    opacity: 0.9;
}


.cart-link .cart-text {
    position: absolute;
    float: left;
    margin-left: -2px;
    margin-top: 3px;
    font-size: 15px;
}

.woocommerce-error {
    border-top-color: #ad151b;
}

.woocommerce-error::before {
    color: #ad151b;
}

.woocommerce-message {
    border-top-color: #63cf45;
}

.woocommerce-message::before {
    color: #63cf45;
}

.woocommerce-info {
    border-top-color: #277ecf;
}

.woocommerce-info::before {
    color: #277ecf;
}

.woocommerce a.remove {
    display: block;
    font-size: 16px;
    height: 19px;
    width: 19px;
    padding-top: 3px;
    text-align: center;
    line-height: 1;
    border-radius: 100%;
    background-color: #af9494 !important;
    color: #FFFFFF !important;
    font-weight: 700;
    border: 0;
}

.woocommerce a.remove:hover {
    background-color: #d93030!important;
}


.woocommerce input#coupon_code {
    height: 35px;
    width: 182px;
}

a.checkout-button.button.alt.wc-forward {
    background: #32d142;
    margin-bottom: 9px;
}

a.checkout-button.button.alt.wc-forward:hover {
  
  background: #1b9d29;
}


.woocommerce #payment #place_order {
    background: #32d142;
}

.woocommerce #payment #place_order:hover {
    background: #15a525;
}

.select2-container .select2-selection--single {
    height: 43px !important;

}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 41px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 40px;

}

.custom-post-title {
    height: 20px;
    margin-top: 27px;
    margin-bottom: 24px;
}


.woocommerce-product-details__short-description {
    font-size: 15px;
}
form.variations_form.cart {
    font-size: 15px;
}

.woocommerce-tabs.wc-tabs-wrapper {
    font-size: 15px;
}

.product_meta {
    font-size: 11px;
}


.advert-main div {
    vertical-align: top;
    padding: 3.4px !important;
}


.cart-link img {
    background: transparent;
}

img.attachment-full.size-full.wp-post-image {
    width: 100%;
    object-fit: contain;
    background: transparent;
    margin: auto;
    height: 100%;
}

.blog-posts-item img {
    width: 100%;
    object-fit: contain;
    background: transparent;
}

.site-main ul li {
    line-height: 22.3px;
}

.woocommerce-product-details__short-description p {
    line-height: 19px !important;
}

.woocommerce-variation-description p {
    line-height: 20.3px !important;
}

div#tab-description p {
    line-height: 21.6px !important;
}



.main-post-image {
    margin: 12px 0 0 0;
}


/* Responsive layout - makes the three columns stack on top of each other instead of next to each other */


@media screen and (min-width: 24.375em) {
  .legal .legal__links {
    margin-left: auto;
  }
}

@media screen and (min-width: 40.375em) {
  .footer__nav > * {
    flex: 1;
  }
  
  .nav__item--extra {
    flex-grow: 2;
  }
  
  .footer__about {
    flex: 1 0px;
  }
  
  .footer__nav {
    flex: 2 0px;
  }
}


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

.footer-logo-desc {
    margin-top: 0 !important;
}
}


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

.blog-posts-item {
        width: 30%;
}


}



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

.content-area {
    margin: 2% 5% 2% 5% ;
}


}



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

.intro-text {
    left: 66px;
    padding: 17px 0px;
    position: absolute;
    top: 124px;
    font-size: 30px;
}

.contact-us-text {
    font-size: 16px;
    width: 134px;
    padding: 7px 10px;
    top: 314px;
    left: 66px;
}

.inner-slideshow .mySlides img {
    margin: 0 auto;
    float: right;
    margin-right: 80px;
}


}


@media screen and (max-width: 1296px) {
.dc-blog {
    left: 30%;
    z-index: 2 !important;
    width: 60%;
}


}



@media screen and (max-width: 1030px) {
.footer-logo-desc-span {
    font-size: 15px;
}

.footer__about h2 {
    font-size: 15px;

}
}

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

.footer-contact {
    padding: 10px;
}

.column-products {

    max-height: 240px;
    min-height: 240px;
}
}


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

.container-contact {
    width: 41%;
}

.inputBox button {
    width: 141px;
    padding: 8px 5px;
    font-size: 16px;
}

.inputBox input[type="text"], .inputBox input[type="email"] {
    width: 100%;
    height: 39.5px;

}


}

@media screen and (max-width: 1251px) {
.column-products {
    height: auto;

}
}





@media screen and (max-width: 1233px) {
.intro-text {
    font-size: 33px;
}

}

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


}

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

.column-products {
    max-height: 240px;
    min-height: 240px;

}
}


@media screen and (max-width: 1179px) {
.intro-text {
    font-size: 33px;
    left: 70px;
}

.contact-us-text {
    left: 70px;
}

.column-products {
    max-height: 230px;
    min-height: 230px;

}

}



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

.column-products {
    height: auto;

}

}

@media screen and (max-width: 1130px) {
.dc-services {
    width: 34%;
}

.site-main {
    width: 72%;

}

.advert-main {
    width: 26%;
}

.content-area {
    margin: 2% 2% 2% 2%;
}

.advert-main div {
    min-height: 100%;
}

}


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

.row-products {
    margin: 0 3%;
}
}



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

.column-products {
    height: auto;
    width: 30%;
    max-height: 250px;
    min-height: 250px;

}

.column-products h2 {
    margin-top: 2px !important;
}



}


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

.call-icon {
    visibility: hidden;
}
}


@media screen and (max-width: 1001px) {
.dc-blog {
    left: 30%;
    z-index: 2 !important;
    width: 70%;
}


}



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

.dc-services {
    width: 40%;
}

.dc-blog-first {
    width: 40%;
}
}



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

.call-icon {
    visibility: hidden;
}
}


@media screen and (max-width: 960px) {
.menu-link {
    display: none;
}

.menu-call {
    display: block;
    margin-right: 0 !important;
    padding-right: 0 !important;
}

.call-icon-main {
    visibility: visible;
}


.menu-icon {
    display: block;
}
a.main-logo {
    margin-left: -10px !important;
}

.navbar a.menu-icon {
    padding-right: 0 !important;
}

.navbar {
    margin: 0 3%;

}

.advert-main {
    width: 25%;
}


}




@media screen and (max-width: 930px) {
.row-products p {
    line-height: 27px;
    font-size: 13.5px;
}

}


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

.column-products {

    max-height: 260px;
    min-height: 260px;
}
}



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

.inner-slideshow .mySlides img {
    margin-right: 40px;
}

}


@media screen and (max-width: 868px) {
.row-products p {
    line-height: 27px;
    font-size: 13.5px;
}

.column-products {
    width: 40%;
    margin-right: 12px;
    margin-bottom: 17px;

}

}


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

.contact-details h1 {
    font-size: 25px;
}

.site-main {
    width: 72%;

}

.content-area {
    margin: 2% 2% 2% 2%;
}

.advert-main div {
    min-height: 100%;
}
}

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

.intro-text {
    font-size: 29px;
}

.contact-us-text {
    font-size: 16px;
    width: 134px;
    padding: 7px 10px;
}

}


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

.container-contact {
    width: 90%;
}

.contact-details {
    width: 100%;
}



}


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

.column-products {

    max-height: 250px;
    min-height: 250px;
}


.blog-post-thumbnail-link img {
    width: 200px !important;
    object-fit: contain;
}

.blog-posts-item {
        width: 45%;
}


}



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

.intro-text {
    left: 66px;
    font-size: 30px;
}

.contact-us-text {
    font-size: 16px;
    left: 66px;
}

.inner-slideshow .mySlides img {
    margin-right: 40px;
    width: 444px !important;
}

}

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

.column-products {

    max-height: 240px;
    min-height: 240px;
}




}



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

.intro-text {
    top: 130px;
    left: 88px;
}

.contact-us-text {
    top: 294px;
    left: 88px;
}

.inner-slideshow .mySlides img {
    margin-right: 30px;
}

}


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

.intro-text {
    left: 66px;
    font-size: 30px;
}

.contact-us-text {
    font-size: 16px;
    left: 66px;
}

.inner-slideshow .mySlides img {
    margin-right: 40px;
    width: 400px !important;
}

.inner-slideshow .mySlides {
    max-height: 275px !important;
}

}



@media screen and (max-width: 746px) {
.footer-logo-desc-span {
    font-size: 15px;
}

.footer__about h2 {
    font-size: 15px;

}
}



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

.content-area {
    margin: 2% 5% 2% 5% ;
}

.site-main {

    display: block;
    width: 100%;
    padding-bottom: 17%;
    margin-bottom: 15px;
}


.advert-main {
    display: block;
    width: 100%;
    margin-top: 30px;
   
}

.advert-main .advert-services-1, .advert-main .advert-services-2, .advert-main .advert-services-3 {
    display: inline-block !important;
    width: 30%;
}

.advert-main div {
    height: 100%;
    display: inline-block;
    max-height: 100%;
    min-height: 182px;
}



}


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

.intro-text {
    top: 130px;
    left: 56px;
    font-size: 26px;
}

.contact-us-text {
    top: 288px;
    left: 53px;
    font-size: 15.5px;
}

.inner-slideshow .mySlides img {
    margin-right: 10px;
}

}



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

.column-products {

    max-height: 240px;
    min-height: 240px;
}
}



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

.footer-logo-desc {
    margin-top: 21px !important;
}
}


@media screen and (max-width: 644px) {
.footer__about {
  margin-bottom: 0 !important;
}

}


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


.intro-text {
    left: 66px;
    font-size: 25px;
}

.contact-us-text {
    font-size: 16px;
    left: 66px;
}

.inner-slideshow .mySlides img {
    margin-right: 40px;
    width: 330px !important;
}

.inner-slideshow .mySlides {
    max-height: 250px !important;
}

}


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

.column-products {

    max-height: 230px;
    min-height: 230px;
}

.blog-post-thumbnail-link img {
    width: 160px !important;
    object-fit: contain;
}
.blog-posts-item p {
    margin-top: 0.8px;
}

}




@media screen and (max-width: 600px) {
  .column {
    width: 100%;
    height: auto;
  }

  .dropdown-content {
    width: 100%;
  }


.container{
    width: 90%;
}

.column-products {
  width: 45%;
  display: inline-block;
    margin-right: 9px;
    margin-bottom: 15px;
  height: auto;
}


.alert {
    width: 100%;
}




.intro-text {
    left: 66px;
    font-size: 23px;
}

.contact-us-text {
    font-size: 16px;
    left: 66px;
}

.inner-slideshow .mySlides img {
    margin-right: 40px;
    width: 310px !important;
}

.inner-slideshow .mySlides {
    max-height: 240px !important;
}



}




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


.column-products h2 {
    margin-top: 5px !important;
}

.blog-post-thumbnail-link img {
    width: 160px !important;
    object-fit: contain;
}


}



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




.intro-text {
    left: 66px;
    font-size: 22px;
}

.contact-us-text {
    font-size: 16px;
    left: 66px;
    top: 274px;
}

.inner-slideshow .mySlides img {
    margin-right: 0 !important;
    width: 310px !important;
}

.inner-slideshow .mySlides {
    max-height: 240px !important;
}

}



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

.intro-text {
    display: none;
}

.contact-us-text {
    display: none;
}

.inner-slideshow .mySlides img {
    float: none;
}

.inner-slideshow .mySlides {
    max-height: 200px !important;
}

}


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

.content-area {
    margin: 2% 5% 2% 5% ;
}

.site-main {

    display: block;
    width: 99%;
    padding-bottom: 10%;
    padding-right: 5%;
    padding-left: 5%;
    padding-top: 5%;
}

.advert-main {
    display: block;
    width: 100%;
    margin-top: 30px;
}

.advert-main .advert-services-1, .advert-main .advert-services-2, .advert-main .advert-services-3 {
    display: inline-block !important;
    width: 40%;
    margin-right: 12px;
}



}




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

.blog-post-thumbnail-link img {
    width: 224px !important;
    object-fit: contain;
}

.blog-posts-item {
        width: 90%;
}

}



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

.content-area {
    margin: 2% 5% 2% 5% ;
}

.site-main {

    display: block;
    padding-bottom: 15%;
}

.advert-main {
    display: block;
    width: 100%;
    margin-top: 30px;
}

.advert-main .advert-services-1, .advert-main .advert-services-2, .advert-main .advert-services-3 {
    display: inline-block !important;
    width: 90%;
    margin-right: 12px;
}

.navigation {
    text-align: left;
    margin-left: -10px;
}

}



@media only screen and (max-width: 500px) {
.inner-slideshow .mySlides img {
    width: 100%;

}

span.contact-space.email-addr {
    font-size: 15px;
}

.column-products {
    max-height: 200px;
    min-height: 200px;
}

}


@media only screen and (max-width: 450px) {
.inner-slideshow .mySlides img {
    width: 100%;

}

.inputBox button{
    width: 90%;

}

.footer-logo-desc-span {
    font-size: 15px;
}

.alert {
    width: 90%;
    font-size: 14px;
}
}


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

.menu-call{
    display: none;
}

}

@media only screen and (max-width: 482px) {
.column-products {
    height: auto;
}
}

@media only screen and (max-width: 472px) {
.menu-link {
    display: none;
}

.menu-icon {
    display:block;
}

.call-icon {
    margin-top: -1px !important;
    margin-left: -1px !important;
}
}

@media only screen and (max-width: 456px) {
.inner-slideshow .mySlides {
    max-height: 300px !important;
}

}




@media only screen and (max-width: 442px) {
.inner-slideshow .mySlides {
    max-height: 286px !important;
}

}

@media only screen and (max-width: 440px) {
.column-products {
    max-height: 200px;
    min-height: 200px;
}
}


@media only screen and (max-width: 426px) {
.inner-slideshow .mySlides {
    max-height: 285px !important;
}

}

@media only screen and (max-width: 408px) {
.column-products h4 {
    font-size: 19px;
}

@media only screen and (max-width: 440px) {
.column-products {
    max-height: 200px;
    min-height: 200px;
}
}


.column-products img {
    width: 80%;
}


}

@media only screen and (max-width: 456px) {
.inner-slideshow .mySlides {
    max-height: 260px !important;
}

}


@media only screen and (max-width: 390px) {
.inner-slideshow .mySlides {
    max-height: 250px !important;
}

.portfolio-text {
    font-size: 22px;
}

.web-text-projects {
    font-size: 22.5px;
}

.column-products {
    width: 90%;
}

.footer__logo img {
    width: 92%;
    margin-left: -12px;
}


.column-products {
    max-height: 230px;
    min-height: 230px;
}




}

@media only screen and (max-width: 386px) {
.custom-post-title {
    height: 40px;
    margin-top: 26px;
}

}

@media only screen and (max-width: 282px) {
.contact-details {
    padding: 0 23px;
}

}


@media only screen and (max-width: 266px) {
.alert {
    padding: 10px 10px;
}

.nav__ul a {
    font-size: 14px;
}


}

@media only screen and (max-width: 364px) {
.inner-slideshow .mySlides {
    max-height: 237px !important;
}

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

.portfolio-text {
    font-size: 18px;
}

.web-text-projects {
    font-size: 19.7px ;
}


}

@media only screen and (max-width: 357px) {
.inner-slideshow .mySlides {
    max-height: 230px !important;
}

}


@media only screen and (max-width: 352px) {
.inner-slideshow .mySlides {
    max-height: 230px !important;
}



}

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

.column-products h2 {
    margin-top: 5px !important;
}

.column-products {

  height: auto;
}
}



@media screen and (max-width: 340px) {
a.main-logo {
    margin-left: 0 !important;
}

.navbar a.menu-icon {
    padding-right: 0 !important;
    padding-left: 0 !important;
}

}

@media only screen and (max-width: 338px) {
.inner-slideshow .mySlides {
    max-height: 222px !important;
}
}

@media only screen and (max-width: 320px) {
.inner-slideshow .mySlides {
    max-height: 200px !important;
}

}

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

.column-products h2 {
    margin-top: 5px !important;
}

.column-products {

  height: auto;
}
}


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

.about-info {
display: block;
    text-align: left;
    margin-top: 19.5px;
    font-weight: bold;
    font-size: 15.3px;
}

.about-desc {
    display: block;
    text-align: left;
    font-size: 12.6px;
}

}


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

.about-info {
display: block;
    text-align: left;
    margin-top: 17.5px;
    font-weight: bold;
    font-size: 15.3px;
}

.about-desc {
    display: block;
    text-align: left;
    font-size: 11.6px;
}

.vertical-sub-menu a {
    margin-left: 20px;
    font-size: 13px;
}

}



@media only screen and (max-width: 472px) {
.menu-link {
    display: none;
}

.menu-icon {
    display:block;
}

.call-icon {
    margin-top: -1px !important;
    margin-left: -1px !important;
    visibility: visible;
}
}

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

button.button {
    margin-top: 3px !important;
    font-size: 15px !important;
}

}

.woocommerce-product-gallery {
    opacity: 1 !important;
    transition: none 
}


.footer .footer-logo-desc {
    margin-top: 19px;
    vertical-align: top !important;
    font-size: 17px;
    display: inline-block;
    font-weight: 700;
    margin-left: 14px;
}


body {
    margin: 0;
    padding: 0;
    min-width: 366px !important;
}