/**
 * Theme Name: UBC CLF Basic
 * Theme URI: http://cms.ubc.ca
 * Description:  with CLF 7.0.4 Implementation
 * Version: 1.0.2
 * Author: UBC
 * License: N/A
 * License URI: N/A
 *
 */

/** Unit Bar background gradient and box shadow **/
#ubc7-unit {
   background: #264E6A;
}
#container{
	background: #FFF;
	padding-top: 0px; /*Original: 15px*/
  /*	padding-left: 0px;
  	padding-right: 0px;*/
  /*margin-left: 0px; 
  margin-right: 0px;*/ 
}
#global-unit-footer{
	background: #FFF;
}

/**
 * WordPress Styles
 * Clearing of the entry-content 
 */
/* =Entry Content
-------------------------------------------------------------- */
.entry-content:after {
	visibility: hidden;
	display: block;
	content: "";
	clear: both;
	height: 0;
	}
* html .entry-content            { zoom: 1; } /* IE6 */
*:first-child+html .entry-content { zoom: 1; } /* IE7 */

/* =Entry
-------------------------------------------------------------- */
.hentry{
	margin-bottom: 50px;
}
.byline,
.entry-meta{
	font-size: 13px;
	color:#757575;
}
.byline a,
.entry-meta a{
	color:#757575;
}
.byline a:hover,
.entry-meta a:hover{
	color:#2F5D7C;
	text-decoration: underline;
}
/* =Alignment
-------------------------------------------------------------- */
.alignleft {
	display: inline;
	float: left;
	margin-right: 1.5em;
}
.alignright {
	display: inline;
	float: right;
	margin-left: 1.5em;
}
.aligncenter {
	clear: both;
	display: block;
	margin: 0 auto;
}

/* =Caption
-------------------------------------------------------------- */
.wp-caption {
	border: 1px solid #ccc;
	max-width: 100%;
}
.wp-caption.aligncenter,
.wp-caption.alignleft,
.wp-caption.alignright {
	margin-bottom: 1.5em;
}
.wp-caption img {
	display: block;
	margin: 1.2% auto 0;
	max-width: 98%;
}
.wp-caption-text {
	text-align: center;
}
.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}

/* =Gallery
-------------------------------------------------------------- */
.gallery {
	display: block;
	clear: both;
	overflow: hidden;
	margin: 0 auto;
	}
.gallery .gallery-row {
	display: block;
	clear: both;
	overflow: hidden;
	margin: 0;
	}
.gallery .gallery-item {
	overflow: hidden;
	float: left;
	margin: 0;
	text-align: center;
	list-style: none;
	padding: 0;
	}
.gallery .gallery-item .gallery-icon img {
	width: auto;
	max-width: 89%;
	height: auto;
	padding: 1%;
	margin: 0 auto;
	}
.gallery-caption {
	margin-left: 0;
	}

/* Image sizes depending on the number of columns */
.gallery .col-0 { width: 100%; }
.gallery .col-1 { width: 100%; }
.gallery .col-2 { width: 50%; }
.gallery .col-3 { width: 33.33%; }
.gallery .col-4 { width: 25%; }
.gallery .col-5 { width: 20%; }
.gallery .col-6 { width: 16.66%; }
.gallery .col-7 { width: 14.28%; }
.gallery .col-8 { width: 12.5%; }
.gallery .col-9 { width: 11.11%; }
.gallery .col-10 { width: 10%; }
.gallery .col-11 { width: 9.09%; }
.gallery .col-12 { width: 8.33%; }
.gallery .col-13 { width: 7.69%; }
.gallery .col-14 { width: 7.14%; }
.gallery .col-15 { width: 6.66%; }
.gallery .col-16 { width: 6.25%; }
.gallery .col-17 { width: 5.88%; }
.gallery .col-18 { width: 5.55%; }
.gallery .col-19 { width: 5.26%; }
.gallery .col-20 { width: 5%; }
.gallery .col-21 { width: 4.76%; }
.gallery .col-22 { width: 4.54%; }
.gallery .col-23 { width: 4.34%; }
.gallery .col-24 { width: 4.16%; }
.gallery .col-25 { width: 4%; }
.gallery .col-26 { width: 3.84%; }
.gallery .col-27 { width: 3.7%; }
.gallery .col-28 { width: 3.57%; }
.gallery .col-29 { width: 3.44%; }
.gallery .col-30 { width: 3.33%; }

/* =Header-widget area
-------------------------------------------------------------- */
.header-widget {
	background: #FFF;
	margin-top: -10px;
	margin-bottom: -20px;
}

/* =Comments 
-------------------------------------------------------------- */
#comments-template{
	clear: both;
}
/* Comment headers */
#comments-number,
#reply-title{
	font-size: 20px; /* reduce the font size */
}
/* Comment list */
.comment-list {
	list-style: none;
	margin: 0;
}
/* Comment */
.ping,
.comment {
	list-style: none;
	margin-bottom: 10px;
	padding: 10px;
	border:1px solid #E6E6E6;
}
.comment-list #respond,
.comment-wrap{
	margin-left: 60px;
}
/* Comment Meta Data */
.comment-meta-data{
	position: relative;
}
.comment-wrap .avatar{
	margin-left: -60px;
	width: 40px;
	height: 40px;
	padding: 2px;
	float: left;
	background: #FFF;
	border-bottom:1px solid #D7D7D7;
	border-left:1px solid #F2F2F2;
	border-right:1px solid #F2F2F2;
	overflow: hidden;
	font-size: 9px;
	line-height: 11px;
}
.comment-list .comment-author{
	display: block;
	font-size: 1.1em;	
}
.comment-action{
	position: absolute;
	top:0;
	right: 0;
	font-size: 0.9em;
}


/* Comments are closed */
.comments-closed {
	font-style: italic;
}

/* Comments Children */
.comment .children{
	margin-left: 50px;
}
.children .comment {
	margin-right: -10px;
	border-right:0;
}


.comment-text blockquote {
	margin-bottom: 21px;
}
.comment-text blockquote p{
	display: inline;
}

/* comments form */
#respond{
	padding-right: 30px;
	
}
#cancel-comment-reply-link{
	margin:-3em 10px 0 0;	
}
#respond #submit {
	border:1px solid rgba(38, 78, 106, 0.5);
	box-shadow: 0 1px 0 rgba(255, 255, 255, 0.2) inset, 0 1px 2px rgba(0, 0, 0, 0.05);
    color: #333333;
    cursor: pointer;
    display: inline-block;
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 0;
    padding: 4px 12px;
    text-align: center;
    text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
    vertical-align: middle;
    background-color: #2F5D7C;
    /* background-image: -moz-linear-gradient(center top , #2F5D7C, #264E6A); */
    background-repeat: repeat-x;
    color: #FFFFFF;
    text-shadow: none;
}
#respond #submit:hover, 
#respond #submit:active, 
#respond #submit.active {
    background-color: #98B2C3;
    border: 1px solid #98B2C3;
    color: #002145;
}
#respond #submit:active, 
#respond #submit.active {
    background-color: #C3D0DB;
    border-color: #C3D0DB;
}

#respond .form-author,
#respond .form-email{
	float: left;
	width: 48%;
}
#respond .form-author{
	margin-right: 4%;
}
#respond input[type=text],
#respond #comment{
	width: 100%;
}
.no-padding{
	padding: 0;
}

body.archive h2.post-title {
	margin-top: 0px;
	line-height: 30px;
}

body.archive h1.archive-title {
	margin-bottom: 20px;
}

body.archive img.medium {
	border: 1px solid #d7e0e7; padding: 5px;
}

/* =Img Thumbnails 
-------------------------------------------------------------- */
img.wp-post-image {
	border-radius: 500px;
} 

.img-space {
	margin-bottom: 20px;
}

/* =Tabs 
-------------------------------------------------------------- */
.camp-tabs {
	margin: 20px 0px 30px;
}

.tab-content {
	border-top: 2px solid #D7E0E7;
	border-left: 1px solid #D7E0E7;
	border-right: 1px solid #D7E0E7;
	border-bottom: 1px solid #D7E0E7;
	padding: 0 20px 20px;
	background: #FEFEFE;
}

.tab-pad-top {
	padding-top: 15px;
}


.nav {
	margin-bottom: 0;
}

.nav-tabs {
	border-bottom: none !important;
}

/* =Related Posts 
-------------------------------------------------------------- */

.related-posts {
	padding-right: 20px;
}

/* =Side Nav 
-------------------------------------------------------------- */

.box-ad {
    margin-top: 20px;
	margin-bottom: 30px;
}

.side-button {
	margin-bottom: 10px;
}


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

#sidebar-nav		{ margin:0 0 2em 0; border:1px solid #C3D0D8; }
#sidebar-nav ul	{ margin:0; list-style-type:none; }
#sidebar-nav li a 	{ display:block; padding:15px 30px 10px 12px; border-bottom:1px solid #c3d0db; font-size:15px; font-weight: 600; font-style: normal; text-transform:uppercase; text-decoration: none; color:#2F5D7C;  background-image:url('images/page-menu-arrow.png'); background-repeat:no-repeat; background-position:right center; }
#sidebar-nav li a:hover,
#sidebar-nav .current_page_parent a:hover {
	color:#2F5D7C;
	background-color:#C3D0D8;
	-webkit-transition: color 0.25s ease,background-color 0.25s ease;
	-moz-transition: color 0.25s ease,background-color 0.25s ease;	
	-o-transition: color 0.25s ease,background-color 0.25s ease;
	transition: color 0.25s ease,background-color 0.25s ease;
	text-decoration: none;
}
#sidebar-nav .current_page_item .children a:hover, 
#sidebar-nav .current_page_parent .children a:hover,
#sidebar-nav .current_page_item.drop .children a:hover, 
#sidebar-nav .current_page_parent.drop .children a:hover,
#sidebar-nav .current_page_ancestor.drop .children a:hover {
	color:#2F5D7C;
	background-color:#e0e7ec;
	background-image:url('images/page-menu-arrow.png') !important;
	background-repeat:no-repeat;
	background-position:right center;
	-webkit-transition: color 0.25s ease,background-color 0.25s ease;
	-moz-transition: color 0.25s ease,background-color 0.25s ease;
	-o-transition: color 0.25s ease,background-color 0.25s ease;
	transition: color 0.25s ease,background-color 0.25s ease;
}
#sidebar-nav .children { display:none; }
#sidebar-nav .current_page_item .children,
#sidebar-nav .current_page_ancestor .children,
#sidebar-nav .current_page_ancestor .current_page_item { display:block; }

#sidebar-nav li.current_page_item a {
	color:#FFFFFF;
	background-color:#002145;
	background-repeat:no-repeat;
	background-position:right center;
}
#sidebar-nav li.current_page_item.drop a { background-image:url('images/page-menu-child-arrow.png'); }

#sidebar-nav li.current_page_parent.drop ul li.current_page_item a,
#sidebar-nav li.current_page_parent.drop .children .current_page_item a,
#sidebar-nav li.current_page_parent.drop ul.children li.current_page_item a,
#sidebar-nav li.current_page_ancestor.drop ul.children li.current_page_parent a { 
	color:#2F5D7C;
	background-color:#e0e7ec;
	background-image:url('images/page-menu-arrow.png') !important;
	background-repeat:no-repeat;
	background-position:right center;
}
#sidebar-nav li.current_page_parent.drop a,
#sidebar-nav li.current_page_parent.drop a {
	color:#2F5D7C;
	background-color:#e0e7ec;
	background-image:url('images/page-menu-arrow.png');
	background-repeat:no-repeat;
	background-position:right center;
}
#sidebar-nav li.current_page_ancestor a,
#sidebar-nav li.current_page_ancestor.drop a { color:#FFFFFF; background-color:#002145; background-image:url('images/page-menu-child-arrow.png'); background-repeat:no-repeat; background-position:right center; }
#sidebar-nav li.current_page_parent.drop ul li a,
#sidebar-nav li.current_page_parent.drop .children a,
#sidebar-nav li.current_page_parent.drop ul.children li a,
#sidebar-nav li.current_page_ancestor a,
#sidebar-nav li.current_page_ancestor.drop ul li a
#sidebar-nav li.current_page_ancestor.drop .children a,
#sidebar-nav li.current_page_ancestor.drop ul.children li a  { background-image:none; background-color:#edf1f4; background-image:none; color:#2F5D7C; }
#sidebar-nav li.current_page_item ul li a,
#sidebar-nav li.current_page_item.drop ul.children a { background-color:#edf1f4; background-image:none; color:#2F5D7C; }
#sidebar-nav li.drop ul li a,
#sidebar-nav li.drop ul li ul li a { background-color:#edf1f4; color:#2F5D7C; background-image:none !important; text-transform: capitalize; }


#sidebar-nav li.drop a,
#sidebar-nav li.drop ul li.drop a,
#sidebar-nav li.drop ul li.drop ul li.drop a { background-image:url('images/page-menu-child-arrow.png'); background-repeat:no-repeat; background-position:right center; }


/* =FacetWP 
-------------------------------------------------------------- */

.facetwp-facet {
    margin-bottom: 0px !important;
}

.facetwp-type-checkboxes, .facetwp-type-hierarchy {
    overflow: auto;
    max-height: none !important;
}

.btn-pad {
	margin: 15px 0;
}

.facet h4 {
	margin: 10px 0;
}

.button-danger a {color:#fff; text-decoration:none;}



/* Additional CSS added by GDC 09-01-2019*/

/* Full width padding override */
.full-width-container.no-padding {
	margin-left: 0;
	margin-right: 0;
}

/* Full width padding override */
.full-width-container.no-padding .expand {
	margin-left: 0;
	margin-right: 0;
	padding-left: 0;
	padding-right: 0;
}
/* This class adds the padding back in */
.full-width-container.no-padding .space {
	padding-left: 15px;
	padding-right: 15px;
}
@media screen and (max-width: 979px) {
	
}

/*Update font to Whitney*/
body {
    font-family: 'Whitney SSm A', 'Whitney SSm B', Arial, sans-serif;
}

.row-fluid [class*="span"] {
  min-height:0px !important;
}
