/*
* Theme Name: Runner
* Theme URI: https://github.com/runnerwp/runnerwp
* Author: CODE
* Author URI: https://developertanzim.com
* Description: Runner is a custom wordpress theme for Runner Media Agency.
* Version: 1.0.0
* Tags: runner, wordpress, theme, runnerwp
* Text Domain: runner
* License: GPLv2 or later
* License URI: http://www.gnu.org/licenses/gpl-2.0.html
*/

/* style.css */

.logo .custom-logo-link img{
    margin-top:-28px;
}

.menu-header-menu-container ul li {
    float: left;
    padding: 12px 15px;
    cursor: pointer;
    text-align: left;
}
.menu-header-menu-container ul li a {
    text-transform: uppercase;
    font-weight: 500; 
    font-size: 22px;
    color:#ebe1e1; 
}
.menu-header-menu-container ul li:hover {
    background-color:#4c4d4a43;
    border-radius: 5%; 
}

.sticky { /* Target your header element */
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 999; /* Ensure the header stays on top */
    transition: 0.2s ease-in-out; /* Add smooth transition */
    box-shadow: 0px 0px 5px #1515159c;
    background-color: #151515;
}

.overall{
    padding-top: 1.5rem !important;
}

body{
    background: #151515;
}
  
select.vdos{
    padding: 10px 20px;
    background: #ffffff;
    display: inline-block;
}

.custom-logo-link{
    width: 100%;
}

.menu-header-menu-container{
    width: 750px;
}

.overall{
    width: 100%;
}
.logo{
    width: 75%;
}
.menu{
    width: 100%;
}
.whatsapp{
    margin-left: 33%;
}

  
  
.whatsapp a svg path {
   fill: #FFF0E9; /* Set the default fill color for the SVG path */
}
  
.whatsapp a:hover svg path {
    fill: #DBFA9B;  /* Change the fill color of the SVG path on hover */
}

/* table style */

.table-container {
    display: flex;
    justify-content: center;
    align-items: center;
    height: auto; /* Center the table vertically */
}

.custom-table {
    width: 90%; /* Adjust the width as needed */
}

.custom-table td {
    border: 1px solid white;
    color: white;
    padding: 20px; /* Adjust the padding as needed */
    text-align: center;
    background-color: transparent; /* Ensure background is transparent */
}


/* cf7 styles */

.wpcf7 input{
    margin: 10px 0;
    border: 1px solid rgb(0, 0, 0);
    padding: 5 5 5 0;
}

.wpcf7-select{
    margin: 10px 10px;
    padding-left:10px;
}

.wpcf7-textarea{
    height: 110px;
    width: 100%;
    margin:auto;
    margin: 10px 0;
    padding-left:10px;
    padding-top: 10px;
    border: 1px solid rgb(0, 0, 0);
}

.wpcf7-submit{
    font-weight: bold;
    margin: 10px 0;
    padding: 10px 10px;
    background-color: #ffffff;
    color: black;
    width: 250px;
    margin: auto;
    border: 1px solid rgb(0, 0, 0);
}
.wpcf7-submit:hover{
    background-color: #e0f63c;
    color: black;
    border:1px solid rgb(0, 0, 0);
}

.woocommerce{
    width: 80%;
    margin: auto;
}

.pum-container{
    top:50px !important;
}
