/*
 Theme Name: WorkScout Child
 Theme URI: https://www.canadayouthjobsbank.ca
 Description: Child theme for WorkScout
 Author: Canada Youth Jobs Bank
 Template: workscout
 Version: 1.0
*/

/* Add your custom CSS below */

#titlebar.single {
    padding: 25px 0;
}

.sign-in-demo-notice {display: block;padding: 13px 20px;margin: -5px 0 25px 0;font-size: 14px;line-height: 22px;background-color: #E9F7FE; color: #3184ae; border-radius: 4px;}
.sign-in-demo-notice strong { color: #3184ae; }
.sign-in-demo-notice {
    display: block;
    padding: 13px 20px;
    margin: -5px 0 25px 0;
    font-size: 14px;
    line-height: 22px;
    background-color: #E9F7FE;
    color: #3184ae;
    border-radius: 4px;
}

.logged-in.page-id-18886 input[type="submit"],
.logged-in.page-id-18886 button { pointer-events: none; opacity: 0.4; }

.menu-button { 
background-color:#9966ff;
border:1px;
border-radius:3px;
-webkit-box-shadow:1px 1px 0px 0px #2f2f2f;
-moz-box-shadow:1px 1px 0px 0px #2f2f2f;
box-shadow:1px 1px 0px 0px #2f2f2f;
}
.menu-button a,  .menu-button a:hover, .menu-button a:active { 
color:#fff !important;
background-color:#ff00bf;
}
.dashboard-nav ul:before {
	color: #9966FF;
	font-size: 18px;
	font-weight: 700;
}
#messages_page-menu {
 display: none;
}
.user-menu-small-nav li:nth-child(2) {
  display: none;
}

.woocommerce-product-gallery {
	display: none;
}
.woocommerce #content div.product div.summary, .woocommerce div.product div.summary, .woocommerce-page #content div.product div.summary, .woocommerce-page div.product div.summary {
	float: left;
	width: 100%;
}

.onsale {
    background-color: #dd1818;
}

h1.product_title {
	font-size: 26px;
 	color: #9966ff;
	font-weight: bold;
}

.new-layout .job_listing.job_position_featured {
    background-color: #f8eeff;
		border-bottom: 3px solid #e2dee9;
}

.new-layout .job_listing.job_position_featured:hover {
    background-color: #e5cdf5;
}

.new-layout .job_listing.job_position_featured > div > h4 {
	color: #814ceb;
	font-weight: 500;
}

#wpcf7-f414-p72-o1 input, 
#wpcf7-f414-p72-o1 textarea, 
#wpcf7-f414-p72-o1 select,
#wpcf7-f414-p95-o1 input,
#wpcf7-f414-p95-o1 textarea {
    color: #9966ff !important;
    border-width: 1px;
    border-radius: 3px;
    padding: 15px 20px !important;
    background: transparent;
    margin-bottom: 0;
		font-size: 16px;
		font-weight: 500;
		margin-top: 20px;
}
#wpcf7-f414-p72-o1 input[type="submit"],
#wpcf7-f414-p95-o1 input[type="submit"] {
	margin-top: -10px;
	color: #fff !important;
	background-color: #9966ff;
	padding: 11px 18px !important;
}
#wpcf7-f414-p72-o1 input[type="submit"]:hover, #wpcf7-f414-p72-o1 input[type="submit"]:focus,
#wpcf7-f414-p95-o1 input[type="submit"]:hover, #wpcf7-f414-p95-o1 input[type="submit"]:focus {
	background-color: #ff00bf;
}
#c-subject {
	width: 100%;
}
#wpcf7-f414-p72-o1 input:focus,
#wpcf7-f414-p72-o1 textarea:focus,
#wpcf7-f414-p72-o1 select:focus,
#wpcf7-f414-p95-o1 input:focus,
#wpcf7-f414-p95-o1 textarea:focus
{
	color: #9966ff !important;
	border: 1px solid #9966ff !important;
}

.wpcf7 form .wpcf7-response-output {
    border: 2px solid #9966ff;
}

#workscout_user_email {
		border-radius: 3px;
    border: 1px solid #e0e0e0;
    background-color: #fcfcfc;
		color: #909090 !important;
		font-size: 14px;
		font-family: "Poppins", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
#register input:focus,
#workscout_login_form input:focus {
	border-color: #9966ff;
	font-weight: 400;
	background-color: #fff;
}

#register input[type="submit"]:hover ,
#workscout_login_form input[type="submit"]:hover {
	background-color: #ff00bf;
}

#job_package_selection ul li > p {
	display: none;
}

.company-info-boxed .company-info {
	width: 100%;
}

@media (max-width: 900px) {
	.company-info-apply-btn, .company-info-apply-btn a.button {
		width: auto;
	}
}

@media (max-width: 385px) {
	.company-info-apply-btn, .company-info-apply-btn a.button {
		width: 100%;
	}
}

@media (max-width: 1099px) {
	.full-page-container.with-map {
	    padding-top: 0;
}
	.full-page-map-container {display: none;}
}


@media only screen and (min-width: 768px) and (max-width: 990px){
	.plan-price h3 {
		height: 116px;
	}
}

@media only screen and (min-width: 768px) {
.woocommerce .products .plan-features ul:first-child + ul, .woocommerce ul.products .plan-features ul:first-child + ul, .plan-features ul:first-child + ul {
	height: 106px;
}
}

.full-page-map-container {display: none;}
.full-page-content-container {
    flex: 0 0 100vw !important;
}

/* Post a Job */
.preview-buttons {
    text-align: center;
    margin: 35px 0;
}

.preview-buttons input.button {
    float: none !important;
    display: inline-block;
    font-size: 18px !important;
    padding: 14px 30px !important;
    min-width: 180px;
    margin: 8px;
    height: auto !important;
}

.preview-buttons.bottom-buttons {
    margin-top: 50px;
    margin-bottom: 50px;
}

.job_listing_preview_title h2 {
    text-align: center;
    font-size: 32px !important;
    margin-bottom: 25px;
}

/* Job submission form buttons */

.send-btn-border {
    text-align: center;
    margin-top: 35px;
}

.send-btn-border input.button {
    font-size: 18px !important;
    padding: 14px 35px !important;
    min-width: 180px;
    margin: 8px 15px !important;
    float: none !important;
}

/* Continue button - primary */
.send-btn-border input[name="submit_job"] {
    background-color: #ff00bf !important;
    color: #fff !important;
}

/* Continue button - hover */
.send-btn-border input[name="submit_job"]:hover {
    background-color: #9966FF !important;
    color: #fff !important;
}

/* Save for Later button - secondary */
.send-btn-border input.save_draft {
    background-color: #e4e4e4 !important;
    color: #333 !important;
    border-color: #e4e4e4 !important;
}

.send-btn-border input.save_draft:hover {
    background-color: #d4d4d4 !important;
}

/*Job package details in the post a job page. Only the title should be displayed to let the customer choose the package. */

.job-package label{
	font-size: 18px !important;
	color: #5e17eb !important;
}
.job-package h3 > strong{
	font-size: 18px !important;
	font-weight: 400 !important;
}
.job-package h3 {
	font-size: 18px !important;
	font-weight: 400 !important;
	padding-left:50px!important;
}
.entry-summary .posted_in{
	display:none !important;
}

/** Modify Package at Checkout page */
.order-review-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 20px;
    flex-wrap: wrap;
}

.order-review-header h3 {
    margin: 0 !important;
}

.modify-package-button {
    background: #9966ff !important;
    color: #fff !important;
    border-color: #9966ff !important;
    padding: 10px 20px !important;
}

.modify-package-button:hover {
    background: #ff00bf !important;
    color: #fff !important;
}

/** Product Remove button in cart **/
/* Cart remove (X) button */
.woocommerce-cart td.product-remove a.remove {
    color: #ff0000 !important;
    font-size: 32px !important;
    font-weight: bold !important;
    width: 40px !important;
    height: 40px !important;
    line-height: 38px !important;
    text-align: center;
}

/* Hover effect */
.woocommerce-cart td.product-remove a.remove:hover {
    color: #ffffff !important;
    background-color: #ff0000 !important;
}

/**Submit button in Choose a Package in Job Form*/
#job_package_selection .job_listing_packages_title {
    display: flex;
    align-items: center;
    position: relative;
}

/* Keep title on left */
#job_package_selection .job_listing_packages_title h2 {
    margin: 0;
    text-align: left;
}

/* Center button while title stays left */
#job_package_selection .job_listing_packages_title input[type="submit"] {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    float: none !important;

    font-size: 22px !important;
    padding: 16px 45px !important;
    min-width: 320px;
    font-weight: 700;
}

/* Bottom button */
.package-submit-bottom {
    text-align: left;
    margin-top: 30px;
    margin-bottom: 30px;
		margin-left: 20px;
}

.package-submit-bottom input[type="submit"] {
    font-size: 22px !important;
    padding: 16px 45px !important;
    min-width: 320px;
    font-weight: 700;
}

/* Employer CTA in Job pages - Post a Job*/
.cyjb-employer-cta {
    background: #f7f9fb;
    border: 1px solid #e2e8f0;
    padding: 25px;
    margin-bottom: 30px;
    border-radius: 6px;
}

.cyjb-employer-cta h3 {
    margin-bottom: 10px;
}

.cyjb-employer-cta p {
    margin-bottom: 20px;
}

.cyjb-employer-cta .button {
    display: inline-block;
}