/*
++++++++++++++++++++++++++++++++++++++++
++++++ HEADER NAV & FOOTER +++++++++++++++++++++
++++++++++++++++++++++++++++++++++++++++
*/

/* center top menu*/
/* #navigator header#topBar {width:900px; margin:auto;}
.header-position-normal #navigator header#topBar {position:relative;}*/

.page-page, .page-index{
  background: #fff;
}
/* Logo padding */
#navigator .siteTitle {
  padding: 0 0 0 0;
}
/* Menu on right side */
#nav {
  float:right !important;
}
/* Menu padding */
#navigator header#topBar ul#nav {
  padding: 50px 0 -50px 0;
  margin-left:0px;
}
/* Header Gradient */
#navigator header#topBar {
  margin-top: 0px !Important;
  background: rgb(255,255,255); /* Old browsers */
  background: -moz-linear-gradient(top,  rgba(255,255,255,1) 0%, rgba(255,255,255,1) 83%, rgba(241,241,241,1) 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(255,255,255,1) 83%,rgba(241,241,241,1) 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom,  rgba(255,255,255,1) 0%,rgba(255,255,255,1) 83%,rgba(241,241,241,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f1f1f1',GradientType=0 ); /* IE6-9 */
}
/* Canvas Background */
#navigator{
}

#navigator{
  background-image: url("../../static1.squarespace.com/static/52f2d614e4b0e58bc2c10551/t/58abb996e58c6271f52a8161/1487649174970/canvas_bg_color1.jpg");
  background-repeat: no-repeat;
    background-position: 0 107px !important;
  background-size: cover;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
  margin-right: 0px;
  z-index:-1;
}

/*@media only screen and (min-device-width : 0px) and (max-device-width : 1024px) and (orientation : portrait) {
#navigator{
background-image: url("background.jpg") !important;
  background-repeat: repeat !important;
  background-position: top left;
  background-size: scroll;
}
}*/
/* Tagline & Logo Positioning */

@media screen and (min-width: 640px) {

  #navigator h2.logo-subtitle { 
    text-align: left; 
    padding-top: 0px;
    margin-top:-34px !important;
    padding-left:70px;
    padding-left:70px;
    width:340px !important;
  }

 .site-titlelogo-position-left #navigator .siteTitle {
    padding-top: 16px;
    padding-bottom: 15px;
  }

}

@media screen and (max-width: 639px) {
 
  #navigator h2.logo-subtitle { 
    display:none;
  }

  #navigator .siteTitle {
    padding-top: 16px!important;
    padding-left:10px !important;
    padding-bottom: 23px!important;
  }

    /*Hide Mobile Menu */
                #mobile-navigation {
                    display: none !important;
                }
                  /*Show Main Nav on Mobile */
                #navigator header#topBar ul#nav {
                    display: block;
                    position:fixed;
                    top:0;
                    z-index: 8000;
                    padding: 0px 0 0 70px;
                    margin: 30px 0 0 35px;
                    font-size: 15px;
                    max-width: 100%;
                    -webkit-transition: padding .25s ease-out;
                    -moz-transition: padding .25s ease-out;
                    -o-transition: padding .25s ease-out;
                    transition: padding .25s ease-out;
                }
                 
                #navigator header#topBar ul#nav li {
                    display: inline-block;
                    margin: 0 20px 0 0;
                    position: relative;
                    zoom: 1;
                    *display: inline;
                }
                  
                .siteTitle {
                    margin: 0 35px;
                    position: fixed;
                    top: 0;
                    z-index: 7999;
                }
                 
                  
                #navigator header#topBar {
                    position: fixed !important; 
                    top:0px;
                    width: 100%;
                    z-index: 7999;
                }

                #navigator footer#bottomBar p{
                  font-size:12px;
                  margin-top:-10px;
                  
                }
                .project-item {
                    margin-top: -7px !important;
                }
                  .project-item .meta h1{
                    font-size: 29px !important;}
}

/*Footer Text Color */
footer#bottomBar {background:#000 !important}
footer#bottomBar p{color:#fff !important}
/*#navigator footer#bottomBar {
    background: none repeat scroll 0 0 rgba(255, 255, 255, 1);
}*/

/*
++++++++++++++++++++++++++++++++++++++++
++++++ GRID INDEX  +++++++++++++++++++++
++++++++++++++++++++++++++++++++++++++++
*/

#grid  { 
  margin-left:0px !important;
  margin-right:-4px !important;
 }

#grid .item a div.wrapper div.project-title h3 { /*display: none; */}
#grid .item a div.wrapper .project-title h2  { 
   display: none;
}

#grid .item a div.wrapper  { 
  mix-blend-mode: multiply;
  background: -moz-radial-gradient(center, ellipse cover,  rgba(255,255,255,0) 0%, rgba(255,255,255,0.5) 50%, rgba(224,224,224,1) 100%); /* FF3.6-15 */
  background: -webkit-radial-gradient(center, ellipse cover,  rgba(255,255,255,0) 0%,rgba(255,255,255,0.5) 50%,rgba(224,224,224,1) 100%); /* Chrome10-25,Safari5.1-6 */
  background: radial-gradient(ellipse at center,  rgba(255,255,255,0) 0%,rgba(255,255,255,0.5) 50%,rgba(224,224,224,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#e0e0e0',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
}

#grid .item {
  box-sizing:border-box;
  -moz-box-sizing:border-box;
  -webkit-box-sizing:border-box;
  border:0px solid #fff !important;
  margin: 0 0 0 0px;
}

#grid {background: #000 !important;}
 
/* Greyed out thumbnails on grid*/

/*
.item img {
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
 }
.hovering img {
  -webkit-filter: grayscale(0%); 
  filter: grayscale(0%);
}*/


/* Center The Grid */
    /* 
    #container {margin:auto}
        .index {width:80%;
        }

    @media (max-width: 480px) {
        .index {
            width:100% !important;
        }
    }
      
    #grid { 
        width: 960px; 
        margin: 0 auto;
        }
    */
  


/* Grid Spacing and round edges*/
#grid .item {
    box-sizing:border-box;
    -moz-box-sizing:border-box;
    -webkit-box-sizing:border-box;
    border:2px solid #fff;
/*    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    border-radius: 25px;*/
    margin: 0 0 0 -3px;
}

#grid {
    margin-left: 8px;
    /*    border:1px solid #ccc;*/
}
 
    /** Shadow on images in gallery **/
/*    #container .gallery-item img  {
    -webkit-box-shadow: 0px 0px 15px 3px rgba(0, 0, 0, 0.45);
    -moz-box-shadow:    0px 0px 15px 3px rgba(0, 0, 0, 0.45);
    box-shadow:         0px 0px 15px 3px rgba(0, 0, 0, 0.45);
    }*/

    #container .gallery-item img[src*="png"]  {
    -webkit-box-shadow: none;
    -moz-box-shadow:    none;
    box-shadow:         none;
    }


/*
++++++++++++++++++++++++++++++++++++++++
++++++   PROJECT DETAILS +++++++++++++++
++++++++++++++++++++++++++++++++++++++++
*/
/* 
#project{
background-image: url("../../static1.squarespace.com/static/52f2d614e4b0e58bc2c10551/t/58abb996e58c6271f52a8161/1487649174970/canvas_bg_color1.jpg") !important;
  background-repeat: no-repeat;
  background-attachment: fixed;
}*/
.someClass2{font-size: 12px; color:#000000; } 
.project-title h3 { text-indent: -9999px; }
.project-title h3:before { content: attr(/categories); text-indent: 0px; display: block; }

.project-item  .meta a {
  color: #fff !important;
  background: #FC10A0 url("../../static.squarespace.com/static/52f2d614e4b0e58bc2c10551/t/542b88f6e4b00d8fba1faf3d/1412139254707/launch_arrow.png") 15px center no-repeat;
  display: inline-block;
  clear: both;
  margin: 30px 0 30px 0;
  padding: 10px 15px 10px 30px;
  border-radius: 15px;
  color: #fff;
  text-decoration: none;
  font-weight: 700;
  font-size: 15px;
  -webkit-transition: opacity .5s ease-out;
  -moz-transition: opacity .5s ease-out;
  -ms-transition: opacity .5s ease-out;
  -o-transition: opacity .5s ease-out;
  transition: opacity .5s ease-out;
  -webkit-box-shadow: 0px 0px 15px 1px rgba(0, 0, 0, 0.25);
  -moz-box-shadow:    0px 0px 15px 1px rgba(0, 0, 0, 0.25);
  box-shadow:         0px 0px 15px 1px rgba(0, 0, 0, 0.25);
}

.project-item  .meta a:hover {
  color: #fff !important;
  opacity: .7;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
  filter: alpha(opacity=70);
  -webkit-transition: opacity 0s ease-out;
  -moz-transition: opacity 0s ease-out;
  -ms-transition: opacity 0s ease-out;
  -o-transition: opacity 0s ease-out;
  transition: opacity 0s ease-out;
}

.meta h1 {
  color: #000 !important;
  text-shadow: rgb(255, 255, 255) 3px 3px 3px !important;
  mix-blend-mode:multiply;
}
/*
.meta p {
  color: #000 !important;
  text-shadow: rgb(255, 222, 0) 3px 3px 2px;
}
.meta p a{
  color: #000 !important;
  text-shadow: none;
}*/
/*  
+++++++++++++++++++++++++++++++++++++++
++++++ HOME INDEX TEXT BLOCK  +++++++++
+++++++++++++++++++++++++++++++++++++++
*/
// hide this on detail pages
.index-detail #top_blurb {
  display: none;
}
// add padding above section when the menu is open
.sqs-mobile-nav-open #container {
  padding-top: 180px;
}
#top_blurb {
  /*
  background-image: url("../../static1.squarespace.com/static/52f2d614e4b0e58bc2c10551/t/58abb996e58c6271f52a8161/1487649174970/canvas_bg_color1.jpg");
  background-size: cover;*/
  background-attachment: fixed;
  margin:0 0px;
  padding: 0 35px;  
  padding-top:100px;
  padding-bottom:50px;
    h1, h4 {
      font-family: Garamond;
      text-shadow: rgb(255, 255, 255) 3px 3px 3px !important;  
      line-height: 110%;
      text-rendering: optimizeLegibility;
      -webkit-font-smoothing: antialiased;
    }
    h4 {
      font-size: 1.3em;
      color: lightcoral;
      margin-top: 20px
    }
}
 @media (max-width:600px) {
   #top_blurb {
     padding-top:0px;
     padding-bottom:30px;
     text-align:center;
     h1 {
       font-size:2em;
     }
     h4 {
       font-size:1.3em;
     }
   }
 }
 @media (min-width:1500px) {
   #top_blurb h1 {
     font-size: 4em;
   }
   #top_blurb h4 {
     font-size: 1.6em;
   }
 }

/*  
+++++++++++++++++++++++++++++++
++++++ ABOUT CIRCLES  +++++++++
+++++++++++++++++++++++++++++++
*/

.our-services .item {
  text-align: center;
  padding-left: 20px;
  padding-right: 20px;
  margin-bottom: 30px;
}
.our-services  .h5 {
  text-align: center;
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
  color: #fff;
}

.circle-service {
  width: 140px;
  height: 140px;
/*  background: #fff;*/
  background-color:rgba(255, 255, 255, 0.1);
  /*border: 1px solid #fff;*/
  border-radius: 150px !important;
  position: relative;
  margin-bottom: 22px;
  text-align: center;
  padding-top: 10px;
  margin-left: auto;
  margin-right: auto;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}

.circle-service i {
  font-size: 110px;
}

.circle-service i.icon-advice{
    font-size: 120px;
}
.circle-service i.icon-emo{
    font-size: 130px;
}

.circle-color{
  color:#000;
}

.circle-color1{
  background:#01aef0 !important;
  color:#fff;
  -webkit-box-shadow: inset -1px 1px 9px 4px rgba(0,0,0,0.08);
  -moz-box-shadow: inset -1px 1px 9px 4px rgba(0,0,0,0.08);
  box-shadow: inset -1px 1px 9px 4px rgba(0,0,0,0.08);
}
.circle-color2{
  background:#ed008c  !important;
  color:#fff;
  -webkit-box-shadow: inset -1px 1px 9px 4px rgba(0,0,0,0.08);
  -moz-box-shadow: inset -1px 1px 9px 4px rgba(0,0,0,0.08);
  box-shadow: inset -1px 1px 9px 4px rgba(0,0,0,0.08);
}
.circle-color3{
  background:#fdee1f  !important;
  color:#000;
  -webkit-box-shadow: inset -1px 1px 9px 4px rgba(0,0,0,0.08);
  -moz-box-shadow: inset -1px 1px 9px 4px rgba(0,0,0,0.08);
  box-shadow: inset -1px 1px 9px 4px rgba(0,0,0,0.08);
}
.our-services  .h5 {
  text-align: center;
  font-size: 14px  !important;
  font-weight: normal !important;
  line-height: 24px;
  color: #000 !important;
}
.circle-service3 {
  font-size:230px !important;
  width: 240px;
  height: 240px;
  /*background: #fff;*/
  background-color:rgba(255, 255, 255, 0.1);
  /*border: 1px solid #fff;*/
  border-radius: 150px;
  position: relative;
  margin-bottom: 22px;
  text-align: center;
  padding-top: 5px;
  margin-left: auto;
  margin-right: auto;
}
.emo{
  padding-top: 12px;
}
.thumbs{
  padding-top: 4px;
}
/*--------------------------------------------------------
  CONTACT
--------------------------------------------------------*/    
 
#block-yui_3_17_2_1_1404847899295_27505 .sqs-block-button-element--medium{
  background-color: #FC10A0; 
}

#block-yui_3_17_2_1_1404847899295_27505 .sqs-block-button-element--large{
  background-color: #FC10A0; 
}

/***************************************************
   Layout: iPad Portrait
**************************************************/

@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : portrait) {
  .our-services .item {
  text-align: center;
  padding-left: 0px;
  padding-right: 0px;
  margin-bottom: 30px;
}

.grid {
  width: 100%;
  max-width: 755px;
  min-width: 505px;
  overflow: hidden;
  margin-left: -36px !important;
}

.circle-service {
  width: 100px;
  height: 100px;
/*  background: #fff;*/
  background-color:rgba(255, 255, 255, 0.1);
  /*border: 1px solid #fff;*/
  border-radius: 110px;
  position: relative;
  margin-bottom: 22px;
  text-align: center;
  padding-top: 10px;
  margin-left: auto;
  margin-right: auto;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}
.circle-service3 {
  font-size:200px !important;
  width: 200px;
  height: 200px;
  /*background: #fff;*/
  background-color:rgba(255, 255, 255, 0.1);
  /*border: 1px solid #fff;*/
  border-radius: 150px;
  position: relative;
  margin-bottom: 22px;
  text-align: center;
  padding-top: 5px;
  margin-left: auto;
  margin-right: auto;
}
.circle-service i {
  font-size: 70px;
}

.circle-service i.icon-advice{
    font-size: 80px;
}

}
