 /* Logo-Css */
.image_full{
   display:block;
   width: 100%;
    margin: auto;
  }

 .image_mobile{
  display:none;
 }

@media (max-width: 640px) and (min-width: 320px){
  .image_full{
   display:none;
  }

  .image_mobile{
   display:block;
  }
}



.catescorts ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    padding: 0;
}

.catescorts ul li {
    list-style: none;
    margin: 10px;
    text-align: center;
}


.box h1{
  padding-bottom: 10px;
    text-align: left;
}

h1{
  padding-bottom: 10px;
    text-align: left;
}

p{
  padding-bottom: 20px;
    padding-top: 10px;
line-height: 25px!important;
  text-align: left;
}


.innerwrper h1 {
    padding-top: 10px;
}

 

@media only screen and (max-width: 480px) {
    .protopthmb li {
        width: 100%;
        margin-bottom: 20px!important;
    }
}

h1, h2, h3, h4, h5, h6{
  text-align: left;
  line-height: 30px!important;
}

body {
    color: #bebebe!important;

}

.posttxt {
    font-size: 14px;
    color: #bebebe!important;
}



.wrapper nav {
    background: #191919;
    border: 1px solid #ec2f03;
    float: center;
    position: -webkit-sticky;
    z-index: 100;
    align-items: center;
}







/* ===============================
   CENTER NAV MENU – DESKTOP ONLY
   =============================== */
@media only screen and (min-width: 769px) {

    .wrapper nav {
        width: 100%;
        float: none;
        display: flex;
        justify-content: center;
    }

    .wrapper nav ul {
        float: none;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .wrapper nav ul li {
        float: none;
    }
}



.wrapper nav ul li a {
    display: block;
    font-family: Lato, sans-serif;
    font-size: 12px!important;}


