/*
 Theme Name:   accesspress-lite-child
 Theme URI:    http://example.com/twenty-fifteen-child/
 Description:  Twenty Fifteen Child Theme
 Author:       John Doe
 Author URI:   http://example.com
 Template:     accesspress-lite
 Version:      1.0.0
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html
 Tags:         light, dark, two-columns, right-sidebar, responsive-layout, accessibility-ready
 Text Domain:  twentyfifteenchild
*/

@import url('../accesspress-lite/style.css');




	#page{
	
		background: #a3b2c2;
		
	}
	
.footerline{
    background-color: #b7cfe8;
    width: 100%;
    height: 4%;
}

.wazeb {
    
  position: fixed;
  z-index: 200;
  top: 10px;
  left: 2px;
  width:40px;

 
}

#page.site p.pandaname {
    margin-right:50px;
    font-style: oblique;
    font-size: 1.5em;
    display: inline;
    float: right;
    color:  #000;
    font-weight: 300;
    

}

#page.site p.pandaphone {
  
    font-style: oblique;
        font-size: 1.3em;
    display: inline;
    float: left;
    color:  #000;
    font-weight: 500;
    margin-left:70px;
}
h1.entry-title{display:none}

.main-navigation, .main-navigation ul ul {
    border-color: #081b42;
}

nav.main-navigation {
    background-color: #182e58;
    padding-bottom: 4px;
    padding-top: 5px;
}
    
.responsive {
  width: 100%;
  height:150px;
}

#masthead #top-header{
    background-color: #415474;
    margin-bottom: -55px;
    padding-bottom: 30px;}

.rtl #masthead .right-header {
    float: left;
    display: none;
}

.main-navigation li{background-color:#a3b2c2 }

.main-navigation a {
    display: block;
    text-decoration: none;
    color: black;
    padding: 0 18px;
    font-family: fantasy;
}



#bottom-footer .copyright {
   float: right
}



@media screen and (max-width: 940px){


	#page.site {
		max-width: 768px;
		width: 100%;
		margin:0 auto;
		background: #a3b2c2;
		box-shadow: 0 0 10px #999;
		
	}
	
	#page.site p.pandaphone {
    

    font-size:1.2em;
  display:inline;
  float:left;
  
	}
	
		#page.site p.pandaname {
    
    clear: both;
    margin-right: 19px;
    display:inline;
    font-size:2em;
    
  
	}
}