/*
Theme Name: Sway Child
Template: sway
Theme URI: https://www.swaytheme.com/
Author: Key-Design
Author URI: http://themeforest.net/user/Key-Design
Description: Multi-Purpose WordPress Theme with Block Builder
Version: 1.0
Tags: one-column, two-columns, three-columns, four-columns, left-sidebar, right-sidebar, custom-menu, featured-images, flexible-header, post-formats, sticky-post, translation-ready

/* Below you can write your style */


.navbar-default .nav:hover li a{
	opacity: 1;
}

.navbar-default .nav > li > a:hover{
	text-decoration: underline;
}

.footer-widget-area{
	padding-top: 0;
}

footer#footer .upper-footer{
	padding-top: 30px !important;
}

.navbar-default .nav > li > a{
	position: relative;
	-webkit-transition: all .6s ease-in-out;
    -moz-transition: all .6s ease-in-out;
    -ms-transition: all .6s ease-in-out;
    -o-transition: all .6s ease-in-out;
    transition: all .6s ease-in-out;
}

.navbar-default .nav > li > a:before{
	width: 0;
    content: '';
    background: #fff;
    height: 1px;
    display: block;
    transition: .4s;
    position: absolute;
    left: 14px;
    bottom: 26px;
}

.navbar-default .nav > li > a:hover{
	text-decoration: none;
}

.navbar-default .nav > li > a:hover:before{
	width: calc(100% - 28px);
}

body:not(.transparent-navigation) .navbar-default .nav > li > a:before{
	background: #030f27;
}

.tml{
    margin: 50px auto;
    width: 70%;
    padding: 30px;
    border-radius: 7px;
    border: 1px solid #eef3ff;
}

.tml form{
    padding: 1px;
}

@media screen and (max-width:768px){
    .tml{
        width: 100%;
        padding: 10px;
    }
}

.tml-dashboard{
    margin: 50px 0 0;
}

ul.tml-links, ul.tml-dashboard-links{
    list-style: none;
    padding: 0;
    display: flex;
    align-items: center;
}

ul.tml-links > li, ul.tml-dashboard-links > li{
    margin-right: 30px;
}

ul.tml-links > li:last-child, ul.tml-dashboard-links > li:last-child{
    margin-right: 0;
}

.tml-button{
    box-sizing: border-box;
    cursor: pointer;
    min-width: auto;
    z-index: 11;
    position: relative;
    display: inline-flex;
    margin-right: 0;
    padding: 10px 34px;
    font-size: 16px;
    line-height: 17px;
    text-align: center;
    border: 1px solid #0855FE;
    border-radius: 5px;
    background-color: #0855FE;
    box-shadow: 0 15px 35px #0855fe26;
    color: #fff;

    -webkit-transition: 0.25s;
    -o-transition: 0.25s;
    transition: 0.25s;
}

.tml-button:hover{
    border: 1px solid #1E266D;
}

.tml-button:before{
    content: '';
    background-color: #1E266D;
    display: block;
    width: 100%;
    height: 100%;
    margin: auto;
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    -webkit-transition: -webkit-transform 0.2s cubic-bezier(0.38, 0.32, 0.36, 0.98) 0s;
    transition: -webkit-transform 0.2s cubic-bezier(0.38, 0.32, 0.36, 0.98) 0s;
    -o-transition: transform 0.2s cubic-bezier(0.38, 0.32, 0.36, 0.98) 0s;
    transition: transform 0.2s cubic-bezier(0.38, 0.32, 0.36, 0.98) 0s;
    transition: transform 0.25s cubic-bezier(0.38, 0.32, 0.36, 0.98) 0s, -webkit-transform 0.25s cubic-bezier(0.38, 0.32, 0.36, 0.98) 0s;
    -webkit-transform: scaleX(0);
    -ms-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: right center;
    -ms-transform-origin: right center;
    transform-origin: right center;
}

.tml-button:hover:before{
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    -webkit-transform-origin: left center;
    -ms-transform-origin: left center;
    transform-origin: left center;
}

.user-profile-wrap{
    display: flex;
    align-items: center;
    color: #363a8b;
    height: 100%;
    padding: 0 15px;
    border-right: 1px solid rgba(132, 132, 132, 0.15);
    border-left: 1px solid rgba(132, 132, 132, 0.15);
}

.user-profile-wrap a{
    color: inherit;
    white-space: nowrap;
    -webkit-transition: 0.25s;
    -o-transition: 0.25s;
    transition: 0.25s;
}

.topbar-contact{
    display: flex;
    align-items: center;
}

.topbar-email, .topbar-phone, .topbar-opening-hours{
    white-space: nowrap;
}

.user-profile-wrap i{
    margin-right: 7px;
    font-family: "Font Awesome 5 Free";
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;
    color: inherit;
}

.user-profile-wrap a:hover{
    text-decoration: underline;
}

@media screen and (min-width: 1268px){
    .transparent-navigation .navbar:not(.navbar-shrink) .user-profile-wrap{
        color: #fff;
    }
}

.dashboard-wrap{
    margin: 50px 0 0;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.dashboard-wrap h3.success_saved{
    text-align: center;
    color: green;
}

form#update-profile{
    display: flex;
    flex-direction: column;
    padding: 10px;
    padding: 30px;
    border-radius: 7px;
    border: 1px solid #eef3ff;
    width: 50%;
}

@media screen and (max-width:768px){
    form#update-profile{
        width: 100%;
        padding: 10px;
    }
}

form#update-profile label{
    display: flex;
    flex-direction: column;
    margin-bottom: 15px;
}

.profile-buttons{
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 30px 0 0;
}

.profile-buttons .tt_button{
    margin: 0;
}