/** Custom Styles **/
.logo {
    max-height: 42px;
}

@media all and (max-width: 767px) {
   .logo {
       max-height: 32px;
   }
}



/** Rounded Elements **/
.btn {
    border-radius: 7px;
}

.button {
	border-radius: 7px !important;
}

input[type="text"], input[type="password"] {
    border-radius: 7px;
}

input[type="text"]:focus, input[type="password"]:focus {
    input:focus {
        outline: none !important;
        box-shadow: 0 0 0 2px var(--primary)!important;
        border-radius: 7px !important; 
      }
    }

input[type="submit"],
button[type="submit"] {
    border-radius: 7px !important;
}

select {
    border-radius: 7px;
}

.product {
    border-radius: 7px;
}

.feature.bordered {
    border-radius: 7px;
}

.flex-control-nav li {
    border-radius: 7px;
}

.tile {
    border-radius: 10px;
  }
  
  .tilepod {
    border-radius: 7px;
  }
  
  .tilepoddate {
      border-radius: 7px;
    }
     
  .tilepodlink {
      border-radius: 7px;
    }

	input[type="submit"], input[type="button"], button[type="submit"] 
	{
	border-radius: 7px !important;
    }
    
    .menu > li ul {
        border-bottom-right-radius: 7px;
        border-bottom-left-radius: 7px;
    }

    .color {
        border-radius: 7px;
    }

    .flex-control-thumbs img {
        border-radius: 7px;
    }

/** End Rounded Elements **/