/*
Welcome to Custom CSS!

To learn how this works, see https://wp.me/PEmnE-Bt
*/

.main-page-button{
	padding-top:30px;
}

a:link {
	text-decoration: none;
	color: #D9006C;
}

a:hover {
	text-decoration: none;
	color: #FF47A0;
}

a:visited {
	text-decoration: none;
	color: black;
}

.menu-social {
	padding-bottom: 0;
	padding-left: 0;
	width: 200px;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0;
}

.menu-help {
	padding-bottom: 0;
	padding-top: 0;
	padding-left: 0;
	width: 750px;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0;
}

.menu-help tbody > tr > td,
.menu-social tbody > tr> td,
.menu-main tbody > tr> td,
.calculation-chart tbody > tr > td {
	border: 0;
}

.menu-main {
	padding-bottom: 0;
	padding-top: 0;
	padding-left: 0;
	width: 100%;/*750px*/
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0;
	margin-bottom: 0;
	margin-top: 0;
	font-size: 20px;
	font-weight: bold;
}

.site-footer {
	padding-bottom: 20px;
	padding-top: 0;
}

.mybutton {
	color: blue;
}

.custom-footer-post {
	position: relative;
	bottom: 0;
	left: 0;
	right: 0;
}

.from-blog-heading {
	padding-top: 50px;
	padding-bottom: 0;
}

.scissor-separator {
	padding-top: 0;
	padding-bottom: 0;
	width: 60%;
	padding-bottom: 0;
	margin-left: auto;
	margin-right: auto;
}

h2.link-header:hover {
	text-decoration: none;
	color: #a6636b;
}

.link-header {
	padding-bottom: 50px;
}

.hidden-image {
	display: none;
}


.site-name{
	display: none;
}


#toggle-menu{
		background-color: #D9006C !important;
}


#site-navigation{
		background-color: #D9006C !important;	
}

.main-navigation{
			background-color: #D9006C !important;		

}

a.footerLink:link{
	text-decoration: none;
}

.has-tertiary-background-color{
	border-radius: 5px;
  border: 1px solid #bfbfbf;
}

button[type="button"] {
  background-color: #EE2C82;
}

@media (max-width: 768px) {
    .small-form-image-mob {
        width: 50%; /* Adjust this percentage as needed */
        height: auto;
        display: block;
        margin: 0 auto;
    }
}

button:hover:not(.downloadBuyButtonClass) {
  background-color: #b5045c !important;
}
