/*
Theme Name: Salient Child Theme
Theme URI: http: //mysite.com/
Description: This is a custom child theme for Salient
Author: My Name
Author URI: http: //mysite.com/
Template: salient
Version: 0.1
*/

h1,h2,h3,h4,h5,h6{
 font-family: 'Barlow', sans-serif !important;
}

.tweet-box *{
    color:white;
}
.rtw_icon {
    float: none !important;
    padding: 0 !important;
    margin: 0 auto 20px;
}

.rtw_icon img {
    border-radius: 50%;
}

.rtw_name {
    font-size: 17px !important;
    font-weight: 800;
}

p.rtw_main {
    font-size: 30px;
    line-height: 1.2;
    font-weight: 100;
    margin-top: 15px;
}

.rtw_hashtag_link {
    text-shadow: 0 1px 4px black;
}

.rtw_follow.follow-button iframe {
    position: relative;
    display: block;
    float: left;
}
.rtw_intents {
    display: block !important;
    float: none !important;
    margin-bottom: 15px;
}

.quote{
   font-size:25px;
   line-height:1.5;
   opacity:.6;
}

.list-student{
  margin-top:30px 0 !important;
  text-align:center !important;
  width:100%;
}

ul.list-student li {
    width: 150px;
    vertical-align:top;
    list-style: none;
    text-align: center;
    display: inline-block;
    margin-bottom: 35px;
    transition:.3s;
}

ul.list-student li * {
  transition:.3s;
  -webkit-transition:.3s;
  -moz-transition:.3s;
}

ul.list-student .round {
    height: 100px;
    width: 100px;
    overflow: hidden;
    border-radius: 50%;
    margin: 0 auto 15px;
}

.list-student li:hover .round{
  transform:translateY(-8px) scale(1.1);
  box-shadow: 0 5px 10px grey;
}
.list-student li:hover h3{
  transform:translateY(-5px);
  text-shadow:0 5px 10px #e6e6e6; 
}

.list-student img {
    filter: greyscale(1);
    -webkit-filter: grayscale(1);
}
ul.list-student h3 {
    line-height: 1 !important;
}

.logo{
  height:200px !important;
}

#intro-header{
    box-shadow: 0 5px 10px rgba(0,0,0,0.1);
    z-index: 5;
}

.profile {
    width: 200px;
    height: 200px;
    margin: -100px auto 0;
    overflow: hidden;
    border-radius: 50%;
    box-shadow: 0 -10px 10px rgba(0,0,0,.5);
    border: 15px solid white;
}

.profile img {
    filter: greyscale(1);
    -webkit-filter: grayscale(1);
}
.descr {
    margin: 0 auto;
    max-width: 450px;
    line-height: 1.5;
}
p.small {
    margin-top: 15px;
    font-size: 12px;
}

p.small:before {content: "";height: 5px;width: 50px;background: #616161;display: block;margin: 0 auto 15px;}

.post-list{
  margin:0 !important;
}

.post-list li {
    list-style: none !important;
    width: 70%;
    margin: 0 auto 20px;
    padding: 50px;
    background: white;
    border-radius: 5px;
    box-shadow: 0 2px 2px rgba(0,0,0,0.1);
}

p.entry-meta {}

.post-list h3 {
    font-size: 45px !important;
    margin-bottom: 35px !important;
}

ul.list-partner {
    margin: 20px 0;
}

ul.list-partner li {
    list-style: none;
    display: inline-block;
    vertical-align: middle;
    margin: 15px;
}

ul.list-partner span{
    display: block;
    font-weight: 800;
    font-style: italic;
    font-size: 13px;
    border-bottom: 1px solid;
    margin-bottom: 15px;
}

ul.list-partner li img {
    max-height: 60px;
    max-width: 250px !important;
}

.bigger img{
   max-height: 110px !important;
}
.white-label img {
    max-height: 120px;
}
.white-label {
    background: white;
    float:right;
    padding: 20px 100px 20px 20px;
    box-shadow: -10px 0px 5px rgba(0,0,0,0.3);
    margin-right: -145px;
}

.iframe-embed {
    width: 48%;
    float: left;
}

.epyt-gallery-list.epyt-gallery-style-grid {
    width: 48%;
    float: right;
}

ul#social:before {
    content: "Follow us on";
    display: inline-block;
    float: left;
    font-family: barlow;
    font-size: 23px;
    font-weight: 800;
    color: white;
}

/*------------------------------------------------------------------------------agenda-------------------------------------*/
ul.timeline-event li {
    width: 45%;
    background: #f2f2f2;
    padding: 25px;
    margin-bottom: 70px;
    list-style: none;
    box-shadow:  0 1px 2px;
    border-radius: 3px;
    position: relative;
}

ul.timeline-event li:nth-child(odd) {
    float:  right;
    margin-top:  -200px;
}

.image-event {
    height: 148px;
    background: red;
    margin-top:  -40px;
    margin-bottom:  25px;
    box-shadow:  0 1px 2px;
    overflow: hidden;
    background-size:cover;
}

.content-event{display:none;}

.timeline {
    position: absolute;
    height: 100%;
    width: 5px;
    background: silver;
    left: 51%;
}

ul.timeline-event li:nth-child(even):before {
    content: "";
    height: 30px;
    width: 30px;
    background: #f2f2f2;
    position: absolute;
    right: -13px;
    transform: rotate(45deg);
    box-shadow:  2px -2px 1px #ccc;
}

ul.timeline-event li:nth-child(even):after {
    content: "";
    height: 30px;
    width: 30px;
    border-radius: 50px;
    background: white;
    position: absolute;
    right: -80px;
    top: 20px;
    border: 5px solid #ccc;
}

ul.timeline-event li:nth-child(odd):before {
    content: "";
    height: 30px;
    width: 30px;
    background: #f2f2f2;
    position: absolute;
    left: -13px;
    transform: rotate(45deg);
    box-shadow:  2px -2px 1px #ccc;
}

ul.timeline-event li:nth-child(odd):after {
    content: "";
    height: 30px;
    width: 30px;
    border-radius: 50px;
    background: white;
    position: absolute;
    left: -80px;
    top: 20px;
    border: 5px solid #ccc;
}


/*------------------------------------------------------------------------------MEDIA QUERIES-----------------------------------------*/

@media screen and (max-width:480px){
   .slideshow {
    padding: 50px 45px 20px !important;
}

.white-label {
    display: block;
    position: relative !important;
    float: none !important;
    padding: 10px !important;
    margin: 50px auto;
    text-align: center;
}

.white-label img {
    margin: 0 auto !important;
    height: 80px !important;
}

p.rtw_main {
    font-size: 18px;
}

.quote {
    font-size: 19px;
}

ul.list-student li {
    width: 100%;
    text-align: center !important;
}

ul.list-partner li {
    width: 100%;
    text-align: center;
    margin: 0 0 20px 0;
}
.iframe-embed {
    width: 100% !important;
}

.iframe-embed iframe {
    width: 100% !important;
    height: auto !important;
}

.epyt-gallery-list.epyt-gallery-style-grid {
    width: 100%;
    left: 0;
    float: left;
    overflow-x: scroll;
    height: 251px;
    margin-top:  25px;
}

.epyt-gallery-allthumbs.epyt-cols-3 {
    width: 960px;
}

.epyt-gallery-thumb {
    max-width: 160px !important;
    display: inline-block !important;
}

.epyt-gallery-rowbreak {
    display: none;
}
.epyt-pagination:first-of-type {
    display: none;
}

.epyt-pagination {
    position: absolute;
    left: 0;
    width:960px;
}
.epyt-pagebutton.epyt-next {
    position: absolute;
    right: 0;
    font-weight:800;
    border-top:2px solid white;
    padding-top:10px;
}

.epyt-pagebutton.epyt-prev {
    position: absolute;
    left: 0;
    font-weight:800;
    border-top:2px solid white;
    padding-top:10px;
}

.epyt-pagenumbers {position: absolute;left: 88px;}
.scrollbox {
    margin-left:  -21%;
    width: 142%;
    overflow-x: scroll;
    padding: 25px 0;
}

.scrollbox ul {
    width: 2160px;
}

.scrollbox ul li {
    width: 150px;
}

.boxmap {
    margin-left: -13%;
    width: 126%;
    overflow-x:  scroll;
}

.boxmap img {
    width: 900px !important;
    height: auto !important;
    max-width:  none !important;
    margin: 0 25px !important;
}

}