/*
 * Child file from `publicProfileNew.css` and this is just for external page only.
 */

html {
    overflow-x: hidden;
}

body {
    background-color: #fff !important;
    font: 13px "Luncia Grande",-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol" !important;
    font-weight: 300 !important;
}

h1 {
    font-weight: 200 !important;
    margin-bottom: 0px;
}

.h1Like {
    /* from main.css h1 */
    font-size: 25px;
    margin-bottom: 10px;
}

/*
 * Misc
 */
.section-spacer {
    padding-top: 15px;
    padding-bottom: 15px;
}
 .border-seperator {
     border-left: 1px solid #bcbcbc;
 }

 .background-grey {
     background-color: #e9eaea;
 }
 .contact-extra-bottom-spacer {
     padding-bottom: 4px;
 }
 .form-bottom {
     background: inherit !important;
     padding: 25px 0 0 0 !important;
     padding-top: 25px !important;
 }
 
 .bootstrapForm label {
     margin-bottom: 0.8rem !important;
 }

/*
 * Navigation/Links
 */
.navbar {
    border-bottom:1px solid #ccc;
    font-family: 'Roboto';
    font-size: 13px !important;
}
.nav-link {
    color: #333333 !important;
}
.nav-link:hover {
    color: #333333 !important;
}
.nav-link {
    font-size: 13px !important;
    color: #333333 !important;
}
.header-gradient {
    /*filter: grayscale(100%);*/
    opacity: 0.7;
    height: 300px;
    margin-top: 65px;
}
.headerTitle {
    /*font-family: 'Roboto';*/
    font-size: 80px;
    color: #333333 !important;
    padding-top: 50px;
    padding-bottom: 2px;
    opacity: 1;
    position: relative;
    top: -254px;
    font-weight: 200;
}
.headerSubTitle {
    font-family: 'Roboto';
    font-size: 18px;
    color: #333333;
    padding-bottom: 7px;
    opacity: 1;
    position: relative;
    top: -254px;
}

.sendMessageToExpert input, .sendMessageToExpert textarea {
   /*width: 87%; */
}

.contactImage {
    width: 15px;
    opacity: 0.68;
}

.expertContactInfo .row {
}

.navbar-nav .nav-link {
    padding-left: 0 !important;
    padding-right: 0 !important;
    margin-left: .5rem;
    margin-right: .5rem;
    padding-bottom: .3rem !important;
}

/*
 * Logo and Badges
 */
.badge {
    margin-top: 12px !important;
    margin-bottom: 14px !important;
}
.custom-navi-logo {
    padding-left:10px;
    width:190px;
}
.externalProfileNavName {
    margin-left: 10px;
}

/*
 * Portfolio Section
 */
.h2-top {
    padding-top: 15px !important;
}
.h2-bottom {
    padding-bottom: 25px !important;
}
.hovereffect {
    background-color: rgb(251, 251, 251) !important;
}
.portfolio-text {
    font-size: 15px;
    height: 167px;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    top: 25%;
    transform: translateY(-50%);
}
.view-portfolio-details {
    color: #0b0b0b !important;
}

/*
 * Overview  Section
 */
.avatar-overview {
    border: 1px solid rgb(251, 251, 251) !important;
}
.expert-ratings-sub-info {
    font-size: 10px !important;
    padding-top: 5px;
}
#overview {
	font-size: 14px !important;
	line-height: 1.8 !important;
    font-weight: 300;
}

/*
 * Devices
 */
@media (max-width: 991px){
    .border-seperator {
        border-left: 0px solid #bcbcbc;
    }
    .navbar-dark .navbar-toggler {
        color: rgba(255,255,255,.5);
        border-color: rgba(255,255,255,.1);
    }

    .navbar-nav-top {
        border-top: solid #CCC 1px !important;
    }

    .navbar-toggler {
      border: none;
      background: transparent !important;
    }

    .navbar-toggler:focus {
      outline: none;
      background: transparent !important;
    }

    .navbar-toggler .icon-bar {
      background-color: #333 !important;
      transform: rotate(0deg) translate(0px, 0px);
      transition: ease all .2s;
    }

    .navbar-toggler .icon-bar {
      display: block;
      width: 22px;
      height: 2px;
      border-radius: 1px;
    }

    .navbar-toggler .icon-bar+.icon-bar {
      margin-top: 4px;
    }

    .icon-bar:nth-child(2) {
      width: 16px;
      transition: ease all .2s;
    }

    .navbar-toggler:hover>.icon-bar:nth-child(2) {
      width: 22px;
      transition: ease all .2s;
    }

    .navbar-toggler:active>.icon-bar:nth-child(2) {
      width: 22px;
      transition: ease all .2s;
    }

    .navbar-toggler:not(.collapsed) .icon-bar:nth-child(1) {
      transform: rotate(45deg) translate(5px, 4px);
      transition: ease all .2s;
    }

    .navbar-toggler:not(.collapsed) .icon-bar:nth-child(2) {
      opacity: 0;
      transition: ease all .2s;
    }

    .navbar-toggler:not(.collapsed) .icon-bar:nth-child(3) {
      transform: rotate(-45deg) translate(4px, -4px);
      transition: ease all .2s;
    }

}
@media only screen and (min-width: 670px) and (max-width: 719px) {
	.expert-ratings-position {
        width:8vw !important;
        position:absolute;
        top:60px;
        left:210px;
    }
    .expert-ratings-sub-info {
        font-size: 1vw !important;
    }
    .expert-ratings-orange {
        font-size: 30px;
    }
}
@media only screen and (min-width: 576px) and (max-width: 669px) {
	.expert-ratings-position {
        width:8vw !important;
        position:absolute;
        top:60px;
        left:30vw;
    }
    .expert-ratings-sub-info {
        font-size: 1vw !important;
    }
    .expert-ratings-orange {
        font-size: 4.1vw;
    }
    .sendMessageToExpert input, .sendMessageToExpert textarea {
       width: 100% !important; 
    }
}
@media only screen and (min-width: 429px) and (max-width: 575px){
    .expert-ratings-position {
        width:12.5vw !important;
        position:absolute;
        top:60px;
        left:67vw;
    }
    .expert-ratings-sub-info {
        font-size: 1.4vw !important;
    }
    .expert-ratings-orange {
        font-size: 5.5vw;
    }
    .headerTitle {
        font-size: 34px !important;
    }
    .sendMessageToExpert input, .sendMessageToExpert textarea {
       width: 100% !important; 
    }
}
@media only screen and (min-width: 415px) and (max-width: 430px){
    .expert-ratings-position {
        width:12.5vw !important;
        position:absolute;
        top:60px;
        left:65vw;
    }
    .expert-ratings-sub-info {
        font-size: 1.4vw !important;
    }
    .expert-ratings-orange {
        font-size: 5.5vw;
    }
    .headerTitle {
        font-size: 32px !important;
    }
    .sendMessageToExpert input, .sendMessageToExpert textarea {
       width: 100% !important; 
    }
}
@media only screen and (min-width: 210px) and (max-width: 414px){
    .expert-ratings-position {
        width:14.5vw !important;
        position:absolute;
        top:60px;
        left:71vw;
    }
    .expert-ratings-sub-info {
        font-size: 1.8vw !important;
    }
    .expert-ratings-orange {
        font-size: 5.9vw;
    }
    .expert-rating {
        display: block !important;
    }
    .avatar-middle {
        display: block !important;
    }
    .headerTitle {
        font-size: 29px !important;
        top: -190px;
    }
    .headerSubTitle {
        font-size: 15px !important;
        top: -190px;
    }
    .header-gradient {
        height: 230px;
    }
    h1, .h1Like {
        font-size: 19px;
    }
    .sendMessageToExpert input, .sendMessageToExpert textarea {
       width: 100% !important; 
    }
}
