/*
 Theme Name:     Divi Child
 Theme URI:      https://www.elegantthemes.com/gallery/divi/
 Description:    Divi Child Theme
 Author:         Elegant Themes
 Author URI:     https://www.elegantthemes.com
 Template:       Divi
 Version:        1.0.0
*/
 
 
/* =Theme customization starts here
------------------------------------------------------- */


/* Post grid feed */

#scoopit-container-10998753 .scoopit-fulltheme-header {
    display: none;
}

#scoopit-container-10998753 .scoopit-fulltheme-col1, #scoopit-container-10998753 .scoopit-fulltheme-col2{
    float: left;
    width: 50%;
}

#scoopit-container-10998753 .scoopit-fulltheme-scoop-wrapper{
    width: 49%;
    float: left;
    margin-right: 1%;
}

.post-grid {
    margin: 0;
    padding: 0 !important;
    clear: both;
    overflow: hidden;
    list-style: none !important;
}
.post-grid li {
	width: 23% !important;
	display: inline-block;
	margin-left: 1% !important;
	vertical-align: top;
	position: relative;
	margin-bottom: 40px;
}
.post-grid li:first-child,
.post-grid li:nth-child(4n+1) {
	margin-left: 0;
}
.post-grid .date {
	padding: 10px 0;
	font-weight: bold;
    font-size: 12px;
}
.post-grid h2 {
	color: #089be1;
	font-size: 22px;
	line-height: normal;
}
.post-grid .tx {
	line-height: 1.6em;
}
.post-grid .bt {
	color: white;
    background-color: #089be2;
    padding: 10px 30px;
    font-size: 15px;
    text-transform: uppercase;
    font-weight: bold;
    margin-top: 20px;
    display: inline-block;
    border: 1px solid #089be2;
}
.post-grid .bt:hover {
    background-color: #fff;
    color: #089be2 !important;
}
.post-grid .cat {
	position: absolute;
    left: 0;
    top: 15px;
    z-index: 10;
    background-color: rgba(255,0,0,.8);
    font-weight: bold;
    font-size: 12px;
    padding: 4px 14px;
    color: white;
    text-transform: uppercase;
}
.post-grid li:first-child .cat {
	left: 0;
}

.post-grid.cols-1 li {
    width: 100% !important;
    margin-left: 0 !important;
}
.post-grid.cols-2 li {
    width: 48% !important;
}
.post-grid.cols-3 li {
    width: 30% !important;
}
.post-grid.cols-4 li {
    width: 22% !important;
}
.post-grid.cols-5 li {
    width: 18% !important;
}
.post-grid.cols-6 li {
    width: 14% !important;
}

.post-grid.white .date,
.post-grid.white .tx,
.post-grid.white .bt {
    display: none;
}
.post-grid.white h2 {
    font-family: 'Montserrat',Helvetica,Arial,Lucida,sans-serif;
    color: #fff;
    font-size: 18px;
    font-weight: 700;
}

.post-grid.articles .bt,
.post-grid.articles .tx {
    display: none;
}
.post-grid.articles h2 {
    text-align: center;
    font-family: 'Montserrat',Helvetica,Arial,Lucida,sans-serif;
    font-weight: 700;
    font-size: 23px;
    color: #666;
}

@media (max-width: 480px) {
    .home.page .post-grid .tx,
    .home.page .article-excerpt {
        display: none;
    }
}


#footer-bottom {
    padding-bottom: 25px;
}
#footer-bottom > .container {
	text-align: center;
	text-transform: uppercase;
}
#footer-bottom > .container li a{
	font-weight: bold;
	color: #000;
}


ul#curata-feed-articles {
    list-style: none;
}
ul#curata-feed-articles li {
    width: 23%;
    display: inline-block;
    margin-left: 2%;
    vertical-align: top;
    position: relative;
    margin-bottom: 30px;
}

ul#curata-feed-articles li:first-child {
    padding-left: 0;
}

ul#curata-feed-articles li .article-image {
    height: 160px;
    background-position: center center;
    width: 100%;
    background-size: cover;
    position: relative;
}

ul#curata-feed-articles li h4 {
    color: #089be1;
    font-size: 20px;
    line-height: normal;
}

ul#curata-feed-articles li .read-more-link > a {
    color: white;
    background-color: #089be2;
    padding: 10px 30px;
    font-size: 15px;
    text-transform: uppercase;
    font-weight: bold;
    margin-top: 20px;
    display: inline-block;
}
ul#curata-feed-articles li .article-image span {
    position: absolute;
    left: 0;
    top: 15px;
    z-index: 10;
    background-color: rgba(207, 207, 207, 0.6);
    font-weight: bold;
    font-size: 12px;
    padding: 4px 14px;
    color: #043e8f;
    text-transform: uppercase;
}

ul#curata-feed-articles li .publish-date {
    padding: 10px 0;
    font-weight: bold;
    font-size: 12px;
}

@media (max-width:980px){

#scoopit-container-10998753 .scoopit-fulltheme-header {
    display: none;
}

#scoopit-container-10998753 .scoopit-fulltheme-col1, #scoopit-container-10998753 .scoopit-fulltheme-col2{
    float: left;
    width: 100%;
}

#scoopit-container-10998753 .scoopit-fulltheme-scoop-wrapper{
    width: 100%;
    float: left;
    margin-right: 0px;
}
}

@media (max-width: 769px) {
    ul#curata-feed-articles li,
    .post-grid li,
    .post-grid.cols-1 li,
    .post-grid.cols-2 li,
    .post-grid.cols-3 li,
    .post-grid.cols-4 li,
    .post-grid.cols-5 li,
    .post-grid.cols-6 li {
        width: 44% !important;
        margin-left: 3% !important;
    }
}
@media (max-width: 480px) {
    ul#curata-feed-articles li,
    .post-grid li,
    .post-grid.cols-1 li,
    .post-grid.cols-2 li,
    .post-grid.cols-3 li,
    .post-grid.cols-4 li,
    .post-grid.cols-5 li,
    .post-grid.cols-6 li {
        width: 100%  !important;
        margin-left: 0 !important;
    }
}


#single-article-container .entry-content > div {
    margin: 10px 0 20px;
}

#single-article-container #article-image{
	max-width: 100%;
}

.loader-spin {
    border: 8px solid #eeeeee;
    border-radius: 50%;
    border-top: 8px solid #089be2;
    width: 60px;
    height: 60px;
    -webkit-animation: spin 2s linear infinite;
    animation: spin 1s linear infinite;
    margin: 0 auto;
}

/* Safari */
@-webkit-keyframes spin {
  0% { -webkit-transform: rotate(0deg); }
  100% { -webkit-transform: rotate(360deg); }
}

@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}

a.load-more-articles {
    color: #fff;
    background-color: #063f8f;
    padding: 10px 30px;
    font-size: 18px;
    text-transform: uppercase;
    font-weight: bold;
    margin-top: 20px;
    display: inline-block;
}


@media (max-width: 480px) {
	.homeSlider .et_pb_slide_title {
		font-size: 30px!important;
	}

	#content-area table td, #content-area table th, #content-area table tr, #main-content table.cart td, #main-content table.cart th, #main-content table.cart tr, table.cart td, table.cart th, table.cart tr {
		padding-left: .2em;
		padding-right: .2em;
	}
}


.members_logos .item {
    padding: 0 20%;
    margin-top: 20%;
}
.members_logos .item > a {
    display: block;
    position: relative;
    top: 50%;
    transform: translateY(-50%);
}


#faqs_feed .et_pb_module,
#faqs_feed .et_pb_toggle_content {
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    transition: all .3s ease;
}

form.searchandfilter ul {
    padding-left: 0;
}
form.searchandfilter > ul > li > ul > li {
    /*display: inline-block;
    vertical-align: top;
    padding-left: 2%;
    padding-right: 2%;*/
}



.nav li ul {
    width: auto;
    padding: 10px 0;
}

#top-menu li li {
    padding: 0 10px;
    width: auto;
}

#top-menu li li a {
    padding: 10px 5px;
    margin-right: 0;
    width: auto;
    line-height: 18px;
    text-transform: none;
    min-width:260px;
}