@import url("https://use.typekit.net/yjp5ikl.css");
@font-face {
  font-family: 'Avenir';
  src: url('../fonts/Avenir-Medium.eot'); /* IE9 Compat Modes */
  src: url('../fonts/Avenir-Medium.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/Avenir-Medium.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/Avenir-Medium.woff') format('woff'), /* Pretty Modern Browsers */
       url('../fonts/Avenir-Medium.ttf')  format('truetype'), /* Safari, Android, iOS */
       url('../fonts/Avenir-Medium.svg#Avenir-Medium') format('svg'); /* Legacy iOS */
}
@font-face {
  font-family: 'AvenirLTStd';
  src: url('../fonts/AvenirLTStd-Roman.eot'); /* IE9 Compat Modes */
  src: url('../fonts/AvenirLTStd-Roman.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/AvenirLTStd-Roman.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/AvenirLTStd-Roman.woff') format('woff'), /* Pretty Modern Browsers */
       url('../fonts/AvenirLTStd-Roman.ttf')  format('truetype'), /* Safari, Android, iOS */
       url('../fonts/AvenirLTStd-Roman.svg#Avenir-Medium') format('svg'); /* Legacy iOS */
}
@font-face {
    font-family: 'avenir-45-book_bigfontsite.com-webfont';
    src: url('../fonts/avenir-45-book_bigfontsite.com-webfont.woff2') format('woff2'),
         url('../fonts/avenir-45-book_bigfontsite.com-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'Avenir Next';
    src: url('../fonts/AvenirNext-Medium.woff2') format('woff2'),
        url('../fonts/AvenirNext-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

<!-- General Styles -->

.left {
	float: left;
	clear: none;
}

.right {
	float: right;
	clear: none;
}


body{
    padding:0;
    margin:0;
    overflow-x: hidden;
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size:18px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
	color:#7a7a7a;
}
.avenir,
.avenir *{
    font-family: 'Avenir',sans-serif !important;
}
.elementor-widget-text-editor h1,
.elementor-widget-text-editor h2,
.elementor-widget-text-editor h3,
.elementor-widget-text-editor h4,
.elementor-widget-text-editor h5,
.elementor-widget-text-editor h6,
h1,h2,h3,h4,h5,h6{
    font-family: Oswald, sans-serif;
    font-weight: 300 !important;
    font-style: normal;
}
.bkpg .container .row .col-sm-12 a{
    /* color:#56288b; */
}
.elementor-widget-text-editor,
.elementor-widget-text-editor p{
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
}
.elementor-widget-text-editor h2{
    color: #3c4592;
    font-size: 50px;
    margin: 0;
    margin-bottom: 24px;
    line-height: normal;
}
.bkpg .elementor-widget-html h3,
.bkpg .elementor-widget-text-editor h3{
    color: #3c4592;
    font-size: 40px;
    margin: 0;
    margin-bottom: 24px;
    line-height: normal;
}
.bkpg .elementor-widget-text-editor h4{
    color: #3c4592;
    font-size: 30px;
    margin: 0;
    margin-bottom: 24px;
    line-height: normal;
}
.bkpg .elementor-widget-text-editor h5{
    color: #3c4592;
    font-size: 20px;
    margin: 0;
    margin-bottom: 24px;
    line-height: normal;
}
.bkpg .elementor-widget-text-editor h6{
    color: #3c4592;
    font-size: 16px;
    margin: 0;
    margin-bottom: 24px;
    line-height: normal;
}
.elementor-widget-button .elementor-button{
    font-family: Oswald, sans-serif !important;
    font-weight: 300 !important;
    font-size: 24px !important;
    border-radius: 0 !important;
    padding: 10px 50px !important;
}
.container {
    width: 1250px;
    margin:0 auto;
}
.elementor-section.elementor-section-boxed > .elementor-container{
    max-width: 1250px !important;
}
.row{ 
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    margin-left: -15px;
    margin-right: -15px;
}

.row.upcoming .row {
	padding-bottom: 50px;
}

.row.grid {
    flex-wrap: wrap;
}
.row.grid > div{
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
#topbar{
    background: #9b68ac;
    text-align: center;
    color: #fff;
}
#topbar .row{
    text-align: center;
    font-family: Oswald, sans-serif;
    font-size: 21px;
    font-weight: 300;
    display: block;
    padding: 7px 0;
    text-transform: uppercase;
}

@media (min-width:576px) {
	.col-sm-1 {
		padding-left: 15px;
		padding-right: 15px;
		width: 8.3333333333%
	}
	.col-sm-2 {
		padding-left: 15px;
		padding-right: 15px;
		width: 16.6666666667%
	}
	.col-sm-3 {
		padding-left: 15px;
		padding-right: 15px;
		width: 25%
	}
	.col-sm-4 {
		padding-left: 15px;
		padding-right: 15px;
		width: 33.3333333333%
	}
	.col-sm-5 {
		padding-left: 15px;
		padding-right: 15px;
		width: 41.6666666667%
	}
	.col-sm-6 {
		padding-left: 15px;
		padding-right: 15px;
		width: 50%
	}
	.col-sm-7 {
		padding-left: 15px;
		padding-right: 15px;
		width: 58.3333333333%
	}
	.col-sm-8 {
		padding-left: 15px;
		padding-right: 15px;
		width: 66.6666666667%
	}
	.col-sm-9 {
		padding-left: 15px;
		padding-right: 15px;
		width: 75%
	}
	.col-sm-10 {
		padding-left: 15px;
		padding-right: 15px;
		width: 83.3333333333%
	}
	.col-sm-11 {
		padding-left: 15px;
		padding-right: 15px;
		width: 91.6666666667%
	}
	.col-sm-12 {
		/* padding-left: 15px;
		padding-right: 15px; */
		width: 100%
	}
    
    .projectscpt .col-sm-4{
        width:32%;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        margin-bottom: 100px;
    }
}
#menucontainer{
    background: rgb(14 33 116 / 80%);
    z-index: 2;
    position: relative;
}
#menu-main-menu{
    margin: 0 0;
    padding: 0 0;
    text-align: center;
}
#menu-main-menu > li{
    display:inline-block;
    position: relative;
}
#menu-main-menu > li > a{
    text-transform: uppercase; 
    padding: 15px 30px;
    display: block;
    text-decoration: none;
    color: #fff;
    font-family: Oswald, sans-serif;
    font-size: 20px;
    font-weight: 400;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
#menu-main-menu > li:hover{
    background: #8ec451;
}
#menu-main-menu > li:hover > a{
    background: #8ec451;
}
#menu-main-menu > li.btn > a{
    background: #8bc13f;
    color: #fff;
    border-radius: 100px;
    -moz-border-radius: 100px;
    -webkit-border-radius: 100px;
}
ul.sub-menu{
    display:none;
    position: absolute;
    list-style-type: none;
    margin:0;
    padding:0;
}
#menu-main-menu li:hover > ul.sub-menu{
    display:block;
}
#menu-main-menu > li ul.sub-menu li ul.sub-menu{
    left: 100%;
    top:0;
}
#menu-main-menu > li:hover ul.sub-menu li a{
    background:#42468f;
    color: #fff;
    display:block;
    padding:15px 15px;
    text-align: left;
    width:250px;
    text-decoration: none;
    font-family: Oswald, sans-serif;
    font-size: 20px;
    font-weight: 400;
    text-transform: uppercase;
}
#menu-main-menu li ul.sub-menu li:hover > a{
    background: #8ec451;
}




header{
    z-index: 1;
    position: relative;
    padding:15px 0px;
    background-position: top right;
    background-size: contain;
}
header .col-sm-8,
header .col-sm-4{
    padding:0px 0px;
}
.header-btn-container{
    margin-top:25px;
    position: relative;
}
.topLogin-btn,
.topDonate-btn{
    text-decoration: none;
    padding: 10px 30px;
    background-color: #8ec451;
    color: white;
    border-radius: 2px;
    font-size: 20px;
    text-transform: uppercase;
    font-family: Oswald, sans-serif;
    font-weight: 300;
    margin-right: 10px;
    min-width: 110px;
    display: inline-block;
    vertical-align: middle;
    text-align: center;
    transition: all 0.3s linear;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
}
.topLogin-btn{
    background:#3c4592;
}
.pastNewsletterButton{
    
    text-decoration: none;
    padding: 10px 30px;
    background-color: #3c4592;
    color: white;
    border-radius: 2px;
    font-size: 20px;
    text-transform: uppercase;
    font-family: Oswald, sans-serif;
    font-weight: 300;
    margin-right: 10px;
    min-width: 110px;
    display: inline-block;
    vertical-align: middle;
    text-align: center;
    transition: all 0.3s linear;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    margin: 0 auto;
    display: block;
    margin-top: 30px;
    max-width: 300px;
}

.topLogin-btn:hover,
.topDonate-btn:hover{
    background:#9b68ac !important;
}
.search-btn{
    display:inline-block;
    vertical-align: middle;
    padding: 0;
    background: none;
    box-sizing: border-box;
    border: 0;
}
.bkpg .elementor-widget-button.white-btn .elementor-button{
    background: none;
}
.bkpg .elementor-widget-button.white-btn:hover .elementor-button{
    background: none;
    background-color: #3C4592;
    border-color: #3C4592;
}
.elementor--h-position-center .swiper-slide-inner{
    width: 100% !important;
    padding: 0 !important;
    max-width: 100% !important;
}
.elementor-slides .swiper-slide-bg{
    background-position: top center !important;
}
.elementor-slides .swiper-slide-inner .elementor-slide-heading{
    font-size: 30px !important;
    margin-bottom: 0px !important;
    color: #3c4592;
    font-family: 'Avenir Next' !important;
    font-weight: 500 !important;
    font-style: normal;
    max-width: 100%;
    margin: 0 auto;
    text-align: left;
    line-height: 50px !important;
    float: right;
    max-width: 500px;
}
.elementor-slides .swiper-slide-inner .elementor-slide-heading span{
    font-size:65px;
    font-family: Oswald, sans-serif;
    display:block;
    margin-bottom:10px;
}
.swiper-pagination-bullets{
    display:none !important;
}
.swiper-slide-contents{
    /* background: rgb(59 68 151 / 85%); */
    width: 100%;
    padding: 40px;
}
.elementor-slide-description strong{
    font-family: 'Open Sans', sans-serif;
    font-weight: 500;
    font-style: normal;
    font-size: 34px;
    display: block;
    text-align: left;
    margin-left: 30px;
}
.elementor-slides .swiper-slide-inner .elementor-slide-description p{
    margin-top:0 !important;
    margin-bottom:0 !important;
    max-width: 80%;
    margin: 0 auto;
}
.elementor-slides .swiper-slide-inner .elementor-slide-description{
    font-size: 40px !important;
    font-family: 'Avenir',sans-serif !important;
    font-weight: 300 !important;
    font-style: normal;
    line-height: normal !important;
    position: absolute;
    bottom: 100px;
}
.elementor-slides .swiper-slide-inner .elementor-slide-button, 
.elementor-slides .swiper-slide-inner .elementor-slide-button:hover{
    border: 3px solid #8bc13f !important;
    border-radius: 100px;
    margin-left: 250px;
}
.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet{
    border:2px solid #fff;
    opacity:1;
}
/* .swiper-container-fade .swiper-slide[data-swiper-slide-index="0"] .swiper-slide-contents{
    background: rgb(60,69,146);
    background: -moz-linear-gradient(270deg, rgba(60,69,146,1) 0%, rgba(93,102,172,0.927608543417367) 78%, rgba(128,135,198,0.5550595238095238) 100%);
    background: -webkit-linear-gradient(270deg, rgba(60,69,146,1) 0%, rgba(93,102,172,0.927608543417367) 78%, rgba(128,135,198,0.5550595238095238) 100%);
    background: linear-gradient(270deg, rgba(60,69,146,1) 0%, rgba(93,102,172,0.927608543417367) 78%, rgba(128,135,198,0.5550595238095238) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#3c4592",endColorstr="#8087c6",GradientType=1);
} */
.swiper-container .swiper-slide[data-swiper-slide-index="0"] .elementor-slide-heading{
    float: right;
    margin: 0;
}
/*
.swiper-container-fade .swiper-slide[data-swiper-slide-index="2"] .swiper-slide-contents,
.swiper-container-fade .swiper-slide[data-swiper-slide-index="1"] .swiper-slide-contents,
.swiper-container-fade .swiper-slide[data-swiper-slide-index="3"] .swiper-slide-contents{
    background: rgb(60,69,146);
    background: -moz-linear-gradient(90deg, rgba(60,69,146,1) 0%, rgba(93,102,172,0.927608543417367) 78%, rgba(128,135,198,0.5550595238095238) 100%);
    background: -webkit-linear-gradient(90deg, rgba(60,69,146,1) 0%, rgba(93,102,172,0.927608543417367) 78%, rgba(128,135,198,0.5550595238095238) 100%);
    background: linear-gradient(90deg, rgba(60,69,146,1) 0%, rgba(93,102,172,0.927608543417367) 78%, rgba(128,135,198,0.5550595238095238) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#3c4592",endColorstr="#8087c6",GradientType=1);
} */
.swiper-container .swiper-slide[data-swiper-slide-index="2"] .elementor-slide-heading,
.swiper-container .swiper-slide[data-swiper-slide-index="1"] .elementor-slide-heading,
.swiper-container .swiper-slide[data-swiper-slide-index="3"] .elementor-slide-heading{
    float: left;
    margin: 0;
}
.elementor-slides .swiper-slide[data-swiper-slide-index="4"]  .swiper-slide-contents{
    padding-top: 0;
    top: -50px;
    position: relative;
    color: #fff;
}
.elementor-slides .swiper-slide[data-swiper-slide-index="4"]  .swiper-slide-bg{
    background-size: cover !important;
}
.elementor-slides .swiper-slide[data-swiper-slide-index="4"]  .elementor-slide-heading{
    color:#fff !important;
}
.elementor-slides .swiper-slide[data-swiper-slide-index="4"] .elementor-slide-heading,
.elementor-slides .swiper-slide[data-swiper-slide-index="4"] .elementor-slide-heading span{
    float:none;
    display:block;
    margin-bottom: 20px;
    text-align: center;
}



.footer-sidebar-3 .custom-html-widget {
	display: block;
	width: 44px;
	height: 150px;
	background-image: url("/wp-content/themes/inelda/images/donate_button.png");
	background-size: cover;
	position: fixed;
    bottom: 20%;
    right: 0px;
	z-index: 100;
	 animation: 3s slide-up;
}

.footer-sidebar-3 .custom-html-widget:hover {
	/* background-image: url("/wp-content/themes/inelda/images/donate_button_hover.gif"); */
		width: 44px;
	height: 150px;
}

@keyframes slide-up {
  from {
	bottom: -20%;
  }
  to {
	bottom: 20%;
  }
}

.logged-in .footer-sidebar-3 .custom-html-widget {
	display: block;
}


.slide-buttons{
    text-align: center;
}
.slide-buttons a{
    background-color: #61CE7000;
    border-style: solid;
    border-width: 1px 1px 1px 1px;
    border-color: #FFFFFF;
    font-family: Oswald, sans-serif !important;
    font-weight: 300 !important;
    font-size: 24px !important;
    border-radius: 0 !important;
    padding: 10px 50px !important;
    color: #fff;
    text-transform: uppercase;
    display: inline-block;
    margin: 0 5px;
    transition: all 0.3s linear;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
}
.slide-buttons a:hover{
    background-color: #3C4592;
    border-style: solid;
    border-width: 1px 1px 1px 1px;
    border-color: #3C4592;   
}
.swiper-slide-contents{
    max-width:100% !important;
}
.trumpgothicbold h2.elementor-heading-title{
    font-family: Oswald, sans-serif !important;
    font-weight: 700 !important;
    font-style: normal;
}
h2.footer-resource-title span{
    font-size: 16px;
    font-weight: 200;
}
h2.footer-resource-title{
    margin: 10px 0;
    line-height: 24px;
}
h2.footer-resource-title a{
    color: #fff !important;
    font-family: 'Open Sans', sans-serif;
    font-weight: 500;
    font-style: normal;
}
.footer-resource{
    color:#fff;
    position: relative;
    padding-bottom: 80px;
}
.readmore{
    border: 3px solid #8bc13f;
    border-radius: 100px;
    display: inline-block;
    margin-top: 20px;
    color: #fff;
    padding: 8px 20px;
}
.footer-resource .readmore{
    position: absolute;
    bottom: 0px;
}
.button-shop{
    margin: 0px 10px;
    border: 3px solid #8bc13f;
    border-radius: 100px;
    display: inline-block;
    margin-top: 20px;
    color: #fff;
    padding: 8px 20px;
    color: #333A49;
    font-weight: 400;
}
.button-deals{
    margin: 0px 10px;
    border: 3px solid #8bc13f;
    border-radius: 100px;
    display: inline-block;
    margin-top: 20px;
    color: #fff;
    padding: 8px 20px;
    background:#8bc13f;
    font-weight: 400;
}
.buttonscontainer .elementor-widget-container{
    text-align: center;
}
.footer-sidebar-1 a{
    color:#fff;
    font-weight: normal;
    font-size: 17px;
    text-transform: capitalize !important;
    display: block;
    margin-bottom: 10px;
}
h2.widgettitle{
    color: #c3a4cd !important;
    font-family: Oswald, sans-serif;
    font-weight: 300 !important;
    font-style: normal;
    font-size: 42px !important;
    margin-top: 0px !important;
    margin-bottom: 10px;
}
.main-footer ul{
    padding: 0;
    margin: 0;
    list-style-type: none;
}
.socialicon{
    margin-right: 15px;
}

/* Backpage */
#headerbanner{
    padding:30px 0;
    text-align: center; 
    background: url(../images/header-banner.jpg) no-repeat;
    background-size: cover; 
	position:relative;
}
.archive #headerbanner,
.category #headerbanner,
.single #headerbanner{
    background: url(../images/header-banner.jpg) no-repeat;
    background-size: cover; 
}
.single.single-newsletter #headerbanner{
    background: url(../images/header-banner.jpg) no-repeat;
    background-size: cover; 
}
.single-teammembers #headerbanner,
.parent-pageid-1865 #headerbanner,
.postid-1797 #headerbanner,
.parent-pageid-13 #headerbanner,
.postid-15 #headerbanner{
    background: url(../images/header-banner.jpg) no-repeat;
    background-size: cover; 
}

.page-id-784 #headerbanner,
.page-id-1458 #headerbanner,
.page-id-755 #headerbanner,
.page-id-835 #headerbanner,
.page-id-766 #headerbanner,
.single-classes #headerbanner{
    background: url(../images/header-banner.jpg) no-repeat;
    background-size: cover; 
    background-position: center center !important;
}

.findanineldatrained{
    position: relative;
}
.findanineldatrained > .elementor-container{
    position: relative;
    z-index: 1;
}
.findanineldatrained::after,
#footer-our-vision::after,
#headerbanner::after{
	content:"";
	left:0;
	top:0;
	width:100%;
	height:100%;
	position:absolute;
	display:block;
	z-index:0;
	background:rgba(0,0,0,0.3);
}
#footer-our-vision .container,
#headerbanner .container{
	z-index:1;
	position:relative;
}

#headerbanner h1{
	z-index:1;
    color:#fff;
    font-family: 'AvenirLTStd' !important;
    font-weight: normal !important;
    font-style: normal;
    font-size: 45px !important;
    text-transform: capitalize;
}
.projectscpt{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    margin-left: -15px;
    margin-right: -15px;
}
.resourcefeatured img{
    max-width: 100%;
    height: auto;
}
#breadcrumbs{
    color: #000;
    margin-bottom: 50px;
    font-size: 16px;
}
#breadcrumbs a{
    text-decoration: none;
    color:#000;
}
#breadcrumbs .breadcrumb_last{
    color:#3c4592;
}
#main.bkpg{
    background: url(../images/backpage-bg.jpg) no-repeat;
    background-size: auto;
    position: relative;
    background-position: 100% 40px;
}
#main.bkpg::before{
    content: "";
    display: block;
    position: absolute;
    top:50px;
    left:0px;
    width:100%;
    z-index: 0;
    height:100%;
    background: url(../images/backpage-bg-2.jpg) no-repeat;
    background-size: auto;
    background-position: 0px 30px;
}
#main.bkpg > .container{
    position: relative;
    z-index: 1;
}
#main.bkpg ul{
    margin-left: 0;
    padding-left: 20px;
}
#main.bkpg ul li{
    margin-bottom:15px;
}
.wp-pagenavi a, 
.wp-pagenavi span,
.elementor-pagination a, 
.elementor-pagination span {
    background: #5c569b;
    border: 0px;
    color:#fff !important;
    padding: 6px 12px;
}
.wp-pagenavi {
    margin-bottom: 30px;
}

.elementor-pagination {
	margin: 30px 0px;
}

.wp-pagenavi span.pages,
.wp-pagenavi span.current,
.elementor-pagination span.current {
    background: #423e70;
}
.share_soc{
    color:#8bc13f;
    margin-bottom: 100px;
}
.shareIcon img{
    display: inline-block;
    vertical-align: middle;
    width: 40px;
    margin-left: 20px;
}

.dincondensed,
.dincondensed *{
    font-family: Oswald, sans-serif !important;
}
.homeh1 span{
    display:block;
    font-size:45px;
}
#hero-buttons .elementor-widget-wrap{
    text-align: center;
    display: block;
}

#hero-buttons .elementor-align-center{
    display: inline-block;
    text-align: center;
    margin: 0 5px;
}
.btn-full-width .elementor-button{
    width:100% !important;
}
.elementor-column-gap-wider > .elementor-column{
    padding: 0 10px;
}
#home-services .elementor-column-gap-wider > .elementor-column > .elementor-widget-wrap > .elementor-element img{
    visibility: hidden;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    position: absolute;
}
#home-services .elementor-column-gap-wider > .elementor-column:hover > .elementor-widget-wrap > .elementor-element img{
    visibility: visible;
}
#home-services .elementor-column-gap-wider > .elementor-column > .elementor-widget-wrap > .elementor-element h2{
    font-family: Oswald, sans-serif !important;
}
#home-services .elementor-column-gap-wider > .elementor-column > .elementor-widget-wrap > .elementor-element{
    position: relative;
    z-index: 1;
}
#home-services .elementor-column-gap-wider > .elementor-column > .elementor-widget-wrap::before{
    content:"";
    position: absolute;
    top:0;
    left:0;
    width: 100%;
    height: 100%;
    z-index: 1;
    background:rgba(0,0,0,0.1);
    transition: all 0.3s linear;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
}
#home-services .elementor-column-gap-wider > .elementor-column{
    min-height:284px;
}
#home-services .elementor-column-gap-wider > .elementor-column:hover > .elementor-widget-wrap::before{
    background: rgb(59 68 145 / 50%);
}
.home-services-title{
    top: 150px;
    position: absolute !important;
}
.linkimag{
    top: 235px;
    position: absolute !important;
}
#footer-top{
    padding:70px 0;
}
#footer-top h2{
    color: #3c4592;
    font-size: 50px;
    margin: 0;
    line-height: normal;
    border-bottom: 8px solid #cdb3d5;
    padding-bottom: 10px;
    margin-bottom: 20px;
}

#footer-top .newsletter a {
	width: 100%;
	float: left;
	clear: both;
}

#footer-top .newsletter .row {
	display: block;
}

.footerTopViewAll{
    font-family: Oswald, sans-serif !important;
    font-size: 20px !important;
    border-radius: 0 !important;
    padding: 10px 50px !important;
    background-color: #3C4592;
    border: 0;
    color: #FFF;
    margin-top: 20px;
    text-transform: uppercase;
    font-weight: 300;
    text-decoration: none;
    width: 100%;
    display: block;
    box-sizing: border-box;
    text-align: center; 
    position: absolute;
    bottom: 0;
    box-sizing: border-box;
}
#footer-top > .container  >  .row > .col-sm-4{
    margin:0 15px;
    min-height: 460px;
    position: relative;
    box-sizing: border-box;
}
.footer-trainings{
    margin-bottom: 30px;
    margin-top: 15px;
}
.footer-trainings:last-child{
    margin-bottom: 0;
}
.footer-trainings a{
    text-decoration: none;
    color: #000000;
}
.footer-trainings .training-location{
    font-weight: bold;
    color: #3c4592;
}
.footer-article-title{
    display: block;
    font-weight: bold;
    color: #3c4592;
    text-decoration: none;
    text-transform: uppercase;
    margin-top: 10px;
    padding-right: 0px;
    line-height: 27px;
}
.footer-article-title span{
    text-decoration: none;
    color: #000000;
    font-weight: normal;
    display:block;
}
.upeventholder .footer-article-title{
    margin-top:0;
    margin-bottom:10px;
}
.footer-article-author a{
    text-decoration: none;
    color: #3c4592;
}
.newsletter-text{
    color: #000;
}
#footer-our-vision{
    padding: 50px 0;
    position: relative;
}
#footer-our-vision h2{
    text-align: center;
    font-size: 50px;
    color: #fff;
    margin-top: 0;
    margin-bottom: 0;
}
#footer-our-vision p{
    color:#fff;
    font-size:20px;
    text-align: center;
}
.btn-learn-more{
    font-family: Oswald, sans-serif;
    font-size:24px;
    display: inline-block;
    text-decoration: none;
    color: #fff;
    border: 1px solid #fff;
    padding: 10px 50px;
}
.btn-learn-more:hover{    
    background-color: #3C4592;
    border-color: #3C4592;
}
#footer-bottom{
    background: #9b68ac;
    padding-top: 20px;
    padding-bottom: 20px;
}
.footer-sidebar-1 a,
.footer-sidebar-2 a,
.footer-sidebar-3 a{
    color:#fff;
    text-decoration: none;
}
.footer-sidebar-2{
    text-align: center;
    color:#fff;
}
.footerSep{
    margin:0 5px;
}
.social-icons{
    margin: 20px 0;
}
.social-icons img{
    margin:0 5px;
}
.footer-sidebar-3 input[type="email"],
.footer-sidebar-3 textarea, 
.footer-sidebar-3 select {
    background: #fff;
    color:#3c4592;
    padding:10px;
    font-size:17px;
    font-family: 'Open Sans', sans-serif;
    border:0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width:100%;
    
}
.footer-sidebar-3 input[type="email"]::placeholder,
.footer-sidebar-3 textarea::placeholder{
    color:#3c4592;
}

.footer-sidebar-3 input[type="email"]{
    margin-bottom: 20px;
}

.footer-sidebar-3 h3 {
	margin-top: -10px;
}

.footer-sidebar-3 textarea{
    height:150px;
}
.footer-sidebar-3 input[type="submit"]{
    font-family: Oswald, sans-serif !important;
    font-size: 24px !important;
    border-radius: 0 !important;
    padding: 10px 50px !important;
    background-color: #3C4592;
    border: 0;
    color: #FFF;
    margin-top: 15px;
    float: right;
    text-transform: uppercase;
    font-weight: 300;
}
#footer-share{ 
    padding-top:30px;
}
#footer-share h2{
    color: #3c4592;
    font-size: 50px;
    margin: 0;
    margin-bottom: 10px;
    line-height: normal;
    text-transform: uppercase;
}
#footer-share .row .col-sm-12{
    padding-left: 10px;
}
#footer-share .row{
    margin:0;
}
body .at-share-tbx-element .at-icon-wrapper {
    background: #3c4592;
    border-radius: 100px !important;
    overflow: hidden;
}
.instructors .elementor-widget-button .elementor-button{
    min-width: 283px;
}
.instructors img{
    width:100%;
}
.list-trainings .training-item{
    margin-bottom: 12px;
    padding-bottom: 12px;
    border-bottom: 1px solid #e2e2e2;
}
.list-trainings .training-item:last-child{
    border:0;
}
.list-trainings .training-item a{
    min-width: 250px;
    display: inline-block;
}
.list-trainings .training-item span{
    font-weight: bold;
    color:#3c4592;
}
.list-trainings .training-item, .list-trainings .training-item a{
    color:#000;
}
.page-template-page-tmpl-resources .grid .col-sm-4,
.page-template-page-tmpl-classess .grid .col-sm-4,
.archive .grid .col-sm-4,
.page-template-page-tmpl-articles .grid .col-sm-4{
    padding: 10px;
    margin: 1%;
    width: 31%;
    border: 1px solid #dbdbdb;
    padding-bottom: 30px;
}
.page-template-page-tmpl-classess .grid .col-sm-4{
    position: relative;
    padding-bottom: 80px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}
.page-template-page-tmpl-resources .grid .col-sm-4 a.learnMore,
.page-template-page-tmpl-classess .grid .col-sm-4 a.learnMore{
    display: block;
    width: 100%;
    text-align: center;
    padding: 10px;
    text-decoration: none;
    margin: 0 auto;
    background: #3c4592;
    color: #fff;
    position: absolute;
    bottom: 0px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    left:0;
}
.resource-title{
    display: block;
    text-decoration: none;
    color:#3c4592;
    text-transform: uppercase;
    font-size:18px;
    text-align: center;
    margin:15px 0;
	font-weight:bold;
}
.resource-author{
    color: #000000;
    font-size: 18px;
    text-decoration: none;
    text-align: center;
    display: block;
    margin-bottom: 10px;
}
.resource-date{
    color:#5f5a9c;
    font-size: 18px;
    text-align: center;
    display: none;
    margin-bottom: 10px;
}
.webinars .resource-date {
	display: block;
}

.category-97 .taxonomy-description {max-width: 100% !important;}

.resource-excerpt{
    color:#5f5a9c;
    font-size: 18px;
    text-align: center;
}
.wp-pagenavi span.pages{
    display:none !important;
}
.wp-pagenavi{
    text-align: center;
}
.eventon_events_list .eventon_list_event .evcal_list_a{
    border-left-width: 7px !important;
}
.eventon_sorting_section{
	display:block !important;
}

.evo_metarow_directimg img {
 width: auto !important;
 margin: 0px auto;
}

.ajde_evcal_calendar .eventon_events_list p, .eventon_events_list .eventon_list_event .evcal_desc span, .evo_pop_body .evcal_desc span, .eventon_events_list .eventon_list_event .evcal_desc span.evcal_event_subtitle, .evo_pop_body .evcal_desc span.evcal_event_subtitle, .ajde_evcal_calendar .eventon_list_event .event_description .evcal_btn, .evo_pop_body .evcal_btn, .evcal_btn, .eventon_events_list .eventon_list_event .cancel_event .evo_event_headers, .evo_pop_body .evo_event_headers.canceled, .eventon_events_list .eventon_list_event .evcal_list_a .evo_above_title span, .evo_pop_body .evcal_list_a .evo_above_title span, .evcal_evdata_row.evcal_event_details .evcal_evdata_cell p, #evcal_list .eventon_list_event .evoInput, .evo_pop_body .evoInput, .evcal_evdata_row .evcal_evdata_cell p, #evcal_list .eventon_list_event p.no_events, .ajde_evcal_calendar .eventon_events_list .eventon_desc_in ul, .evoGuideCall em, .evo_cal_above span, .ajde_evcal_calendar .calendar_header .evo_j_dates .legend, .eventon_sort_line p, .eventon_filter_line p{
	font-weight: 400;
    font-style: normal;
    font-size: 16px;
}
.elementor-accordion .elementor-tab-title{
    background: #42468f;
}
.elementor-widget-accordion .elementor-accordion-icon, .elementor-widget-accordion .elementor-accordion-title,
.elementor-widget-accordion .elementor-active .elementor-accordion-icon, .elementor-widget-accordion .elementor-active .elementor-accordion-title{
    color:#fff !important;
}
.bkpg .elementor-widget-button .elementor-button{
    background-color: #3C4592;
    border-style: solid;
    border-width: 1px 1px 1px 1px;
    border-color: #3C4592;
}
table{
    color:#7a7a7a;
    border-left: 1px solid #3c4592;
}
table tbody tr:nth-child(even){
    background:whitesmoke;
}
table tbody td{
    border-right: 1px solid #3c4592;
    border-bottom: 1px solid #3c4592;
}
table thead th{
    border:0;
    text-align: left;
}
table thead{
    background:#3c4592;
    color:#fff;
}
.alignright{
    float:right;
    margin-left: 20px;
    margin-bottom: 20px;
}
.alignleft{
    float:left;
    margin-right: 20px;
    margin-bottom: 20px;
}
.single .bkpg > .container > .row,
.single-webinar .bkpg > .container > .row,
.single-post .bkpg > .container > .row{
    margin: 0;
}
.single-post .bkpg > .container > .row > .col-sm-12 > img:nth-child(1),
.single-post .bkpg > .container > .row > .col-sm-12 > p:nth-child(1) > strong > em > img,
.single-post .bkpg > .container > .row > .col-sm-12 > p:nth-child(1) > img{
    float:right;
    margin-left: 20px;
    margin-bottom: 20px;
}
#searchform{
    display:none;
    width: 400px;
    background: #2a266d;
    padding: 10px;
    position: absolute;
    right: 70px;
    top: 0;
}
#searchform.openSearch{
    display: block;
}
.openedSearch .openbtn,
.closebtn{
    display:none;
}
.openedSearch .closebtn{
    display:block;
}
#searchinput{
    padding: 11px;
    width: 250px;
    border: 1px solid #fff;
    vertical-align: top;
    font-size: 16px;
}
#inputsubmit{
    vertical-align: top;
    background: none;
    font-size: 18px;
    box-sizing: border-box;
    font-family: Oswald, sans-serif !important;
    font-weight: 300 !important;
    border-radius: 0 !important;
    color: #fff;
    text-transform: uppercase;
    border: 1px solid #fff;
    padding: 10px 35px;
}
.switcher{
    position: absolute;
    top: 4px;
}
.switcher a img{
    height: 20px;
    width: auto;
    display:none !important;
}
.teammembers{
    flex-wrap: wrap;
}
.teammembers .col-sm-4{
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    padding: 0 20px;
    margin-bottom: 30px;
}
.teammembers .col-sm-4 img{
    max-width:100%;
    height:auto;
}
.team-member-holder{
    padding-top: 20px;
    padding-bottom: 10px;
    text-align: center;
}
.team-member-title{
    text-decoration: none;
    font-family: Oswald, sans-serif;
    font-weight: 300;
    font-size: 30px;
    text-transform: uppercase;
    color: #42468f;
}
.team-member{
    border: 1px solid #dbdbdb;
    padding: 10px;
}
.viewBio{
    display: block;
    width: 100%;
    box-sizing: border-box;
    background: #3c4592;
    padding: 10px 20px;
    text-align: center;
    color: #fff;
    text-decoration: none;
    font-family: Oswald, sans-serif;
    font-weight: 300;
    font-size: 24px;
    text-transform: uppercase;
    margin-top: 30px;
    transition: all 0.3s linear;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
}
.viewBio:hover{    
    background: #9b68ac !important;
}
.memberdetails h2{
    margin-bottom:10px;
    color: #42468f;
    text-transform: uppercase;
}
.memberdetails .team-location{
    margin-bottom:10px;
}
.memberdetails h2,
.memberdetails p{
    margin-top:0;
}
.team-member img{
    transition: all 0.3s linear;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    border-bottom: 5px solid white;
}
.team-member:hover img{
    border-bottom: 5px solid rebeccapurple;
}

.switcher .selected a{
    border:0 !important;
    color:#fff !important;
}
.switcher .selected {
    background: #c3a4cd !important;
}
.switcher .selected a:hover{
    background: #c3a4cd !important;
}
.switcher .option{
    background: #c3a4cd !important;
    border:0;
}
.switcher .option a{
    border:0 !important;
    color:#fff !important;
    font-size: 12px !important;
}
.switcher .option a:hover{
    background: #9b70a9 !important;
}
.single-newsletter .bkpg > .container > .row > .col-sm-12 > table{
    max-width:600px;
    margin-bottom: 100px;
}
.single-newsletter .bkpg > .container > .row > .col-sm-12  p{
    margin:0;
    line-height: 24px !important;
}
.single-newsletter table,
.single-newsletter table td{
    border:0;
    background:#fff;
}

.single-newsletter.postid-1095 table,
.single-newsletter.postid-1095 table td{
    background:#f0e8f3;
}
.contactfrm{
    border: 0;
    background: #9b68ac;
    padding: 30px;
}
.contactfrm textarea,
.contactfrm input[type="text"],
.contactfrm input[type="email"],
.contactfrm input[type="tel"],
.contactUsForm Select {
    background: #c3a4cd;
    color: #fff;
    padding: 10px;
    font-size: 17px;
    font-family: 'Open Sans', sans-serif;
    border: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    margin-bottom: 20px;
}
.contactfrm textarea{
    height:100px;
}
.contactfrm textarea::placeholder,
.contactfrm input[type="text"]::placeholder,
.contactfrm input[type="email"]::placeholder,
.contactfrm input[type="tel"]::placeholder{
    color:#fff;   
}
.contactfrm input[type="submit"]{
    font-family: Oswald, sans-serif !important;
    font-size: 24px !important;
    border-radius: 0 !important;
    padding: 10px 50px !important;
    background-color: #3C4592;
    border: 0;
    color: #FFF;
    margin-top: 15px;
    float: right;
    text-transform: uppercase;
    font-weight: 300;
}
.resourceTitle{
    display: block;
    text-decoration: none;
    color: #3c4592;
    text-transform: uppercase;
    font-size: 18px;
    text-align: center;
    margin: 15px 0;
    font-weight: bold;
    min-height: 50px;
}
.see-all-resources{
    font-family: Oswald, sans-serif !important;
    font-size: 20px !important;
    border-radius: 0 !important;
    padding: 10px 50px !important;
    background-color: #3C4592;
    border: 0;
    color: #FFF;
    margin-top: 20px;
    text-transform: uppercase;
    font-weight: 300;
    text-decoration: none;
    width: 100%;
    display: block;
    box-sizing: border-box;
    text-align: center;
}
.bkpg .owlcarousel-holder .elementor-widget-button .elementor-button,
.owlcarousel-holder .elementor-col-10{
    width:100% !important;
}
.owlcarousel-holder .owl-dots{
    display:none !important;
}
.owlcarousel-holder .owl-carousel .owl-nav {
    margin-top:100px;
}
.owlcarousel-holder .owl-carousel .owl-nav button.owl-prev{
    position: absolute;
    left: -50px;
    font-size: 50px;
}
.owlcarousel-holder .owl-carousel .owl-nav button.owl-next{
    position: absolute;
    right: -50px;
    font-size: 50px;
}
.owlcarousel-holder .owl-carousel .owl-nav.disabled{
    display: block;
    width: 100%;
    position: absolute;
    top: 100px;
}
.notowl .elementor-widget-image img,
.owlcarousel-holder .elementor-widget-image img{
    border-bottom: 5px solid white;
    transition: all 0.3s linear;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
}
.notowl .elementor-col-33:hover img,
.owlcarousel-holder .owl-item:hover img{
    border-bottom: 5px solid rebeccapurple;
}
.owl-item .elementor-column.elementor-col-33{
    width:100% !important;
}
.notowl .elementor-button{
    width: 95% !important;
}


.eventon_list_event .evo_eventcard_time_t{
    text-transform: capitalize;
}
#evcal_list .eventon_list_event .event_description .evcal_gmaps{
    display:none !important;
}
.parent-pageid-12 .alignright,
.rightimg img{
    margin-top:10px;
}

.eventon_sort_line p, 
.eventon_filter_line p, 
.eventon_sf_field p,
.evo_search_bar input, 
#evcal_list .eventon_list_event p.no_events,
.evo_search_bar input[type="text"]{
    font-size:18px !important;
}
.evcal_desc .evcal_desc3 em,
.evcal_desc_info,
.evcal_cblock .evo_end em.day,
.evcal_cblock .evo_start em.month, .evcal_cblock .evo_end em.month, .evcal_cblock .evo_start em.day,
.evcal_cblock .year{
    font-size:14px !important;
}
.evcal_cblock .evo_end{
    margin-top:0px !important;
}
.evcal_month_line{
    margin-top:20px;
    margin-bottom:5px;
}
body .ajde_evcal_calendar .evcal_evdata_row .evcal_evdata_cell h3.evo_h3,
body .evcal_evdata_row .evcal_evdata_cell h3,
body .evcal_evdata_row .evcal_evdata_cell h2{
    color: #3c4592;
    font-size: 40px;
    margin: 0;
    line-height: normal;
    font-family: Oswald, sans-serif;
    font-weight: 300 !important;
    font-style: normal;
    margin-bottom: 10px;
}
.eventon_full_description .eventon_desc_in h2{
    font-size: 35px !important;
}
.eventon_list_event .evo_metarow_details .eventon_full_description li,
.eventon_list_event .evo_metarow_details .eventon_full_description p, 
.eventon_list_event .evo_metarow_details ul .eventon_full_description li,
#evcal_list .eventon_list_event .evcal_eventcard p, 
.ajde_evcal_calendar .eventon_events_list .eventon_desc_in ul, 
.evo_lightboxes .evo_pop_body .evcal_evdata_row .evcal_evdata_cell p, 
.evo_lightboxes .evcal_evdata_cell p a{
    font-size:18px !important;
}
.page-template-page-tmpl-events .evcal_evdata_row .evcal_evdata_icons{
    margin-top: 7px;
}
.contactUsForm textarea, 
.contactUsForm input[type="text"], 
.contactUsForm input[type="email"], 
.contactUsForm input[type="tel"], 
.contactUsForm Select {
    background: #ffffff;
    color: #3c4592;
}
.contactUsForm textarea::placeholder, 
.contactUsForm input[type="text"]::placeholder, 
.contactUsForm input[type="email"]::placeholder, 
.contactUsForm input[type="tel"]::placeholder{
    color: #3c4592;
}

.becomefind .elementor-container{
    background: #3c4592;
}
.becomefind .elementor-widget-container{
    text-align: center;
}

.becomefind .elementor-widget-container a{
    font-family: Oswald, sans-serif;
    font-size: 24px;
    display: inline-block;
    text-decoration: none;
    color: #fff;
    border: 1px solid #fff;
    padding: 10px 50px;
    margin:20px 20px;
}
body.archive .resourcefeatured img{
    max-height:197px;
    width:auto;
}
body.archive .resource-casestudy{
    text-align: center;
}
.naxpost{
    margin-bottom: 24px;
    clear:both;
}
body.postid-15 .naxpost{
    display:none;
}
.nextpost{
    float: right;
    text-decoration: none;
}
.prevpost{
    text-decoration: none;
    
}
footer .wpcf7 form.invalid .wpcf7-response-output, 
footer .wpcf7 form.unaccepted .wpcf7-response-output, 
footer .wpcf7 form.payment-required .wpcf7-response-output{
    border-color: #ffffff;
    color: #fff;
}
footer .wpcf7-not-valid-tip{
    color:#fff;
}
.single-ajde_events #respond {
    margin-top: 40px;
    display: none !important;
}
footer .wpcf7 form.sent .wpcf7-response-output{
    border-color: #fff;
    color: #fff;
    margin: 0;
    margin-top: 60px;
}

#wpcf7-f1440-p19-o1 form.sent .wpcf7-response-output{
    border-color: #3c4592;
}
.eventon_full_description .eventon_desc_in p a{
    color:#3c4592;
}



@media only screen and (max-width: 1100px){
    *,
    body{
        box-sizing: border-box;
    }
    .elementor-section.elementor-section-boxed > .elementor-container{
        max-width:95% !important;
    }
    .container{
        width:95% !important;
        max-width:95% !important;
        margin:0 auto;
    }
    .elementor-slides .swiper-slide-inner .elementor-slide-heading{
        padding-left: 0 !important;   
    }
    #footer-top > .container  > .row{
        display:block;
    }
    #footer-top > .container  > .row > .col-sm-4{
        width: 100%;
        padding: 0 !important;
        max-width: 500px;
        margin: 0 auto !important;
        margin-bottom: 30px !important;
    }
    .row{
        margin:0;
    }
    a.footerTopViewAll{
        position: relative;
        margin-bottom: 30px;
    }
    .footer-sidebar-1{
        text-align: center;
    }
    #footer-bottom > .container > .row{
        display:block;
    }
    .footer-sidebar-1,
    .footer-sidebar-2,
    .footer-sidebar-3{
        text-align: center;
        width:100%;
    }
    ul.sub-menu{
        position: relative;
    }


}



@media only screen and (max-width: 479px){
    
    .row{
        margin:0;
        display: block;
    }
    a.footerTopViewAll{
        position: relative;
        margin-bottom: 30px;
    }
    .footer-sidebar-1{
        text-align: center;
    }
    /*
    .elementor-main-swiper{
        max-width: 90%;
        margin-top: 80px;
    }
    .elementor-swiper-button-prev{
        left: 20px;
    }
    .elementor-swiper-button-next{
        right: 20px;
    } */
    
    body .elementor-slides .swiper-slide-inner .elementor-slide-heading span{
        font-size: 40px !important;
    }
    body .elementor-slides .swiper-slide-inner .elementor-slide-heading{
        font-size: 20px !important;
    }
    .swiper-slide-contents{
        padding: 0 !important;
        margin-top: 230px;
    }
    .elementor-slides .swiper-slide-inner .elementor-slide-heading{
        line-height: normal !important
    }
    
    .swiper-container-fade .swiper-slide[data-swiper-slide-index="2"] .swiper-slide-contents, 
    .swiper-container-fade .swiper-slide[data-swiper-slide-index="1"] .swiper-slide-contents, 
    .swiper-container-fade .swiper-slide[data-swiper-slide-index="3"] .swiper-slide-contents{
        background:none !important;
    } 
    
    .elementor-slides .swiper-slide-bg{
        background-size: contain !important;
        background-color: transparent !important;
    }
    .swiper-container-fade .swiper-slide{
        height:400px !important;
    }
    .elementor-swiper-button{
        top:100px !important;
    }
    .elementor-slides .swiper-slide[data-swiper-slide-index="4"] .elementor-slide-heading span,
    .elementor-slides .swiper-slide[data-swiper-slide-index="4"] .elementor-slide-heading{
        color: #3c4592 !important;
    }
    .header-btn-container{
        text-align: center;
    }
    form#searchform{
        right: 0;
        top: 40px;
        width: 100%;
    }
    form#searchform #searchinput{
        width:200px;
    }
    .switcher{
        display:none !important;
    }
    body.page-template-page-tmpl-resources .grid .col-sm-4, 
    body.page-template-page-tmpl-classess .grid .col-sm-4, 
    body.archive .grid .col-sm-4, 
    body.page-template-page-tmpl-articles .grid .col-sm-4{
        margin: 0;
        width: 100%;
        margin-bottom: 30px;
    }
    .wp-pagenavi a, .wp-pagenavi span{
        display:inline-block;
    }


}


<!-- Post (Article) Styles -->

.css-fix {
	font-weight: 700 !important;
}
h1.post {
	font-weight: bold !important;
	text-transform: uppercase;
}


body.single-post h1 b {
	display: none;
}

#gtranslate_selector {
float: left;
}

