/*
Theme Name: Square theme with improved KnowldegeBase
Theme URI: https://hashthemes.com/wordpress-theme/square/
Author: E. Mathieu (University of Reading). Child theme of Square, created by https://hashthemes.com
Author URI: https://hashthemes.com
Version: 1.0
Text Domain: square
Tags: research, Reading, groups, University
Template: square

This theme, like WordPress, is licensed under the GPL.
*/
/* Import the nase styles */
@import url('../square/style.css');

table {
    border-collapse: collapse;
}

table, td {
    border: 1px solid grey;
	padding: 8px;
}

#univ_logo{
	height: 40px;
	width: 116px;
	background-image: url("University-of-Reading-Logo_white.png");
	background-size:     cover;
    background-repeat:   no-repeat;
    background-position: center center; 
	margin-top:7px;
	margin-left:30px;
}
#univ_links {
	margin-left:30px;
}
#univ_links, #univ_links a{
	font-size: 0.9em;
	color: white;
}

.sq-white  #univ_logo{
	background-image: url("logo-Reading.png");
}
.sq-white  #univ_links, .sq-white  #univ_links a{
	color: #444;
}


#sq-home-slider-section .bx-wrapper .bx-controls-direction a{
	visibility:hidden;
}
#sq-home-slider-section .bx-wrapper .bx-controls-direction a .fa{
	visibility:hidden;
}


.sq_left_sidebar #secondary {
    float: left;
}
.sq-slide-caption {
    /*margin-left: -560px;*/
    background: rgba(0,0,0,0.8);
    padding-top: 10px;
    padding-left: 10px;
    padding-right: 10px;
    padding-bottom: 10px;
    border-left: 0px solid #5BC2CE;
    border-right: 0px solid #5BC2CE;
}


.sq-slide-cap-title {
    text-align: -webkit-left;
}

.sq-slide-cap-desc {
    text-align: -webkit-left;
    font-size: 20px;
    font-weight: 300;
    padding: 0%;
}
/*---content view button colour-----*/
.pt-cv-wrapper .btn-success {
    color: #fff;
    background-color: rgba(43, 41, 43, 0.8);
    border-color: #eaeaea;
}


/*Change mouse style to pointer when above an accordion. So user is invited to click*/
.accordion{
    cursor: pointer;
}
.accordion-content{
    background-color: rgb(238, 238, 238);
	margin-left: 20px;
}

/*Following lines added to fix display issue of crayon plugin within wp-knowledgebase*/
#kbe_content .kbe_leftcol .crayon-line span {
	margin-bottom: 0px;
}
#kbe_content .kbe_leftcol .crayon-row span{
	display:inline;
}

/* FIX for campus directory display */
#emd-primary {
	margin-top:80px;
}

/* MEDIA */
@media screen and (min-width: 900px){
	.sq-slide-caption {
		top: 70%;
	}
}

@media screen and (min-width: 1150px){
	.sq-slide-caption {
    margin-left: -560px;
	}
}
