/*
Theme Name: Nisha Phillip Malahoo
Theme URI: http://miracletechnologies.ca/

Author: Nisha Phillip Malahoo

Author URI: http://miracletechnologies.ca/

Description: Our default theme is clean, blog-focused, and designed for clarity. It's simple, straightforward typography is readable on a wide variety of screen sizes, and suitable for multiple languages. We designed it using a mobile-first approach, meaning your content takes center-stage, regardless of whether your visitors arrive by smartphone, tablet, laptop, or desktop computer.

Version: 1.9

License: GNU General Public License v2 or later

License URI: http://www.gnu.org/licenses/gpl-2.0.html

Tags: website, Nisha Phillip Malahoo, theme

Text Domain: Nisha Phillip Malahoo



This theme, like WordPress, is licensed under the GPL.

Use it to make something cool, have fun, and share what you've learned with others.
*/


/**
 * Table of Contents
 *
 * 1.0 - Reset
 * 2.0 - Genericons
 * 3.0 - Typography
 * 4.0 - Elements
 * 5.0 - Forms
 * 6.0 - Navigations
 *   6.1 - Links
 *   6.2 - Menus
 * 7.0 - Accessibility
 * 8.0 - Alignments
 * 9.0 - Clearings
 * 10.0 - Header
 * 11.0 - Widgets
 * 12.0 - Content
 *    12.1 - Posts and pages
 *    12.2 - Post Formats
 *    12.3 - Comments
 * 13.0 - Footer
 * 14.0 - Media
 *    14.1 - Captions
 *    14.2 - Galleries
 * 15.0 - Multisite
 * 16.0 - Media Queries
 *    16.1 - Mobile Large
 *    16.2 - Tablet Small
 *    16.3 - Tablet Large
 *    16.4 - Desktop Small
 *    16.5 - Desktop Medium
 *    16.6 - Desktop Large
 *    16.7 - Desktop X-Large
 * 17.0 - Print
 */


/**
 * 1.0 - Reset
 *
 * Resetting and rebuilding styles have been helped along thanks to the fine
 * work of Eric Meyer, Nicolas Gallagher, Jonathan Neal, and Blueprint.
 */

 input[type="text"],input[type="email"],input[type="tel"],textarea, select{
	 max-width: 100%;
	 display: block;

width: 100%;

padding: 8px 15px;
font-size: 14px;
margin: 0 0 15px;
line-height: 1.5;

color: #495057;

background-color: #fff;

background-clip: padding-box;

border: 1px solid #ced4da;

border-radius: 4px;

transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
 }
.nishalogoimg{
	border: 4px solid #e8d692;
}
.table-bordered > tbody > tr > td a{
	color:#fff
}
.table-bordered > tbody > tr > th{
	  font-size: 22px;
  text-transform: uppercase;
  font-weight: 800;
  background: -webkit-linear-gradient(90deg, #BF953F, #FCF6BA 100%);
    background-clip: border-box;
  background-clip: border-box;
  background-clip: border-box;
  background-clip: border-box;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.page-id-1479 #post-1479 .entry-content h2,
.page-id-1463 #post-1463 .entry-content h2{
	font-size: 55px;
}
.page-id-1479 #post-1479 .entry-content p strong,
.page-id-1463 #post-1463 .entry-content p strong{
  font-size: 30px;
  text-decoration: underline;
}



 .floating {
  width: 50px;
  height: 50px;
  position: fixed;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  bottom: 2rem;
right: 2rem;
z-index: 9999999;
}
.floating .fab {
  background: #000;
  width: 50px;
  height: 50px;
  position: relative;
  z-index: 3;
  border-radius: 100%;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.4);
  display: flex;
  justify-content: center;
  align-items: center;
  animation: fab-animation-reverse 0.4s ease-out forwards;
}
.floating .fab::before {
  display: block;
  position: absolute;
  border-radius: 4px;
  content: "\f0e0";
font-family: Fontawesome;
color: #fff;
}

.floating .fac {
  width: 32px;
  min-height: 150px;
  border-radius: 10px;
  position: absolute;
  background: #fff;
  z-index: 2;
  padding: 0.5rem 0.5rem;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.4);
  opacity: 0;
  
  /* display: flex;
  flex-direction: column;
  justify-content: space-around;
  align-items: center; */
  right: 0;
  transition: opacity 0.2s ease-in, top 0.2s ease-in, width 0.1s ease-in;
  /*&::after {
    content: "";
    width: 20px;
    height: 20px;
    background: #fff;
    border-radius: 3px;
    position: absolute;
    left: 50%;
    margin-left: -10px;
    bottom: -8px;
    transform: rotate(45deg);
    z-index: 0;
  }*/
}
.floating .fac a {
  color: #344955;
  opacity: 0.8;
}
.floating .fac a:hover {
  transition: 0.2s;
  opacity: 1;
  color: #30444f;
}
.floating input[type="checkbox"] {
  height: 100%;
  width: 100%;
  border-radius: 100%;
  cursor: pointer;
  position: absolute;
  z-index: 5;
  opacity: 0;
}
.floating input:checked ~ .fab {
  animation: fab-animation 0.4s ease-out forwards;
}
.floating input:checked ~ .fac {
  width: 32px;
  width: 50vw;
  min-height: 150px;
  animation: fac-animation 0.4s ease-out forwards 0.1s;
  bottom:4rem;
  opacity: 1;
}
.sideform{
	padding:15px 0
}
img{
	max-width:100%;
	height:auto;
}
.innerbanner.slider .banner-info h1{
	margin: 20% 0 0;
}
.content-area article .entry-content ol{
	counter-reset: li; /* Initiate a counter */
    list-style: none; /* Remove default numbering */
    *list-style: decimal; /* Keep using default numbering for IE6/7 */
    position:relative;
	padding: 0 0 0 70px;
overflow: hidden;
margin: 20px 0;
}
.content-area article .entry-content ol:before{
	position: absolute;

/* content: ""; */

border: 1px dashed #ddd;

width: 70%;

transform: rotate(-90deg);

top: 42%;

left: -32%;
}
.content-area article .entry-content ol li strong,
.content-area article .entry-content ol li b{
	display:block;
	font-size:18px;
}

.content-area article .entry-content ol li:before{
	content: counter(li);

counter-increment: li;

position: absolute;

z-index: 1;

left: -70px;

background: #fff;

height: 45px;

width: 45px;

border: 2px solid var(--pink);

text-align: center;

line-height: 42px;

color: var(--pink);

border-radius: 50%;

font-size: 25px;

font-weight: 600;
}
.content-area article .entry-content ol li{
	position: relative;
	margin: 0 0 20px;
	
	min-height: 50px;
}
.aigpl-gallery-wrp .aigpl-inr-wrp {
    border: 1px solid #ddd;
}
.post-template-personal-finance-template .post-thumbnail{
	display:none
}


@keyframes fab-animation {
  0% {
    transform: rotate(0) scale(1);
  }
  20% {
    transform: rotate(60deg) scale(0.93);
  }
  55% {
    transform: rotate(35deg) scale(0.97);
  }
  80% {
    transform: rotate(48deg) scale(0.94);
  }
  100% {
    transform: rotate(45deg) scale(0.95);
  }
}
@keyframes fab-animation-reverse {
  0% {
    transform: rotate(45deg) scale(0.95);
  }
  20% {
    transform: rotate(-15deg);
  }
  55% {
    transform: rotate(10deg);
  }
  80% {
    transform: rotate(-3deg);
  }
  100% {
    transform: rotate(0) scale(1);
  }
}
@keyframes fac-animation {
  0% {
    transform: scale(1, 1);
  }
  33% {
    transform: scale(0.95, 1.05);
  }
  66% {
    transform: scale(1.05, 0.95);
  }
  100% {
    transform: scale(1, 1);
  }
}
 header.entry-header{/* text-align:center */}
.page-template-donate_template .half_section_picture{background: url(images/side-bg1.jpg) no-repeat center;}
 .page-template-contact_template .wpcf7{
	 position: relative;

z-index: 99;
 }

.applytoday, .applytoday .wpcf7-form label{
	color:#fff;
	font-size: 14px;
}
.applytoday .wpcf7-form-control-wrap {
    position: relative;
    color: #000;
}
 .page-template-contact_template p{
	 margin: 0 0 15px 0;
 }
 .comments-area, .post-navigation, article.hentry footer.entry-footer{
	 display:none
 }
 .page-id-14 .panel-grid-cell {
    position: relative;
}
.homesideform{
	background: var(--pink);
padding: 22px;
border-radius: 8px;
box-shadow: 0 0 10px rgba(0,0,0,.2);
margin: 15px 0 0;
}
.homesideform input[type="submit"] {
    background: #000;
}
.homesideform h1{
	color: #fff;
text-transform: uppercase;
margin: 5px 0 25px;
}
.archive .grids-boxes .grid-box {
    background: #fff;
    border-radius: 10px;
    overflow: hidden;
    display: block;
    color: #181818;
    margin: 15px 0;
    box-shadow: 0 7px 30px -10px rgb(133,153,162,.5);
}
.archive .grids-boxes .grid-box a {
    background: transparent;
    border-radius: 10px;
    overflow: inherit;
    display: block;
    color: #181818;
    margin: 0;
    box-shadow: none;
}
.archive .grids-boxes .grid-box span {
    padding: 0 15px 10px;
	display: block;
text-transform: uppercase;
font-weight: 700;
font-size: 13px;
}
.archive .grids-boxes [class*="col-"]:nth-child(2n+1) {
    padding-top: 0;
}
.archive .grids-boxes::after {
	display:none
}
.archive .grids-boxes {
	padding-bottom:50px;
	margin-bottom:50px;
}



 textarea{
	 height:80px;
 }
 input[type="submit"]{
	background: #66a5d2;
color: #fff;
border-radius: 0;
padding: 8px 30px;
font-size: 14px;
display: inline-block;
margin: 0;
border: none;
 }
 input[type="submit"]:before{
	 content: "";
position: absolute;
right: -5px;
background: var(--pink);
bottom: -5px;
left: 5px;
top: 5px;
z-index: -1;
transition: .5s;
 }
 input[type="submit"]:hover::before {
    right: -10px;
    bottom: -10px;
    left: 10px;
    top: 10px;
}
 .entry-content{
	 position:relative;
	 
 }
 .entry-content ul{
	 list-style-type:none;
	 padding: 0;
 }
 .entry-content ul li {
    line-height: 1.8;
    padding-left: 30px;
    margin: 0 0 15px;
}
.entry-content ul li::before {
    font-family: 'FontAwesome';
    content: '\f101';
    padding-right: 5px;
    position: relative;
    font-size: 100%;
    color: var(--pink);
    margin-left: -25px;
}
 .pt-0{
	 padding-top:0!important
 }
 .entry-content a{
	 color:#000
 }
.grids-boxes.blkbg-border .entry-header {
    margin: 0 0 20px;
}
 .block-button a.btn{
	 display: block;

padding: 18px;

font-size: 20px;
 }
 .pull-left {

    float: left!important;

}
 .pull-right {

    float: right!important;

}
 .page .content-area article .post-thumbnail{display:none}
 .social-icon ul {

    margin: 0px;
    padding: 0;
list-style: none;
}
 .social-icon li {

    display: inline-block;

}
.social-icon li a {
margin-right: 8px;
    color: #fff;
    font-size: 20px;
line-height: 1;
}
 .social-icon li a:hover,
 .social-icon li a:focus{color: #ed1c24;}
 .wpcf7-form label{
	 display:block
 }
 .contact-data a{
	 color: #fff;
 }
 .bg3#about .widget .nav-menu li{
	 margin-left: 0;
	 white-space: inherit;
	 display: block;
border-bottom: 1px dashed rgba(255, 195, 37, 0.56);
width: 100%;
 }
 .bg3#about .widget .nav-menu a {
    padding: 8px 0;
	font-size: 14px;
	display:block;
	
	}
 article header.entry-header{
	 display:none
 }
 .serviceBox.middle{
	 border-bottom: 1px solid #ddd;
 }
 .archive article header.entry-header {
    display: block;
	margin: 12px;
}
.archive .page-header{
	visibility: hidden;
margin: 0;
}
.archive article header.entry-header h4 a{
	color: var(--pink);
display: block;
margin: 15px 0;
min-height: 50px;
}
.post-template-personal-finance-template .grids-boxes [class*="col-"]:nth-child(2n+1) {
    padding-top: 0;
}
.floating-btn{
	position: fixed;
right: 5%;
bottom: 10%;
background: #000;
z-index: 9;
width: 40px;
height: 40px;
line-height: 40px;
text-align: center;
border-radius: 50%;
box-shadow: 0 0 10px rgba(0,0,0,.5);
cursor:pointer;
}
.floating-btn.calc{
	position: fixed;
right: 10%;
bottom: 10%;
background: #000;
z-index: 9;
width: 40px;
height: 40px;
line-height: 40px;
text-align: center;
border-radius: 50%;
box-shadow: 0 0 10px rgba(0,0,0,.5);
cursor:pointer;
}
.floating-btn i{
	color:#fff
}
.modal{
	z-index: 999999;
}
 article .grids-boxes header.entry-header {
    display: block;
	margin: 0 0 15px;
}
article .grids-boxes header.entry-header h1 {
    font-size: 35px;
	color: #fff;
}
#calculatormyModal .modal-dialog {
    min-width: 85vw;
}
article .grids-boxes header.entry-header h2,
article .grids-boxes header.entry-header h3,
article .grids-boxes header.entry-header h4,
article .grids-boxes header.entry-header h5,
article .grids-boxes header.entry-header h6 {
	color: #fff;
}



