/*
Theme Name: ISCD
Theme URI: http://iscd.edu.au/
Author: Prajan Karmacharya
Author URI: http://iscd.edu.au/
Description: Description
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: iscd
Tags: black, blue, gray, pink, purple, white, yellow, dark, light, two-columns, left-sidebar, fixed-layout, responsive-layout, accessibility-ready, custom-background, custom-colors, custom-header, custom-menu, editor-style, featured-images, microformats, post-formats, rtl-language-support, sticky-post, threaded-comments, translation-ready
This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

ISCD is based on

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal http://necolas.github.com/normalize.css/
*/


.hentry.sticky:not(.has-post-thumbnail) {padding-top: -webkit-calc(7.6923% + 24px);padding-top: calc(7.6923% + 24px);}.sticky-post {background-color: #333;color: #fff;font-weight: 700;letter-spacing: 0.04em;padding: 0.25em 0.5em;position: absolute;top: 0;text-transform: uppercase;}.sticky .posted-on {display: none;}.hentry.sticky:not(.has-post-thumbnail) {  padding-top: inherit;}.sidebar {  position: relative !important; /* Make sure sticky sidebar doesn't affect to print */}.sticky-post {  background: #000 !important;  color: #fff !important;}

.table.one {
	border: 1px solid black;
  	padding:4px;
}

.button {
    -webkit-border-radius: 5px;
    -webkit-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.1);
    border: 0;
    border-radius: 2px;
    background-color: #077cab;
    color: #fff;
    font-size: 20px;
    padding: 20px 45px;
}

/* 29/05/2018 */
.campus-block .campus {
    font-size: 18px;
}
.has-circle:after{
	height:620px;
}
.page-id-14052 .register-block {
	display: none;
}
.flexCol {
        width: 100%;
        display: flex; 
        border-bottom: 1px solid pink; 
        background: #ffffff;
    }
.flexCol-2 {
	display: flex;
}
.oneThird {
    padding: 40px 20px 20px; 
    flex: 1;
}
.twoThird {
    padding: 40px 20px 20px; 
    flex: 2;
}
.campus-tour {
	padding-top: 0px !important;
}
.yellow-button {
    background: #fedd4f;
    text-align: center;
    margin-right: 0;
    padding: 1em 2em;
    font-weight: bold;
    margin-bottom: 40px;
	display: inherit;
    float: right;
}

@media only screen and (max-width: 767px) {
	.flexCol, .flexCol-2 {
        display: block; 
    }
	.oneThird {
    	padding: 20px 20px 20px; 
    	flex: none;
	}
	.twoThird {
		padding: 20px 20px 20px; 
		flex: none;
	}
	.yellow-button { display: inline-block; float: none; }
}
.page-id-7256 .study-option,
.page-id-7260 .study-option,
.page-id-7256 .study-option {
	display:none;
	
}