/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : May 18, 2015, 10:50:39 PM
    Author     : Vitaliy
*/

/* Smaller Desktops */
@import url("../wpex-gopress/responsive.css");
@media only screen and (min-width: 960px) and (max-width: 1200px) {
    

}


/* Smaller Then Desktop
================================================== */
@media only screen and (min-width: 1200px) {
    #wrap{ padding: 30px 80px 0; }
    .container{ width: 1200px; }
    #footer-wrap {
        padding: 30px 40px 5px;
        margin: 30px 0 0;
    }
}

@media only screen and (min-width: 959px) {

}

@media only screen and (max-width: 1065px) {
    #wrap{ max-width: 100%; width: 100%; padding: 10px; }
    a#navigation-toggle, .menu-toggle{ display: inline-block; }
    [class^="span_"]{ display: block; width: 100%; }
    .left-content{ width: 100%; }
    .right-content{ width: 100%; }
    .menu-top-menu-container #menu-top-menu > li:not(.donate){ display: none; }
    .menu-top-menu-container{ margin-top: 0; }
    .top-line { max-width: 100%; width: 100%; margin: 0 auto; height: 44px;}
    .top-line > div > div{ width: 50%; }
    .top-line > div > div:first-child{ float: left; }
    #header .fright{ display: none; }
    #header{ text-align: center; }
    #header-wrap { border-bottom: 1px solid lightgrey; margin-bottom: 5px;}
    #site-navigation-wrap { background: #fff; }
    a#navigation-toggle { margin: 0 0 0 0;color: #333333;font-size: 20px;}
    .row.content-top-box.same-height{ display: block; }
    #site-navigation-wrap{ margin-right: 0; }
    .sha-page-widget-wrapper{  background-size: auto 100% !important; background-position: 50%; height: auto !important}
    .publications_search-cont{ margin: 20px 0 0 0; }
    .news-home-wrapper{ margin-bottom: 15px; }
    .news-home-wrapper .image-wrapper{ width: 100%; }
    .publications-home-wrapper.span_3_of_5{ display: inline-block; width:59.36%; }
    .publications-home-wrapper.span_2_of_5{ display: inline-block; width:39.04%; text-align: right; }
    #footer .span_3_of_12, #footer .span_9_of_12{ display: inline-block }
    #footer .span_3_of_12{ width:23.78%; }
    #footer .span_9_of_12{ width:74.54% }
    #footer-logo {float:none; margin:20px 0;}
    .footer-bottom-wrap .right {padding-top: 0; margin-bottom:20px;}
    .footer-menu, .creator {text-align: center;}
    .logo-wrapper {
        width: 40%;
    }
}

/* Tablet (Portrait)
================================================== */
@media only screen and (min-width: 768px) and (max-width: 959px) {
    #logo {max-width: 100%; }
}
/* Mobile (Portrait & Landscape)
================================================== */
@media only screen and (max-width: 767px) {
    #wrap{ max-width: 100%; width: 100%; }
    
}

/* Mobile (Landscape)
================================================== */
@media only screen and (min-width: 480px) and (max-width: 767px) {
    #wrap{ max-width: 100%; width: 100%; }
}

@media only screen and (max-width: 597px){
  .spotlights-slider-wrapper{ left: 0; }
  .spotlights-slider-wrapper.title_aligin_center .featured-link-wrap a{
      font-size: 18px;
  }
    .spotlights-slider-wrapper.title_aligin_left .featured-link-wrap {
      max-width: 84%;
      top: 20% !important;
      left: 0;
      text-align: left;
    }
   .slider-num-1 .bx-wrapper ul li { height: 100px; }
   .slider-num-1 .bx-wrapper .featured-img a{ display: block; min-height: 71px; overflow: hidden;}
   .spotlights-slider-wrapper.title_aligin_center .featured-link-wrap {
        max-width: 84%;
        min-width: 84%;
        top: 10px;
        left: 0;
        text-align: left;
        height: 71px;
    }
    .spotlights-slider-wrapper.title_aligin_center .featured-link-wrap a {
        display: block !important;
    }

    .logo-wrapper {
        width: 60%;
    }
   
}

