/*
 Theme Name:   CueCollege Theme
 Theme URI:    http://www.wpbeginner.com/
 Description:  A Twenty Sixteen child theme 
 Author:       GMCT Soltuions
 Author URI:   http://www.gmctsolutions.com
 Template:     twentysixteen
 Version:      1.0.0
*/
 
 body{
 	font-family: sans-serif;
 }
 /*content area*/
 .content-area{
/* 	width: 100%;*/
 	margin: 0 10px;
 }
 
.sup-tm::after {
    content: "TM";
    vertical-align: super;
    font-size: 10px;
}

/*Overrides from parent theme*/
.entry-content ul{
	margin-left: 20px;
}
 
/*Header - masthead and menu*/
.site-header{
	padding: 2em 7.6923%;
}
.site-header-main{
	align-items: center;
}
/*Menu items*/
.menu-item{
	background-color: white;
}

/*Footer*/
.footer-upper{
	display: block;
	width: 100%;
	clear:both;
	font-family: sans-serif;
}
.site-footer .main-navigation{
	display:none;
}
.footer-page{
	color: #233d78;
   	text-decoration: none;
	box-shadow: none !important;
	font-size: 2em;
	font-weight: 700;
}
.footer-logo img{
	width: 40%;
	margin: 0 auto 8px;
	display: flex;
}
.footer-lower{
	width: 100%;
	text-align: center;
	font-size: 12px;
	margin: 10px 0 0;
}
.footer-lower p{
	margin:0;
}

/*Homepage Specific*/
.upper-links{
	display:none;
}
.upper-links::before{
	content: "Quick Links:";
	float: left;
	font-weight: bold;
}
.upper-links li:hover{
	background-color: #e6f2ff;
}
.video-btns{
	position: relative;
	top: -75px;
	text-align: right;
	margin-right: 1em;
}

.two-col-home{
	display: inline-block;
	width: 100%;
}
.widget-homepage{
	float: none;
	display: block;
	margin-bottom: 5px;
}
.widget-homepage .widget-h-title{
	font-size: 1.2em;
	font-weight: bold;
	background-color: rgba(21, 158, 216, 1);
	padding: 5px;
	display: block;
	color:white;
}
.widget-homepage:nth-child(2){
	border: 3px solid rgba(21, 158, 216, 1);
	border-radius: 5px;
}
.widget-homepage:nth-child(2) p{
	padding: 5px;
}
.widget-homepage:nth-child(1){
	border: 3px solid rgba(21, 158, 216, 1);
	border-radius: 5px;
}
.widget-homepage:nth-child(1) p{
	padding: 5px;
}
.widget-homepage:nth-child(2)::before{
/*	content:"Upcoming Events";*/
	font-size: 1.2em;
	font-weight: bold;
	background-color: rgba(21, 158, 216, 1);
	padding: 5px;
	display: block;
}
/*.widget-homepage .wpforms-container{
	border: 3px solid rgba(21, 158, 216, 1);
	border-radius: 5px;
}*/
.widget-homepage .wpforms-container .wpforms-title{
	font-size: 1.2em;
	font-weight:bold;
}
.widget-homepage .wpforms-field-container{
	font-size: 1em;
}
.widget-homepage .wpforms-field{
	padding: 5px 0;
}
.widget-homepage .wpforms-field-container input{
	font-size: 0.7em;
}

.home-3-box-btn{
    width:max-content;
}



/*Spoiler Overrides
*****************************/
.su-spoiler-icon-caret-square.su-spoiler-closed .su-spoiler-icon:before{
	color: white;
	content: '\2295' !important;
}
.su-spoiler-icon-caret-square .su-spoiler-icon:before{
	color: white;
	content: '\2296' !important;
}
.su-spoiler-style-fancy > .su-spoiler-title{
	color: white;
}
/*NO TABLE DISPLAY*/
.kill-table-grid{
	display:grid;
}

/*Short Codes for Quick Links*/
.quick-links-menu li{
	float: left;
	margin-right: 10px;
	list-style-type: none;
	border-left: 1px solid #007acc;
	padding-left: 5px;
}
.quick-links-menu li:first-child{
	border-left: none;
	padding-left: none;
}
.quick-links-menu{
	border-bottom: 1px solid;
	clear:both;
	display: inline-block;
}
.quick-links-menu a{
	text-decoration: underline;
}

/*Widget Slider Area*/
.widget-slider{
	margin: 10px auto;
	padding: 1em;
	border-top: 1px solid;
}
/*Slide Anything Slider*/
.sa-slide-content{
	margin-bottom: 1em;
	position: absolute;
	bottom: 0;
	left:0;
	width:100%;
	text-align:center;
}
.tribe-list-widget{margin-left: 0;}

/* Widget Area - Contact Form - WPForms*/
.widget-slider .wpforms-container{
	border: 3px solid rgba(21, 158, 216, 1);
	border-radius: 5px;
}
.widget-slider .wpforms-title{
	font-size: 1em;
	font-weight:bold;
}
.widget-slider .wpforms-field-container{
	font-size: 0.7em;
}
.widget-slider .wpforms-field{
	padding: 5px 0;
}
.widget-slider .wpforms-field-container input{
	font-size: 0.7em;
}

.wpforms-head-container{
	background-color: rgba(21, 158, 216, 1);
	padding: 5px;
}
.wpforms-field-container{
	padding: 0 5px;
}
.wpforms-container .wpforms-recaptcha-container{
	padding: 4px 5px !important;
}
.wpforms-container .wpforms-submit-container{
	padding: 4px 5px !important;
}

/***CUE STORE CONTACT FORM***/
.lightbox-form-desktop{
	display:none;
}
.cs-contact-form-mobile{
	display:block;
}
.section-landing-2 .widget-slider:last-child{
	margin-top: 0;
	padding-top: 0;
	margin-bottom: 10px;
	border-bottom: 1px solid;
	border-top:none;
}
.cs-contact-form-mobile .text-widget a{
	box-shadow:none;
}
.cs-contact-form{
	color: #007acc;
	cursor: pointer;
	margin: 0 0 1.75em 1.25em;
}
.cs-contact-lb label, .cs-contact-lb .wpforms-field-description{
	text-align:left;
}
.cs-contact-lb{
	border: 10px solid rgba(21, 158, 216, 1);
	border-radius: 6px;
}

/*MAILCHIMP FORMS*/
.widget-homepage #mc_embed_signup .mc-field-group label{
	display: none;
}
.widget-homepage #mc_embed_signup .mc-field-group{
	padding-bottom: 0;
}
.widget-homepage #mc_embed_signup #mc-embedded-subscribe-form div.mce_inline_error{
	padding: 0;
}
#mc_embed_signup #mce-success-response{
	color: #277ecd;
}

/*Donate Button*/
.home-donate{
/*	background-color: rgba(51, 204, 255, 0.1);
	border: 2px solid rgb(21, 158, 216);*/
	padding: 3px;
	margin: 1em 0;
}
.home-donate-top{
	padding: 3px;
	margin-bottom: 5px;
	display: inline-flex !important;
}
.home-donate-top ul{
	list-style: none;
	margin: 0;
}
.home-donate-top a.xoo-qv-button{
	border: 0;
	color: #007acc;
}
.home-donate-top a.xoo-qv-button .xoo-qv-btn-icon{
	display: none;
}
.home-donate-top a:hover{
	text-decoration: underline;
	color: #233d78;
}
.donate-btn-area{
	display: inline-block;
	padding: 8px;
	clear: both;
	width: 100%;
}
[class*=donate-col-]{position: relative; display: inline-block; box-sizing: border-box;}
.donate-col-1{width:20%; float: left;}
.donate-col-1 img{display: inline-block;}
.donate-col-2{width: 80%;}
.donateBtn{
	background-color: #ccefff !important;
	position: relative !important;
	text-align: center !important;
	color: black !important;
	border-radius: 15px !important;
	border: 1px solid #80b3ff !important;
	box-shadow: 5px 5px 5px grey !important;
	width: 100% !important;
	height: 70px !important;
	padding: 5px !important;
	font-size: 1.2em !important;
	font-weight:bold !important;
	display: block !important;
	line-height: inherit !important;
}
.donateBtn:hover{
	background-color: #007acc !important;
	color: #ccefff !important;
}
.donateBtn:active{
	box-shadow: 1px 1px 1px grey !important;
	top:5px;
	left:5px;
}
/*Hide Quickview Eyeball*/
.donateBtn .xoo-qv-btn-icon{
	display: none !important;
}

/*Homepage Image Slider*/
.homepage-content .content-area{
	
}
#wds_container1_0{
	margin: auto;
}

/*Sections for Landing Pages*/
[class*="section-landing-"]{
	width: 100%;
}

/** Change the size and colour of the widget title */
.tribe-events-list-widget h2.widget-title {
	color: blue;
	font-size: 30px;
}

/**Events Widget**/
.tribe-list-widget::before{
	content: "Upcoming Events";
    	font-size: 1.3em;
    	font-variant: small-caps;
    	color: cadetblue;
    	display:none;
}
.tribe-list-widget li.tribe-events-list-widget-events{
	list-style: none;
}
/** Make each event standout with a new background and border */
.tribe-list-widget li.tribe-events-list-widget-events {
	background: #e5f9fc;
	border-bottom: 1px solid #233d78;
	padding: 10px;
}

/** Make each event title uppercase and underline them */
.tribe-events-list-widget h4.entry-title a {
	text-decoration: underline;
	text-transform: uppercase;
}

/** Make the event date/time information a little more prominent */
.tribe-events-list-widget div.duration {
	color: green;
	font-weight: bold;
	transform: rotate( -4deg );
}

/*CUE STORE - Woocommerce*/
.cuestore-style{
	width: 100%;
	float:none;
}
.woocommerce div.product div.images img{
	width: 200px;
}
/*TEMPORARY REMOVE CART*/
.cart{
	
}

.store-links-top{
	position: absolute;
	top: 0;
	right: 0;
	margin-right: 1em;
	font-size: 14px;
	border-top: 1px solid;
	border-bottom: 1px solid;
	padding: 4px 0;
}
.store-links-top .widget-slider {
	border: none;
	margin: 0;
	padding: 0;
}
.store-links-top .menu-item{
	display: inline-block;
	border-right: 1px solid;
	padding: 0 5px;
}
.store-links-top .menu-item:last-child{
	border:none;
}
.store-links-top ul{ margin: 0; }
.store-links-top ul::before{
	content: "Quick Links:";
	padding-right: 5px;
	font-weight: bold;
}
.store-links-bottom{
	display: inline-block;
    	width: 100%;
    	text-align:center;
}
.store-links-bottom .widget_text h5{
	width: max-content;
	display: inline-block;
	margin-right: 2em;
}
.store-links-bottom .widget_text{
	border-bottom: 1px solid black;
	border-top: 1px dotted lightgray;
	border-left:0;
	border-right:0;
}
.store-links-bottom .custom-html-widget{
	width: max-content;
	display: inline-block;
	text-decoration-color: #007acc;
    	text-decoration-line: underline;
}
.store-links-bottom .custom-html-widget:hover{
	color:#233d78;
	text-decoration-line:none;
}

.product .summary .product_meta{
	display:none;
}

.woocommerce .woocommerce-cart-form table.shop_table{
	width: auto;
}
.woocommerce td.product-quantity{
	text-align: center;
}
span.woocommerce-Price-amount.amount{
	margin: 0;
}
.woocommerce-cart table.cart img{
	width:150px;
}
.woocommerce a.remove{
	box-shadow:none;
	border: 1px solid;
}
.woocommerce #respond input#submit.alt, .woocommerce a.button.alt, .woocommerce button.button.alt, .woocommerce input.button.alt{
	background-color: #007acc;
}
.woocommerce #respond input#submit.alt:hover, .woocommerce a.button.alt:hover, .woocommerce button.button.alt:hover, .woocommerce input.button.alt:hover{
	background-color: rgba(21, 158, 216, 1);
}
.woocommerce #content table.cart td.actions .coupon .button, .woocommerce #content table.cart td.actions .coupon .input-text, .woocommerce #content table.cart td.actions .coupon input, .woocommerce table.cart td.actions .coupon .button, .woocommerce table.cart td.actions .coupon .input-text, .woocommerce table.cart td.actions .coupon input, .woocommerce-page #content table.cart td.actions .coupon .button, .woocommerce-page #content table.cart td.actions .coupon .input-text, .woocommerce-page #content table.cart td.actions .coupon input, .woocommerce-page table.cart td.actions .coupon .button, .woocommerce-page table.cart td.actions .coupon .input-text, .woocommerce-page table.cart td.actions .coupon input{
	width: 100%;
}

/*Cue Store Product Slider*/
#id-1101 .carousel-slider__product h3, #id-1101 .carousel-slider__product .price{
	height: 54px;
}
.carousel-slider-outer.carousel-slider-outer-products.carousel-slider-outer-1101{
	border-width: 5px;
	border-style: ridge;
	border-color: #2196f3;
}
.carousel-slider__product{
	border-width: 0 2px;
	border-color: #001172;
	border-style: solid;
}
.carousel-slider__product .woocommerce-LoopProduct-link{
	min-height: 230px;
}
.woocommerce ul.products li.product a img{
	height: 250px;
	width: auto;
	margin: 0 auto 1em;
}
.woocommerce ul.products li.product .woocommerce-loop-category__title, .woocommerce ul.products li.product .woocommerce-loop-product__title, .woocommerce ul.products li.product h3{
	text-align:center;
	height: 4em;
}
.woocommerce ul.products li.product .button, .woocommerce ul.products li.product .price{
	width: 100%;
	text-align: center;
}
.woocommerce ul.products li.product .woocommerce-loop-product__title{
	font-size: 14px;
}

/***NCSA Membership Product Fields***/
.entry-summary .ncsa-mem-header{
    margin-bottom:0;
    border-top: 1px solid #e6e6e6;
    padding-top: 5px;
}

/*OVERRIDE PRICE DISPLAY WITH SHORTCODE*/
/*span.woocommerce-Price-amount.amount{
	display: block;
	margin: 2em 0 0;
}*/

/*Canvas Course Product*/
.hideAdminField-wrapper{
	display:none;
}
ul.wccpf-cart-editor-ul.wccpf-is-editable-no{
	display:none;
}
.hideAdminField{
	display:none !important;
}
.canvas-sis-rid-wrapper{
	font-size:13px;
}
.canvas-sis-rid-wrapper td.wccpf_label, .canvas-sis-rid-wrapper td.wccpf_label label{
	width: 165px !important;
}
.canvas-sis-rid-wrapper td.wccpf_value input[type=text]{
	font-size:13px;
}
input.wccpf-field.canvas-sis-rid::placeholder {
    font-size: 10px;
    color: red;
}

/***CUE TUTOR***/
.post-2798 .woocommerce-Price-amount::after{
    content: " (price per 30min block)";
    font-size: 0.7em;
    color:#007acc;
}
.post-2798 .product_title::after{
    content: " TM";
    font-size: 10px;
    vertical-align: super;
}

/* Custom student appointment page */

.tut_card {
	/* Add shadows to create the "card" effect */
	box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2);
	transition: 0.3s;
}

/* On mouse-over, add a deeper shadow */
.tut_card:hover {
	box-shadow: 0 8px 16px 0 rgba(0,0,0,0.2);
}

/* Add some padding inside the card container */
.tut_container {
	padding: 2px 16px;
}



/*Desktop Views*/
@media only screen and (min-width: 56.875em){
	 /*content area*/
	 .content-area{
	 	width: 100%;
	 }
	 .site-main > article {
		margin-bottom: 1.0em;
	}
	.site-main{
		margin-bottom: 2em;
	}
	/*Header - masthead and menu*/
	.site-header{
		padding: 0.6em 0 0;
	}
	.header-image img{
		width: 400px;
	}
	.header-image{
		width: 35%;
		margin-top: 0;
		margin-bottom: 0;
	}
	.header-no-scrolling{
		width: 65%;
	}
	.header-scrolling{
		width: 100%;
		top: 0px;
		left: 0;
		position: fixed;
		background-color: #fff;
		margin-top: 20px;
		padding-bottom: 10px;
		z-index: 2;
	}
	.main-navigation{
		width: 100%;
		text-align: center;
		margin-left: auto;
	}
	.primary-menu .menu-item{
		border-radius: 8px;
		background-color: rgba(21, 158, 216, 1);
		margin: 0 1px;
		width: 16%;
		font-size: 0.75em;
	}
	.primary-menu .menu-item a{
		color: white;
	}
	.upper-links{
		list-style: none;
		border-top: 1px solid;
		border-bottom: 1px solid;
		font-size: 14px;
		margin: auto;
		right: 0;
		top:0;
		position: absolute;
		display: inline-block;
		width: auto;
		clear: both;
	}
	.upper-links li{
		float: left;
		width: 200px;
		text-align:center;
	}
	/*Footer*/
	[class*=widget-footer-]{
		box-sizing: border-box;
		width: 25%;
		float:left;
		text-align:center;
	}
	[class*=widget-footer-] ul{
		list-style-type: none;
		margin: auto;
	}
	[class*=widget-footer-] img{
		margin:auto;
	}
	/*Homepage Widget Area*/
	
	.two-col-home{
		display: inline-block;
		width: 100%;
	}
	.widget-homepage{
		float: left;
		display: inline-block;
		width: 45%;
		height: 430px;
		overflow:hidden;
	}
	.widget-homepage:first-child{
		margin-right: 5%;
	}
	.one-col-home{display: flex;}
	.one-col-home .widget-homepage{
		width: 30%;
		height:auto;
		margin: auto;	
		float: none;
	}
	.one-col-home .wpforms-field-container{
		width: 80%;
		margin: auto;
		padding: 0 15px;
	}
	.one-col-home .wpforms-container .wpforms-recaptcha-container .g-recaptcha{
		margin: auto;
		width: 304px;
	}
	.one-col-home .wpforms-submit-container .wpforms-submit{
		width: 100%;
	}
	.donateBtn{
		font-size: 2em !important;
		font-weight:normal !important;
	}
	
	/*NO TABLE DISPLAY*/
	.kill-table-grid{
		display:table-row;
	}
	
	/*Short Codes for Quick Links*/
	.quick-links-menu{
		margin-left: -10px;
		display: inline-block;
		border: 1px solid rgb(218, 235, 241);
		list-style-position: inside;
		background-color:rgb(242, 248, 250);
		padding: 8px;
		width: 50%;
	}
	.quick-links-menu li{
		float: none;
		margin-right: 0;
		list-style-type: disc;
		border-left: none;
		padding-left: none;
		background-color: rgb(242, 248, 250);
	}
	.entry-header{
		margin-bottom: 1em;
	}
	.entry-title{
		margin-bottom: 0;
	}
	
	/*Widget Slider Area*/
	.widget-slider{
		margin-bottom: 1em;
		border: 2px solid rgb(240, 248, 255);
	}
	.section-landing-2 .widget-slider:last-child{
		border: 2px solid rgb(240, 248, 255);
	}
	
	/*Woocommerece store*/
	.woocommerce div.product div.images img{
		width: 300px;
	}
	.woocommerce #content table.cart td.actions .coupon .button, .woocommerce #content table.cart td.actions .coupon .input-text, .woocommerce #content table.cart td.actions .coupon input, .woocommerce table.cart td.actions .coupon .button, .woocommerce table.cart td.actions .coupon .input-text, .woocommerce table.cart td.actions .coupon input, .woocommerce-page #content table.cart td.actions .coupon .button, .woocommerce-page #content table.cart td.actions .coupon .input-text, .woocommerce-page #content table.cart td.actions .coupon input, .woocommerce-page table.cart td.actions .coupon .button, .woocommerce-page table.cart td.actions .coupon .input-text, .woocommerce-page table.cart td.actions .coupon input{
		width: 48%;
	}	
	
	/*Donate Button*/
	.donate-btn-area{
		display: inline-block;
		padding: 8px;
		clear: both;
		width: 100%;
	}
	[class*=donate-col-]{position: relative; display:inline-block; box-sizing: border-box;}
	.donate-col-1{width:40%; float:left;}
	.donate-col-1 img{display: block; margin: auto;}
	.donate-col-2{width: 60%; text-align: center;}
	.donateBtn{
		background-color: #ccefff !important;
		text-align: center !important;
		color: black !important;
		border-radius: 15px !important;
		border: 1px solid #80b3ff !important;
		box-shadow: 5px 5px 5px grey !important;
		width: 100% !important;
		height: 70px !important;
		padding: 5px !important;
		font-size: 2em !important;
		display: block !important;
		line-height: inherit !important;
	}
	/*HOME SPECIFIC Donate Button Area*/
	.home-donate{
		width: 100%;
		display: inline-block;
	}
	.home-donate .donate-col-1{width:15%; float:left;}
	.home-donate .donate-col-2{width: 80%; text-align: center;}
	
	/*Sections for Landing Pages*/
	.section-row::after{
		content: "";
	   	clear: both;
	    	display: table;
	}
	[class*="section-landing-"]{
		box-sizing: border-box;
		padding: 0 1em;
		float: left;
	}
	.section-landing-1{
		width: 70%;
	}
	.section-landing-2{
		width: 30%;
		padding-left: 1em;
	}
	#wds_container1_0{
		margin-bottom: 1em;
		border: 2px solid rgb(240, 248, 255);
	}
	
	/***CUE STORE CONTACT FORM***/
	.lightbox-form-desktop{
		display:block;
	}
	.cs-contact-form-mobile{
		display:none;
	}
}
@media only screen and (min-width: 77.6em){
	.primary-menu .menu-item{
		font-size: 1em;
		color: white;
	}
	 /*content area*/
	 .content-area{
	 	width: 100%;
	 }
}

@media only screen and (max-width: 768px){
	.woocommerce ul.products[class*=columns-] li.product, .woocommerce-page ul.products[class*=columns-] li.product{
		width: 100%;
		float: none;
	}
}
