/*
Theme Name: gamexplain
Author: Meena Narvariya
Description: gamexplain is a simple and clear design wordpress theme. What makes gamexplain beautiful is the big header image. Header image is picked from post thumbnail if any exists. You can also set a default featured image to use where post thumbnail is missing. Peacock also uses Twitter Bootstrap and it offers responsive layout on mobile devices. Sidebar is located beneath the page content so visitors can read without distraction. Distraction free content makes it perfect for bloggers.
License: GNU General Public License
License URI: https://www.gnu.org/licenses/gpl.html
Tags: one-column, custom-menu, featured-images, threaded-comments, translation-ready
Text Domain: gamexplain
Version: 0.9.2
*/
@charset="utf-8";
/*******font-start-here********/
@font-face {
    font-family: 'titilliumtext14lregular';
    src: url('assets/fonts/titilliumtext14l-bold-webfont.woff2') format('woff2'),
         url('assets/fonts/titilliumtext14l-bold-webfont.woff') format('woff');
}
/*******font-start-here********/
@font-face {
    font-family: 'titilliumtext400wt';
    src: url('assets/fonts/titilliumtext400wt-webfont.woff2') format('woff2'),
         url('assets/fonts/titilliumtext400wt-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
/*******font-start-here********/
body {
    background-color : #ffffff;
    background-image: url("assets/img/bg-gray_02.jpg");
    background-repeat: repeat;
    margin: 0;
    padding: 0;
    font-family: 'titilliumtext14lregular'; 
    font-style: normal;
    font-weight: normal;
    color: #ffffff;
}
img {
	max-width: 100%;
}
a:hover {
	text-decoration: none;
}
a:focus {
	outline: none;
	outline-offset: inherit;
}
h1 {
  font-size: 44px;
  margin: 0;
}
* {
  margin: 0;
  padding: 0;
}
header {
  background-image: url("assets/img/header-bg.jpg");
  background-repeat: repeat-x;
}
nav.navbar-main {
  background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
  border: medium none;
  margin: 0;
  min-height: auto;
}
header .navbar.navbar-main ul.navbar-ul li a {
  border-bottom: 3px solid rgb(13, 92, 226);
  color: rgb(255, 255, 255);
  padding: 3px 0;
  text-transform: uppercase;
}
ul.navbar-ul {
  margin-right: 30px;
}
.navbar-social-ul li a {
  border: 1px solid rgb(4, 93, 243);
  display: inline-block;
  height: 30px;
  line-height: 25px;
  margin-left: 18px;
  padding: 0;
  text-align: center;
  width: 30px;
}
.navbar-social-ul li img {
  height: 13px;
}
.navbar-main .navbar-brand {
  height: auto;
  margin-left: -80px;
  padding: 0;
}
ul.navbar-ul, ul.navbar-social-ul {
  padding: 49px 0;
}
.mainVideo{border:0px;}
.main-head-holder {
  padding: 40px 0;
}

.vertical-middle > div {
    float: none;
    display: inline-block;
    vertical-align: middle;
}

h1.main-title {
  font-weight: bold;
}

.explore-button{
    border: 1px solid #1552B9;
    padding: 10px 40px 10px 80px;
    font-size: 20px;
    position: relative;
    margin-top: 1rem;
    display: inline-block;
}
.explore-button:before{
    content: "";
    background: url('./assets/img/arrows-right.png');
    position: absolute;
    left: 0;
    top: 0;
    width: 40px;
    height: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: 12px;
    border-right: 1px solid #1552B9;
    background-color: rgba(21, 82, 185, 0.2);
}
.header-video {
    margin-bottom: 20px;
}

@media (min-width: 768px) {
    .navbar-header { float: none; }
    .social_div{  margin:50px 0px;}
    .mainVideo{width:720px;height:480px;
 }
}
@media (max-width: 768px){
  .ytc_video_container {
    padding: 10px !important;
  }
}
@media (min-width: 1200px) {
    .entry-title{font-size:19px;margin-bottom:15px;color:#045df3;font-family: 'titilliumtext14lregular';line-height:9px;}
    .thumb_nail{margin-right:35px;position:relative; text-align:center; }
    .offset-lg-3{width: 30.3%;} 
    .offset-md-3{width: 30.3%;}
    .social_div{ margin:50px 0px;}
}
h3, h4, h5, h6{color: #337ab7;}
h3{padding:0px 0px 20px 0px;}
/******footer-css******/
footer#site-footer {
  background: rgb(0, 19, 50) none repeat scroll 0 0;
}
#site-footer p {
  font-size: 12px;
  margin: 0;
  padding: 37px 0;
  text-transform: uppercase;
}
#site-footer a {
  color: #fff;
  text-decoration: none;
}
#site-footer a:hover{
  color: #fff;
}

.col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-xs-1, .col-xs-10, .col-xs-11, .col-xs-12, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9 {
    position: relative;
    min-height: 1px;
    padding-right: 0px;
    padding-left: 0px;
}
.row {
    margin-right:0px;
    margin-left: 0px;
}

.youtube_channel {
    padding: 50px 0;
}
.youtube_channel .ytc_video_container {
    display: flex;
    justify-content: space-between;
    margin-bottom: 2rem;
}
.youtube_channel .ytc_video_container .yt-video-info {
    background: #FFFFFF;
    color: #042D74;
    padding: 20px;
}
.youtube_channel .ytc_video_container > a {
    flex: 0 0 30%;
    height: 100%;
    padding-bottom: 0 !important;
    margin-right: 2rem;
}
.youtube_channel .yt-video-info .agl-yt-title {
    font-family: titilliumtext14lregular;
    font-size: 24px;
    color: #045DF3;
    font-weight: 600;
}
.youtube_channel .yt-video-info .agl-yt-title > a{
    text-decoration: none !important;
}
.youtube_channel .yt-video-info  p {
    color: #042D74;
    font-size: 18px;
    margin-top: 2rem;
    margin-bottom: 0;
	word-break: break-word;
}

/***********media-queries-start-here************/
@media screen and (max-width: 1199px; ) {
    .home_paragraph p{font-size:14px;font-family: 'titilliumtext14lregular';color:#042d74;line-height:25px;}
    .video_post{height: 242px;}
     ul.navbar-ul, ul.navbar-social-ul { padding: 34px 0; }
    .navbar-main .navbar-brand { margin-left: -78px; max-width: 80%; }
    .contact{color:#ffffff;margin-right:40px;text-decoration: none; font-family: 'titilliumtext14lregular';}
    .mainVideo{width:720px;height:480px;margin-top:34px;border:0px;}
    .col-lg-3 { width: 29%; }
    .entry-title{font-size:19px;margin-bottom:15px;color:#045df3;font-family: 'titilliumtext14lregular';line-height:9px;}
    .thumb_nail{margin-right:35px;position:relative; text-align:center; }
    
    .youtube_channel .yt-video-info .agl-yt-title{
        font-size: 20px;
    }
}
@media screen and (max-width: 991px) {
    .home_paragraph p{font-size:11px;font-family: 'titilliumtext14lregular';color:#042d74;line-height:25px;}
    .navbar-main .navbar-brand {
      margin-left: -61px;
      max-width: 93%;
    }
    ul.navbar-ul, ul.navbar-social-ul {
      padding: 25px 0;
    }
    .navbar-main .navbar-header {
      width: 100%;
    }
    
    #site-footer p {
      padding: 29px 0;
    }
    .contact{color:#ffffff;margin-right:40px;text-decoration: none; border-bottom: 2px solid #0d5ce2;font-family: 'titilliumtext14lregular';}
    .social_div{ margin: 23px 0px;}
    .entry-title{font-size:19px;margin-bottom:15px;color:#045df3;font-family: 'titilliumtext14lregular';line-height:23px;}
    .video_post{display:table-cell; vertical-align:middle; text-align:center;padding:10px 30%;}
}
@media screen and (max-width: 767px) {
    header .row {
      margin: 0;
    }
    ul.navbar-ul, ul.navbar-social-ul {
      margin: 0;
      padding: 25px 0;
    }
    .nav.navbar-nav.navbar-social-ul.pull-right > li {
      float: left;
    }
    .navbar-header {
      float: left;
      width: 70%;
    }
    ul.navbar-ul, ul.navbar-social-ul {
      margin: 0;
      padding: 17px 74px 17px 0;
    }
    .navbar-main .navbar-brand > img {
      width: 375px;
    }
    .navbar-main button.navbar-toggle {
      bottom: 18px;
      margin: 13px 0 0;
      position: absolute;
      right: 0;
    }
    .navbar-main #example-navbar-collapse ul.navbar-ul li a {
      color: rgb(51, 51, 51);
    }
    .navbar-main #example-navbar-collapse ul.navbar-ul li {
      display: inline-block;
    }
    .navbar-main #example-navbar-collapse ul.navbar-ul {
      text-align: center;
      width: 100%;
    }
    .navbar-main #example-navbar-collapse {
      background: rgb(255, 255, 255) none repeat scroll 0 0;
      left: 0;
      padding: 0;
      position: absolute;
      top: 66px;
      width: 100%;
      z-index: 99999;
    }
    .navbar-main .navbar-header {
      width:100%;
    }
    
    #site-footer p {
      padding: 24px 0;
      text-align: center;
    } 
    .contact{color:#ffffff;margin-right:40px;text-decoration: none; border-bottom: 2px solid #0d5ce2;font-family: 'titilliumtext14lregular';}
    .social_div{ margin:30px 0px;}
    .mainVideo{width:100%;height:280px;}
    .video_post{margin:0px auto 10px auto;}
    .entry-title{font-size:19px;margin-bottom:15px;color:#045df3;font-family: 'titilliumtext14lregular';line-height:22px;}
    
    .thumb_nail{margin-right:35px;position:relative; text-align:center; }
    
    .youtube_channel .ytc_video_container{
        flex-wrap: wrap;
    }
    .youtube_channel .ytc_video_container > a {
        flex: 0 0 100%;
        margin-right: 0;
    }
    .main_title {
        font-size: 34px;
    }
    .sub_title {
        font-size: 22px;
    }
}
@media screen and (max-width: 639px) {
    .navbar-main .navbar-header {
      width: 100%;
    }
    .navbar-main .navbar-brand > img {
      display: inline-block;
    }
    .navbar-main button.navbar-toggle {
      bottom: 14px;
      margin: 13px 0 0;
      position: absolute;
      right: 0;
    }
    .navbar-main .navbar-brand {
      height: auto;
      left: 0;
      line-height: normal;
      margin: 0;
      max-width: 100%;
      padding: 0;
      position: relative;
      text-align: center;
      width: 100%;
    }
    ul.navbar-ul, ul.navbar-social-ul {
      float: left !important;
      margin: 0;
      padding: 15px 0;
    }
    .navbar-main #example-navbar-collapse {
      top: 128px;
    }
    
     .social_div{ 
        margin:20px 0px;
      }
    .video_post{display:table-cell; vertical-align:middle; text-align:center;margin:0px auto 10px auto;}
    .entry-title{font-size:19px;margin-bottom:15px;color:#045df3;font-family: 'titilliumtext14lregular';line-height:22px;}
    .thumb_nail{margin-right:35px;position:relative; text-align:center; }
}
@media screen and (max-width: 479px) {
    .navbar-main .navbar-brand > img {
      width: 320px;
    }
    .navbar-main #example-navbar-collapse {
      top: 116px;
    }
    .banner-txt h4 {
      font-size: 14px;
      line-height: 20px;
    }
    .banner-txt h1 {
      font-size: 18px;
    }
    .xplore-btn {
      height: 52px;
      width: 175px;
    }
    .xplore-btn > img {
      padding: 18px;
      width: 48px;
    }
    .xplore-btn .btn-txt {
      font-size: 16px;
      padding: 16px 32px;
    }
         .social_div{ 
        margin:20px 0px;
    }
    .video_post{display:table-cell; vertical-align:middle; text-align:center;margin:0px 10px 10px 10px;padding:0px;}
    .entry-title{font-size:19px;margin-bottom:15px;color:#045df3;font-family: 'titilliumtext14lregular';line-height:22px;}
    
    .contact {
        margin-right: 20px;
    }
}
@media screen and (max-width: 359px) {
    .navbar-main .navbar-brand > img {
      width: 280px;
    }
    .navbar-main #example-navbar-collapse {
      top: 109px;
    }
    .social_div{ margin:20px 0px; }
    .video_post{display:block; vertical-align:middle; text-align:center;width:100%;padding:0px;}
    .entry-title{font-size:19px;margin-bottom:15px;color:#045df3;font-family: 'titilliumtext14lregular';line-height:19px;}
    
    .social_media {
        margin-left: 0;
    }
}
.home_post{
    margin-bottom:63px;
}
.iframeVideo{
    height:244px;width:374px;
}
.home_paragraph{background-color:#ffffff;padding:28px;}
.home_paragraph p{font-size:14px;font-family: 'titilliumtext14lregular';color:#042d74;line-height:25px;}
.post_date{font-size:14px;margin-bottom:20px;color:#a3a3a3;font-family: 'titilliumtext14lregular';}
.social_media{margin:0px 5px;}
.page-numbers{padding: 5px 10px;color:#a4a3a3;}
.current{padding: 5px 10px;background-color: blue;color: #ffffff;font-size: 11px;}
.next{padding: 5px 10px;color:#1752b8;background-color:#c8c8c8;}
.prev{padding: 5px 10px;color:#1752b8;background-color:#c8c8c8;}
.screen-reader-text{display:none;}
.contact{color:#ffffff;margin-right:40px;text-decoration: none; border-bottom: 2px solid #0d5ce2;font-family: 'titilliumtext14lregular';}
  
  
