/*
 Theme Name:   Kadence Child
 Theme URI:    http://odin.stuact.uga.edu/student-affairs
 Description:  Kadence Child Add-ons
 Author:       Lucas Guimaraes
 Author URI:   http://example.com
 Template:     kadence
 Version:      1.0
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html
 Tags:         light, dark, two-columns, right-sidebar, responsive-layout, accessibility-ready
 Text Domain:  kadence-child
*/


  /*----- SINGLE PROFILE -----*/

  /*removes list for 'BACK TO DIRECTORY/ADDRESS'*/
  ul#cn-entry-actions {
   list-style-type: none;
   margin-bottom: 100px;
  }

  /* 'Back to directory' button */
  .cn-entry-action-item > a {
   font: Roboto, sans-serif!important;
    text-transform: uppercase!important;
    font-size: 15px;
    background-color: #ba0c2f!important;
    color: #ffffff!important;
    padding: 10px 15px !important;
    border-radius: 25px;
    border:1px solid #ba0c2f!important;
    display: table;
    float: left;
    margin-bottom: 20px;
  }

  /* 'Add to Address Book' */
  [title~=vCard] {
   font: Roboto, sans-serif!important;
    text-transform: uppercase!important;
    font-size: 15px;
    background-color: #ba0c2f!important;
    color: #ffffff!important;
    padding: 10px 15px !important;
    border-radius: 25px;
    border:1px solid #ba0c2f!important;
    display: table;
    float: left;
    margin-left: 10px;
  }

  
  .cn-list-item-is-single {
   width: 100%;
   text-align: left;
   border: none!important;
   position: relative!important;
   height: 1650px
  }


  .cn-entry-single > .cn-right > .cn-image-style > span:nth-child(1) > .cn-image {
   position: absolute!important;
   width: 390px!important;
   left: 30px!important;
  }

  .cn-list-item-is-single .notranslate {
   position: absolute!important;
   top: 620px;
   left: 30px;
   color: #ba0c2f;
   text-align: nowrap;
  }



  .cn-list-item-is-single .title {
   position: absolute!important;
   top: 660px;
   left: 25px;
   white-space: nowrap;
   text-align: left!important;
   
  }

  @media screen and (max-width: 1000px) {
   .cn-list-item-is-single .title { 

    white-space: normal;  
    top: 660px;
   }
  }




  .org > .organization-unit {
    width: 100%!important;
    text-align: left!important;
    top: 685px!important;
    position: absolute;
    color: #ba0c2f;
  }

  @media screen and (max-width: 1000px) {
   .org > .organization-unit {
     top: 710px!important;
   }
  }


  .cn-address {
   position: absolute!important;
   top: 710px;
   left: 30px;
   
  }

  @media screen and (max-width: 1000px) {
   .cn-address {
     top: 735px;
   }
  }

  .county {
   display: none!important;
  }

  .address-name {
   display: none!important;
  }



  .street-address {
   top: 25px!important;
   left: 0px!important;
   text-align: left!important;
   position: absolute!important;
   width: 100%!important;
   white-space: nowrap!important;
  }


  .cn-list-item-is-single .cn-phone-number {
   position: absolute!important;
   text-align: left!important;
   left:30px;
   bottom: 1210px!important;
   width: 100%!important;
  }

  @media screen and (max-width: 1000px) {
   .cn-list-item-is-single .cn-phone-number {
     bottom: 1185px!important;
   }
  }

  .cn-list-item-is-single .cn-email-address {
   position: absolute!important;
   left: 30px!important;
   width: 100%!important;
   text-align: left!important;
   top: 780px!important;
  }

  @media screen and (max-width: 1000px) {
   .cn-list-item-is-single .cn-email-address {
     top: 805px!important;
   }
  }

  
  .cn-biography {
   position: absolute;
   top: 790px;
   overflow: hidden;
   float: left;
   margin: 30px;
   text-align: justify!important;
   width: 70%;
   }

@media screen and (max-width: 1000px) {
   .cn-biography { 
    top: 810px
 }
}