/* Add your custom CSS here. */
/* Custom background color assigned = #C8CBCE */
/*---------------------------------------------*/
/*---------------------------------------------*/
/*---------------Updated Styles----------------*/

/*---------------Body----------------*/
body {
	font-family: Helvetica, sans-serif;
	line-height: 1.625em;
	}
	
body.theme-background {
    background: url("../images/footer-light.png") repeat-x scroll 0 bottom #FFFFFF;
}

#wrapper {
    background: url("../images/splatter-light.jpg") no-repeat scroll center 0 rgba(0, 0, 0, 0);
}

/*---------------Main Navigation----------------*/
.flip-blue .menu-left, .flip-blue .menu-right, .flip-blue .menu-middle {
    background-image: url("../images/menu-blue.png");
}

.flip-menu .menu-middle {
    background-position: 0 -57px;
    background-repeat: repeat-x;
    height: 57px;
    margin: 0 16px;
}

.flip-blue .sf-menu > li > a:hover {
	background: url("../images/menu-light-blue.png") repeat-x scroll 0 -171px transparent;
}


.flip-blue .sf-menu > li > a, .flip-blue span.responsive-nav-text {
    color: #E4F1F9;
    text-shadow: none;
}

#primary-menu > li > a .sf-sub-indicator, #primary-menu > [class^="menu-icon-"] > a .fa {
    display: none;
}

#primary-menu li.current-page-parent a, #primary-menu li.current_page_parent a, #primary-menu li.current-page-ancestor a, #primary-menu li.current-menu-parent a, #primary-menu li.current_page_ancestor a, #primary-menu li.current-menu-item a, #primary-menu li.current_page_item a {
	color: #3CB54C;
	}

.flip-blue .sf-menu ul {
    background-color: #0083C0;
    border-color: #0083C0;
}

.flip-blue .sf-menu li li a:hover {
	color: #0083C0;
	background-color: #E4F1F9;
	}
	
/*


#main-menu .flip-light .menu li li a {
    color: #E4F1F9;
    text-shadow: 1 1 1 #666;
}

*/
/*---------------Right Sidebar----------------*/

.sidebar_right .right-sidebar .fixed-sidebar-inner {
	padding-top: 10px;
	}


.themeblvd-search form {
	margin-bottom: 20px;
}

.right-sidebar input[type="text"] {
	background-color: #FFFFFF;
	border: 1px solid #E1E1E1;
	border-radius: 0;
	color: #9E9E9E !important;
	font-weight: normal;
	font-size: 12px;
	padding: 7px;
}

.fixed-sidebar .widget_search {
    margin: 0;
}

.themeblvd-search form .tb-btn-gradient .btn-default, .themeblvd-search form .tb-btn-gradient input[type="submit"] {
    background-image: linear-gradient(to bottom, #FFFFFF 0px, #ECECEC 100%);
    background-repeat: repeat-x;
    border-color: #E1E1E1;
    border-radius: 0;
}
.themeblvd-search form .tb-btn-gradient .btn-default {
    box-shadow: none;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.2);
}

.themeblvd-search .input-group-btn .btn-default {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
    border: medium none;
    box-shadow: none;
    color: #9E9E9E;
    font-size: 20px;
    line-height: 20px;
    margin: 0;
    padding: 0 12px;
    text-shadow: none;
    }

/*---------------Left Sidebar----------------*/
.fixed-sidebar .widget_nav_menu div[class^="menu-"] {
    box-shadow: none;
    padding: 0;
}
.widget_nav_menu div[class^="menu-"] {
    background-color: rgba(0, 0, 0, 0);
    border: medium none;
    border-radius: 4px;
    box-shadow: none;
    margin-bottom: 20px;
    min-height: 20px;
    padding: 8px 0;
}

.widget_nav_menu .menu > .current-menu-item > a, .widget_nav_menu .menu > .current-menu-item > a:hover, .widget_nav_menu .menu > .current-menu-item > a:focus {
    background-color: transparent;
    color: inherit;
    text-shadow: none;
}

.fixed-sidebar h3.widget-title {
	text-shadow: none;
}
.widget_nav_menu li {
	margin-bottom: 0;
}

.fixed-sidebar .widget_nav_menu ul.menu li a {
	padding: 0.8em 20px;
}

/*---------------Buttons----------------*/
.default span {
	border:none;
	}

.tb-btn-gradient .btn-default {
	background: #409acf; /* Old browsers */
	background: -moz-linear-gradient(top,  #409acf 0%, #015b90 70%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#409acf), color-stop(70%,#015b90)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #409acf 0%,#015b90 70%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #409acf 0%,#015b90 70%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #409acf 0%,#015b90 70%); /* IE10+ */
	background: linear-gradient(to bottom,  #409acf 0%,#015b90 70%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#409acf', endColorstr='#015b90',GradientType=0 ); /* IE6-9 */
    border: medium none;
    border-radius: 99px;
    color: #FFFFFF;
    text-shadow: 1px 1px 1px #000000;
}	
/*
.btn-default {
    background-color: #015B90;
    background-image: -moz-linear-gradient(center bottom , #409ACF 0%, #015B90 70%);
    border:none;
	color: #ffffff;
	text-shadow: 1px 1px 1px #000000;
}
*/
.tb-btn-gradient .btn-default:hover, .tb-btn-gradient .btn-default span:hover {
    background: #ffffff; /* Old browsers */
	background: -moz-linear-gradient(top,  #ffffff 0px, #c0ddef 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0px,#ffffff), color-stop(100%,#c0ddef)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #ffffff 0px,#c0ddef 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #ffffff 0px,#c0ddef 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #ffffff 0px,#c0ddef 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #ffffff 0px,#c0ddef 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#c0ddef',GradientType=0 ); /* IE6-9 */
    color: #015B90;
	text-shadow: none;
}

.tb-btn-gradient .btn-default:hover, .tb-btn-gradient .btn-default:focus, .tb-btn-gradient input[type="submit"]:hover, .tb-btn-gradient input[type="submit"]:focus {
    background-color: rgba(0, 0, 0, 0);
    background-position: 0 center;
}

.tb-btn-gradient .donate {
	width: 100%;
	background: -moz-linear-gradient(top,  #68ef7a 0%, #3cb54c 70%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#68ef7a), color-stop(70%,#3cb54c)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #68ef7a 0%,#3cb54c 70%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #68ef7a 0%,#3cb54c 70%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #68ef7a 0%,#3cb54c 70%); /* IE10+ */
	background: linear-gradient(to bottom,  #68ef7a 0%,#3cb54c 70%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#68ef7a', endColorstr='#3cb54c',GradientType=0 ); /* IE6-9 */
}

.tb-btn-gradient .newsletter {
	width: 100%;
}

/*---------------MailChimp Signup----------------*/

#mc_embed_signup form {
    padding: 10px 0 10px 10px !important;
}

#mc_embed_signup h2 {
    background-attachment: scroll;
    background-clip: border-box;
    background-color: #c0ddef;
    background-image: none;
    background-origin: padding-box;
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto auto;
    color: #015b90;
    display: block;
    font-family: Helvetica,sans-serif !important;
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 1em !important;
    margin-left: -10px !important;
    margin-right: 0 !important;
    margin-top: -10px !important;
    padding-bottom: 0.5em !important;
    padding-left: 1em !important;
    padding-right: 1em !important;
    padding-top: 0.5em !important;
    text-align: center;
    text-shadow: 1px 1px 1px #ffffff;
}

#mc_embed_signup .mc-field-group label {
    font-weight: normal;
}

#mc_embed_signup .mc-field-group input, #mc_embed_signup .mc-field-group select {
	border-radius: 0;
}

#mc_embed_signup input, #mc_embed_signup .mc-field-group select {
    border: 1px solid #9E9E9E;
}

#mc_embed_signup .mc-field-group .asterisk {
	position: relative !important;
	top: 0 !important;
	right: 0 !important;
}
#mc_embed_signup .input-group li input {
	margin-right: 1em;
}

#mc_embed_signup .button {
    background-color: #AAAAAA;
    background-image: none;
    border: 0 none;
    border-radius: 4px;
    clear: both;
    color: #FFFFFF;
    cursor: pointer;
    display: inline-block;
    font-size: 15px;
    font-weight: bold;
    height: 32px;
    line-height: 32px;
    margin: 0 5px 10px 0;
    padding: 0 22px;
    text-align: center;
    text-decoration: none;
    text-shadow: none;
    vertical-align: top;
    white-space: nowrap;
    width: auto;
}

/* Mail Chimp form widget styles */
/*
#mc_signup_form select {
	max-width: 90%;
}

.widget_mailchimpsf_widget {
    background-color: #EEF3F8;
    border: 1px solid #C4D3EA;
    padding: 20px;
}

.mc_signup_form {
    background-color: inherit;
    border:none;
    color: #666666;
    padding: 5px;
}

.mc_signup_submit {
	background-color: #015B90;
    background-image: -moz-linear-gradient(center bottom , #409ACF 0%, #015B90 70%);
    border:none;
	color: #ffffff;
	text-shadow: 1px 1px 1px #000000;
	border-radius: 99px 99px 99px 99px;
	margin: 0;
    padding: 0;
	width: 60%;
}

#mc_signup_form .mc_input {
	color: #666666;
	}

.widget_mailchimpsf_widget input.button {
    background: none repeat scroll 0 0 transparent;
    border: medium none;
    border-radius: 4px 4px 4px 4px;
    color: #F8F8F8;
    display: inline-block;
    font-size: 1em;
	font-weight:normal;
    line-height: 1.25em;
	margin: 0;
	padding: 0.4em;
    text-decoration: none !important;
	text-shadow: 1px 1px 1px #000000;
}

.widget_mailchimpsf_widget input.button {
	background: none;
	}

.widget_mailchimpsf_widget h3 {
    color: #015B90;
    font-weight: bold;
    text-shadow: 1px 1px 1px #FFFFFF;
}

span.mc_help {
	display: none;
}

#mc_signup_form .mc_var_label {
	color:#015B90;}
	
.mergeRow label	{
	color:#015B90;
	}


.widget_mailchimpsf_widget input, .widget_mailchimpsf_widget textarea, .widget_mailchimpsf_widget select {
    background: none repeat scroll 0 0 #E4F1F9;
    border: 1px solid #015B90;
    color: #9E9E9E;
    display: block;
    margin-bottom: 10px;
    padding: 7px;
}

.mc_required {
    color:  red;
    padding:  0 4px;
}

#mc-indicates-required {
    color:  red;
	margin-bottom: 10px;
}

.widget_mailchimpsf_widget li input {
    display: inline;
}
*/
/*---------------Miscellaneous Styles----------------*/
.tb-slogan.text_only .slogan-text.text_large {
	color: #015B90;
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size: 24px;
	line-height:120%;
	padding: 0 20px;		
}

.tb-slogan.text_only {
    text-align: left;
}

blockquote {
    border-left: 3px solid #CCCCCC;
    font-family: Georgia,"Bitstream Charter",serif;
    font-size: 1em;
    font-style: italic;
    font-weight: normal;
    margin: 0 2em;
    padding-left: 1em;
}

ul#meetings {
}

ul#meetings li h3 {
	font-size: 1em;
	margin-bottom: .2em;
}

ul#meetings li p {
	margin: 0;
}
/*-------------Bottom/Footer Styles-------------*/
#bottom #footer_content {
    background-color: #FFFFFF;
    border: 1px solid #FFFFFF;
    border-radius: 6px;
    box-shadow: 0 0 10px #CDCDCD inset;
    position: relative;
}

#footer_sub_content .container{
    width: 100%;
}
#footer_sub_content .container .content{
	position: relative;

}


.themeblvd-contact-bar ul.social-media-dark li a {
    background-image: url("../images/social-media-blue.png");
}

#footer_sub_content .copyright {
    font-size: 11px;
    line-height: 100%;
    padding: 25px 0;
}

/*---------------------------------------------*/
/*---------------------------------------------*/
/*---------------------------------------------*/

.widget-area-collapsible .widget {
    text-align: left;
}

#branding .social-media {
top:  90% !important;
}

form#sbc-search select#cat {
    -moz-border-bottom-colors: none;
    -moz-border-image: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    background: url("http://sgwhc.org/wp-content/themes/alyeska-child/assets/css/arrow.png") no-repeat scroll 88% 50% #FBFBFB;
    border-color: #BBBBBB;
    border-radius: 0;
    border-style: solid;
    border-width: 1px;
    float: left;
    height: 30px;
    margin: 10px 0;
    padding: 4px 10px;
    width: 63%;
}

form#sbc-search input#s {
    background: none repeat scroll 0 0 #F5F5F5;
    border: 1px solid #BBBBBB;
    margin: 0;
    padding: 5px 10px;
}

form#sbc-search input#sbc-submit {
    border: 1px solid #BBBBBB;
    border-radius: 0;
    float: right;
    height: 30px;
    margin: 10px 0;
    width: 37%;
}

.header-above .textwidget h1, .header-above .textwidget h2 {
	text-shadow: none;
	}
	
.header-above .textwidget h1 {
	font-size:28px;
	}
	
.header-above .textwidget h2 {
	font-size: 20px;
	letter-spacing:normal;
	}
	
#branding .widget-area-collapsible {
    margin: 20px 0 0;
    padding: 0;
}

.thumbnail {
	max-width: 210px; float:left; margin: 0 10px 10px 0;
	}
	
.caption {
	font-size:95%;
	padding:0;
	margin: 0 0 4px 0;
}

h1, h2, h3, h4, h5, h6 {
    font-weight: normal;
    margin: 0 0 12px;
	clear:none;
	font-family: Helvetica, sans-serif !important;
}

.single-post .entry-title, .post_list .entry-title {
    margin: 0 0 5px;
    padding: 0 40px 0 0;
}

/*.single-post .comment-bubble, .post_list .comment-bubble {
	background: url("http://sgwhc.org/wp-content/themes/alyeska-child/images/comment.png") no-repeat scroll 88% 50% #FBFBFB;
    text-shadow: 1px 1px 0 #FAFAFA;
}*/

.single-post .comment-bubble, .post_list .comment-bubble {
    background-repeat: no-repeat;
    font-weight: bold;
    height: 30px;
    line-height: 25px;
    position: absolute;
    right: 40px;
    text-align: center;
    text-decoration: none;
    top: 20px;
    width: 30px;
}

.standard-slider .media-full .content .content-inner {
    padding: 0.8em;
}

.standard-slider .media-full .slide-title {
    font-size: 1.85em;
    line-height: 1.1em;
    margin-bottom: 0;
}

.standard-slider .media-full .content {
    color: #FFFFFF;
    opacity: 0.6;
}

ul li {
    margin-bottom: .8em;
    line-height: 130%;
	font-family: Helvetica, sans-serif !important;
}


h1, h2, h3, h4, h5, h6 {
    color: #3CB54C;
    text-shadow: 1px 1px 1px #AAAAAA;}
	

		
.single-post .entry-title, .single-post .entry-title a, .post_list .entry-title, .post_list .entry-title a {
    color: #0078BF;
    font-size: 27px;
}

.entry-title {
    color: #013B60;
}

a {
    color: #0078BF;
}

a:hover {
	color: #015B90;
	}
	
a:hover, article .entry-title a:hover, .widget ul li a:hover, #breadcrumbs a:hover, .tags a:hover, .entry-meta a:hover, #footer_sub_content .copyright .menu li a:hover {
    color: #015B90;
}
	
.fixed-sidebar .widget-title {
    font-size: 1.2em;
    font-weight: bold;
    margin-bottom: 12px;
    margin-top: 0;
}

#footer_sub_content .social-media {
    bottom: 0;
    position: absolute;
    right: 0;
}


#footer_sub_content .social-media .themeblvd-contact-bar li a {
    margin-right: 1px;
    opacity: 1;
}
#footer_sub_content .social-media .themeblvd-contact-bar li a:hover {
    opacity: 0.7;
}
#footer_sub_content .menu {
    float: none;
    text-align: center;
}

#footer_sub_content .menu ul {
	margin: 0;
	padding: 10px 0 0 0;
	}
	
#footer_sub_content .menu li {
    background: url("../images/bullet.png") no-repeat scroll right center transparent;
    display: inline-block;
    float: none;
    line-height: 140%;
    padding: 0 20px 0 10px;
}

#footer_sub_content .menu li.last {
	background: none;
	}

#footer_sub_content .menu li a{
	color:#0078BF;
	font-weight:bold;
	}
	
#footer_sub_content .menu li a:hover {
	color:#015B90;
	}	
	
#branding .header_logo .tb-image-logo img {
    display: block;
    margin: 0 auto;
}

#branding .header_logo {
    float: none;
}	

.header-shade {
    display:none !important;
}

#featured .manual-gutters .element-inner, #main .manual-gutters .element-inner, #featured_below .manual-gutters .element-inner {
    padding: 0;
}

.manual-gutters .element-inner .widget-area {
/*
    background-color: #C0DDEF;
    border-color: #C0DDEF;

    border-radius: 6px 6px 6px 6px;
    border-style: solid;
    border-width: 1px;
    padding: 20px;*/
}
.home .grid_6{
	border-radius: 6px;
	background-color: #C0DDEF;
	padding: 12px;
}

.home #custom_post_widget-7 img{
	max-width: 300px;
}

.home #custom_post_widget-7 h3 {
	font-size: 20px;
	text-align: center;
}

#custom_post_widget-7 h4 {
	color: #000000;
	font-size: 16px;
	line-height: 130%;
}

#custom_post_widget-7 h4 a {
	color: #3cb54c;
	}
	
#custom_post_widget-7 h4 a:hover {
	color: #015B90;
	}	

.manual-gutters .element-inner h3 {
    color: #015B90;
    font-weight: bold;
    text-shadow: 1px 1px 1px #FFFFFF;
}
	


.element-slogan .element-inner-wrap {
	background: none;
	padding: 0;
}


.fixed-sidebar .widget .field-group ul {
	border-top: none;
	margin-top: 10px;
	}

.fixed-sidebar .widget .field-group li {
	border-bottom: none;
	}

.post_list .shareThis {
    margin-top: 20px;
}

.fixed-sidebar .widget ul li.current_page_item a, .fixed-sidebar .widget ul li.current-menu-item a {
		color: #3CB54C;}
		
h3.widget-title {
    font-size: 1.25em;
    line-height: 1.15em;
}



/*
.column .widget {
    margin: 0;
}
*/

.sidebar_left .left-sidebar .fixed-sidebar-inner:after, .double_sidebar_left .right-sidebar .fixed-sidebar-inner:after, .double_sidebar .left-sidebar .fixed-sidebar-inner:after {
	background: none;	
}

.sidebar_left .left-sidebar .fixed-sidebar-inner, .double_sidebar_left .right-sidebar .fixed-sidebar-inner, .double_sidebar .left-sidebar .fixed-sidebar-inner {
	background: none;
}

.sidebar_left .left-sidebar .fixed-sidebar-inner:before, .double_sidebar_left .right-sidebar .fixed-sidebar-inner:before, .double_sidebar .left-sidebar .fixed-sidebar-inner:before {
	background: none;	
}

.tags a {
    color: #0078BF;
    padding: 1px 0;
}

.home .primary-element-5 .element-inner {
	background-color: transparent;
	border-color: transparent;
	border-width: 0;
	}
	
.founding_partners {
	height: 92px; 
	position: relative;
	}	
	
.founding_partners p {
	position: absolute; 
	bottom: 0; 
	right: 40px;
	}	


.paypal_button input {
	border: none;
}