/*
/*============
/*EXTRA CSS*/

.icon-list li::before {
  display: block;
  flex-shrink: 0;
  width: 1.5em;
  height: 1.5em;
  margin-right: .5rem;
  content: "";
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23212529' viewBox='0 0 16 16'%3E%3Cpath d='M8 0a8 8 0 1 1 0 16A8 8 0 0 1 8 0zM4.5 7.5a.5.5 0 0 0 0 1h5.793l-2.147 2.146a.5.5 0 0 0 .708.708l3-3a.5.5 0 0 0 0-.708l-3-3a.5.5 0 1 0-.708.708L10.293 7.5H4.5z'/%3E%3C/svg%3E") no-repeat center center / 100% auto;
}


.navbar-expand-md .navbar-nav .nav-link 
    a {
      align-content: right;
/*    color: #fff;*/
    text-decoration: none;
    background-color: transparent;
    padding-right: 0.5rem;
    padding-left: 0.5rem;
}
.link-white a:link {color:#fff; text-decoration:none; }
.link-white a:visited {color:#fff; text-decoration:none; }
.link-white a:hover {color:#0BACBB; text-decoration:none; }
.link-white a:active {color:#fff; text-decoration:none; }

/*///// MY LINK STYLING  ////*/
.class a:link {color:#000;  } /* unvisited link */
.class a:visited {color:#000; text-decoration:none; }  /* visited link */
.class a:hover {color:#990000; text-decoration:none;   }  /* mouse over link */
.class a:active {color:#000; text-decoration:none; }  /* selected link */ 


/*///// MY LINK STYLING  ////*/

.btn-success a:link {color:#fff!important; font-size: 30px; font-family: 'Lobster', cursive; } /* unvisited link */
.btn-success a:visited {color:#fff; text-decoration:none; }  /* visited link */
.btn-success a:hover {color:#000; text-decoration:none;   }  /* mouse over link */
.btn-success a:active {color:#fff; text-decoration:none; }  /* selected link */ 

.btn-danger a:link {color:#000!important; font-size: 30px; font-family: 'Lobster', cursive; } /* unvisited link */
.btn-danger a:visited {color:#000; text-decoration:none; }  /* visited link */
.btn-danger a:hover {color:#fff; text-decoration:none;   }  /* mouse over link */
.btn-danger a:active {color:#000; text-decoration:none; }  /* selected link */ 

/*///// CONTENT STYLE ////*/

.vid {
  background-color: #0A090F;
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px; height: 0; overflow: hidden;
    box-shadow: 1px 2px 3px 4px;
}
 
.vid iframe,
.vid object,
.vid embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

/* IMAGE ALIGN CODE */
img.alignright {float:right; margin:40px; }
img.alignleft {float:left; margin:40px; }
img.aligncenter {display: block; margin-left: auto; margin-right: auto;}
a img.alignright {float:right; margin:0 0 1em 1em;}
a img.alignleft {float:left; margin:0 1em 1em 0;}
a img.aligncenter {display: block; margin-left: auto; margin-right: auto;}


/* Alignment */
.alignleft {
  display: inline;
  float: left;
  margin-right: 1.5em;
}
.alignright {
  display: inline;
  float: right;
  margin-left: 1.5em;
}
.aligncenter {
  clear: both;
  display: block;
  margin: 0 auto;
}
.featured-image-caption
{
  background-color: #fff;
  font-size: 12px;
  margin: 20px;/*
  border: 1px solid #0A090F;*/
  padding: 5px;
}



.pagination {
clear:both;
padding:0px 0;
position:relative;
font-size:11px;
line-height:13px;
}
 
.pagination span, .pagination a {
display:block;
float:left;
margin: 2px 2px 2px 0;
padding:6px 9px 5px 9px;
text-decoration:none;
width:auto;
color:#fff;
background: #ED008B;
border:solid #fff 1px;
}
 
.pagination a:hover{
color:#000;
background: #ED008B;
}
 
.pagination .current{
padding:6px 9px 5px 9px;
background: #ED008B;
color:#fff;
}





