/*
Theme Name: My University Child
Description: My University Child Theme
Author: One North Interactive
Template: myuniversity
Version: 1.0
*/

/*Base*/
h1,h2 {
	line-height: 1em;
}

a:hover,
.sd-entry-meta a:hover,
.sd-entry-title a:hover,
.sd-footer-widgets a:hover {
	color: #f7941d;
}

.sd-entry-meta i,
.sd-current-page {
	color: #f7941d;
}

.sd-entry-title a {
	color: #2D3539;
}

.more-link,
.sd-current-page, .sd-inactive, .sd-next-page, .sd-previous-page, .sd-last-page, .sd-first-page, .sd-nav-previous a, .sd-nav-next a {
	border: 1px solid #f7941d;
}

.sd-light {
	font-weight: inherit;
}


/*components*/

/*neliofp widget*/
.widget_neliofp_widget article {
    padding-bottom: 0em;
    margin-bottom: 1em;
}

/*btn*/
.btn {
    background-color: #2d3539;
    color: #f7941d;
    padding: .75em 1.5em;
    border-radius: 3px;
    position: relative;
    z-index: 1;
    cursor: pointer;
    transition: all .2s;
    display: inline-block;
    font-weight: 700;
}
    .btn:after {
        content: '';
        border-radius: 2px;
        position: absolute;
        left: 0;
        width: 0;
        top: 0;
        height: 100%;
        z-index: -1;
        background-color: #f7941d;
        transition: width 0.2s ease-in-out;
    }
    .btn:hover {
        color:  #2d3539;
    }
        .btn:hover:after {
            width: 100%;
        }

.btn.btn-medium-grey {
    background-color: #e4e5e3;
    color: #2d3539;
    position: relative;
    z-index: 1;
    overflow: hidden;
}
    .btn.btn-medium-grey:after {
        content: '';
        position: absolute;
        left: 0;
        width: 100%;
        top: 0;
        height: 100%;
        border-radius: 3px;
        z-index: -1;
        background-color: #f7941d;
        transform: translateX(-100%);
        transition: transform 0.2s ease-in-out;
    }
    .btn.btn-medium-grey:hover {
        background-color: #E4E5E3; 
        color: #2d3539;
    }
        .btn.btn-medium-grey:hover:after {
            transform: translateX(0);
        }

/*links*/
.sd-pagination { 
    margin-bottom: 40px
}

.sd-pagination a {
    background-color: #2d3539;
    color: #fff;
    border-radius: 3px;
    position: relative;
    z-index: 1;
    cursor: pointer;
    transition: all .2s;
    display: inline-block;
    margin-bottom: 10px;
    border: 0 none;
    padding: .75em 1.5em;
    font-weight: 600;
}
    .sd-pagination a:after {
        content: '';
        border-radius: 2px;
        position: absolute;
        left: 0;
        width: 0;
        top: 0;
        height: 100%;
        z-index: -1;
        background-color: #f7941d;
        transition: width 0.2s ease-in-out;
    }
    .sd-pagination a:hover {
        color:  #2d3539;
    }
        .sd-pagination a:hover:after {
            width: 100%;
        }

.sd-pagination .sd-current-page {
    background-color: #f7941d;
    color: #2d3539;        
    border: 0 none;
    padding: .75em 1.5em;
    font-weight: 600;
    display: inline-block;
}

.sd-entry-meta a {
    color: #f7941d;
}

/*header*/
header#sd-header {
	height: 356px;	
}

header .sd-header-top {
	background-color: #2D3539;
	border-bottom: none;
}

header .sd-logo {
	margin: 20px 0;	
}

header .container-wrapper {
	width: 100%;
	border-top: 1px solid #FFF;	
}

header .banner-image {
	background-repeat: no-repeat;
    background-position: top;
    background-size: cover;
    height: 202px;
	width: 100%;
	position: relative;
}

header .banner-image:after {
	content: " ";
    z-index: 1;
    display: block;
    position: absolute;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.4);
}

header .banner-image h1 {
	margin-top: 80px;
	z-index: 10;
	position: absolute;
}

header .banner-image h1 a {
	color: #fff;
}

header .sd-header-left-options li {
	border-left: none;
}

header .sd-header-left-options li,
header .sd-header-left-options li a,
header .sd-header-social a,
header .sd-logo a,
header .sd-menu-wrapper #sd-main-menu .menu-item a {
	color: #fff;
}

header .sd-header-social {
	border-left: none;
	margin-top: 27px;
}

header .sd-header-social a {
	border-right: none;
}

header .sd-menu-wrapper {
	margin-top: 0;
	padding: 10px 0;
	float: left;
}

header .sd-menu-wrapper #sd-main-menu .menu-item {
	margin-left: 0;
	margin-right: 25px;
}

header .sd-menu-wrapper #sd-main-menu .menu-item a {
	font-weight: 600;
	padding: 5px 0;
    font-size: 18px;
}
	header .subscribe-menu #menu-subscribe-menu a:hover,
	header .subscribe-menu #menu-subscribe-menu .current-menu-item a:hover,
	header .sd-menu-wrapper #sd-main-menu .menu-item a:hover,
	header .sd-menu-wrapper #sd-main-menu .menu-item.current-menu-item a {
		background-color: #2D3539;
		color: #f7941d;
	}

header .subscribe-menu {
    display: inline-block;
}
	header .subscribe-menu #menu-subscribe-menu {
		list-style: none;
		margin: 10px 0 0 0;
		padding-left: 12px;
	}
		header .subscribe-menu #menu-subscribe-menu a {			
			color: #fff;
			font-weight: 600;
			float: none;			
			display: inline;
        }
header .sd-header-social-wrapper {
	float: right;
	white-space: nowrap;
}

/*mobile*/
@media (max-width: 767px) {
    header .sd-header-social a {
        border-top: none; 		
    }
	header .sd-header-social > :first-child {
		border-left: none;
	}
	header .subscribe-menu {
		margin-right: 30px;
    }
    header .sd-header-social-wrapper{
        float: none;
        white-space: inherit;
    }
}

/*footer*/
footer .sd-footer-widgets,
footer .sd-footer-widgets a {
    color: #E4E5E3;
}

footer .sd-footer-widgets .signup-widget {
    margin-top: -13px;
}

footer .sd-footer-widgets .links-widget {
    text-align: center;    
}

footer .sd-footer-sidebar-widget {
    margin-bottom: 20px;    
}

@media (max-width: 1023px) {
    footer .sd-footer-widgets .widget {
        width: 100%;
        text-align: center;    
    }
    footer .sd-footer-widgets .links-widget a.misc-link {
        display: block;
    }
}

/*search and filter*/
.searchandfilter-wrapper {
	background-color: #E4E5E3;
}
.searchandfilter {
	margin: 40px 0;
	color: #2D3539;
}

.searchandfilter ul {
	margin-bottom: 0;
    padding-left: 0;
    list-style: none;
    width: 100%;	
}

.searchandfilter ul li {
	/*border: 1px solid #2D3539;*/
	margin: 5px 0;
	border-radius: 5px;
	width: calc((100% - 40px) / 5);
	display: inline-block;
	margin-right: 10px;
}

.searchandfilter ul li:first-child {
	width: 100%;
	position: relative;
	color: #fff;
}

.searchandfilter ul li:first-child .fa-search {
	position: absolute;
	right: 15px;
	top: 15px;
}

.searchandfilter ul li:last-child {
	margin-right: 0;
}

.searchandfilter ul li input,
.searchandfilter ul li select {
	width: 100%;
	border: 0 none;
	padding: .9375em 1.25em;    
	font-weight: 700;
	border-radius: 5px;
}
	.searchandfilter ul li select:focus,
	.searchandfilter ul li input:focus {
		outline:0;
	}

.searchandfilter ul li select {
	cursor: pointer;
}

.searchandfilter ul li input[type='text'] { 
	height: 47px;
	border-bottom: 1px solid #FFF;
    border-radius: 0;
    background-color: transparent;

}
	.searchandfilter ul li input[type='text']::placeholder { 
		color: #FFF;
	}

.searchandfilter ul li input[type='submit'] {	
	padding: 11px;	
    color: #2D3539;
    background-color: #FFF;
	transition: all 0.2s ease;
}
	.searchandfilter ul li input[type='submit']:hover {
		background-color: #f7941d;
		color: #2D3539;
		opacity: 1;
	}

/*mobile*/
@media (max-width: 767px) {
	form.searchandfilter ul li {
		width: 100%;
	}
}

/* If not using search and filter  */

.regular-search-container {
    /* fallback for background image */
    padding-top: 40px;
    padding-bottom: 40px;
    background-color: #2d3539;
}

.regular-search-container form {
    position: relative;
}

.regular-search-container input[type='text'] { 
    height: 47px;
    border: none;
	border-bottom: 1px solid #FFF;
    border-radius: 0;
    background-color: transparent;
    color: #FFF;
    width: 100%;
    padding-left: 15px;
}

/* .regular-search-container input[type='submit'] {
    color: #fff;
    border: none;
    transition: all 0.2s ease;
    height: 47px;
} */

.regular-search-container input[type='text']::placeholder {
     color: #fff;
     opacity: 1;
     font-weight: bold;
 }

.regular-search-container button {
    position: absolute;
    width: 47px;
    height: 47px;
    right: 0;
    bottom: 0;
    background-color: transparent;
    outline: none !important;
    border: none !important;
    -webkit-appearance: none;
   -moz-appearance: none;
   appearance: none;  
}
.regular-search-container i {
    position: absolute;
    right: 15px;
    top: 15px;
    color: #FFF;
}


/*mobile*/
@media (max-width: 767px) {
	form.searchandfilter ul li {
		width: 100%;
	}
}

.sd-sidebar-widget {
    margin-bottom: 50px;
}

/*sd-right-col*/
.sd-right-col .sd-title-wrapper .sd-styled-title {
    line-height: 1.25;
}

.sd-sidebar-widget {
    margin-bottom: 50px;
}

/*sd-right-col*/
.sd-right-col .sd-title-wrapper .sd-styled-title {
    line-height: 1.25;
}

.sd-right-col .textwidget img {
    width: 100%;
}

/* hide bullets on these sidebar lists (like categories) */
.sd-right-col .sd-sidebar-widget ul li::before {
    display: none;
}

/* on some medium-sized screens, the sidebar images were appearing very large */
@media (min-width: 1024px) and (max-width: 1200px) {
    .sd-right-col .textwidget img {
        width: 70%;
    }
}

.sd-right-col .textwidget p:last-child {
    margin-bottom: 0;
}

.sd-right-col .sd-title-wrapper .sd-styled-title {
    margin-bottom: 0;
    color: #868D91;
}

.sd-right-col .sd-light {
    font-weight: bold;
}

/*sd-left-col*/
/*tablet portrait*/
@media (max-width: 1023px) {
	.sd-left-col {
		margin-bottom: 80px;
	}
}

/*sd-blog-entry*/
.sd-blog-entry {
	padding-bottom: 20px;
	border-bottom: 1px solid #2d3539;	
}

.sd-blog-entry .sd-entry-content .sd-entry-thumb {
	vertical-align: top;
    margin-bottom: 0;
    height: 140px;
    overflow: hidden;
	position: relative;
	display: inline-block;
    width: calc(99%/3);
}


@media (min-width: 768px) {
    .sd-entry-thumb {
        margin-left: 20px;
    }
}

.sd-blog-entry .sd-entry-content .sd-entry-thumb img {
    position: absolute;
    top: -9999px;
    bottom: -9999px;
    left: -9999px;
    right: -9999px;
    margin: auto;
}

.sd-blog-entry .sd-entry-content p {
	display: inline-block;
}

.single-post .sd-blog-entry .sd-entry-content p {
	display: block;
}

.sd-blog-entry .sd-entry-content p:first-of-type {
	width: calc((99% / 3) * 2);
    padding-left: 20px;
}

.sd-blog-entry .sd-entry-content p a.more-link {
	font-weight: 600;
	border: 0 none;
	padding: 0;
    position: absolute;
    right: 20px;
}

.sd-blog-entry .sd-entry-content p.no-break {
	float: left;
    margin-top: 20px;
    clear: left
}

.sd-entry-thumb img {
    float: left;
    width: 160px;
    height: 90px;
}

.sd-blog-page .sd-entry-thumb {
    margin-bottom: 0;
}

/*mobile*/
@media (max-width: 767px) {	
	.sd-blog-entry .sd-entry-content .sd-entry-thumb {
		width: 100%;		
		margin-bottom: 10px;
	}	
	.sd-blog-entry .sd-entry-content p:first-of-type {
		width: 100%;
		padding-left: 0;
	}	
	.sd-blog-entry .sd-entry-content p.no-break {
		float: none;
		margin-top: 0;
	}
}

/*pages*/
/*page-top*/
.sd-page-top {
	background-color: #f3f4f2;
}
.sd-page-top h2 {
	color: #2D3539;
	line-height: 1em;
}

/*single-post*/

/* we want the search on all page types now */

/* .single-post form.searchandfilter, */
.single-post .sd-blog-page .sd-entry-thumb {
	display: none;
} 

.single-post h2.sd-styled-title {
	line-height: 1.25;
}

.single-post .sd-blog-entry .sd-entry-content p:first-of-type {
	width: 100%;
	padding-left: 0;	
}

.single-post .sd-entry-content #pdf_export {
	display: block;
}

.single-post .sd-blog-entry {
	padding-bottom: 0;
	border-bottom: none;
}

.single-post .sd-prev-next-post {
    margin-top: 60px;
}

.single-post .sd-prev-post a,
.single-post .sd-next-post a {
	border: none;
	font-weight: bold;
	padding: 4px 12px;
}

/*page-template-default*/
/* .page-template-default form.searchandfilter {
    
} */

/* Table styling*/
table {
  max-width: 100%;
  background-color: transparent;
  border-collapse: collapse;
  border-spacing: 0;
}
table {
  width: 100%;
  margin-bottom: 18px;
}
table th,
table td {
  padding: 8px;
  line-height: 18px;
  text-align: left;
  vertical-align: top;
  border-top: 1px solid #dddddd;
}
table th {
  font-weight: bold;
}
table thead th {
  vertical-align: bottom;
}
table caption + thead tr:first-child th,
table caption + thead tr:first-child td,
table colgroup + thead tr:first-child th,
table colgroup + thead tr:first-child td,
table thead:first-child tr:first-child th,
table thead:first-child tr:first-child td {
  border-top: 0;
}
table tbody + tbody {
  border-top: 2px solid #dddddd;
}
.table-condensed th,
.table-condensed td {
  padding: 4px 5px;
}
table {
  border: 1px solid #dddddd;
  border-collapse: separate;
  *border-collapse: collapsed;
  border-left: 0;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
table th,
table td {
  border-left: 1px solid #dddddd;
}
table caption + thead tr:first-child th,
table caption + tbody tr:first-child th,
table caption + tbody tr:first-child td,
table colgroup + thead tr:first-child th,
table colgroup + tbody tr:first-child th,
table colgroup + tbody tr:first-child td,
table thead:first-child tr:first-child th,
table tbody:first-child tr:first-child th,
table tbody:first-child tr:first-child td {
  border-top: 0;
}
table thead:first-child tr:first-child th:first-child,
table tbody:first-child tr:first-child td:first-child {
  -webkit-border-top-left-radius: 4px;
  border-top-left-radius: 4px;
  -moz-border-radius-topleft: 4px;
}
table thead:first-child tr:first-child th:last-child,
table tbody:first-child tr:first-child td:last-child {
  -webkit-border-top-right-radius: 4px;
  border-top-right-radius: 4px;
  -moz-border-radius-topright: 4px;
}
table thead:last-child tr:last-child th:first-child,
table tbody:last-child tr:last-child td:first-child {
  -webkit-border-radius: 0 0 0 4px;
  -moz-border-radius: 0 0 0 4px;
  border-radius: 0 0 0 4px;
  -webkit-border-bottom-left-radius: 4px;
  border-bottom-left-radius: 4px;
  -moz-border-radius-bottomleft: 4px;
}
table thead:last-child tr:last-child th:last-child,
table tbody:last-child tr:last-child td:last-child {
  -webkit-border-bottom-right-radius: 4px;
  border-bottom-right-radius: 4px;
  -moz-border-radius-bottomright: 4px;
}
table tbody tr:nth-child(odd) td,
table tbody tr:nth-child(odd) th {
  background-color: #f9f9f9;
}
table tbody tr:hover td,
table tbody tr:hover th {
  background-color: #f5f5f5;
}

.collapseomatic {
    color: #f7941d;
}

.sd-entry-meta .sd-meta-author {
    text-transform: none;
}

select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    padding: .5em;
    background: #efefef;
    border: none;
    border-radius: 3px;
    padding: 1em 2em 1em 1em;
    font-size: 1em;
}
.searchandfilter ul li:not(:first-child):not(:last-child) {position:relative;/* display: inline; */}
.searchandfilter ul li:not(:first-child):not(:last-child):after {content:""; width:0; height:0; position:absolute; pointer-events: none;}
.searchandfilter ul li:not(:first-child):not(:last-child):after {
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    top: 45%;
    right: 1.25em;
    border-top: 8px solid black;
}
select::-ms-expand {
    display: none;
}