/*
Theme Name: World Times
Theme URI: http://gbjsolution.com/
Author: GBJ solution
Author URI: http://themeforest.net/user/GBJsolution
Description: Minimal blog and magazine WordPress theme
Version: 1.1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: featured-images, theme-options, translation-ready
Text Domain: world-times
*/

.logo-container {
  width: 800px;
  float: left;
}
@media (min-width: 320px) and (max-width: 588px) {
  .logo-container {
    width: 100%;
    float: left;
  }
  .site-header .text-logo {
    font-size: 16px;
  }
  .site-header .site-description {
    font-size: 14px;
  }
  .site-header .text-logo,
  .site-header .site-description {
    margin-left: 0px !important;
  }
  .site-header .header-wrapper {
    margin-top: 14px;
  }
  .header-rt {
    float: left !important;
    width: 100% !important;
  }
  .ui-dialog {
    width: 300px !important;
    left: 10px !important;
  }
}
@media (min-width: 375px) and (max-width: 588px) {
  .ui-dialog {
    left: 38px !important;
  }
}
@media (min-width: 425px) and (max-width: 588px) {
  .ui-dialog {
    left: 65px !important;
  }
}
@media (min-width: 588px) and (max-width: 768px) {
  .logo-container {
    width: 230px;
  }
  .site-header .text-logo,
  .site-header .site-description {
    margin-left: 0px !important;
  }
  .site-header .text-logo {
    font-size: 2rem;
  }
  .header-rt {
    width: 44% !important;
    font-size: 12px;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .logo-container {
    width: 320px;
  }
  .site-header .text-logo,
  .site-header .site-description {
    margin-left: 0px !important;
  }
  .header-rt {
    width: 290px !important;
  }
}
@media (min-width: 1024px) and (max-width: 1259px) {
  .logo-container {
    width: 620px;
  }
  .site-header .text-logo,
  .site-header .site-description {
    margin-left: 0px !important;
  }
}
@media (min-width: 1024px) and (max-width: 1200px) {
}
