/*
Theme Name: Canadian Careers Consultants
Version: 1.0
Description: This is a wordpress theme
Author URI: https://www.capitalnumbers.com/
Theme URI: https://www.capitalnumbers.com/
Text Domain: canadaimmigration
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------

	0. 	CSS Reset
	1. 	Document Setup
	2. 	Element Base
	3. 	Helper Classes
	4. 	Site Header
	5. 	Menu Modal
	6. 	Search Modal
	7. 	Page Templates
		a. 	Template: Cover Template
		c. 	Template: Full Width
	8.  Post: Archive
	9.  Post: Single
	10. Blocks
	11. Entry Content
	12. Comments
	13. Site Pagination
	14. Error 404
	15. Widgets
	16. Site Footer
	17. Media Queries

----------------------------------------------------------------------------- */


/* -------------------------------------------------------------------------- */

/*	0. CSS Reset
/* -------------------------------------------------------------------------- */
.ccImage {
    float: left;
}
.footer_nav .menu-item a:hover::before{
	display: none;
}
.country-list li::after{
	display: none;
}
/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type=number] {
  -moz-appearance: textfield;
}

@media only screen and (max-width: 767px) {
.inner-wrapper .form-group.card-info .form-control{
	padding: 10px 18px !important;
}
img#pay_loader{
	margin:0 auto;
}
}