/*!
 * Roots 6.5.0
 */


/* ==========================================================================
   Base
   ========================================================================== */

body { }

h1 { }

h2 { }

h3 { }

a { }

a:hover a:focus { }

/* ==========================================================================
   Nav
   ========================================================================== */

.navbar-collapse  {
  text-align: center;
}  

   

/* ==========================================================================
   Header
   ========================================================================== */

.banner { }



/* ==========================================================================
   Content
   ========================================================================== */

.content { }



/* ==========================================================================
   Primary Content
   ========================================================================== */

.main { }
#gnewtonCareerBody {margin: 0 auto;}
/* Gallery Shortcode */
.gallery-row { padding: 15px 0; }

.grid{margin:0 auto;}



/* ==========================================================================
   Sidebar
   ========================================================================== */

.sidebar { }



/* ==========================================================================
   Posts
   ========================================================================== */

.hentry header { }
.hentry time { }
.hentry .byline { }
.hentry .entry-content { }
.hentry footer { }



/* ==========================================================================
   Footer
   ========================================================================== */

.content-info { }

#social ul {margin:0px; padding:0px; list-style: none;}
#social li {margin:0px; padding: 0px; list-style:none; display: block; float:left;}
#social li a {padding: 10px;}
#social-float {display:inline-block;text-align: center;}
#social-float>ul{display: none;}
#social-float>ul>li>a>i{color: #fff;text-decoration: none;}
#social-float>ul>li>a>i:hover{color: #428bca!important;}
#social-float>#menu-social-navigation > li:nth-child(6){margin-right: 10px;}
#social-float>#menu-social-navigation>li{float: left;margin-right: 22px;color: #fff;}
#social-float>ul{float: right;position: relative;bottom: 5px;padding: 10px 0px 5px 12px;display: block;list-style: none;} 
.credits {text-align:center;}



/* ==========================================================================
   WordPress Generated Classes
   See: http://codex.wordpress.org/CSS#WordPress_Generated_Classes
   ========================================================================== */

.aligncenter { display: block; margin: 0 auto; }
.alignleft { float: left; }
.alignright { float: right; }
figure.alignnone { margin-left: 0; margin-right: 0; }



/* ==========================================================================
   Media Queries
   ========================================================================== */

/* Extra small devices (phones, up to 480px) */
/* No media query since this is the default in Bootstrap */

/* Small devices (tablets, 768px and up) */
@media (min-width:768px) { 

/* centered columns styles */
.row-centered {text-align:center;}
.col-centered {display:inline-block;float:none;text-align:left;margin-right:-4px;}

.navbar-default .navbar-nav > li > a {
   -webkit-transition:color .25s ease;
   -moz-transition:color .25s ease;
   -o-transition:color .25s ease;
   transition:color .25s ease;
   text-decoration: none;
}

.navbar-default .navbar-nav > .active > a {
   -webkit-transition:color .25s ease;
   -moz-transition:color .25s ease;
   -o-transition:color .25s ease;
   transition:color .25s ease;
   text-decoration: none;
}

.navbar{height:70px;text-transform:uppercase;}
.navbar-header{width:100px;}
.navbar-collapse{text-align: center;background:none;}
.navbar-brand {height: 70px;}
.navbar-brand img {width: 100%;margin-top: -10px;}
.navbar-nav{margin: 20px 0 0 20px;}
.dropdown-menu{text-align: left;}

#social-float {margin-top: 50px;float: right;z-index:100;}
#social-float>ul{float: right;margin-top: 0px;position: relative;right: 0px;margin-right:0px;bottom: 0px;display: block;list-style: none;padding: 0;}
#menu-social-navigation {}  
footer{position:fixed;bottom:0px;}
}

/* Medium devices (desktops, 992px and up) */
@media (min-width:992px) { 


}

/* Large devices (large desktops, 1200px and up) */
@media (min-width:1200px) { 


}

/* Large HD devices (large HD desktops and Laptops, 1600px and up) */
@media (min-width:1600px) { 


}






/*Firefox Only Override*/
@-moz-document url-prefix() {
.insertclasshere {

}
}


/* Safari Only Override */
@media screen and (-webkit-min-device-pixel-ratio:0) { 
::i-block-chrome, .insertclasshere {
   
}
}

