/*
Theme Name: Total Child
Theme URI: https://total.wpexplorer.com/
Template: Total
Author: WPExplorer
Author URI: https://www.wpexplorer.com/
Description: Premium Multi-purpose WordPress Theme.
Tags: custom-colors,accessibility-ready,custom-header,custom-menu,custom-logo,editor-style,featured-images,footer-widgets,post-formats,rtl-language-support,theme-options,threaded-comments,translation-ready
Version: 5.4.4.1663744824
Updated: 2022-09-21 07:20:24

*/

@font-face {
    font-family: 'ProximaNova';
    src: url('fonts/ProximaNovaLight.otf');
   	font-weight:300;
  	font-style:normal;
}

@font-face {
    font-family: 'ProximaNova';
    src: url('fonts/ProximaNovaRegular.otf');
   	font-weight:normal;
  	font-weight:400;
  	font-style:normal;
}

@font-face {
    font-family: 'ProximaNova';
    src: url('fonts/ProximaNovamedium.otf');
   	font-weight:500;
  	font-weight:medium;
  	font-style:normal;
}

@font-face {
    font-family: 'ProximaNova';
    src: url('fonts/ProximaNovaBold.otf');
   	font-weight:600;
  	font-weight:700;
  	font-weight:bold;
  	font-style:normal;
}

@font-face {
    font-family: 'ProximaNova';
    src: url('fonts/ProximaNovaExtrabold.otf');
   	font-weight:800;
  	font-style:normal;
}

#site-header {
    box-shadow: 0 3px 6px 0 rgba(0,0,0,.1)!important;
}

.vcex-heading {
	margin-bottom: 12px;
}
.entry h1 {
	font-size: 80px;
    line-height: 1;
	margin-bottom: 25px;
}
.entry h2 {
	font-size: 60px;
}
.entry h3 {
	font-size: 40px;
}
.entry h4 {
	font-size: 25px;
}

.theme-button, input[type="submit"] {
	font-size: 15px;
    height: 40px;
    line-height: 35px;
    min-width: 150px;
    background: none;
}


.linear-gradient-row {
    background-image: linear-gradient(to left, #000, #33aef4);	
}
.linear-gradient-row span.wpex-bg-overlay {
	background-size: cover;
    background-repeat: no-repeat;
}

/*************************************************/
/**************charity-image-slider***************/
/*************************************************/
.charity-logo-image-slider .sp-buttons {
	right: 0;
    top: auto;
    bottom: -35px;	
}
.charity-logo-image-slider .sp-button {
	border-color: #aaaaaa;
    margin: 2px 5px;
    width: 15px;
    height: 15px;
}
.charity-logo-image-slider .sp-button:hover, 
.charity-logo-image-slider .sp-selected-button, 
.charity-logo-image-slider .sp-button:focus {
    background-color: #aaaaaa;
    border-color: #aaaaaa;
}
/*************************************************/
/**************charity-image-slider***************/
/*************************************************/


/*************************************************/
/**************charity-pricing-table**************/
/*************************************************/
.charity-pricing-table-inner-row .wpb_wrapper {
    display: flex;
    justify-content: space-around;
    gap: 40px;    
}
.charity-pricing-table {
     width: 30%;   
     box-shadow: 0 3px 6px 0 rgb(0 0 0 / 10%);
     transition: 0.6s;
  	position: relative;
    padding-bottom: 90px;
}
.charity-pricing-table:hover {
	transform: translate(0, -30px);
}
.charity-pricing-table:hover .vcex-pricing-plan {
    color: #33aef4;
}
.charity-pricing-table .vcex-pricing-content li:first-child {
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #aaa;    
}
.charity-pricing-table .vcex-pricing-cost sup{
	font-size: 35px;
    top: -25px;
}
.charity-pricing-table.cost-description .vcex-pricing-cost {
    position: relative;
}
.charity-pricing-table.cost-description .vcex-pricing-cost:after {
    content: "2 Active Projects at a time";
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    font-style: italic;
    color: #33aef4;
    font-size: 15px;
}
.charity-pricing-table .vcex-pricing-button {
    position: absolute;
    bottom: 0px;
    width: 100%;
    padding: 0px;
}
/*************************************************/
/**************charity-pricing-table**************/
/*************************************************/


#footer-widgets {
    align-items: center;
}
#footer .footer-widget {
	padding-bottom: 0px;
}
#footer .wpex-social-btn-flat {
    background: #333;
    color: #fff!important;
}
#footer .wpex-social-btn-flat .ticon-pinterest:before {
    content: "\f231";
}
#footer .widget_nav_menu ul {
    text-align: center;
}
#footer .widget_nav_menu ul li {
    display: inline-block;
    padding: 5px 0;
    margin: 0 10px;
	border-color: rgb(255 255 255 / 0%);
}
#footer .widget_wpex_fontawesome_social_widget li.wpex-inline-block {
    margin-bottom: 0;
    margin: 5px 5px;
}

@media only screen and (min-width: 960px) {
#site-header.header-one.header-full-width
  {
    padding-left: 4%!important;
    padding-right: 4%!important;
  }
#footer #footer-inner {
    width: 100%;
    max-width: 100%;
    padding-left: 4%;
    padding-right: 4%;
}
}


@media only screen and (min-width: 768px) {
  .row-has-top-padding {
  padding-top: 40px;
  }
}