/*
 Theme Name:   Arcade Basic Child
 Theme URI:    localhost/Teisubeta/wp-content/themes/arcade-basic-child
 Description:  Arcade Basic Child Theme
 Author:       Doe a Deer
 Author URI:   http://example.com
 Template:     arcade-basic
 Version:      1.0.6
 Text Domain:  arcade-basic-child
 Domain Path: /library/languages/
 License:      GNU General Public License v2 or later
 License URI:  http://example.com
 Tags:         dark,
 Text Domain:  arcade-basic-child
*/
body.basic {
  font-size: 16px;
  color: #282828;
  font-family: Open Sans, sans-serif; }

.basic h1, .basic h2, .basic h3, .basic h4, .basic h5, .basic h6 {
  color: #282828;
  font-family: Open Sans, sans-serif;  }
  .basic h1 a, .basic h2 a, .basic h3 a, .basic h4 a, .basic h5 a, .basic h6 a {
    color: #282828; }
.basic a {
  color: #428BCA; }
  .basic a.btn, .basic a.comment-reply-link,
  .basic .form-submit a#submit,
  .form-submit .basic a#submit {
    color: #fff; }
  .basic a.btn-default {
    color: #333; }
  .basic a:hover {
    color: #2A6496; }

.basic h3 {
    text-align: justify;
    }

/* NAVBAR CHANGE*/
@media (min-width: 769px) {
    .navbar-nav {
      float: left;
      margin: 0; }
      .navbar-nav > li {
        float: left; }
        .navbar-nav > li > a {
          padding-top: 10px;
          padding-bottom: 10px; } }


.navbar-inverse .navbar-collapse, .navbar-inverse .navbar-form {
    background-color: #000000;
}

 .navbar-inverse .navbar-text {
    font-family: 'Montserrat', sans-serif;
     color: #8b9395; }
  .navbar-inverse .navbar-nav > li > a {
    font-family: 'Montserrat', sans-serif;
      color: #8b9395; }

    

/* MORE BUTTON HOME PAGE and site desctiption [tay-soo-bee-ta]*/

#site-meta {
  display: table-cell;
  vertical-align: middle;
  z-index: 1;
  position: relative;
  text-shadow: 0 0 10px rgba(0, 0, 0, 0.6);
  padding-top: 30px; }
  .only-on-home #site-meta {
    padding-top: 1%; }
  #site-meta i {
    color: #fff;
    font-size: 60px;
    margin: 10px 0; }
    .only-on-home #site-meta i {
      font-size: 100px;
      margin: 30px 0; }
    @media (max-width: 600px) {
      #site-meta i {
        font-size: 60px !important;
        margin: 10px 0 !important; } }
  @media (max-width: 480px) {
    #site-meta {
      padding-top: 10px; } }

.only-on-home #site-title,
#site-logo {
  position: relative;
  display: block; }
  .only-on-home #site-title, .only-on-home
  #site-logo {
    -webkit-animation: dropHeader 1 0.75s ease-in;
    -o-animation: dropHeader 1 0.75s ease-in;
    animation: dropHeader 1 0.75s ease-in; }

 .only-on-home #site-title {
  margin: 12% 0 0 0; }
  .only-on-home .no-fittext #site-title {
    font-size: 0.5em; }
  .only-on-home #site-title a {
    color: #8b9395;
    font-size: 0.5em;
    text-decoration: none;
    display: block;
    width: 100%; }
   .basic #site-title a {
      font-family: 'Montserrat', sans-serif;
       font-size: 0.5em}
      .no-fittext .basic #site-title a {
        font-size: 0.5em; }
    @media (max-width: 736px) {
      .no-fittext #site-title a {
        margin: 30% 0 0 0;
        font-size: 0.3em !important; } }


@-webkit-keyframes dropHeader {
  0% {
    top: -40px;
    opacity: 0; }
  100% {
    top: 0;
    opacity: 1; } }
@-moz-keyframes dropHeader {
  0% {
    top: -40px;
    opacity: 0; }
  100% {
    top: 0;
    opacity: 1; } }
@-o-keyframes dropHeader {
  0% {
    top: -40px;
    opacity: 0; }
  100% {
    top: 0;
    opacity: 1; } }
@keyframes dropHeader {
  0% {
    top: -40px;
    opacity: 0; }
  100% {
    top: 0;
    opacity: 1; } }

#site-title {
    display: none;
}

#site-description {
    display: none;
}

.only-on-home #site-description {
  display: block;
  margin: 0;
  font-family: 'Montserrat', sans-serif;
  font-size: 1em;
  line-height: 1;
  color: #8b9395; }

.only-on-home #site-description {
    margin-top: 10px; }

#more-site {
  margin-top: 50px;
  border: 1px solid #8b9395;
  color: #8b9395;
  font-size: 22px;
  font-family: 'Montserrat', sans-serif;
  font-weight: normal;
  padding: 10px 25px;
  display: none;
  background: transparent; }
  #more-site:hover {
    background: rgba(0, 0, 0, 0.1);
    border-color: #fff;
    color: #fff; }
  .only-on-home #more-site {
    display: inline-block; }


.only-on-home #site-meta i,
.only-on-home #site-description,
.only-on-home #more-site {
  position: relative; }
  .only-on-home #site-meta i, .only-on-home
  #site-description, .only-on-home
  #more-site {
    -webkit-animation: fadeHeader 1 1s ease-in;
    -o-animation: fadeHeader 1 1s ease-in;
    animation: fadeHeader 1 1s ease-in; }


@-webkit-keyframes fadeHeader {
  0% {
    top: 20px;
    opacity: 0; }
  50% {
    top: 20px;
    opacity: 0; }
  100% {
    top: 0;
    opacity: 1; } }
@-moz-keyframes fadeHeader {
  0% {
    top: 20px;
    opacity: 0; }
  50% {
    top: 20px;
    opacity: 0; }
  100% {
    top: 0;
    opacity: 1; } }
@-o-keyframes fadeHeader {
  0% {
    top: 20px;
    opacity: 0; }
  50% {
    top: 20px;
    opacity: 0; }
  100% {
    top: 0;
    opacity: 1; } }
@keyframes fadeHeader {
  0% {
    top: 20px;
    opacity: 0; }
  50% {
    top: 20px;
    opacity: 0; }
  100% {
    top: 0;
    opacity: 1; } }
.header-img {
  width: 100%;
  display: block;
  max-width: none; }


/* CATEGORY LABELS */

<link rel="stylesheet" type="text/css"
      href="https://fonts.googleapis.com/css?family=Font+Name">


/* SOCIAL WIDGET */

.bavotasan_custom_social_widget {
  float: right;
  width: auto;
  display: inline;
  margin-top: 12px;
  margin-bottom: 4px;
  padding: 0 10px 0;
  overflow: hidden; }
.bavotasan_custom_social_widget i {
color: #FFFFFF;
}
  @media (max-width: 768px) {
    .bavotasan_custom_social_widget  {
      float: right;
      margin-bottom: 10px; } }
 .bavotasan_custom_social_widget  ul {
    list-style: none;
    padding: 0;
    margin: 0; }
   .bavotasan_custom_social_widget  ul li {
      display: inline;
      position: relative; }
  .bavotasan_custom_social_widget  ul li a {
        color: #000000; }
        .bavotasan_custom_social_widget  ul li a:before {
          -moz-border-radius: 20px;
          -webkit-border-radius: 20px;
          border-radius: 20px;
          content: '\f007';
          float: left;
          text-align: center;
          margin: 0 0 0 3px;
          font-family: FontAwesome;
          font-size: 18px;
          background: rgba(0, 0, 0, 0.5);
          width: 35px;
          height: 35px;
          line-height: 35px; }
       .bavotasan_custom_social_widget  ul li a:hover {
          color: #888; }
       .bavotasan_custom_social_widget  ul li a:hover:before {
            background: rgba(0, 0, 0, 0.75); }

/* LOGO WIDGET */
.bavotasan_custom_logo_widget {
    float:right;
    position: relative;
    right: 40.5%;
    width: 150px;
    margin-top: 2px;
    margin-bottom: 2px;
    padding: 0 0px 0 0;
}

.bavotasan_custom_logo_widget_2 {
    float:right;
    position: relative;
    right: 40%;
    width: 150px;
    margin-top: 2px;
    margin-bottom: 2px;
    padding: 0 0px 0 0;
    display: none;
    }

/* HOME JUMBOTRON - with logo */
.home-top {
    background: #000000;
    max-height: 60px;
}

.home-jumbotron,
.jumbo-headline.widget_text {
  position: relative;
  background-color: transparent;
  margin-bottom: 0;
  text-align: center;
  padding: 5px 5px; }
  @media (max-width: 768px) {
    .home-jumbotron,
    .jumbo-headline.widget_text {
      padding: 30px 0; } }
.home-jumbotron:before, .home-jumbotron:after,
  .jumbo-headline.widget_text:before,
  .jumbo-headline.widget_text:after {
    width: 50%;
    margin-left: 25%;
    content: "";
    display: block;
    height: 5px;
    border-top: 0px solid #000000; }
  .home-jumbotron:after,
  .jumbo-headline.widget_text:after {
    width: 40%;
    margin-left: 30%;
    height: 5px;
    border: 0;
    border-bottom: 0px solid #000000; }

/* =Home Widgets
-------------------------------------------------------------- */
.home-widget-title a {
    text-decoration: none;
    font-family: Open Sans, sans-serif;
    font-weight: bold;
}

.home-widget-title {
    margin-bottom: 15px;
    font-size: 24px;
    font-family: Open Sans, sans-serif;
    font-weight: bold;
}

h3.home-widget-title {
    text-align: center;
}

#home-page-widgets {
  padding: 50px 0 5px;
}

.home-widget {
  margin: 0 4.15% 1% 4.15%;
    font-weight: bold;
}

.bavotasan_custom_text_widget {
  text-align: center; }
  .bavotasan_custom_text_widget i {
    -moz-border-radius: 2em;
    -webkit-border-radius: 2em;
    border-radius: 2em;
    font-size: 40px;
    line-height: 130px;
    width: 130px;
    height: 130px;
    margin: 0 auto 30px;
    display: block;
    border: 3px solid; }

.bavotasan_custom_text_widget {
    font-family: Open Sans, sans-serif;
}
.bavotasan_custom_text_widget a:hover {
    font-family: Open Sans, sans-serif;
    font-weight: bold;
}

.bavotasan_custom_text_widget i.default {
    color: #8b9395;
    border-color: #8b9395;
}

.basic a:hover {
    color: #8b9395;}

/* =About page Teisu Widgets
-------------------------------------------------------------- */
.bavotasan_custom_teisu_widget .widget-title {  
font-family: Open Sans, sans-serif;
font-weight: bold;
text-align: center;
}

.bavotasan_custom_teisu_widget {
  text-align: center;
padding-bottom: 20px;
padding-top: 5px;}
  .bavotasan_custom_teisu_widget i {
    -moz-border-radius: 2em;
    -webkit-border-radius: 2em;
    border-radius: 2em;
    font-size: 40px;
    line-height: 130px;
    width: 130px;
    height: 130px;
    margin: 0 auto 20px;
    display: block;
    border: 3px solid; }
    .bavotasan_custom_teisu_widget i.default {
      color: #8b9395;
      border-color: #8b9395; }
    .bavotasan_custom_teisu_widget i.info {
      color: #8b9395;
      border-color: #8b9395; }
    .bavotasan_custom_teisu_widget i.primary {
      color: #428bca;
      border-color: #428bca; }
    .bavotasan_custom_teisu_widget i.danger {
      color: #d9534f;
      border-color: #d9534f; }
    .bavotasan_custom_teisu_widget i.warning {
      color: #f0ad4e;
      border-color: #f0ad4e; }
    .bavotasan_custom_teisu_widget i.success {
      color: #5cb85c;
      border-color: #5cb85c; }
  .bavotasan_custom_teisu_widget a:hover {
    text-decoration: none; }
  .bavotasan_custom_teisu_widget .btn, .bavotasan_custom_teisu_widget .comment-reply-link,
  .bavotasan_custom_teisu_widget .form-submit #submit,
  .form-submit .bavotasan_custom_teisu_widget #submit {
    margin-top: 20px; }


/* PAGE CONTAINER e.g. sign-up box */

.col-md-8 {
    position: relative;
    left: 17%;
    width: 66.66667%; }

.post-494 {
    position: relative;
    right: 15%;
    width: 130%;
}

/* REGISTRATION PAGE PANEL BOX */
.uk-panel-box-primary {
    background-color: #FFFFFF;
    color: #2d7091;
}

/* =Undo colour clicked mail to button
-------------------------------------------------------------- */

.fa-comments a:hover, a:focus {
    color: #ccc;
    text-decoration: none; }

/* =Main elements
-------------------------------------------------------------- */
#page {
  overflow: hidden; }

#primary {
  margin: 50px 0 0 5px; }
  #primary.centered {
    float: none !important;
    margin-left: auto;
    margin-right: auto; }
  @media (max-width: 992px) {
    #primary {
      float: none !important; } }

.home-top {
  background: #fff; }

/* =Article
-------------------------------------------------------------- */
article {
  margin-bottom: 2px;
  padding-bottom: 3px;
  border-bottom: 0px solid #eee; }
  .from-the-blog article {
    font-size: 14px;
    margin-bottom: 15px;
    padding-bottom: 10px; }
    .from-the-blog article:last-child {
      border: 0; }
    .from-the-blog article img.alignleft {
      margin-bottom: 0; }
  .single article {
    margin-bottom: 20px; }
  article .time {
    color: inherit; }

/* =BREAK POINTS
-------------------------------------------------------------- */

/* =iPhone 5 */
@media only screen and (min-width: 320px) and (max-width: 374px) {

.navbar-inverse .navbar-collapse, .navbar-inverse .navbar-form {
    background-color: #000000;
}
    
.navbar-inverse {
    text-align: left;
    background: #000000;
    border: 0;
}
    
.title-card-wrapper {
  height: 90%;
  overflow: hidden;
    background-color: black;}

.title-card {
  z-index: 1;
  width: 100%;
  display: table;
  text-align: center; }
  .title-card > img.header-img {
    position: absolute;
    inset: 0px auto auto -224px !important;
    width: auto;
    height: 90% !important;
    }
    
    .no-fittext #site-title a {
        margin: 20% 0 0 0;
        font-size: 0.3em !important; }

#site-meta {
  display: table-cell;
  vertical-align: middle;
  z-index: 1;
  position: relative;
  text-shadow: 0 0 10px rgba(0, 0, 0, 0.6);
  padding-top: 30px; }
  .only-on-home #site-meta {
    padding-top: 0; }
  #site-meta i {
    color: #fff;
    font-size: 20px;
    margin: 10px 0; }
    .only-on-home #site-meta i {
      font-size: 20px;
      margin: 30px 0; }
   

.site-title,
.site-logo {
  position: relative;
  display: block; }
  .only-on-home #site-title, .only-on-home
  #site-logo {
    -webkit-animation: dropHeader 1 0.75s ease-in;
    -o-animation: dropHeader 1 0.75s ease-in;
    animation: dropHeader 1 0.75s ease-in; }

.site-title {
  margin: 0; }
  .no-fittext #site-title {
    padding: 25% 0 0 0;
      font-size: 10em; }
  .site-title a {
    color: #fff;
    text-decoration: none;
    display: block;
    width: 10%; }
    .basic #site-title a {
      font-family: 'Montserrat', sans-serif; }
      .only-on-home.no-fittext .basic #site-title a {
        font-size: 10px; }
    .no-fittext #site-title a {
        font-size: 0.2em !important; }

#site-description.margin-top {
    margin-top: 20px; }
    
#more-site {
    -webkit-animation: fadeHeader 1 1s ease-in;
    -o-animation: fadeHeader 1 1s ease-in;
    animation: fadeHeader 1 1s ease-in; }

.bavotasan_custom_logo_widget_2 {
    float:right;
    position: relative;
    right: 7%;
    width: 150px;
    margin-top: 2px;
    margin-bottom: 2px;
    padding: 0 0px 0 0;
    display: block;
    
    }
    
    .bavotasan_custom_logo_widget {
    float:right;
    position: relative;
    right: 33%;
    width: 150px;
    margin-top: 2px;
    margin-bottom: 2px;
    padding: 0 0px 0 0;
    display: none;
    }
   
     #home-page-widgets {
     padding: 20px 0 2px;
}
    
    .home-widget {
    margin: 1px;
    font-weight: bold;
}
    
    .home-widget-title {
    margin-bottom: 15px;
    font-size: 18px;
    font-family: Open Sans, sans-serif;
    font-weight: bold;
}
  
    
    .bavotasan_custom_text_widget {
    float: left;
    left: 3%;
    padding: 1px;
    width: 30%;
    margin: 2px 2px 2px 2px;
    text-align: center;
   
   }
  .bavotasan_custom_text_widget i {
    -moz-border-radius: 2em;
    -webkit-border-radius: 2em;
    border-radius: 2em;
    font-size: 24px;
    line-height: 45px;
    width: 50px;
    height: 50px;
    margin: 0;
    display: inline-block;
    border: 3px solid; }
    
    .col-md-8 {
    position: relative;
    left: 2%;
    width: 95%;    
    }

    #more-site {
  margin-top: 50px;
  border: 1px solid #8b9395;
  color: #8b9395;
  font-size: 22px;
  font-family: 'Montserrat', sans-serif;
  font-weight: normal;
  padding: 10px 25px;
  display: none;
  background: transparent; }
    
}

/* =Samsung S8*/
@media only screen and (width: 360px) and  (height: 740px) {
    
    .bavotasan_custom_logo_widget_2 {
    float: right;
    position: relative;
    right: 12%;
    width: 150px;
    margin-top: 2px;
    margin-bottom: 2px;
    padding: 0 0px 0 0;
    display: block;
}

.title-card > img.header-img {
    position: absolute;
    inset: 0px auto auto -320px !important;
    width: auto;
    height: 90% !important;
    }
}

/* =Samsung Galaxy S5*/
@media only screen and (width: 360px) and  (height: 640px) {
    
    .bavotasan_custom_logo_widget_2 {
    float: right;
    position: relative;
    right: 12%;
    width: 150px;
    margin-top: 2px;
    margin-bottom: 2px;
    padding: 0 0px 0 0;
    display: block;
}

.title-card > img.header-img {
    position: absolute;
    inset: 0px auto auto -250px !important;
    width: auto;
    height: 90% !important;
    }
}

/* =iPhone 6 */
@media only screen and (min-width: 375px) and (max-width: 413px) {

    .navbar-inverse .navbar-collapse, .navbar-inverse .navbar-form {
    background-color: #000000;
    }
    
    .navbar-inverse {
    text-align: left;
    background: #000000;
    border: 0;
    }
    
    .bavotasan_custom_logo_widget_2 {
    float:right;
    position: relative;
    right: 13.5%;
    width: 150px;
    margin-top: 2px;
    margin-bottom: 2px;
    padding: 0 0px 0 0;
    display: block;
    
    }
    
    .bavotasan_custom_logo_widget {
    float:right;
    position: relative;
    right: 33%;
    width: 150px;
    margin-top: 2px;
    margin-bottom: 2px;
    padding: 0 0px 0 0;
    display: none;
    }
    
    #home-page-widgets {
     padding: 20px 0 2px;
}
    
    .home-widget {
    margin: 1px;
    font-weight: bold;
}
    
    .home-widget-title {
    margin-bottom: 15px;
    font-size: 18px;
    font-family: Open Sans, sans-serif;
    font-weight: bold;
}
  
    
    .bavotasan_custom_text_widget {
    float: left;
    left: 3%;
    padding: 1px;
    width: 30%;
    margin: 2px 2px 2px 2px;
    text-align: center;
   
   }
  .bavotasan_custom_text_widget i {
    -moz-border-radius: 2em;
    -webkit-border-radius: 2em;
    border-radius: 2em;
    font-size: 24px;
    line-height: 45px;
    width: 50px;
    height: 50px;
    margin: 0;
    display: inline-block;
    border: 3px solid; }
    
    .col-md-8 {
    position: relative;
    left: 2%;
    width: 95%;    
    } 
    
    #more-site {
        margin-top: 20px;}
   
}

/* =iPhone 12 pro */
@media only screen and (width: 390px) and (height: 844px) {
    .title-card > img.header-img {
    position: absolute;
    inset: 0px auto auto -370px !important;
    width: auto;
    height: 90% !important;
    }
}

/* =iPhone 6 plus */
@media only screen and (min-width: 414px) and (max-width: 767px) {
    
    .navbar-inverse .navbar-collapse, .navbar-inverse .navbar-form {
    background-color: #000000;
    }
    
    .navbar-inverse {
    text-align: left;
    background: #000000;
    border: 0;
    }   
    
    .bavotasan_custom_logo_widget_2 {
    float:right;
    position: relative;
    right: 17%;
    width: 150px;
    margin-top: 2px;
    margin-bottom: 2px;
    padding: 0 0px 0 0;
    display: block;
    
    }
    
    .bavotasan_custom_logo_widget {
    float:right;
    position: relative;
    right: 33%;
    width: 150px;
    margin-top: 2px;
    margin-bottom: 2px;
    padding: 0 0px 0 0;
    display: none;
    }
    
    .title-card > img.header-img {
    position: absolute;
    inset: 0px auto auto -290px !important;
    width: auto;
    height: 90% !important;
    }
    
     #home-page-widgets {
     padding: 20px 0 2px;
}
    
    .home-widget {
    margin: 1px;
    font-weight: bold;
}
    
    .home-widget-title {
    margin-bottom: 15px;
    font-size: 18px;
    font-family: Open Sans, sans-serif;
    font-weight: bold;
}
  
    
    .bavotasan_custom_text_widget {
    float: left;
    left: 3%;
    padding: 1px;
    width: 30%;
    margin: 2px 2px 2px 2px;
    text-align: center;
   
   }
  .bavotasan_custom_text_widget i {
    -moz-border-radius: 2em;
    -webkit-border-radius: 2em;
    border-radius: 2em;
    font-size: 24px;
    line-height: 45px;
    width: 50px;
    height: 50px;
    margin: 0;
    display: inline-block;
    border: 3px solid; }
    
    .col-md-8 {
    position: relative;
    left: 2%;
    width: 95%;    
    }
    
    .title-card > img.header-img {
    position: absolute;
    inset: 0px auto auto -345px !important;
    width: auto;
    height: 100% !important;
    }
    
}
    
}
/* =iPad */

@media only screen and (min-width: 768px) and (max-width: 770px) {

    .navbar-inverse {
    text-align: left;
    background: #000000;
    border: 0;
    }
    
    .navbar-inverse .navbar-collapse, .navbar-inverse .navbar-form {
    background-color: #000000;
    }
    
    
    .bavotasan_custom_logo_widget_2 {
    float:right;
    position: relative;
    right: 32%;
    width: 150px;
    margin-top: 2px;
    margin-bottom: 2px;
    padding: 0 0px 0 0;
    display: block;
    
    }
    
    .bavotasan_custom_logo_widget {
    float:right;
    position: relative;
    right: 33%;
    width: 150px;
    margin-top: 2px;
    margin-bottom: 2px;
    padding: 0 0px 0 0;
    display: none;
    }
     #home-page-widgets {
     padding: 20px 0 2px;
}
    
    .home-widget {
    margin: 1px;
    font-weight: bold;
}
    
    .home-widget-title {
    margin-bottom: 15px;
    font-size: 18px;
    font-family: Open Sans, sans-serif;
    font-weight: bold;
}
  
    
    .bavotasan_custom_text_widget {
    float: left;
    left: 3%;
    padding: 1px;
    width: 30%;
    margin: 2px 2px 2px 2px;
    text-align: center;
   }
    
  .bavotasan_custom_text_widget i {
    -moz-border-radius: 2em;
    -webkit-border-radius: 2em;
    border-radius: 2em;
    font-size: 30px;
    line-height: 75px;
    width: 80px;
    height: 80px;
    margin: 0;
    display: inline-block;
    border: 3px solid; }
    
    .col-md-8 {
    position: relative;
    left: 2%;
    width: 95%;    
    }
    

}


/*=iPad Pro */
@media only screen and (width: 1024px){
    
    .navbar-inverse .navbar-collapse, .navbar-inverse .navbar-form {
    background-color: #000000;
    }
    
    .navbar-inverse {
    text-align: left;
    background: #000000;
    border: 0;
    }
    
    .bavotasan_custom_logo_widget {
    float:right;
    position: relative;
    right: 37.5%;
    width: 150px;
    margin-top: 2px;
    margin-bottom: 2px;
    padding: 0 0px 0 0;
    display: block;
    }
    }
    
    padding: 50px 0 5px;
}
    
}

