 /*
 Theme Name: childtj
 Description: The custom theme childtj using the parent theme Toujours.
 Author: PJC
 Template: toujours-wpcom
 Version: 1
 */


.silk .widget {

   position: fixed;
   background: rgba(162, 214, 218, 0.4) ;
   top: 40vh;
   left: 20vw;
    width: 290px;
    height: 91px;
    z-index: 5;
    border-radius: 6px;
    padding: 16px 35px;
    /* visibility: hidden; */ 
}


.site-branding {
   max-width: 76%; 
   margin: 0 auto; 
}

@media only screen and (max-width: 680px) {
   .site-branding {
      max-width: 90%; 
   }
   .site-branding .site-title {
      font-size: 33px;
      font-size: calc( 25px + 1.2vw) ;
   }
}

.silk a {
    color: #1520C6;
    text-decoration: underline;
    font-weight: 800;
    font-style: italic;
    font-size: 26px;
}

.site-branding a { 
    float: left;
}
.site-branding .site-title { 
    margin-left: 15%;
}

.site-title a {
   font-weight: 400;
}

#content .wrap {
    padding: 14px 0 30px;
}

.no-sidebar #primary {
     max-width: 875px;
}

#colophon {
    padding: 20px 0;
}

.main-navigation ul ul { 
    width: 250px; 
}
