/*
Theme Name: Kingswood College Child Theme
Author: Insite Labs
Author URI: https://insitelabs.co.za/
Template: dt-the7
Description: At Kingswood, we want all our pupils to live life to its fullest; to have the opportunity to find their passion, to sharpen their intellect, discover who they are and leave our school believing that they can go on to make a difference in society.
Version: 1.0.0
License: This WordPress theme is comprised of two parts: (1) The PHP code and integrated HTML are licensed under the GPL license as is WordPress itself.  You will find a copy of the license text in the same directory as this text file. Or you can read it here: http://wordpress.org/about/gpl/ (2) All other parts of the theme including, but not limited to the CSS code, images, and design are licensed according to the license holder.
*/

/* 
 * CSS Add Ons
 * 
 */

/* Filters */

.kwc-filter {
    padding: 10px;
}

.kwc-filter-cat-11972 {
    display: none;
}

select#cat {
    background-color: #000!important;
    text-transform: uppercase;
    color: #fff;
	font-size: 15px;
}

/* Tables */

/* Contact Form 7 */

.admission-form {}

.admission-form-left {
	float: left;
	width:300px;
	padding-right: 10px;
}

.admission-form-right {
	float: left;
	width:300px;
	padding-left: 10px;
}

.admission-form-required {
	color: #c91537;
}


.admission-form-heading {
	color: #c91537;
	font-size: 20px;
}

.admission-form-hr {
	background-color: #ccc;
	height: 1px;
	margin: 10px 0;
}

.admission-form-body {
	color: #85868c;
	font-size: 12px;
}

.admission-form-warning {
	color: #c91537;
	font-size: 12px;
	font-weight: bold;
}

.admission-form-apply .add-button {
	color: #000;
	font-size: 12px;
	font-weight: bold;
}

.admission-form-apply .remove-button {
	color: #c91537;
	font-size: 12px;
	font-weight: bold;
}

.admission-form label {
	color: #85868c;
	font-size: 16px;
}

.admission-form-button input {
	width: 100px;
	margin: 20px 0!important;
}

.cb { clear: both;}

.admission-form-full-extra {
    background-color: #eee4;
}

.admission-form-full-extra div {
	margin: 10px 0;
}

/* Image Blocks */

.block-image-bg {
    filter: brightness( 65% ) contrast( 100% ) saturate( 100% ) blur( 0px ) hue-rotate( 0deg );
}

.bg-hover:hover .elementor-image {
    filter: brightness( 65% ) contrast( 100% ) saturate( 100% ) blur( 0px ) hue-rotate( 0deg );
}

h2.elementor-heading-title {
  pointer-events: inherit;
}

/* Elementor */

.etabs .elementor-tab-title a {
	color:#c91537!important;
}

h2.elementor-heading-title {
    font-family: "Playfair Display", Sans-serif!important;
	
}

h1.elementor-heading-title {
    font-family: "Playfair Display", Sans-serif!important;
}

.about-mission {
	width: 100%;
	max-width: 1120px;
	margin: 0 auto;
	padding: 20px;
}

.red {
	color: #c91537!important;
}

.black {
	background-color: #000;
}

.elementor-text-editor p a {
    color: #c91537;
}

/* Tables */


.term-row-1 {
background-color: #ebebeb;
color: #000;
font-size: 10px;
font-weight: 300;
}

.term-row-1 a {
	color: #000;
}

.term-row-2 {
background-color: #fff;
color: #000;
font-size: 10px;
font-weight: 300;
}

.term-row-2 a {
	color: #000;
}


/* Left Page Menu as widget */

.sidebar-content .widget {
    margin-bottom: 0;
    padding: 0!important;
}

.widget ul.menu {
	padding-bottom: 0px;
}

.widget ul.menu li:first-child.menu-item {
	padding: 10px;
	background-color: #c91537;
	margin-top: 0px;
}

.widget ul.menu li:first-child.menu-item a {
	color: #fff;
}

.widget ul.menu li.menu-item {
	padding: 10px;
	background-color: #ebebeb;
	margin-top: 0px;
	border-bottom: solid;
	border-bottom-width: 1px;
	border-bottom-color: #ccc;
}

.widget ul.menu li.menu-item a {
	color: #5f5b51;
	text-transform: uppercase;
}

.widget ul.menu li.page_item {
	padding: 10px;
	background-color: #ebebeb;
	margin-top: 0px;
	border-bottom: solid;
	border-bottom-width: 1px;
	border-bottom-color: #ccc;
}

.widget ul.menu li.page_item a {
	color: #5f5b51;
	text-transform: uppercase;
}

.widget ul.menu li.current_page_item {
	background-color: #000;
}

.widget ul.menu li.current_page_item a {
	color: #fff;
	font-weight: 400;
}

/* Page Children */

ul.children { 
	display: none; 
}

ul.children-top li.current_page_ancestor ul.children {
    display: block;
}

ul.children-top ul.children li.page_item_has_children ul.children {
    display: none;
}

ul.children-top li.page_item_has_children.current_page_item ul.children {
    display: block;
}

ul.children-top li.current_page_ancestor ul.children li.page_item_has_children.current_page_item ul.children {
    display: block;
}

ul.children-top li.current_page_ancestor ul.children li.page_item_has_children.current_page_ancestor ul.children {
    display: block;
}


ul.children-top li.top_page_item {
	background-color: #c91537;
    padding-left: 10px!important;
    display: block;
}

ul.children-top li.top_page_item a {
    font-family: "Playfair Display", Sans-serif;
    padding-left: 30px!important;
    display: block;
    padding: 10px 0;
    text-decoration: none;
    color: #fff;
    text-transform: capitalize;
    text-decoration: none;
    font-size: 24px;
    font-weight: 400;
}

ul.children-top {
    background-color: #ccc;
	margin-bottom: 20px;
}

ul.children-top li {
    background-color: #ffffff;
    border-bottom: solid;
    border-bottom-width: 2px;
    border-bottom-color: #ccc;
}

ul.children-top li a { 
	padding-left: 40px!important;
    display: block;
	padding:10px 0;
    text-decoration: none;
    color: #5f5b51;
	text-transform: uppercase;
	text-decoration: none;
	font-size: 17px;
}

ul.children-top li.current_page_item {
	background-color:#f2f2f2;
}

ul.children-top li.current_page_item a {
	color:#000;
	padding-left:20px;
    font-weight: bold;
}

ul.children-top li.current_page_ancestor a {
	background-color: #ccc;
	color:#5f5b51;
	padding-left:20px;
}

ul.children-top li.current_page_parent a {
    background-color: #ebebeb;
    color: #5f5b51;
    padding-left: 20px;
}

ul.children-top ul.children li {
	border:none;
    text-decoration: none;
    color: #5f5b51;
}

ul.children-top li ul.children .page_item a {
	background-color: #f2f2f2;
	border-top: solid 1px #919191;
	border-bottom: 0;
    text-decoration: none;
    color: #5f5b51;
	padding-left:60px!important;
    font-weight: normal;
}

ul.children-top li ul.children .current_page_item a {
	/*background-color: #000;*/
	border:none;
    text-decoration: none;
    color: #000;
	padding-left:60px!important;
    font-weight: bold;
    border-top: solid 1px #919191;
}

ul.children-top ul.children li.current_page_parent a {
    /*background: #000;*/
	color: #000;
    font-weight: bold;
}

ul.children-top li ul.children ul.children .page_item a { 
    border-top: solid 1px #919191;
    font-weight: normal;
}

ul.children-top ul.children ul.children li a {
    /*background: #ccc;*/
	padding-left: 80px!important;
	color: #5f5b51;
}

ul.children-top ul.children ul.children .current_page_item a {
    background: #e5e5e5;
    padding-left: 80px!important;
    /*color: #fff;*/
}

/* Breadcrumbs */

#breadcrumbs {
	background-color: #fff;
	margin: 20px 0;
}

#breadcrumbs a {
	font-size: 14px;
	color: #5f5b51;
	text-transform: uppercase;
	text-decoration: none;
	
}

strong.breadcrumb_last {
    font-size: 14px;
	color: #393939;
	text-transform: uppercase;
}

#breadcrumbs span span {
    font-size: 15px;
	color: #5f5b51;
	text-transform: uppercase;
	text-decoration: none;
}


/* Footer */
.footer-extras {
	
}

.google-map {
	background: #fff;
}

.gallery-widget {
	background: #fff;
}

.gallery-widget-inner {
	width: 100%;
	
	margin: auto;
	padding: 50px 0;
}

.bottom-extra-red, .bottom-extra-grey {
	border-bottom: 20px solid white;
}

.bottom-extra-red {
	background: #c91537;
}

.bottom-extra-red-inner {
	width: 100%;
	max-width: 1200px;
	margin: auto;
	padding: 50px 0px 20px 0;
}

.bottom-extra-red-inner-blocks {
	float: left;
	width: 33.3%;
  	padding: 20px 0 20px 0;
	color: #ffffff;
}

.bottom-extra-red-inner-blocks:nth-child(3n) {
    width: 20%;
}

h1.bottom-extra-red-inner-blocks-header {
	display: block; 
	color: #ffffff; 
	margin-bottom: 60px;
	font-size: 66px;
}

.bottom-extra-red-inner-blocks span {
	color: #ffffff;
	font-size: 21px;
}

.bottom-extra-red-inner-blocks .arrow {
	padding-right: 5px;
}

.bottom-extra-red-inner-blocks a {
	color: #fff;
	text-transform: uppercase;
}

.bottom-extra-red-inner-blocks a:hover{
	text-decoration:underline!important;
}

.bottom-extra-red-inner-blocks a:hover {
	color: #fff!important;
	text-transform: uppercase;
}


.bottom-extra-grey {
	background: #ebebeb;
}

.bottom-extra-grey-inner {
	width: 100%;
	max-width: 1200px;
	margin: auto;
	padding-top: 50px;
	padding-bottom: 50px;
}

.bottom-extra-grey-inner-blocks-header h1 {
	display: block; 
	color: #c91537; 
	float: left;
}

.bottom-extra-grey-inner-blocks {
	float: right;
	margin-top: 20px;
	font-size: 32px; 
	margin-right: 0 !important;
}


.bottom-extra-grey-inner-button a {
		float: right;
		margin-top: 0px;
		font-size: 32px; 
		margin-right: 100px;
		text-align: center;
		margin-top: 20px;
		font-family: "Roboto", Sans-serif;
		font-weight: 300;
		background-color: #000!important;
		color: #fff!important;
		padding: 13px;
	}


@media only screen and (min-width: 300px) and (max-width: 600px) {
	
	ul.children-top {
    	display: none;
	}
	
	h1.bottom-extra-red-inner-blocks-header {
		display: block; 
		color: #ffffff; 
		margin-bottom: 20px;
		font-size: 45px;
	}

	.bottom-extra-red-inner-blocks {
		float: left;
		width: 360px; 
		padding: 20px 0px 20px 10px;
		color: #ffffff;
		font-size: 21px;
	}
	
	.bottom-extra-red-inner-blocks:nth-child(3n) {
    	width: 360px;
	}


	.bottom-extra-grey-inner-button a {
		margin-top: 20px;
		font-size: 32px; 
		text-align: center;
		margin-right: 0px;
		font-family: "Roboto", Sans-serif;
		font-weight: 300;
		background-color: #000!important;
		color: #fff!important;
		width: 100%;
	}
	
	.bottom-extra-grey-inner-blocks-header h1 {
		display: block;
		color: #c91537;
		float: none;
		text-align: center;
		font-size: 33px;
	}
	
	
}
@media only screen and (min-width: 600px) and (max-width: 768px) {
	
	ul.children-top {
    	display: none;
	}
	
	.bottom-extra-grey-inner-button a {
		font-size: 32px; 
		text-align: center;
		margin-top: 0px;
		font-family: "Roboto", Sans-serif;
		font-weight: 300;
		background-color: #000!important;
		color: #fff!important;
		padding: 13px;
		margin-right: 10px;
	}
	
	.bottom-extra-grey-inner-blocks-header h1 {
		display: block;
		color: #c91537;
		text-align: center;
		font-size: 33px;
		padding-left: 10px;
}
	
	.bottom-extra-red-inner-blocks {
		float: left;
		width: 360px; 
		padding: 20px 0px 20px 10px;
		color: #ffffff;
		font-size: 21px;
	}
	
	.bottom-extra-red-inner-blocks:nth-child(3n) {
    	width: 360px;
	}
}

@media only screen and (min-width: 768px) and (max-width: 1280px){
	
	
	h1.bottom-extra-red-inner-blocks-header {
		display: block; 
		color: #ffffff; 
		margin-bottom: 60px;
		font-size: 60px;
	}

	.bottom-extra-red-inner-blocks {
		float: left;
		width: 360px; 
		padding: 20px 0px 20px 20px;
		color: #ffffff;
		font-size: 21px;
	}
	
	h1.bottom-extra-grey-inner-blocks-header {
		display: block;
		color: #c91537;
		float: left;
		margin-left: 20px;
		font-size: 40px;
	}
	
	.bottom-extra-grey-inner-button {
		float: right;
		margin-top: 0px!important;
		font-size: 32px;
		margin-right: 20px !important;
		text-align: center;
		margin-top: 20px;
		font-family: "Roboto", Sans-serif;
		font-weight: 300;
		background-color: #000!important;
		color: #fff!important;
		padding: 13px;
	}
}


#main {
	padding-bottom: 0!important;
}


/* */
