/*
Theme Name:     Twenty Twelve - child
Description:    Twenty Twelve - child theme for CF OZO
Author:         Arturs Selivanovs
Template:       twentytwelve

(optional values you can add: Theme URI, Author URI, Version, License, License URI, Tags, Text Domain)
*/


  
  



.entry-title a{
 color: #444;
}

#dCustomSidebarContainer{
display: inline-block;
    float: right;
  right: 210px;
  position: relative;
}

.hgroup-header{
  /*white-space: nowrap;*/
}

.site {
	max-width: 1100px;
  background: rgba(255, 255, 255, 0.85);
    /*opacity: 0.85;*/
}

.site-title{
	  margin-bottom: 15px !important;
    float: left;
    font-size: 28px !important;
}

.site-description{
	display:none;
}

@media screen and (min-width: 600px) {
.site-content {
	width: 70%;
}
  
  
  /*Subpage style*/
  	.main-navigation li ul li a {
		background: #efefef;
		border-bottom: 1px solid #ededed;
		display: block;
		font-size: 11px;
		font-size: 0.785714286rem;
		line-height: 2.181818182;
		padding: 8px 10px;
		padding: 0.571428571rem 0.714285714rem;
		width: auto;
		white-space: normal;
	}
	.main-navigation li ul li a:hover,
	.main-navigation li ul li a:focus {
		background: #e3e3e3;
		color: #444;
	}
  
}

.site-content article{
    border-bottom: 1px solid #ededed;
  margin-bottom: 2em;
}

.entry-header{
	  margin-bottom: 1em;
}

.main-navigation ul.nav-menu, .main-navigation div.nav-menu > ul {
	text-align:center;  
}

.archive-header {
  display:none;
}

.featured-post {
	display:none;
}

.mapGoogle #wpgmza_map {
  border: 1px solid #ccc !important;
  box-shadow: 0.3em 0.3em 1em rgba(0, 0, 0, 0.2) !important;
}

.mapGoogle #wpgmza_map,
.mapShape .gm-style {
  height: 400px;
  border: 0.5em solid white;
  border-top-left-radius: 3em;
  -moz-border-top-left-radius: 3em;
  -webkit-border-top-left-radius: 3em;
  border-bottom-right-radius: 3em;
  -moz-border-bottom-right-radius: 3em;
  -webkit-border-bottom-right-radius: 3em;
  -moz-transform: translateZ(0px);
  
    position: relative;
  overflow: hidden;
  transform: translateZ(0px);
  background-color: rgb(229, 227, 223);
  
}

@media screen and (max-width: 600px) {
  #dCustomSidebarContainer {
  	position:static;
    float:none;
  }  
  .site-title{
  float:none;
  }
}





.video-container {
	position: relative;
	padding-bottom: 56.25%;
	padding-top: 30px;
	height: 0;
	overflow: hidden;
  min-width:60%;
}

.video-container iframe,  
.video-container object,  
.video-container embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.entry-content img, 
.entry-content iframe, 
.entry-content object, 
.entry-content embed {
        max-width: 100%;
}

textarea[name="comments"] {
max-width:100%;
}


.menu-main-container ul {
  padding-left: 0 !important;
}

.menu-main-container ul  li{
  text-align: left;
}

.menu-toggle.toggled-on {
  text-align: center;
}