.pl-developer {
	display: none !important;
}

body .brm-heading h2 {
    font-size: 40px;
    letter-spacing: 0px;
    font-family: "Nanum Gothic" !important;
    text-transform: none;
}

.secondadesc {
	    color: white !important;
    font-weight: bold;
    font-size: 18px !important;
}

.brm-heading h2:after {
	 content: "\f107";
	 font-family: FontAwesome;
	 font-style: normal;
	 font-size: 25px;
	 font-weight: normal;
	 position: absolute;
	 right: 5px;
	 top: 2px;
	color: #F5C803;
}

.brm-heading.active h2:after {
	 content: "\f106";
}

.brm-item-name b {
	border: 1px solid white;
	font-size: 14px;
	width: 18px;
	height: 18px;
	display: inline-block;
	line-height: 16px;
	border-radius: 50%;
	background: white;
	color: #00A0E3;
	margin-left: 0px;
}

body .brm-menu {
    font-family: "Lora" !important;
}

.brm-menu-section {
	margin-bottom: 35px !important;
}

.brm-menu-section .brm-item:after {
   display: block;
    border-top: 2px solid #F5C803;
    width: 100%;
    content: "";
    background-size: cover;
    background-repeat: no-repeat;
    margin-top: 15px;
    margin-bottom: 15px;
}

.brm-menu-section .brm-item:last-child:after {
   display: none;
}

body .brm-item-name {
    border-bottom: none;
}

#para2 {
    background-color: #0095C9;
    background-size: cover;
    background-position: center center;
	padding-bottom: 30px;
}

#para2:before {
    background-color: rgba(0, 160, 227, 0.85);
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0px;
    top: 0px;
    display: block;
}

#para2 .wpb_text_column p {
	color: white;
	text-align: center;
	font-family: "Lora";
}

#para2 ol {
   list-style: none;
   color: white;
   counter-reset: item;
   font-family: "Lora";
   text-align: left;
   padding-left: 15px;
 }
#para2 li {
   counter-increment: item;
   margin-bottom: 5px;
   font-size: 15px;
 }
#para2 li:before {
   margin-right: 5px;
   content: counter(item);
   background: white;
   border-radius: 100%;
   color: #00A0E3;
   text-align: center;
   display: inline-block;
   width: 18px;
   height: 18px;
   font-size: 14px;
   line-height: 18px;
 }

#para2 .toglinume li:before {
	display: none;
}

#para2 .toglinume li {
	color: white;
	font-family: "Lora";
}


body .brm-item {
 margin-bottom: 0px !important;
}

body .brm-item > div > div {
 color: white;
}

body .brm-heading {
    border-bottom: none;
    margin-bottom: 15px;
    padding-bottom: 15px;
}

body .brm-heading h2 {
    color: white;
	font-style: normal;
    position: relative;
	font-weight: 400;
}

html body .menu-mobile-button {
	display: none !important;
}

body .brm-item-details {display: flex;flex-direction: column;text-align: center;}

body .brm-item-details > div:nth-child(1) {
 order: 1;
 padding-bottom: 0px;
 text-align: center;
 width: 100%;
	font-weight: 500;
}

body .brm-item-details > div:nth-child(2) {
 order: 3;
 margin-top: 0px;
 width: 100%;
 text-align: center;
 font-weight: bold;
}

body .brm-item-details > div:nth-child(3) {
 order: 2;
 text-align: center;
 padding-top: 5px;
 padding-bottom: 3px;
 width: 100%;
 font-size: 16px;
}



@media only screen and (max-width: 767px) {
body .brm-item-name {
    font-size: 23px;
    padding-bottom: 0px;
    width: 80%;
    line-height: 25px;
    border-bottom: none;
}

body .brm-item-price {
    font-size: 17px;
    margin-top: -25px;
}
	
	.spon .brm-item-price:after {
	content: " cad";
	font-size: 14px;
}

body .brm-heading h2 {
    font-size: 28px;
}

body .brm-menu {padding-left: 15px;padding-right: 15px;padding-top: 35px;}
	
	.layout-theme {
    display: block;
}

}