/*
Theme Name: Palmyra2024
Theme URI:http://www.palmyrasurgical.com/wp-content/themes/psl2020
Description: Bariatric Surgery theme
Author:Nic Nevin
Author URI:http://www.ifxmedical.com
Version:2.0.0
Tags:Framework
*/
body {
	color: #333;
	font-size: 18px;
	line-height: 30px;
	font-family: "Poppins", sans-serif;
}
button, input, select, textarea {
	border-radius: 0;
	background: #fff;
	border-color: #a1a1a1;
}
a {
	color: #2d86ab;
}
a:hover, .site-footer a:hover {
	color: #37657a;
}
a:visited {
	color: #1d495d;
}
a:active {
	color: #addef5;
}
a:focus {
	outline: none;
}
p {
	margin: 0 0 20px;
}

.poppins-thin {
    font-family: "Poppins", sans-serif;
    font-weight: 100;
    font-style: normal;
}

.poppins-extralight {
    font-family: "Poppins", sans-serif;
    font-weight: 200;
    font-style: normal;
}

.poppins-light {
    font-family: "Poppins", sans-serif;
    font-weight: 300;
    font-style: normal;
}

.poppins-regular {
    font-family: "Poppins", sans-serif;
    font-weight: 400;
    font-style: normal;
}

.poppins-medium {
    font-family: "Poppins", sans-serif;
    font-weight: 500;
    font-style: normal;
}

.poppins-semibold {
    font-family: "Poppins", sans-serif;
    font-weight: 600;
    font-style: normal;
}

.poppins-bold {
    font-family: "Poppins", sans-serif;
    font-weight: 700;
    font-style: normal;
}

.poppins-thin-italic {
    font-family: "Poppins", sans-serif;
    font-weight: 100;
    font-style: italic;
}

h1, h2, h3, h4, h5, h6 {
	font-family: "Poppins", sans-serif;
    padding:15px 0 0 0;
}
.h-wrap {
  text-align: center;
}
.m-wrap {
   margin: 0 auto;
}
.text-xs{
	font-size: 10px;
}
.text-sm{
	font-size: 12px;
}
.mt-3{
   margin-top:25px;
}
.wp-block-navigation a:hover {
    text-decoration-thickness: 3px !important;
    text-decoration-color:#ffcc00 !important;
    text-decoration: underline;
    text-underline-offset: 20px;
}
.aioseo-breadcrumb{
    font-size: 12px;
}
.aioseo-breadcrumbs{
    margin-left:20%;
}

.no-margin-top{
    margin-top:0 !important;
}


.no-margin-bottom{
    margin-bottom:0 !important;
}