/*
Theme Name: WP Bootstrap Starter Child Theme
Theme URI: https://example.com
Description: A child theme for WP Bootstrap Starter.
Author: Your Name
Author URI: https://example.com/
Template: wp-bootstrap-starter
Version: 1.0
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
*/

.star-color {
	color: #FF6E00;
}

.title-size {
	font-size: 24px;
}

ul.checkmarkinstead {
  list-style: none;
}

ul.checkmarkinstead li:before {
	content: '✓ ';
	color: green;
	font-weight: bold;
}

@media screen and (max-width: 766px) {
	.button_margin {
		margin-left: 15px !important;
	}
}

@media screen and (min-width: 767px) {
	.list_computer {
		margin-left: -20px !important;
		margin-top: 25px !important;
		margin-right: -130px !important;
	}
	.list_4_computer {
		margin-left: -20px !important;
		margin-top: 35px !important;
		margin-right: -130px !important;
	}
	.list_3_computer {
		margin-left: -20px !important;
		margin-top: 45px !important;
		margin-right: -130px !important;
	}
	.computer_margin {
		margin-left: 40px !important;
	}
	.icon_margin {
		margin-top: -10px !important;
	}
	.html_margin {
		margin-left: 40px !important;
		margin-top: 60px !important;
	}
	.quote_margin {
		margin-top: 80px !important;
		margin-right: 60px !important;
	}
	.verified_margin {
		margin-left: -60px !important;
	}
	.grade_margin {
		margin-left: 35px !important;
	}
	.quote-heading-pc {
		margin-top: 60px !important;
	}
}

/* BEGIN - Color for quote button in the nav menu */
.menu-item-73 a { 
	color: #FF6E00 !important; 
}
/* Doesn't fill up full button */
/*
.menu-item-73 a:hover { 
	color: #ffffff !important; 
	background-color: #d81400 !important;
}
*/
.menu-item-73 { 
    color: #FF6E00 !important;
    font-weight: bold;
    border: 1px #FF6E00 solid;
    border-radius: 25px;
    padding: 0px 10px;
	text-align: center;
}
/* END - Color for quote button in the nav menu */

.menu-item {
    margin: 0 15px;
}

.dropdown-menu {
	width: 300px !important;	
}

.wpb_content_element {
	margin-bottom: 0px !important;
}

.dropdown-menu .dropdown-item {
	padding-bottom: 10px;
}

.navquotebutton {
	display: none;
    color: #FF6E00 !important;
    font-weight: bold;
    border: 1px #FF6E00 solid;
    border-radius: 25px;
    padding: 0px 10px;
	text-align: center;	
}