/*
Theme Name: Awaken child theme
Theme URI: http: //babakfakhamzadeh.com/
Description: This is a custom child theme for SALDRU based on Awaken.
Author: Babak Fakhamzadeh
Author URI: http: //babakfakhamzadeh.com/
Template: awaken
Version: 1.1

dark blue: #144B9A old
dark blue: #0266A6 final
light blue: #03ABE8
*/

/*@import url("../awaken/style.css");*/

/* General adjustments */
* {
	font-family: 'Ubuntu', sans-serif;
}

h1, h2, h3, h4, h5, h6 {
	font-family: 'Ubuntu Condensed', sans-serif;
}

.page-entry-header-alt {
	border-bottom:2px solid white !important;
}

.page-entry-title-alt {
	background: none !important;
}

.btn {
	color: white !important;
}

blockquote {
	border-left: 2px solid #0266A6;	
}

a, 
a:visited,
.main-widget-area ul li a {
/*	color: #D2973A !important;
	color: #428bca;
	color: #D2973A;
	color: #9F6F1B;*/
	color: #D8AE47;
}
.site-footer a,
.paging-navigation a,
.awaken-category-list a {
	color: white;
}
a:hover,
.main-widget-area ul li a:hover,
.genpost-entry-title a:visited {
	color: #232323;
}

.asocial-icon a:visited {
	color: #d7d7d7;
}

.genpost-entry-meta a, 
.single-entry-meta a, 
.genpost-entry-footer a {
	color: #9f9f9f !important;
}


.awaken-child-post .genpost-entry-meta a, 
.awaken-child-post .single-entry-meta a, 
.awaken-child-post .genpost-entry-footer a {
	color: white !important;
}

.site-footer {
	text-align: center;
}

.site-footer .asocial-area {
	float: none;
}

.footer-site-info {
	text-align: left;
}

@media (min-width: 1000px) {
	.left-footer {
		text-align: left;
	}
	
	.right-footer {
		text-align: right;
	}
}

.site-footer a:hover {
	color: #E9C982;	
}

.home .site-content {
	position: relative;
}

.awaken-search-box-container {
	z-index: 12000;
}

.fullWidthWithBackgroundColor {
/*	background-color: #edf7ff; */
	background-color: #999;
	padding-top: 2.5em;
	margin-bottom: 2.5em;
	box-shadow: 0 0 6px #999;
}

.fullWidthWithBackgroundColor .awaken-child-post {
	box-shadow: 0 0 0;
}

.awaken-search-button-icon {
	height: 40px;
	line-height: 40px;	
}

.projectCategory {
	text-transform: capitalize;
}

figcaption {
	margin-top:0 !important;
	font-size:smaller;
	text-align: left !important;
	font-style: italic;	
}

.archiveFeed {
	float: right;
}

/* Single post adjustments */
h3.single-entry-title {
	font-size: 20px;
	font-size: 2rem;
	line-height: 1.3;
}
.single-entry-meta .byline {
	display: none;
}

.genaral-post-item .byline {
	display: none;
}

.single-entry-header .date-inline {
	margin-right: 15px;
}

.genaral-post-item .genpost-featured-image {
	width:100%;
	height:0;
	padding-bottom:66.66%;
	background-position: center center;
	background-size: cover;
	position: relative;
}

.genaral-post-item .genpost-featured-image a {
	display:block;
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;	
}

/* Translate element adjustments */
#google_translate_element {
	text-align: right;
}

/* Staff */
.staff-directory h3 {
	clear: none;
}

.staff-directory-photo {
	float: right;
	margin-left: 15px;
	border-radius: 100%;
	width: 128px;
	height: 128px;
	background-position: center center;
	background-size: cover;
	box-shadow:0 0 4px #999;
}

.staff-directory-photo.small {
	float: none;
	width: 64px;
	height: 64px;
	display: inline-block;
	margin-left: 0px;
	margin-right: 15px;
	margin-bottom: 15px;
}

.staff-directory-photo.small.right {
	float: right;
	margin-right: 0;
	margin-left:15px;
}

.staff-directory-photo.small a {
	display:block;
	width: 64px;
	height: 64px;	
}

.staff-directory-divider {
  width: 100%;
  margin:15px 0 15px 0;
  clear: both;
  border-top: 1px solid #ccc;
/*  margin-left: 25%;
  margin-right: 25%; */
}

.single-staff i {
	width: 24px;
}

/* sponsors */
.sponsor-photo {
	margin-right: 15px;
	margin-bottom: 15px;
	width: 128px;
	height: 128px;
	background-position: center center;
	background-size: contain;
	background-repeat: no-repeat;
	display: inline-block;
}

.sponsor-photo a {
	display:block;
	width: 128px;
	height: 128px;	
}


/* Header adjustments */
.site-brand-container {
	text-align: left !important;	
	display: inline-block;
}

#header-uct-logo {
	float: right;
}
#header-uct-logo img {
	height: 75px;
	width: auto;
}

.site-branding {
	min-height: 100px;
	margin-top: 30px;
}
@media (max-width: 1000px) {
	.site-brand-container {
		text-align: center;
	}
	
	.site-brand-container .site-logo {
		float: none !important;
	}
}

#main-nav-button, #top-nav-button {
/*	background-color: #0266A6 !important; */
	
}

.responsive-mainnav, .responsive-topnav {
/*	background-color: #0266A6 !important; */
}

.main-navigation {
/*	background-color: #0266A6; */
}

.main-navigation a, .main-navigation ul ul a {
	color: white;
}

.main-navigation .menu-item-has-children>a:after, .main-navigation .page_item_has_children>a:after {
	color: white;
}

.main-navigation ul ul {
/*	background-color: #0266A6; */
}

.site-header {
	z-index:1000;
	position:relative;
	margin-bottom: 0px;
}

.home .site-header {
}

.top-nav {
	background: none;
}

.asocial-area {
	font-size: xx-large;
}

.socialMedia {
	position: relative;
	z-index: 10000;
}

.asocial-area .fa {
	font-size: xx-large;
}

footer .asocial-icon.twitter a:hover {
	color: #2b7bb9;
}

footer .asocial-icon.facebook a:hover {
	color: #3b5998;
}

footer .asocial-icon.rss a:hover {
	color: #FB6405;
}

.asocial-icon.soundcloud a:hover,
footer .asocial-icon.soundcloud a:hover {
	color: red;
}

.asocial-icon.youtube a:hover,
footer .asocial-icon.youtube a:hover {
	color: red;
}

.asocial-icon.vimeo a:hover,
footer .asocial-icon.vimeo a:hover {
	color: #222222;
}

.header-ad-area {
	position: relative !important;
	width: 100%;
	text-align: center;
	left:0;
	margin:0;
	height: 155px;
}

.header-ad-area img {
	height: 128px;
	width: auto;
}

@media (max-width: 1000px) {
	.header-ad-area {
		max-width: 135px;
	}

	.header-ad-area img { 
		height: 64px; 
		margin-top: 32px;
	}
}

.main-navigation a {
	padding: 10px 15px;	
}

/* Home adjustments */
.home .awt-container {
	display: none;
}

/* Color adjustments */
.site-title a {
	color: blue;
}
	
.main-navigation li.current-menu-item,
.main-navigation li.current-menu-item a {
/*	background-color: #03ABE8; */
	background-color: #232323;
	color: #E9C982;
}

#menu-top-menu > li a:hover {
/*	background-color: #03ABE8 !important; */
	background-color: #232323 !important;
	color: #E9C982;
}

.awt-title, .main-widget-area .widget-title, #awt-widget > li.active > a, .nav-tabs > li.active > a:hover, #awt-widget > li.active > a:focus, .page-entry-title, .archive-page-title, .search-page-title {
/*	background: #03ABE8; */
	background: #232323;
	height: auto;
	min-height: 40px;
}

.awt-container, .widget-title-container, #awt-widget, .page-entry-header, .archive-page-header, .search-page-header {
/*	border-bottom: 2px solid #03ABE8; */
	border-bottom: 2px solid #232323;
}

button, input[type="button"], input[type="reset"], input[type="submit"] {
	background: #03ABE8;
}

#awaken-search-form input[type="submit"] {
	background-color: #03ABE8;
}

/* Slider adjustment */
.post-slides .wp-post-date {
	display: none;
}

/* Three block widget adjustments */
.widget_three_block_widget_with_categories .awaken-block-post:hover {
	box-shadow: 0 0 2px #999;
}

.widget_three_block_widget_with_categories .byline {
	display: none;
}

.widget_three_block_widget_with_categories .comments-link {
	display: none;
}

.widget_three_block_widget_with_categories .awaken-block-post {
	color: white;
	background-color: black;
}

.widget_three_block_widget_with_categories h3 a {
	color: #eee;
}

.widget_three_block_widget_with_categories .genpost-entry-title, 
.widget_three_block_widget_with_categories .genpost-entry-meta,
.widget_three_block_widget_with_categories .genpost-entry-content,
.widget_three_block_widget_with_categories .categories {
	margin-left: 15px;
	margin-right: 15px;
}

.genpost-entry-content a span {
	display: block;
	color: #232323;
	margin-bottom: 1rem;
}

.genpost-date-overlay {
	color: white;
	font-size: large;
	padding: 5px;
	display: inline-block;
	/* margin-top: 10px; */
	/* margin-left: -10px; */
	font-weight: bold;
	border-bottom: 1px solid white;
	position: absolute;
	z-index: 1;
}

.genpost-author {
	margin-right: 15px;
	display: inline-block;
}

.genpost-date-inline {
	display: inline-block;
	margin-right: 15px;
}

.widget_three_block_widget_with_categories .categories {
	padding-bottom: 15px;
}

a.category {
	padding: 5px 13px;
	margin-right: 5px;
	text-transform: uppercase;
	font-size: 12px;
	text-decoration: none;
	display: inline-block;
	line-height: normal;	
	color: #999;
	border: 1px solid #efefef;
}

a.category:hover {
	color: white;
	background-color: #999;
}

.awaken-block-post .imageWrap {
	background-position: center center;
	background-size: cover;
	width: 100%;
	padding-bottom: 75%;
	height: 0;
	position:relative;
}

.awaken-block-post .imageWrap a {
	position:absolute;
	top: 0;
	bottom:0;
	left: 0;
	right: 0;
}

/* Single post */
.awaken-child-post {
	box-shadow: 0 0 6px #999;
}

.awaken-child-post.categoryPost a:hover {
	text-decoration: none;
}

.awaken-child-post.noImage {
	padding-top: 15px;
}

.awaken-child-post .summary a {
	color: white !important;
}

.awaken-child-post .featured-image {
	height: 0;
	padding-bottom: 75%;
	background-size: cover;
	background-position: center center;	
	position: relative;
	margin-bottom: 15px;
}

.awaken-child-post .embed-responsive {
	margin-bottom: 15px;
}

.awaken-child-post h3 {
/*	font-family: "Roboto Condensed", sans-serif; */
	font-size: 20px;
	font-size: 2rem;
	font-weight: normal;
	line-height: 1.3;
	margin-left: 15px;
	margin-right: 15px;	
	margin-top: 0;
	margin-bottom: 15px;
}

.awaken-child-post h3 a {
	color: #fff;
}

.awaken-child-post .genpost-entry-meta {
	margin-bottom: 15px;
}

.awaken-child-post .featured-image a.linkOverlay {
	position:absolute;
	top: 0;
	bottom:0;
	left: 0;
	right: 0;
}

.awaken-child-post .genpost-entry-meta {
	margin-left: 15px;
	margin-right: 15px;	
}

.awaken-child-post .genpost-entry-meta, .awaken-child-post .genpost-entry-meta a {
	color: #efefef;
}

.awaken-child-post .byline {
	display: none;
}

.awaken-child-post .summary {
	margin-left: 15px;
	margin-right: 15px;
	color: #fff;
	padding-bottom: 15px;
}

.awaken-child-post .summary .moretag {
	display: none;
}

.awaken-child-post .readMore {
	display: block;
	clear: both;
	padding: 5px;
	color: white !important;
	background-color: rgba(255, 255, 255, 0.25);
	text-align: center;
	margin:0 15px 0px 15px;

}

.awaken-child-post .morePusher {
	padding-bottom: 15px;
}

.awaken-child-post .readMore:hover {
	color: black !important;
	background-color: rgba(255, 255, 255, 0.375);
}

.awaken-child-post .categories {
	margin: 0px 15px 15px 15px;
}

.awaken-child-post .categories a {
	color: #fff;
}

.awaken-child-post .categoryAlt {
	padding-right: 15px;
	text-transform: uppercase
}

/* Featured post */
.awaken-child-post.featured .featured-image {
	height: 0;
	padding-bottom: 33.3%;
	background-size: cover;
	background-position: center center;	
	position: relative;
}

@media (max-width: 767px) {
	.awaken-child-post.featured .featured-image { 
		padding-bottom: 75%;
	}
}


.awaken-child-post.featured {
	padding-bottom:0px;
}

.awaken-child-post.featured h3 {
/*	font-family: "Roboto Condensed", sans-serif; */
	font-size: 20px;
	font-size: 2rem;
	font-weight: normal;
	line-height: 1.3;	
}

.awaken-child-post.featured .featured-image a.linkOverlay {
	position:absolute;
	top: 0;
	bottom:0;
	left: 0;
	right: 0;
	z-index: 100;
}

.awaken-child-post.featured .featured-image .imageOverlay {
	width: 100%;
	height: 100%;
	position: absolute;
	background-color: rgba(0, 0, 0, 0.25);
}

.awaken-child-post.featured .featured-image .overlay {
    position: absolute;
    font-size: xx-large;
    z-index: 200;
    color: white;
	width: 100%;
	
	bottom:0;
	left: 0;
	margin: 1rem;

	line-height:1;
	margin-bottom:0;
/*
    text-align: center;
    margin: 0;
    width: 75%;
    left: 12.5%;
    top: 50%;
    -webkit-transform: translate(0%, -50%);
    transform: translate(0%, -50%);
*/
}

.awaken-child-post.featured .featured-image h3 .date, 
.awaken-child-post.featured .featured-image h3 .categoryAlt, 
.awaken-child-post.featured .featured-image h3 .genpost-author {
    font-weight: normal;
    display: inline-block;
    font-size: 20px;
    padding: 0;
    margin-bottom: 0;
    font-weight: normal;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    background-image: none;
    border: 1px solid transparent;
    white-space: nowrap;
    padding: 6px 12px 6px 0;
    font-size: 14px;
    line-height: 1.42857143;
    border-radius: 4px;
}

.awaken-child-post.featured .featured-image .overlay .summary { 
	font-size: 16px;
	font-family: "Source Sans Pro", sans-serif;
	margin-top: -15px;
}

.awaken-child-post .summary.outsideOverlay {
	font-size: 16px;
	font-family: "Source Sans Pro", sans-serif;
}

@media (max-width: 767px) {
	.awaken-child-post.featured {
		display: none;
	}
	.awaken-child-post.featured .featured-image .overlay { 
		padding: 0;
		margin: 0;
		width: 100%;
	}
	.awaken-child-post.featured .featured-image .overlay .summary { 
		display: none;
	}
}

@media (min-width: 768px) {
	.d-lg-none {
		display: none;
	}
	.awaken-child-post .summary.outsideOverlay {
		display: none;
	}
}

.awaken-child-post.featured .featured-image a {
	color: white !important;
}

/* News feed */
.newsFeed ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

/* Events */
.post-type-archive-tribe_events #secondary {
	margin-top: 1.5em;
}

.datepicker.datepicker-dropdown.dropdown-menu.datepicker-orient-left.datepicker-orient-top {
	z-index: 1110 !important;
}

form#tribe-bar-form.tribe-clearfix {
	display: none;
}

#tribe-events-content.tribe-events-list {
	clear: both;
}

.tribe_events-template-default .page-entry-header,
.post-type-archive-tribe_events .page-entry-header {
	display: none;
}

/* Text widget on homepage */
.middle-section-widget .textwidget {
	padding: 60px 0;
	text-align: center;
	font-size: 3rem;
	color: white;
	background-color: rgb(173, 216, 230);
}

.middle-section-widget .textwidget p {
	margin: 0;
}

/* Text widget in sidebar */
.main-widget-area ul li {
	margin: 0;
	margin-bottom:2rem;
	padding: 0;	
}

.main-widget-area ul li h4 {
	margin:0;
}

#secondary .date-inline {
	color: #9f9f9f;
	font-size: 80%;
}

/* Fitted iframes */
.fittedFrame {
	width: 1px;min-width: 100%;	
}