/* --------------------------------------------------------------------------------- */
/*
	Theme Name: 	Basix Child Theme
	Theme URI: 		http://themeforest.net/artivity
	Description: 	The for current edition of YSA
	Version: 		1.1.5
	Author:			Artivity
	Author URI: 	http://themeforest.net/artivity
	Template:		basix
	License: 		This WordPress theme is comprised of two parts: (1) The PHP code and integrated HTML are licensed under the GPL license as is WordPress itself.  You will find a copy of the license text in the same directory as this text file. Or you can read it here: http://wordpress.org/about/gpl/ (2) All other parts of the theme including, but not limited to the CSS code, images, and design are licensed according to the license purchased. Read about licensing details here: http://themeforest.net/licenses/regular_extended
	License URI: 	License.txt
	Tags: 			one-column, two-columns, three-columns, four-columns, left-sidebar, right-sidebar, fixed-layout, custom-background, custom-colors, custom-header, custom-menu, featured-images, full-width-template, theme-options, translation-ready
*/
@import url("../basix/style.css");

body {
  font-family: 'Open Sans', Arial, sans-serif;
  font-size: 13px;
  background-color: #e2e2e2;
}

h1, h2, h3, h4, h5, h6, th, h3.wpb_accordion_header a, .tp-caption[class*=title] {
    font-family: Questrial!important;
}
#accordion-archives h3:hover{
  background:#000000;
}

#accordion-archives.ui-accordion .ui-accordion-content{
  height: auto!important; 
  background: #ffffff;
}

#accordion-archives.ui-accordion .ui-accordion-icons {
  background: #000000;
}

.ui-accordion h3:hover{
  background: #1072BA;
}

.ui-accordion .ui-accordion-content{
	height: auto!important; 
	background: #00213f;
}

.category-header-block{
	padding-top: 40px;
  	width: 100%;
  	height: auto;
  	background: #1072BA;
  	padding: 7px;
    margin-bottom: 15px;
}

.category-header-block-inner, .category-header-block-inner a, .category-header-block-inner a:hover{ 
  text-transform: uppercase;
  font-size: 1.15em;
  font-family: Questrial;
  font-weight: 700;
  font-style: normal; 
  text-align:left;
  color: #fff;
}

.home-list-item {
  width: 20%;
  height: auto;
  float: left;
  padding: 0 10px 10px 0;
  text-align: left;
}

.home-list-item-thumb img{
  width:100%;
  max-height:170px;
  height:auto;
}
.home-list-item-thumb{
  width: 100%;
}
.home-list-item-title{  
  width: 100%;
  padding: 5px 0 0 0;
  min-height:70px;
  float: none;
}
.home-list-item-title a{
  color:#fff;
  font-family: 'Open Sans',Verdana,Arial,sans-serif;
  font-weight: 400;
  font-style: normal;
  line-height: 1.3;
  font-size: 1.1em;
  text-transform: uppercase;
  }

.ui-accordion .ui-accordion-icons {
  background: #000000;
}



.ui-corner-all, .ui-corner-bottom, .ui-corner-left, .ui-corner-bl {
  	border-bottom-left-radius: 0!important;
}

.ui-corner-all, .ui-corner-bottom, .ui-corner-left, .ui-corner-bl {
  border-bottom-left-radius: 0!important;
}

.ui-corner-all, .ui-corner-top, .ui-corner-right, .ui-corner-tr {
  border-top-right-radius: 0!important;
}

.ui-corner-all, .ui-corner-top, .ui-corner-left, .ui-corner-tl {
  border-top-left-radius: 0!important;
}

.ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active {
  border: 0!important; 
  background: #1072ba!important;
}

.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default {
  border: 0;
}

.ui-corner-all, .ui-corner-bottom, .ui-corner-right, .ui-corner-br {
  border-bottom-right-radius: 0!important; 
}
.ui-widget-content {
  border: 0!important;
}

.ui-accordion .ui-accordion-header{
	margin:0!important;
  text-transform: uppercase;
  font-family: Questrial!important;
}

.occupation-header, .single-top-sharing{
	font-size: 1.4em;
  	line-height: 1.3em;
  	float: left;
  	width: 100%;
    margin-bottom: 1.2em;
}
.sidebar{
  float:left;
}

.single-page-thumb{
  float: left;
  margin-bottom: 10px;
  width: 100%;
  max-width: 200px;
}
.single-page-thumb img{
  width:100%;
  height: auto;
}

#left-nav{
  max-width: 200px;
  width: 100%;
  float: left;
}
#left-nav .menu-item{width:100%;float:left;margin-bottom: 5px;}
/*ul Styles*/
#left-nav .menu-item ul {
  margin:0;
  float:left;
  font-size: 13px;
  line-height: 30px;
  height: 0px; /*Collapses the menu*/
  list-style-type: none;
  overflow: hidden;
  padding: 0px;
  /*Animation*/
  -webkit-transition: height 1s ease;
     -moz-transition: height 1s ease;
       -o-transition: height 1s ease;
      -ms-transition: height 1s ease;
          transition: height 1s ease;

}

#left-nav .menu-item h4{
	background:#00213f;
	margin-bottom:0;
	width:100%;
  float:left;
  padding:5px;
  border-radius: 3px;
  text-transform: uppercase;
  font-family: Questrial;
}

/*#left-nav .menu-item:hover ul {
  height: auto;
}*/

#left-nav .left-menu-active ul {
  height: auto;
}

#left-nav .menu-item ul li:first-child {
  margin-top:0.9em;
}
.left-menu-active h4, .menu-item:hover h4{
	background:#1072ba!important;
}

#left-nav .menu-item ul li{
  float: left;
  width: 100%;
  padding: 0 5px 0 10px;
  line-height: 1.4em;
  border-radius: 3px;
}

#left-nav .menu-item ul li a{
  color:#ffffff;
}

.left-menu-li-active a{
	font-weight: bold;
  font-size: 15px;
  color: #1072ba!important;
}

/* Menu edits*/

.header{
  height:280px!important;
}
.topbar{
  height:200px;
  border-bottom: 1px solid #ffffff;
}

.topnav{
    width: 617px!important;
    float: left!important;
    margin: 23px 0 0 25px!important;
    height:auto!important;
}


.topnav li {
  width: 195px!important;
  background: #00213f;
  height: 25px!important;
  text-transform: uppercase;
  margin: 0 10px 10px 0;
  padding: 3px 0 0px 5px;
  border-radius: 3px;
  font-family: Questrial!important;
  font-weight: normal!important;
  font-style: normal!important;
  font-size: 13px!important;
}

.topnav li a {
  height: auto!important;
}

.topnav li:hover {
  background:#1072ba!important;
}

.header.dark .topnav li.current-menu-item > a, .header.dark .topnav li.current_page_parent > a, .header.dark .topnav li.current-menu-parent > a {
  border-top-color: transparent!important;
}

.header.dark .topnav li.current-menu-item , .header.dark .topnav li.current_page_parent, .header.dark .topnav li.current-menu-parent{
  background:#1072ba!important; 
}


.mobilenav{top:220px!important;background:#000;}
.mobilenav li a{color:#ffffff!important;}
.mobilenav li a:hover{color:#1072ba!important;}

.archives-page .mobilenav{top:200px!important;background:#000;}
.archives-page .mobilenav li a:hover{color:#e01f27!important;}

.secondary-bar{
  margin: 0 auto 0 auto;
  position: relative;
  padding-bottom: 10px;
}

.social-block-outer{
float:left;
width:202px;
margin:23px 0 0 25px;
}
.social-block-outer p{margin-bottom:0!important;}


.logo{
  margin-right: 50px;
  margin-left: 25px;
}   

.archives-page .logo img{
  width:100%;
}
.archives-page .logo{ 
  width:100%;
  max-width: 420px;
  height: auto;
}

.archives-page .logo-holder{width:70%;}


#accordion-archives .ui-state-active, #accordion-archives .ui-widget-content .ui-state-active, #accordion-archives .ui-widget-header .ui-state-active {
  background: #e01f27!important;
}

.footer-lower-inner{
  padding: 24px 0 24px 0;
}
.footer-logo{
  float:right;
  width:auto;
}
.footer.dark .footer-copyright{
    float: left;
    color: #ffffff;
    padding: 10px 10px 10px 0;
}

/*arvhices page css*/
.archives-page.main-container{
  background:#ffffff!important;
} 

.archives-page .header{background-color: #e01f27 !important;}
.header.dark {
  background-image: none;
}
.archives-page .topnav li{background:#000;}
.archives-page .topnav li:hover{background:#000!important;}

.archive-thumb{
  float: left;
  width: 30%;
  height: auto;
  max-height: 160px;
}

.archives-lists{
  float: left;
  width: 70%;
  height: auto;
}

.archives-lists ul{
  float: left;
  width: 100%;
  height: auto;
  min-height:160px;
}

.archives-lists ul li{
  float:left;
  background: #000000;
  color:#ffffff;
  font-family: Open Sans;
  font-weight: 400;
  font-style: normal;
  font-size: 13px;
  width: 195px;
  height: 25px;
  text-transform: uppercase;
  margin: 0 10px 10px 0;
  padding: 3px 0 0px 5px;
  list-style: none;
  display: inline-block;  
  position: relative;
}

.archives-lists ul li:hover{
  background:#e01f27 !important;
}

.archives-lists ul li a{
  color:#ffffff;
}

.coj-banner{
  width: 100%;
  height: auto;
  text-align: center;
  background: #fff;
  padding: 0 15px;
}
.coj-banner a > img{
  width: 100%;
  max-width: 650px;
  height: auto;
}


/* Google custom search */

.search-bar-wrapper{
  width: 100%;
  float: left;
  /*background: #fff;*/
}

.search-bar{
  float:right;
  width:370px;  
  height:53px;
  padding-left: 13px;
}

.archives-page .search-bar{
  float: right;
  width: 370px;
  height: 53px;
  margin: 10px 0;
}

.search-bar input{
  margin:0!important;
  color:#000000;
}

.gsc-control-cse {
  border-color: #000000!important;
  background-color: #000000!important;
}

.gsc-input-box{
  height: 30px!important;
  }

.cse .gsc-search-button input.gsc-search-button-v2, input.gsc-search-button-v2{
  height:30px!important;
  width:75px!important;
}



.main-content-inner{padding-top:0px;}

.twitter-feed-widget{  
  float: left;
  width: 50%;
  padding: 0 40px 0 20px;
}
.harshtag-title{
  float:left;
  width:auto;
  padding-bottom:20px;
}
.harshtag-title > div{
  padding:5px;
  text-align: center;
}
.twitter-feeds{
  float:left;
  width:100%;
  max-width:520px;
  background:#ffffff;
  height:250px;
  border-radius: 3px;
  clear: left;
}
.twitter-feeds iframe{width:100%!important;}
.ipad-edition-download{float:left;width:50%;}
.ipad-edition-title{float:left;width:240px;}

.achives-top-social{
  float: right;
  margin-top: 98px;
}

.footer.dark .footer-copyright a{color:#ffffff;}

.archives-page .footer {
  background: #000;
}

input.gsc-search-button, input.gsc-search-button:hover, input.gsc-search-button:focus {
  border-color: #00213f!important;
  background-color: #00213f!important;
}
.archives-page input.gsc-search-button, .archives-page input.gsc-search-button:hover, .archives-page input.gsc-search-button:focus {
  border-color: #666666!important;
  background-color: #676767!important;
}

@media only screen and (max-width: 1024px) and (min-width: 768px){
    .header.dark .mobilenav {
    top: 220px;
  } 
  .archives-page .mobilenav{top:200px!important;} 
  .achives-top-social {
    float: left;
    margin-top: 0;
  }
  .home-list-item{
    width: 25%;
  }

  .twitter-feed-widget,.ipad-edition-download{
    width: 100%;
  }

  .twitter-feed-widget{
    padding:0 0 20px 0;
    border-bottom:0!important;
  }

}

@media only screen and (max-width: 767px){
  .dark-bg .sidebar {
      border-top: 0;
  }
  .mobile-none{
    display:none;
  }  
  
  .archive-thumb{
    width:100%;
    margin-bottom:20px;
  }
  .archives-lists ul{
    margin-left:0;
  }
  .achives-top-social {
    float: left;
    margin-top: 0;
  }
  .sidebar {
    margin-top: 0;
    padding-top: 0;
  }
  .column-one-fourth{
      margin-bottom: 0; 
  }

  .blog-post h1.post-title, .blog-post h2.inner-title {
    padding-top: 10px;
    margin-bottom:0!important;
  }

  .twitter-feed-widget{
    padding:0 0 20px 0;
    border-bottom:0!important;
  }

  .archives-page .search-bar{
    width:100%;
  }

  .archives-lists,.twitter-feed-widget,.ipad-edition-download{
    width: 100%;
  }

  .social-block-outer{
    width:100%;margin-left: 0px;
  }
  .logo{
    margin-left: 0px;
  }
  .home-list-item{
    width: 30%;
  }

  .home-list-item-title{
    min-height:80px;
  }
  .single-page-thumb{
    max-width: 100%;
  }

  .footer.dark .footer-copyright, .footer-logo{
    width:100%;
    padding-left: 18px;
  }
  
}

@media only screen and (max-width: 480px){
  .home-list-item{
    width: 100%;
  }
  .home-list-item-title{
    min-height:0;
  }
  .home-list-item-thumb img{
    max-height:373px;
  }

}

@media only screen and (min-width: 1025px){
    body.admin-bar .header {
    top: 0!important;
  }  
}







