/******* Do not edit this file *******
Woody ad snippets CSS and JS
Saved: Aug 30 2021 | 07:23:35 */
/*Some CSS*/

/*styling for keyboard HTML <kbd> code used in posts*/

kbd {
  border-radius:4px;
  padding:2px 6px 2px 6px;
  background-color:#222;
	font-family:ubuntu;
	font-weight:normal;
	color:white;
	font-size:smaller;
}

/* row under home banner styles */

.check-mark-line p{
	margin: 0px 0px!important;
}

.button-text-home .vc_btn3{
	color: #266389!important;
	font-size: 16px!important;
}

/*styling for post grid paginator*/
.pt-cv-spinner {
	display: none;
}

.pagination>li>a, .pagination>li>span {
    text-align: center;
    display: inline-block;
    border-radius: 0px;
    margin: 0px;
    width: auto;
    height: auto;
}

.pt-cv-wrapper .pagination>li:first-child>a, .pt-cv-wrapper .pagination>li:first-child>span {
    margin-left: 0;
    border-bottom-left-radius: 4px!important;
    border-top-left-radius: 4px!important;
    border-top-right-radius: 0px!important;
    border-bottom-right-radius: 0px!important;
}

.pt-cv-wrapper .pagination>li:last-child>a, .pt-cv-wrapper .pagination>li:last-child>span {
    border-bottom-right-radius: 4px!important;
    border-top-right-radius: 4px!important;
    border-top-left-radius: 0px!important;
    border-bottom-left-radius: 0px!important;
}

/*Fix Ajax pagniation button colors*/
.cv-pageitem-first.active a {
	background: #fff!important;
	color: #bbbbbb!important;
}

.cv-pageitem-prev.active a {
	background: #fff!important;
	color: #bbbbbb!important;
}

/*Color*/

.color-icon-blue {
	color: #70abf9!important;
}

.color-icon-yellow {
   color: #ffba00;
}

/* Widget button CSS for sidebar, for download */

.et-widget-button-green {
    color: #fff;
    background-color: #6dab3c;
    padding: 10px;
    border-radius: 7px;
    border: 1px solid #6dab3c;
    text-align: center;
    margin-top: 20px!important;
    margin-bottom: 20px!important;
	display: block;
}
.et-widget-button{
	text-align: center;
	display: block;
	font-weight: bold;
	font-size: 20px;
}

/*Margin top 0px for P elements*/
.p-mt-0 p {
	margin-top: 0px!important;
}

/*Disclaimer*/
.p-disclaimer p {
	font-size: 10px;
}

/*Restoro Legal Sidebar Links*/
.restoro-legal  {
	text-align: center;
	margin-top: -20px!important;
}
.restoro-legal a {
	font-size: 12px!important;
}