/*
Theme Name:     Sterling Child Theme
Theme URI:      http://themeforest.net/user/TrueThemes?ref=TrueThemes
Description:    Child theme for Sterling 
Author:         TrueThemes
Author URI:     http://themeforest.net/user/TrueThemes?ref=TrueThemes
Template:       Sterling
Version:        1.0
*/

@import url("../Sterling/style.css");


/* ------- Insert custom styles below this line ------- */

/* Main navigation */
header {
padding:32px 0;
background:#EDEDF4;
}

header nav a {
font-size:16px;
padding:3px;
color: #064780;
}

header nav a:hover {
text-decoration: underline;
color: #A0C2DE;
}

header nav a:active {
text-decoration: underline;
color: #064780;
}

nav > ul > li+li {
margin-left: 10px;  /* was 28px */
}


/* Team photos */
.member-wrap .member-photo.img-frame.member-frame {
background-image: none !important;
border:1px solid #ccc !important;
border-color: #f1f1f1 #ddd #bbb #ddd !important;
-moz-box-shadow:1px 1px 2px #ccc !important;
-webkit-box-shadow:1px 1px 2px #ccc !important;
box-shadow:1px 1px 2px #ccc !important;
width:122px !important; 	/* set to 120 + 2 */
height:162px !important;	/* set to 160 + 2 */
}
 
.member-wrap .member-photo.img-frame.member-frame img {
width:120px !important; 	/* set to 120 + 2 */
height:160px !important; 	/* set to 160 + 2 */
}
 
.member-photo {
float:right !important;
margin-top:50px !important;
width:120px !important; 	/* set to 120 */
height:160px !important; 	/* set to 160 */
}

.img-frame img {
margin: 1px 0 0 1px;		/* set to 1px 0 0 1px --> originally 10px 0 0 10px */
}


/* Footer */
footer .foot-heading {
margin-bottom: 12px;
}

.footer-content {
padding:24px 0;
}

.sidebar-widget {
margin-bottom: 0px;
}

.contact_details_wrap {
padding: 0 0 0 4px;
}