/*
 Theme Name:    Place IR Consulting
 Theme URI:     http://www.placeirc.com
 Description:   Theme for Place IR Consulting
 Author:        Nautic Studios LLC
 Author URI:    http://www.nauticstudios.com
 Template:      Divi
 Version:       1.0.12
*/

.bul-list{
	margin-top: 10px;
}
.bul-list ul{
	list-style: none;
}
.bul-list li:before{
	color: #1c75bc;
	content: "\2022";
	font-weight: bold;
	display: inline-block;
	width: 1em;
	margin-left: -1em;
}
.spacer{
	height: 10px;
}

.et_pb_testimonial:before {
	color: #1c75bc;
}
@media all and (max-width: 980px) {
	.custom_row {
	  display: -webkit-box;
	  display: -moz-box;
	  display: -ms-flexbox;
	  display: -webkit-flex;
	  display: flex;
	-webkit-flex-wrap: wrap; /* Safari 6.1+ */
	flex-wrap: wrap;
	}
	.first-on-mobile {
	-webkit-order: 1;
	order: 1;
	}
	.second-on-mobile {
	-webkit-order: 2;
	order: 2;
	}
	.third-on-mobile {
	-webkit-order: 3;
	order: 3;
	}
	.fourth-on-mobile {
	-webkit-order: 4;
	order: 4;
	}
	.custom_row:last-child .et_pb_column:last-child {
		margin-bottom: 30px;
	}
}
@media (max-width: 980px) {
    #header-menu .et_pb_menu__wrap {
        justify-content: center;
    }    
}
#header-menu .et-menu li{
	font-size: 17px !important;
}

.fa-blurb i{
	color: #283073;
	margin-bottom: 15px;
}

.inner-heading
{
	background-image: url('images/inner-heading-bkg.webp');
	background-color: #015498 !important;
}

@media (max-width: 800px){
	.inner-heading{
		background-position: 35% 0%;
	}
}

@media (min-width: 768px) {
	.inner-heading
	{
		max-height: 160px;
		background-size: 1391px 160px !important;
	}
}

#footer-widgets{
	padding-top: 30px !important;
}

#footer-widgets .menu-item::before {
	color: #1c75bc;
	content: "\2022";
	font-weight: bold;
	display: inline-block;
	width: 1em;
}
#footer-widgets .et_pb_widget ul li{
	line-height: 1em;
}
#footer-widgets .et_pb_widget li a:hover{
	color: #fff;
}
#footer-widgets h4{
	font-size: 20px;
}
@media (max-width: 980px) {
    #primary-menu .et_pb_menu__wrap {
        justify-content: center;
    }    
}
@media only screen and (max-width: 1199px) {
    .et_pb_menu .et_pb_menu__menu {
        display: none;
    }
    .et_mobile_nav_menu {
        display: block;
    }
}
@media only screen and (min-width: 1200px) and (max-width: 1225px) {
	#header-menu .et-menu > li {
		padding-left: 10px !important;
		padding-right: 10px !important;
	}
}
@media (min-width: 981px) and (max-width: 1280px){
    ul#mobile_menu1 {
        list-style: none;
        text-align: left;
        padding-top: 20px;
    }
    
    ul#mobile_menu1 ul.sub-menu {
        list-style: none;
        padding-right: 30px !important;
    }    
}
