/*
 Theme Name:   CSA - USMF Child
 Theme URI:    https://powerit.dev/
 Description:   Power IT will find the right solution for you, to add value to your business and exceed digital expectations. Start your project with US today!
 Author:       Power It
 Version:      1.0
 Author URI:   https://powerit.dev/
 Template:     soledad
 Text Domain:  soledad
*/

/* = Theme customization go here
-------------------------------------------------------------- */


.theme-header-btns-wrap .menu {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-end;
}

.theme-header-btns-wrap .menu li {
    padding: 0;
    margin-right: 15px;
    margin-bottom: 0;
    line-height: 2;
    border: 0;
}

.theme-header-btns-wrap .menu li a{
    padding: 7px 12px;
    font-size: 12px;
    font-weight: 700;
    transition: all .4s;
}
.theme-header-btns-wrap .menu li a:hover{
    text-decoration: none!important;
}
.theme-header-btns-wrap .menu li:first-child a{
    background-color: #ff0010;
    color: #ffffff;
}

.theme-header-btns-wrap .menu li:first-child a:hover{
    background-color: #e2003c;
    color: #f9f9f9;
}

.theme-header-btns-wrap .menu li:last-child a {
    background-color: #2b3180;
    color: #ffffff;
}

.theme-header-btns-wrap .menu li:last-child a:hover{
    background-color: #0c147f;
    color: #f9f9f9;
}

.wrap-theme-copyright{
    margin-bottom: 20px;
}


.wrap-theme-copyright p{
    font-style: italic;
}

.w3eden .media-body .wpdm-download-link {
  background: #2b3180;
  border: 1px solid #2b3180;
  border-radius: 0px;
}

.w3eden .card-footer {
  background: #F3F5FA
}

.w3eden .card {
  margin-bottom: 20px
}

.w3eden .media-body .wpdm-download-link:hover {
  background: #0c147f;
  box-shadow: none;
  color: #FFFFFF;
}

.w3eden .media-body a {
  border-radius: 0 !important;
}

.w3eden .media-body {
  margin-left: 12px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.w3eden .media-body .ptitle {
  display: flex;
  align-items: center;
}

.w3eden .btn-block {
	background-color: #2b3180;
}

.w3eden .btn-block:hover {
	background-color: #0c147f;
}