@charset "UTF-8";

/*
Theme Name: P3 Cost Analysts
Author: P3 Cost Analysts
Description: Theme developed exclusively for www.costanalysts.com
*/

.new_font {
	font-size: 100%;
	line-height: 1.5em;
	color: #5f5a5e;
	font-family: "Open Sans", Arial, Helvetica, sans-serif;
}

.new_font h1, .new_font h2, .new_font h3, .new_font h4, .new_font h5, .new_font h6 {
	color: #5f5a5e;
	font-family: 'Quicksand', sans-serif;
}

.new_font h1 {
	font-size: 280%;
}

.new_font h2 {
	font-size: 230%;
}

.new_font h3 {
	font-size: 200%;
}

.new_font h4 {
	font-size: 180%;
	font-weight:lighter;
}

.new_font h5 {
	font-size: 160%;
	font-weight:lighter;
}

.new_font h6 {
	font-size: 120%;
	font-weight:medium;
}

.new_font h6.extra_size {
    font-size: 18px;
    font-weight: normal;
    padding: 0;
    margin: 0;
}
.new_font .footer_text {
	color:#79a1d4;
}

.no_marg {
	padding:0;
	margin:0;
}

.right_align {
	text-align:right;
}

.center_align {
	text-align:center;
}

/* font style */

.white_t {
	color: #FFFFFF;
}

.white_t h1, .white_t h2, .white_t h3, .white_t h4, .white_t h5, .white_t h6 {
	color: #FFFFFF;
}

.white_t h1, .white_t h4 {
	font-weight: bold;
}

.white_t a:link, .white_t a:visited, .white_t a:active, .white_t a:hover {
	text-decoration: none;
	color: #fff;
}

.white_t a:hover {
	color: #ccc;
}

.opaci_change h4 {
	opacity:0.5;
	font-weight:lighter;
}

div.separator_b {
	clear: both;
	padding: 0px;
	height: 30px;
	width: 100%;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}

div.separator_c {
	clear: both;
	padding: 0px;
	height: 0px;
	width: 100%;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}

.aligncenter {
	display: block;
	margin-right: auto;
	margin-left: auto;
}

.alignright {
	float: right;
	margin-bottom: 20px;
	margin-left: 20px;
	margin-top: 10px;
	background-color: #f1f1f1;
	padding: 15px;
	border: solid 1px #ccc;
}

.alignleft {
	float: left;
	margin-bottom: 20px;
	margin-right: 20px;
	margin-top: 10px;
	background-color: #f1f1f1;
	padding: 15px;
	border: solid 1px #ccc;
}

/* blocks style */

.top_a {
	display: block;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #ccc;
}

.social_icons a{
	padding-left:5px;
	padding-right:5px;
}

.top_menu {
	display: block;
	padding-top: 15px;
	padding-bottom: 15px;
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #ccc;
	background-color: #fff;
}

.top_c {
	display: block;
	/* padding-bottom: 45px; */
}

.extra_line {
	border-top-width: 3px;
	border-top-style: solid;
	border-top-color: #ccc;
}

.footer_a {
	display: block;
}

.post_box {
	box-shadow: 0px -1px 6px -1px rgba(0,0,0,0.5);
	-webkit-box-shadow: 0px -1px 6px -1px rgba(0,0,0,0.5);
	-moz-box-shadow: 0px -1px 6px -1px rgba(0,0,0,0.5);
	min-height: 530px;
	margin-bottom: 30px;
}

/* blog */

.post_box_int {
	padding: 30px;
}

.post_im_main {
	max-height: 200px;
	overflow: hidden;
}

.post_im_main_single {
	/* max-height: 400px; */
	overflow: hidden;
	width: 100%;
	z-index: -1;
	position: absolute;
	background-color:#2680d4;
}

/* .post_im_main_single img {
	width: 100%;
	opacity: .2;
  filter: grayscale(100%) contrast(200%);
} */

.single_post_box {
	background-color: #fff;
	margin-top: 250px;
}

.single_padding_box {
	padding: 70px 150px;
}

.side_blog {
	border: 3px solid #ccc;
	display: block;
	padding: 16px;
	margin-bottom:15px;
}

.side_blog ul {
	padding: 0;
	margin: 0;
}

.entry-content ul {
	margin-left: 50px;
}

.entry-content ol {
	margin-left: 50px;
}

.side_blog li {
	list-style: none;
	border-bottom: 1px solid #ccc;
	padding-top: 5px;
	padding-bottom: 5px;
}

.side_blog h5 {
	color: #999;
	margin: 0px;
	padding: 0px;
	line-height: normal;
}

.blog_title a {
	color: #7da3d6;
}

/* other code */

blockquote {
	background-color: #dedede;
	padding: 20px;
	padding-bottom: 10px;
	font-size: 150%;
	font-style: italic;
	display: block;
	border-radius: 10px 10px 10px 10px;
	-moz-border-radius: 10px 10px 10px 10px;
	-webkit-border-radius: 10px 10px 10px 10px;
	width: 100%;
	clear: both;
}

.icon_blue {
	display:block;
	padding-left:60px;
	padding-bottom:15px;
	padding-top:15px;
	background-repeat: no-repeat;
	background-position: left center;
}

.new_font .icon_blue h6 {
	padding: 0;
	margin: 0;
}

.blue_a {
	background-image: url(img/blue_ic_a.png);
}

.blue_b {
	background-image: url(img/blue_ic_b.png);
}

.blue_c {
	background-image: url(img/blue_ic_c.png);
}

.blue_d {
	background-image: url(img/blue_ic_d.png);
}

.icon_map {
	display: inline-block;
	padding-left:27px;
	padding-bottom:5px;
	padding-top:5px;
	background-repeat: no-repeat;
	background-position: left center;
	background-image: url(img/map_ic.png);
	color:#fff;
	font-size:90%;
}

.contact_small {
	color:#fff;
	font-size:90%;
}

/*green hover icons*/

.icon_green {
	display: inline-block;
	background-repeat: no-repeat;
	background-position: left center;
	height: 114px;
	width: 111px;
	margin-top: -90px;
}

.ig_box {
	border-bottom-width: 5px;
	border-bottom-style: solid;
	border-bottom-color: #79a1d4;
	background-color: #f2f0f3;
	display: block;
	padding-left: 30px;
	padding-right: 30px;
	padding-top: 30px;
	padding-bottom: 30px;
	min-height: 300px;
}

.ig_box:hover {
	background-color: #faeddd;
	border-bottom-color: #ec9227;
}

.ig_box strong {
	color: #ec9227;
	font-weight: normal;
	display: block;
}

.ig_box h6 strong {
	color: #83a7d6;
}

.ig_box p {
	color: #5f5a5e;
}

.ig_box:hover .icon_green {
	background-position: -111px center;
}

.ig_1 {
	background-image: url(img/agb_icon_01.png);
}

.ig_2 {
	background-image: url(img/agb_icon_02.png);
}

.ig_3 {
	background-image: url(img/agb_icon_03.png);
}

.ig_4 {
	background-image: url(img/agb_icon_04.png);
}

.ig_5 {
	background-image: url(img/agb_icon_05.png);
}

.ig_6 {
	background-image: url(img/agb_icon_06.png);
}

.ig_7 {
	background-image: url(img/agb_icon_07.png);
}
.ig_8 {
	background-image: url(img/agb_icon_08.png);
}
.ig_9 {
	background-image: url(img/agb_icon_09.png);
}
.ig_10 {
	background-image: url(img/agb_icon_10.png);
}
.ig_11 {
	background-image: url(img/agb_icon_11.png);
}
.ig_12 {
	background-image: url(img/agb_icon_12.png);
}
/* logo slider */

.mob_logo_border .wpls-logo-showcase button.slick-prev, .mob_logo_border .wpls-logo-showcase button.slick-prev:active {
	background: rgba(17, 88, 173, 1) url(img/ar_left.png) center center no-repeat !important;
}

.mob_logo_border .wpls-logo-showcase button.slick-next, .mob_logo_border .wpls-logo-showcase button.slick-next:active {
	background: rgba(17, 88, 173, 1) url(img/ar_right.png) center center no-repeat !important;
}

.mob_logo_border_grey .wpls-logo-showcase button.slick-prev, .mob_logo_border .wpls-logo-showcase button.slick-prev:active {
	background: rgba(232, 230, 231, 1) url(img/ar_g_left.png) center center no-repeat !important;
}

.mob_logo_border_grey .wpls-logo-showcase button.slick-next, .mob_logo_border .wpls-logo-showcase button.slick-next:active {
	background: rgba(232, 230, 231, 1) url(img/ar_g_right.png) center center no-repeat !important;
}

.wpls-logo-showcase .wpls-fix-box {
	padding: 0!important;
	margin: 0!important;
}

.wpls-logo-showcase-slider-wrp div {
	outline: none;
}

/* blue border box */

.blu_bor_box {
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #486dc5;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #486dc5;
}

/* footer border */

.footer_border {
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #516dad;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #516dad;
}

/* phone mobile link */

a.phone_mob {
	display: inline-block;
	background-position: center center;
	background-repeat: no-repeat;
	background-image: url(img/phone_mob.png);
	min-height: 50px;
	min-width: 60px;
	background-color: #3cb878;
}

a.phone_mob:hover {
	background-color: #339a65;
}

.new_font .desk_font_small h4 {
	font-size: 100%;
}

/* form style */

.form_box {
	border-bottom-width: 5px;
	border-bottom-style: solid;
	border-bottom-color: #3cb878;
}

.new_font .form_box label{
	font-weight: normal;
}

.gform_button.button {
	width: 100%!important;
	background-color: #ec9227;
	margin-bottom: 0;
	padding-top: 16px;
	padding-bottom: 16px;
	font-size: 18px;
	font-family: 'Quicksand', sans-serif!important;
	border:none;
}

.gform_button:hover {
	background-color: #ffb42b!important;
}

.gfield {
	width: 100%!important;
	padding-right: 0!important;
	box-shadow: 0px 0px 0px 0px rgba(0,0,0,0.75)!important;
}

.ginput_container input {
	width: 100%;
	padding-right: 0;
	box-shadow: 0px 0px 0px 0px rgba(0,0,0,0.75);
	padding-left: 8px!important;
	padding-right: 8px!important;
}

.gf_left_half {
	width: 50%!important;
}

.gf_right_half {
	width: 50%!important;
}

body .gform_wrapper .gform_body .gform_fields .gfield_error {
	border-top: 1px solid #ec9227;
	border-bottom: 1px solid #ec9227;
	background-color: #ffebd4;
}

/* find location form style */

.find_location_form_left {
	width: 65%;
	float: left;
	margin:0px;
	padding-left: 40px;
	padding-right: 40px;
	-webkit-box-shadow: 0px 0px 0px 0px rgba(0,0,0,0.75);
	-moz-box-shadow: 0px 0px 0px 0px rgba(0,0,0,0.75);
	box-shadow: 0px 0px 0px 0px rgba(0,0,0,0.75);
}

input.find_location_form_right {
	width: 34%;
	float: right;
	margin:0px;
	padding-top: 10px;
	padding-bottom: 9px;
	color: #fff;
	background-color: #ec9227;
	text-transform: capitalize;
	font-size: 18px;
	font-family: 'Quicksand', sans-serif;
	border:none;
}

/* slider style */

.sow-slider-pagination {
	display: none!important;
}

/* site buttons */

.ow-button-base a {
	text-transform: capitalize!important;
	font-size: 18px!important;
	font-family: 'Quicksand', sans-serif!important;
	width: 370px!important;
	background-color: #ec9227!important;
	border-color: #ec9227!important;
}

.ow-button-base a:hover {
	background-color: #ffb42b!important;
	border-color: #ffb42b!important;
}

.padding_right {
	padding-right: 60px;
}

/* video */

.videoWrapper {
  position: relative;
  padding-bottom: 56.25%; /* 16:9 */
  height: 0;
}

.videoWrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* mobile view */

.show_mob {
	display: none!important;
}

.main_mobileHeader {
	position: relative;
	overflow: hidden;
}

.main_mobileHeader > .panel-grid-cell,
.main_mobileHeader > .panel-grid-cell:last-child > .so-panel {
    margin: 0px !important;
}

.main_mobileHeader > .panel-grid-cell:last-child > .so-panel:first-child {
    margin: 0px !important;
}

.main_mobileHeader > .panel-grid-cell:last-child > .so-panel:last-child,
body.category-franchising .main_mobileHeader > .panel-grid-cell:last-child > .so-panel:first-child,
body.page-id-1153 .main_mobileHeader > .panel-grid-cell:last-child > .so-panel {
    display: none !important;
}

body.category-franchising .main_mobileHeader > .panel-grid-cell:last-child > .so-panel:last-child {
	display: block !important;
}

.main_mobileHeader > .panel-grid-cell:last-child > .so-panel > #head-audit-btn {
    padding: 0px;
    width: calc(100% + 30px);
    margin: 0px -15px;
}

.main_mobileHeader > .panel-grid-cell:last-child > .so-panel > #head-audit-btn .ow-button-base > a {
    padding: 15px 15px;
    width: 100% !important;
    max-width: 100% !important;
    display: block !important;
}


.top_headerBtn > .so-panel:last-child,
body.category-franchising .top_headerBtn > .so-panel:first-child {
    display: none !important;
}

body.category-franchising .top_headerBtn > .so-panel:last-child {
    display: block !important;
}

body.category-franchising .top_headerBtn > .so-panel:last-child a.cs_04 {
    font-size: 16px !important;
	padding: 0.625em 0.5em !important;
}  


@media only screen and (max-width: 800px) {

	.post_box {
		min-height: 50px;
	}

	.new_font .desk_font_small h4 {
		font-size: 120%;
	}

	/* tooltip */

	.qtip {
		width: 85%!important;
	}

	.padding_right {
		padding-right: 0px;
	}

	/* site buttons */

	.ow-button-base a {
		font-size: 90%!important;
	}

	/* form style */

	.gform_button.button {
	font-size: 90%!important;
	}

	.gf_left_half {
		width: 100%!important;
	}

	.gf_right_half {
		width: 100%!important;
	}

	/* green buttons */

	.ow-icon-placement-left.ow-button-hover {
		width: 100%!important;
	}

	/* footer border */

	.footer_border {
		border-left-width: 0px;
		border-right-width: 0px;
		border-top-width: 1px;
		border-top-style: solid;
		border-top-color: #516dad;
		border-bottom-width: 1px;
		border-bottom-style: solid;
		border-bottom-color: #516dad;
	}

	/* blue border box */

	.blu_bor_box {
		border-left-width: 0px;
		border-right-width: 0px;
		border-top-width: 1px;
		border-top-style: solid;
		border-top-color: #486dc5;
		border-bottom-width: 1px;
		border-bottom-style: solid;
		border-bottom-color: #486dc5;
	}

	/* logo slider */

	.mob_logo_border .wpls-fix-box {
		border-width: 1px;
		border-style: solid;
		border-color: #709bce;
		min-height: 60px;
	}

	.mob_logo_border_grey .wpls-fix-box {
		border-width: 1px;
		border-style: solid;
		border-color: #b2b1b1;
		min-height: 60px;
	}

	/* green icons */

	.icon_green {
		display: inline-block;
		background-repeat: no-repeat;
		background-position: left center;
		background-size: 185px;
		height: 95px;
		width: 92px;
		margin-top: -15px;
		position: absolute;
		left: 0;
	}

	.ig_box:hover .icon_green {
		background-position: -93px center;
	}

	.ig_box {
		border-bottom-width: 0px;
		background-color: transparent;
		display: block;
		padding-left: 0px;
		padding-right: 0px;
		padding-top: 0px;
		padding-bottom: 0px;
		margin-bottom: 30px;
		min-height: 10px;
		position: relative;
	}

	.ig_box:hover {
		background-color: transparent !important;
		border-bottom-color: transparent !important;
	}

	.ig_box strong {
		display: none;
	}

	.new_font .ig_box h6 strong {
		display: inline;
		color: #fff;
	}

	.ig_box p {
		display: none;
	}

	.new_font .ig_box h6 {
		background-color: #79a1d4;
		color: #fff;
		display: block;
		padding-left: 90px;
		padding-right: 30px;
		padding-top: 20px;
		padding-bottom: 20px;
		font-size: 20px;
		background-repeat: no-repeat;
		background-position: right 15px center;
		background-image: url(img/agreen_arrow_icon.png);
		background-size: 24px;
		text-align: left;
		width: calc(100% - 15px);
    	margin-left: auto;
	}

	.ig_box h6:hover {
		background-color: #ec9227;
	}

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

	.top_menu {
		display: none;
	}

	.hide_mob {
		display: none!important;
	}

	.show_mob {
		display: block!important;
	}

	.new_font h1 {
		font-size: 200%;
	}

	.new_font h2 {
		font-size: 170%;
	}

	.new_font h3 {
		font-size: 150%;
	}

	.new_font h4 {
		font-size: 140%;
	}

	.new_font h5 {
		font-size: 130%;
	}

	.new_font h6 {
		font-size: 110%;
	}

	.jqueryslidemenu {
		display:none;
	}

	.top_menu {
		display:none;
	}

	.alignright {
		float: none;
		margin-bottom: 20px;
		margin-left: 0px;
	}

	.alignleft {
		float: none;
		margin-bottom: 20px;
		margin-left: 0px;
	}

	.size_set {
		width: 100%;
		margin-right: 0;
		margin-left: 0;
	}

	.right_align {
		text-align:center;
	}

	.columns {
		text-align:center;
	}

	.icon_map {
		text-align: left;
	}

	.new_font .footer_align_center {
		text-align: center;
	}

	.columns.mob_left {
		text-align:left;
	}

	.entry-content ul {
		margin-left: 0px;
	}

	.entry-content ol {
		margin-left: 0px;
	}

	ul,
	ol,
	dl {
		list-style-position: inside;
		text-align:left;
		margin-left:0px;
	}
/* Blog Single Post */
	.single_padding_box {
	padding: 30px 15px;
}
}

/* CSS print */

@media print {

	.print_hide {
		display: none;
	}

}

/* =====================================================
   GW STYLES - 043022
======================================================== */
#mysticky-wrap {
	position: relative;
	z-index: 102;
}
#mysticky-nav .myfixed{
	border-bottom-width: 1px !important;
    border-bottom-style: solid !important;
    border-bottom-color: #ccc !important;
}
.abs-group {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.bgimg {
	background-repeat: no-repeat;
	background-position: 50% 50%;
	background-size: cover;
}

.post_im_main_single {
	position: relative;
	padding-bottom: 75px;
	z-index: 100;
}

.post_im_main_single +  .top_c {
	position: relative;
	z-index: 101;
}

.post_im_main_single .text {
	position: relative;
	text-align: center;
	color: #fff;
}

.post_im_main_single .text h1.storytitle {
	font-family: 'Quicksand', sans-serif;
	font-weight: bold;
	color: #fff;
}

.post_im_main_single .text .category {
	position: relative;
	display: inline-block;
	padding: 10px 0;
	color: #ffffff;
}

@media screen and (min-width: 768px) {
	.post_im_main_single .text .category {
		padding: 10px 0 10px 50px;
		background: url(img/blog-post-icon--01.png) no-repeat 0 50%;
	}

	.post_im_main_single .text .category.aaron_img {
		background: url('/wp-content/uploads/2024/05/icon-aaron-01.png') no-repeat 0 50%;
	}

	.post_im_main_single .text .category.michael_img {
		background: url('/wp-content/uploads/2024/05/icon-michael-01.png') no-repeat 0 50%;
	}

	.post_im_main_single .text .category.Colby_img {
		background: url('/wp-content/uploads/2024/05/icon-colby-01.png') no-repeat 0 50%;
	}

	.post_im_main_single .text .category.scott_img {
		background: url('/wp-content/uploads/2024/05/icon-scott-01.png') no-repeat 0 50%;
	}
}

.post_im_main_single .text a {
	color: #ec9227;
}

.post_im_main_single .text a:hover {
	color: #ffb42b;
}

.post_im_main_single .bgimg {
	opacity: .2;
  filter: grayscale(100%) contrast(200%);
}

.single_post_box { margin-top: -70px; }

/* ======================== RELATED BLOG POSTS =========================== */

.related-posts {
	padding: 30px 0;
	background: #f5f5f5;
}

#franchise_informationModal {
	display: none;
}

.footer_a ul {
    padding: 0px;
}

.footer_a ul > li > a {
    line-height: inherit;
    color: #ec9227;
    text-decoration: none;
    cursor: pointer;
}

.footer_a ul > li > a:hover,
.footer_a ul > li > a:focus {
    color: #ffb42b;
}


