/*

Theme Name: Basic Child

Author: Caden Grant

Author URI:

Template: Basic

Theme URI:

Description: Basic Child Theme

Version: 1.0

License: ThemeForest Split License

License URI: --

Tags: one-column, two-columns, right-sidebar, accessibility-ready, custom-background, custom-colors, custom-header, custom-menu, featured-images, flexible-header, post-formats, sticky-post, threaded-comments, translation-ready, blog

Text Domain: Basic



<br />
<b>Warning</b>:  session_start(): Cannot send session cookie - headers already sent by (output started at /var/www/html/zy/wp-content/themes/Basic-child-1/style.php:29) in <b>/var/www/html/zy/wp-content/themes/Basic-child-1/style.php</b> on line <b>31</b><br />
<br />
<b>Warning</b>:  session_start(): Cannot send session cache limiter - headers already sent (output started at /var/www/html/zy/wp-content/themes/Basic-child-1/style.php:29) in <b>/var/www/html/zy/wp-content/themes/Basic-child-1/style.php</b> on line <b>31</b><br />
-*/


 @media (orientation: portrait) { 
     .item.five-column {

       width:33.3333333%;

    }
    .single-view{
   display:none; 
   width:100%; 
   position:fixed; 
   height:100%; 
   z-index:999997; 
   margin:0;
   background-color:#FFF
   }
 }

 @media (orientation: landscape) { 
 
  .item.five-column {

       width:33.3333333%;

    }
   .single-view{
   display:none; 
   width:100%; 
   position:fixed; 
   height:100%; 
   z-index:999997; 
   margin:0;
   background-color:#FFF
   }
 
 } 
 
   .single-src{
   width:100%; 
   height:100%; 
   border:0; 
   overflow-y:scroll; 
   z-index:999998;
   cursor:pointer;
   text-align:center
   }