
/*---------------------- index ---------------------------*/




.contac_form input[type='text'], .contac_form input[type='email'], .contac_form input[type='url'], .contac_form input[type='password'], .contac_form input[type='search'], .contac_form input[type='number'], .contac_form input[type='tel'], .contac_form input[type='range'], .contac_form input[type='date'], .contac_form input[type='month'], .contac_form input[type='week'], .contac_form input[type='time'], .contac_form input[type='datetime'], .contac_form input[type='datetime-local'], .contac_form input[type='color'], .contac_form select, .contac_form textarea, .contac_form .wpcf7 .wpcf7-form-control-wrap[class*="file-"] {
    width: 100%;
    background-color: var(--white);
    border-color: var(--lightgrey3);
    color: var(--black2);
    box-shadow: none;
    border: 2px solid var(--white11);
    border-radius: 30px;
    padding: 10px 15px;
    margin-bottom:10px;
}
.contact-box .wpcf7 input[type="text"], .contact-box .wpcf7 input[type="email"] {
    width: 100% !important;
    font-size: 16px;
    padding: 10px 10px;
    height: auto;
    float: left;
}

/* --------- search Page ------- */
.postbox h6 {
    font-weight: bold;
}
/* --------- Blog Page ------- */
#full-width-blog .postbox {
    width: 100%;
    border: none;
}
#full-width-blog .postbox h3 {
    font-weight: normal;
    font-size: 35px;
    text-align: center;
    margin: 0;
    padding: 0;
}
.postbox h3 {
    font-weight: normal;
    font-size: 35px;
    text-align: center;
}
.metabox img {
    border-radius: 50%;
    margin-left: 30%;
}
.postbox {
    margin-bottom: 39px;
    border: none;
    border-radius: 6px;
}
.postbox h2 {
    margin: 0 0 5px;
    font-weight: bold;
}
.widget_recent_entries li {
    margin-bottom: 10px;
}
.metabox {
    color: black;
    padding: 5px 0;
    clear: both;
    margin: 10px 0;
    border-top: 1px solid#F82938;
    border-bottom: 1px solid#F82938;
}
.metabox .entry-date {
    background: url('assets/images/date.png') no-repeat;
    margin: 0 13px 0 0;
}
.metabox .entry-author {
    background: url('assets/images/author.png') no-repeat;
    padding: 0 0 0 20px;
    margin: 0 20px 0 0;
}
.metabox .entry-comments {
    background: url('assets/images/comments.png') no-repeat;
    padding: 0 0 0 20px;
}
#comment-nav-above .nav-links {
    width: 100%;
    float: left;
    margin-bottom: 17px;
}
.post-featured img {
    width: 100%;
}
/*.archive #sidebar {
    margin-top: 21%;
}
*/
@media screen and (max-width:767px) {
    .archive #sidebar {
        margin-top: 0%;
   }
}

/* ----------------------- POST---------------------- */
a.page-numbers, span.page-numbers.current {
    padding: 10px !important;
    background: trasparent;
    color: #797676;
}
.navigation span.page-numbers.current {
      border-bottom: 2px solid #00A3FC;
    color: #00A3FC;
}
#blog {
    padding-top: 0;
    margin-top: 0;
}
aside#search-3 {
    padding: 0 !important;
}
.bradcrumbs {
    padding: 30px 0;
    text-align: left;
    color:#000;
    text-transform: capitalize;
}
.bradcrumbs a ,.bradcrumbs span {
  padding: 5px 0;
  font: 600 16px/25px Kumbh Sans;
  letter-spacing: 0.5px;
  color: #010101;
}
#full-width-blog{
  padding: 50px 0;
}

/*--------------- Sidebar -----------------*/
#sidebar .textwidget input[type="submit"] {
    width: 100%;
}
#sidebar .textwidget label {
    width: 100%;
    float: left;
    margin-bottom: 0;
}
#sidebar .textwidget input[type="submit"] {
    background: var(--grey2);
    border: none;
    color: var(--white);
    padding: 14px 0;
    font-size: 15px;
    margin: 0;
}
#sidebar form {
    display: table;
    width: 100%;
}
#sidebar h3 {
    margin: 0 0 10px;
    font-size: 18px;
    color: var(--black2) !important;
    font-weight: 700;
}
.widget_categories select {
    width: 100%;
    padding: 6px;
}
#sidebar input[type="search"], #sidebar label {
    width: 100%;
}
#sidebar input[type="submit"] {
    margin-top: 10px;
}
#sidebar aside {
    margin-bottom: 30px;
    border: 1px solid var(--lightgrey3);
    padding: 10px;
}
#sidebar ul {
    list-style: none;
    margin: 0;
    padding: 0;
    font-size: 17px;
}
#sidebar ul li a {
    color: var(--black2);
    font-size: 14px;
}
#sidebar .tagcloud a {
    background: var(--white12);
    color: black;
    font-size: 15px !important;
    padding: 5px 18px;
    margin: 0 0 5px;
    display: inline-block;
}
#sidebar .tagcloud a:hover {
    background:#F82938;
}
#sidebar .widget_recent_entries ul li {
    background: none;
}
#sidebar .post-content {
    line-height: 20px;
    margin-bottom: 15px;
}
span.credit_link a {
    color:#F82938;
}
/*------------- Page -----------------*/
.title-box {
    color: white;
    font-weight: bold;
    text-align: center;
    background: #FFFFFF;
    position: relative;
}
.title-box .row{
    background: #FFFFFF;
}
.banner-page-text{
    border-radius: 0 20px 20px 0;
    position: absolute;
    height: 100%;
    display: flex;
    align-items: center;
}
.title-box h1 {
  text-align: left;
font: 600 22px/18px Jost;
letter-spacing: 0px;
color: #010101;
}
.title-box .above_title{
  margin-top: 4rem;
}
.read-moresec {
    margin: 2% 0;
}
.outer_dpage{
    padding: 40px 0;
}
.shrtcod-pg {
    border: 1px solid var(--lightgrey3);
}
.shrt_socio i {
    border: 1px solid var(--lightgrey3);
    padding: 10px;
    margin-right: 10px;
}
/*---------------- Pagination ----------------*/
.navigation {
    font-size: 14px;
    font-weight: bold;
    margin: 10px 0;
}
.navigation a {
    padding: 0;
}
.navigation span, .navigation a {
    display: block;
    padding: 10px 15px 0 15;
    margin-bottom: 10px;
    margin-right: 10px;
    font: 18px/30px Jost;
    letter-spacing: 0px;
    color: #242424;
    -webkit-transition: background .15s ease-in-out;
    -moz-transition: background .15s ease-in-out;
    -ms-transition: background .15s ease-in-out;
    -o-transition: background .15s ease-in-out;
    transition: background .15s ease-in-out;
    font-weight: normal;
}
.navigation span.meta-nav {
  font: 600 15px/50px Jost;
  letter-spacing: 0px;
  color: #A1A1A1;
}
.navigation .current {
    color: var(--white);
    font-weight: normal;
}
.nav-links .nav-next .meta-nav{
    text-align: end;
}

/*-------------- Woocommerce ---------------*/
.flex-viewport {
  width: 416px;
}
.woocommerce-product-gallery__image.flex-active-slide{
  height:100%;
  width: 100%;
}
.woocommerce-breadcrumb{
  display: none
}
