/*
Theme Name: Twenty Sixteen Child
Template: twentysixteen
*/

*{
	box-sizing: border-box;
}

body {
    background: none;
    font-family: sans-serif;
    max-width: inherit;
    margin: 0;
    padding:0;
    box-sizing: border-box;
    border:0;
    overflow-x: hidden;
    align-items: start;
}
body:not(.custom-background-image):before, 
body:not(.custom-background-image):after {
    height: inherit;
}

body.page-child .content-area {
    max-width: 1024px;
}


.no-sidebar .entry-header, .no-sidebar .entry-content, .no-sidebar .entry-summary, .no-sidebar .entry-footer, .no-sidebar .comments-area, .no-sidebar .image-navigation, .no-sidebar .post-navigation, .no-sidebar .pagination, .no-sidebar .page-header, .no-sidebar .page-content, .no-sidebar .content-bottom-widgets {
    margin: 0;
}

a {
	color: #2196F3;
    box-shadow:none!important;
    outline: none!important;
    word-break: initial;
    overflow-wrap: initial;
}
button{
    outline: none!important;
}
form {
    margin: 0 0 0 0;
    padding: 0 0 0 0;
    border: none;
}
input[type="date"],
input[type="time"],
input[type="datetime-local"],
input[type="week"],
input[type="month"],
input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="tel"],
input[type="number"],
select,
textarea {
	padding: 10px;
	margin: 0;
	width: 100%;
	border: 1px solid rgba(0, 0, 0, 0.15);
	background-image: none;
	border-radius: 2px;
	color: #686868;
}
input[type="date"]:focus, 
input[type="time"]:focus, 
input[type="datetime-local"]:focus, 
input[type="week"]:focus, 
input[type="month"]:focus, 
input[type="text"]:focus, 
input[type="email"]:focus, 
input[type="url"]:focus, 
input[type="password"]:focus, 
input[type="search"]:focus, 
input[type="tel"]:focus, 
input[type="number"]:focus, 
textarea:focus {
    outline: 0;
}

table, th, tr, td {
    border: none;
}

.desktop{
    display:block;
}
.mobile{
    display:none;
}
.hide {
    display:none;
}
.wide {
    width: 100%!important;
}

.excerpt {
    word-break: break-word;
}


.widget {
    position: relative;
    border: none;
    margin: 0 0 30px;
    padding: 5px;
    box-sizing: border-box;
}
.site-header .widget {
    margin: 0;
}

.tablecells {
    display: table;
    width: 100%;
}
.tablecell{
    display: table-cell;
    vertical-align: top;
}

.site, 
.site-inner,
.site-header,
.site-branding,
.site-content,
.content-area,
.site-main,
.sidebar,
.site-footer,
.page-header, 
.page-content, 
.content-bottom-widgets{
    max-width: inherit;
    width: inherit;
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    border: none;
    background: none;
    /* align-items: start; */
    /* vertical-align: top; */
}

.entry-header,
.entry-title,
.post-thumbnail, 
.entry-content, 
.entry-summary, 
.entry-footer, 
.comments-area, 
.image-navigation, 
.post-navigation{
    max-width: 100%;
    margin: 0;
    padding: 20px 0;
    box-sizing: border-box;
    border: none;
    background: none;
}


.no-sidebar .page-header,
.no-sidebar .page-content,
.no-sidebar .page-footer,
.no-sidebar .entry-header,
.no-sidebar .entry-content,
.no-sidebar .site-main,
.no-sidebar .twentysixteen .site-main,
.no-sidebar .entry-footer{
	padding:0 0 0 0;
	margin:0 0 0 0;
}

.entry-content ul, .entry-summary ul, .comment-content ul, .entry-content ol, .entry-summary ol, .comment-content ol {
    margin: 0 0 0 20px;
}

.comments-area input {
    max-width: 400px;
}

.comments-area .comment-form-url {
    display: none;
}

@-webkit-keyframes anifadein {
    0% {opacity: 0;}
    70% {opacity: 0;}
    100% {opacity: 1;}
}
@keyframes anifadein {
    0% {opacity: 0;}
    70% {opacity: 0;}
    100% {opacity: 1;}
}


#wpadminbar {
    background: #555555;
}
#wp-admin-bar-wp-logo {
    display: none;
}



@media screen and (max-width: 909px){

    .desktop{
        display: none!important;
    }
    .mobile{
        display: block!important;
    }

    
    .tablecell.cellblock{
        display: block;
    }
    .tablecell.cellmerge{
        display: inline;
        padding: inherit!important;
    }
    
    .entry-content p:before,
    .entry-content p:after{
        content:'';
        display:block;
        clear:both;
    }
}



/*******************************************************/
/* header */


.custom-logo {
    width: 210px;
    max-width: 100%;
}

.site-header {
    position: relative;
    padding: 0;
    /* max-height: 166px; */
    /* overflow: hidden; */
}

.menu-toggle {
    margin: 0;
    padding: 15px 9px;
    border: none;
    text-align: center;
    font-size: initial;
}
.site-header-menu{
    margin: 0;
	width: 100%;
	box-sizing: border-box;
	background: #cccccc;
}
.main-navigation {
    margin: 0;
}

.main-navigation a{
    color: rgba(0, 0, 0, 1)!important;
    font-weight: normal!important;
}

ul.sub-menu br {
    display: none;
}

.pagination {
    border-top: 0px solid #1a1a1a;
    font-family: inherit;
}

.home .entry-header {
    display: none;
}

.top-bar {
    position:relative;
    z-index: 99;
    background: #be1e2d;
    color: #ffffff;
    padding:0;
    box-sizing:border-box;
}
.top-bar .widget {
    position: absolute;
    top:0;
    right: 0;
    display: inline-block;
    padding: 13px 50px;
    margin: 0;
    border: none;
    background: #be1e2d;
    color:#ffffff;
    font-size:14px;
    line-height:14px;
    /* -webkit-animation: 0.6s linear forwards anifadein;
    animation: 0.6s linear forwards anifadein; */
}

.site-branding{
	padding: 10px 20px;
	max-height: 105px;
	overflow: hidden;
}

.custom-logo-link {
    display: inline-block;
    outline: none;
}


.header-bar .btnlink {
    display: inline-block;
    padding: 12px;
    margin: 0 20px;
    min-width: 220px;
    border-radius: 6px;
    background: #333333;
    outline: none;
    font-size: 13px;
    line-height: 14px;
    color: #ffffff;
    text-align: center;
}

.shop-bar {
    display: none;
}
.shop-bar .widget{
    margin:0;
    padding:0;
    font-size: 16px;
}
#main .shop-bar {
    display: block;
    -webkit-animation: 0.3s linear forwards anifadein;
    animation: 0.3s linear forwards anifadein;
}
body.archive.woocommerce ul.products,
body.archive.woocommerce form,
body.archive.woocommerce .woocommerce-products-header,
body.archive.woocommerce .woocommerce-result-count{
    -webkit-animation: 0.6s linear forwards anifadein;
    animation: 0.6s linear forwards anifadein;
}


/*******************************************************/
/* NAV */

.menu-toggle{
	position: absolute;
	z-index: 9999999;
	top:0;
	right:0;
	width: 100vw;
	background: transparent!important;
	outline: none!important;
	text-align:right;
}

.menu-toggle[aria-expanded="true"] + .site-header-menu.toggled-on {
    position: fixed;
    z-index: 999999;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    margin: 0;
    padding: 50px 5vw;
    box-sizing:border-box;
}
.menu-toggle[aria-expanded="true"] + .main-navigation {
	overflow:auto;
}

@media screen and (min-width: 910px){
	ul#menu-main-menu {
		max-width:1600px;
		display: flex;
		/* align-items: start; */
	}
	ul#menu-main-menu > li{
		width:100%;
    }
    ul#menu-main-menu > li > a{
        white-space: nowrap;
		font-size: 14px!important;
    }
	ul#menu-main-menu li#menu-item-8012 {
		width: 280%!important;
	}
	ul#menu-main-menu li#menu-item-8013 {
		width: 320%!important;
	}
	ul#menu-main-menu li#menu-item-8015 {
		width: 150%!important;
	}

	ul#menu-main-menu li#menu-item-8017,
	ul#menu-main-menu li#menu-item-9127,
	ul#menu-main-menu li#menu-item-8372 {
		width: 130%!important;
		white-space: nowrap;
	}
}
 
/*********************************************************************************/
/* Content */
.entry-header h1, h1.entry-title, h1.page-title{
	margin: 0 0 0;
	padding: 70px 0 10px!important;
	color: #3e3e3f;
	text-align:center;
	font-weight: 300;
	font-size: 30px!important;
	line-height: 40px;
	background-size: 80px auto!important;
}
.home .entry-header {
	text-align: center;
    display: none;
}

.site-content {
	margin: 0 auto;
	padding: 0 20px;
	box-sizing: border-box;
}
.content-area{
/*     max-width: 1300px; */
    margin: 0 auto!important;
    padding: 20px 0;
    box-sizing: border-box;
    float: none;
}
.entry-header{
    -webkit-animation: 0.5s linear forwards anifadein;
    animation: 0.5s linear forwards anifadein;
}
.entry-content{
    -webkit-animation: 0.5s linear forwards anifadein;
    animation: 0.5s linear forwards anifadein;
}


.tablecell.cellmerge {
    padding-left: 30px;
    padding-right: 30px;
}


.entry-content h2{
    display:block;
    margin: 0 auto 30px;
    padding:10px 0 0;
    font-size: 28px;
    line-height: 40px;
}
.entry-content h3 {
    margin: 20px 0;
    padding:0;
    color: #be1e2d;
    font-weight:normal;
    font-size: 18px;
    line-height: 30px;
    text-transform:initial;
    letter-spacing:inherit;
}

.entry-content .tablecells {
    max-width: 777px;
    margin: 40px auto;
    color: #000000;
    line-height: 28px;
}


.contentbtn {
    display: block;
    margin:60px auto 20px;
    padding: 15px 30px;
    max-width: 320px;
    box-sizing: border-box;
    border-radius: 6px;
    border:none;
    box-shadow: none!important;
    background: #be1e2d;
    outline: none;
    font-size: 16px;
    line-height: 14px;
    color: #ffffff!important;
    text-align: center;
    font-weight:normal;
    text-decoration:none;
}



.post-thumbnail,
.featuredimage .inside {
    margin: 0;
    max-height: 600px;
    overflow: hidden;
    /* -webkit-animation: 0.3s linear forwards anifadein;
    animation: 0.3s linear forwards anifadein; */
}
.post-thumbnail img,
.featuredimage .inside img{
    width: 100%;
    height: 300px;
    object-fit: cover;
    object-position: top;
}

body.search .site-content {
    max-width: 1400px;
}

body.search .post-thumbnail,
body.archive .post-thumbnail,
body.blog .post-thumbnail{
	display:none;
}
.post-thumbnail{
    /* display: none; */
    margin:-20px 0 20px
}


@media (max-width: 1500px) {
    body:not(.home) .content-area{
        max-width:1000px!important;
    }
}
@media (max-width: 1400px) {
    body:not(.home) .content-area{
        max-width:900px!important;
    }
}
@media (max-width: 1300px) {
    body:not(.home) .content-area{
        max-width:800px!important;
    }
}
@media (max-width: 1200px) {
    body:not(.home) .content-area{
        max-width:700px!important;
    }
}
@media (max-width: 1000px) {
    body:not(.home) .content-area{
        max-width:600px!important;
    }
}

/*********************************************************************************/
/* Footer */

.footer-base {
    background: #555555;
    margin: 0 0 0;
    padding: 50px 0 70px;
    max-width: 100vw;
    overflow-x: hidden;
    color: rgba(255, 255, 255, 1);
    font-size: 18px;
    /* -webkit-animation: 0.3s linear forwards anifadein;
    animation: 0.3s linear forwards anifadein; */
}

.footer-base a{
    color: rgba(255, 255, 255, 1);
    outline:none;
}

.footer-base ul{
    padding:0;
    margin:0;
}
.footer-base li{
	display:inline-block;
	padding:0;
	margin: 0 0 20px 10px;
	list-style:none;
}
.footer-base .menu a:after{
	content:'|';
	display:inline-blockblock;
	position:relative;
	height:10px;
	left:15px
}
.footer-base .sub-menu li{
	display:inline-block;
	margin: 0 5px;
	text-transform:initial;
	font-size: 17px;
}

.footer-base  li:after,
.footer-base .sub-menu li:after{
	content:'';
	margin-left:20px;
}
.footer-base li:last-child:after,
.footer-base .sub-menu li:last-child:after{
	content:'';
}
.footer-base .menu-item-has-children:after{
	content:'';
}

.footer-base .footer-credit, .footer-base .site-title{
	font-size: 18px;
	max-width: 1024px;
	margin: 30px auto 50px;
	text-align: center;
	display: none;
}


.footer-note{
    padding: 10px;
}

.site-footer .main-navigation {
    display: block;
    width: 100%;
    padding: 50px 15px 50px;
    margin: -120px 0 0;
    background: #005581;
}
.site-footer .main-navigation li{
    border:none;
}
.site-footer .main-navigation li.menu-item-has-children > a{
	font-weight:600!important;
	pointer-events:none;
}
.site-footer .main-navigation ul li a{
    color:#ffffff!important;
}
.site-footer .main-navigation li button{
    color:#ffffff!important;
    position:absolute;
    left:0;
    width: 100%;
    border-top: 1px solid rgba(255, 255, 255, 0.32);
    margin: 0;
}

.site-footer .menu-item-8069 {
    display: none!important;
}
.site-footer .menu-item-8071 a{
    font-size:0;
}
.site-footer .menu-item-8071 a:after{
    content: 'SHOP OUR STORE';
    font-size:20px;
    font-weight:600;
    line-height:50px;
    position: relative;
    left: -39px;
    font-family: sans-serif;
}

.single footer.entry-footer {
    margin: 15px 0 -140px!important;
}
footer.entry-footer .author {
    margin: 0;
}

/*********************************************************************************/

@media screen and (min-width: 910px){
	
	.main-navigation {
		padding: 0 90px;
    }
    
    .nav-links {
        display: flex;
    }
    .nav-links div{
        border-top: 1px solid #a4ccae;
        margin: 0 5% 0 0;
    }
}

@media screen and (max-width: 909px){

	.top-bar .widget {
		padding: 12px;
    }

}
@media screen and (max-width: 609px){
    

    .footer-base .sub-menu{
        margin-bottom:20px;
    }
    .footer-base .menu li{
        display:block;
    }
    .footer-base .menu li a{
    	display:inline-block;
    	width:90%;
    }
    .footer-base .menu li a:after{
        content:'';
    }
	.home .entry-content{
		margin-top: 30px;
	}
    .home .entry-content .title, 
    .home .entry-content .subtitle {
        font-size: 24px;
    }
}
@media screen and (max-width: 409px){

	.top-bar .widget {
		font-size: 10px;
    }

}

/************************************************************************/
/* GRID */

.section-row {
    display: flex;
    flex-wrap:wrap-reverse;
    width:100%;
    font-size: 18px;
}
.section-cell {
    display: block;
    box-sizing: border-box;
}

@media screen and (max-width: 909px){
    .section-cell {
        width:100%!important;
    }
	body:not(.home) aside#secondary {
		margin-left: auto;
		margin-right: auto;
		width: 600px;
		max-width: 100%;
	}
}



/************************************************************************/
/* WIDGET AREAS */

.header-bar {
    display: flex;
    align-items: start;
    max-height: 185px;
    overflow: hidden;
}
.section-cell .widget a{
	text-decoration:none;
	border:none;
	box-shadow: none;
}



/************************************************************************/
/* ENTITIIES */

.btn {
    display: inline-block;
    min-width: 99px;
    padding: 5px 15px;
    margin: 0 10px 0 0;
    border: 1px solid #777777;
    border-radius: 20px;
    background: #ffffff;
    color: #777777;
    text-align: center;
    font-size: 16px;
    font-weight: 800;
    text-transform: uppercase;
}


/************************************************************************/
/* PLUGINS */

.sharedaddy {
    margin-top: 50px;
}

.metaslider .caption-wrap {
    background: rgba(23, 31, 0, 0.6)!important;
    opacity: 1!important;
    height: 100%;
    box-sizing: border-box;
}
.metaslider .caption {
    padding: 5px 0!important;
}
.metaslider .caption h2 {
    text-align: center;
    font-size: 4vw;
    line-height: 4vw;
    padding: 16vh 20vw 4vh!important;
    font-weight: normal;
    text-shadow: 0 0 100px rgb(0, 0, 0);
}
.metaslider .caption h3 {
	display:block;
	margin: 0;
	padding: 25px;
	box-sizing: border-box;
	border:none!important;
	box-shadow: none!important;
	background: rgb(41, 45, 27);
	color:#ffffff;
	text-align:center;
	text-decoration:none!important;
}

.metaslider .caption a{
	display: inline-block;
	padding: 16px;
	width: 100%;
	max-width: 370px;
	box-sizing: border-box;
	border-radius: 6px;
	border:none;
	box-shadow:none;
	background: #be1e2d;
	outline: none;
	font-size: 18px;
	line-height: 18px;
	color: #ffffff;
	text-align: center;
	font-weight:normal;
	text-decoration:none;
}

@media screen and (min-width: 910px){
	
	.metaslider .slides img{
		max-height:inherit;
		min-height:550px;
		object-fit:cover;
	}

}
@media screen and (max-width: 909px){

	.metaslider .slides img{
		max-height:600px!important;
	}
	.metaslider .caption h2 {
		margin: 0;
		padding: 10vh 5vw!important;
		font-size: 54px;
		line-height: 56px;
    }
}
@media screen and (max-width: 409px){

    .metaslider .caption h2 {
        font-size: 38px;
        line-height: 42px;
    }
    .metaslider .caption a{
    	font-size:15px;
    }
}


/************************************************************************/
/* CUSTOM STYLES */

body {
    background: none;
    font-family: 'Libre Franklin', sans-serif;
}
a {
    color: #0066af;
}
/* .main-navigation {
    font-family: 'Libre Franklin', sans-serif;
} */


.site-header-main {
    flex-direction: row-reverse;
    /* max-height: 166px; */
    align-items: start!important;
}

/* .custom-logo-link:after {
    content: 'American Association of Kidney Patients';
    position:relative;
    top:10px;
    display: inline-block;
    margin: 0 0 0 20px;
    max-width: 170px;
    line-height: 17px;
    font-weight: 600;
} */

.header-bar .widget {
	padding: 20px 2vw;
	color: #0066af;
}
.header-bar .widget:before {
	content:'';
	position:absolute;
	height:100px;
	top:-20px;
	margin-left: -25px;
	border-left:1px solid #aaaaaa;
}

.header-bar .btn{
	position:relative;
	top:-10px;
	margin: 25px 0 0 6px;
}

.btn-donate{
    border-color:#00a94f;
    color: #00a94f;
}
.btn-join{
    border-color:#0067b1;
    color: #0067b1;
}

.callout-line1 {
    font-size: 12px;
}
.callout-line2 {
    margin: -5px 0 0;
    font-size: 22px;
    font-weight: 600;
}
.callout-line3 {
    margin: -9px 0 0;
    display: block;
}

header .action-search {
	padding: 10px 15px;
}
header .action-search input[type="search"]{
	border:1px solid #89b8da;
	border-radius: 90px;
	background: #ffffff;
	font-size: 14px;
}
header .action-search .search-btn {
    margin-left: -112px;
    padding: 0 16px;
    box-sizing:border-box;
    border:1px solid #89b8da;
    border-radius: 90px;
    background: #d3dcef;
    color: #0067b0;
    font-size: 14px;
    line-height: 5px;
    display: flex;
    align-content: center;
    align-items: center;
}
header .action-search .search-btn:before {
    content: "\f002";
    font-family: FontAwesome;
    line-height: 0;
    position: relative;
    top: 0;
    left: -3px;
    width: 40px;
}
header .action-search.modal {
    display: block;
    position: fixed;
    z-index:99999;
    margin-top: 70px;
    width: 100%;
    height:100vh;
    background:rgba(255, 255, 255, 0.81);
}
header .action-search.modal .inside{
    max-width:500px;
    margin:0 auto;
    padding: 150px 20px;
}
header .action-search.modal input{
    box-shadow: 0 1px 20px rgba(0, 0, 0, 0.33);
}
header .action-search.modal .searchexit {
    display: block!important;
    position: absolute;
    right: 40px;
    top: 60px;
    background: transparent;
    color: rgb(119, 119, 119);
    font-size: 30px;
    font-weight: 600;
    cursor:pointer;
}

header .action-links{
	max-width:100%;
	margin: 0 0 20px;
	overflow:hidden;
}
header .action-links .al-btn,
header .action-links .shop-btn{
    display: block;
    max-width:100%;
    margin: 0 15px;
    padding: 18px 16px;
    box-sizing:border-box;
    border:1px solid #89b8da;
    border-radius: 90px;
    background: #0067b0;
    color: #ffffff;
    font-size: 14px;
    font-weight: normal;
    line-height: 0;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow:hidden;
}
header .action-links .shop-btn i{
	padding:0 3px 0 0;
	color:#d3dcef;
    line-height: 0;
}

nav .nav-previous, 
nav .nav-next {
    max-width: 500px;
    width: 50%;
}

.footer-bar {
    display: flex;
	align-items:center;
    flex-wrap: wrap;
    background:#808285;
    color:#ffffff;
}
.footer-bar  .widget {
    font-size: 20px;
    padding: 5px 20px;
}

.footer-base {
    position: relative;
    background: #005581;
}

.main-navigation a{
    color: rgba(0, 0, 0, 0.8)!important;
    font-weight: normal!important;
}

.site-footer .menu-item-8027,
.site-footer .menu-item-8028 {
	display: none;
}

.section-row-featured .section-cell a{
	color:#ffffff;
}
.section-row-featured .section-cell a.btn{
	background: #ffffff;
	color:#00853f;
}
.section-row-featured .section-cell-1{
    width: 50%;
    align-items: stretch;
}
.section-row-featured .section-cell-2{
	flex-grow: 1;
	width: 50%;
	background: #00a750;
	color:#ffffff;
}

.section-row-featured .db-slide-container-splash .swiper-wrapper {
    height: 250px;
}
.section-row-featured .db-slide-container-splash .swiper-slide {
    background-position: top center;
    background-size:cover!important;
}
.section-row-featured .db-slide-container-splash .swiper-button-next, 
.section-row-featured .db-slide-container-splash .swiper-button-prev {
    opacity: 0!important;
}

.headerslides .swiper-slide {
    min-height: 250px;
    background-position: center!important;
}

.db-slide-container-splash p{
    display: inline;
}

.db-gallery-top {
    height: 60%;
    width: 100%;
}
.db-gallery-thumbs {
    height: 30%;
}
.db-list-thumbs .thumb{
    box-shadow: none;
}
.db-list-thumbs span.note {
    max-height: 30px;
    overflow: hidden;
    padding: 0 5px;
}

#custom_html-6{
    overflow: hidden;
    margin: 20px auto;
	padding:0 3px;
}
#custom_html-6 .rev_slider_wrapper{
	position:relative;
	/* 	max-width: 1200px; */
	max-width: 1600px;
	margin: 0 auto!important;
	padding:0;
	left: -5px!important;
	right: -5px!important;
}

#custom_html-5 {
    display: flex;
    align-items: center;
    margin: 0 auto;
    padding: 30px;
    width: 100%;
    height: 100%;
    background: #00853f;
    color: #ffffff;
    text-align: center;
}
#custom_html-5 h2 {
	max-width: 400px;
    margin:0 auto 30px;
}
#custom_html-5 .textwidget {
	width:100%;
}
#text-2 {
    padding: 0;
}
#text-3 .swiper-container {
    height: 400px;
}
#text-3 .db-slide-container-splash .swiper-slide {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain!important;
}

#custom_html-8{
	margin: 25px 0 -35px;
}
#custom_html-8 .textwidget{
	margin:-20px auto 0;
	padding-top: 10px;
	border-top: 1.5px solid rgb(160, 159, 159);
	background-color: rgb(241, 241, 242);
}
#custom_html-8 .db-info-box{
	max-width:1400px;
	margin:10px auto;
}

#custom_html-7{
	padding:0;
}
#custom_html-11 {
    height:100%;
    width: 65%;
    box-sizing:border-box;
    text-align: right;
}
#custom_html-11 .btn-learn {
    margin: 0;
    background:#0067b1;
    color:#ffffff;
    font-size:16px;
    line-height:26px;
    text-align: center;
}
#custom_html-12{
	width:35%;
	box-sizing:border-box;
}
#custom_html-12 img{
    display:inline-block;
    max-width: 45px;
    height:auto;
    margin: 10px 5px 10px 0;
}


.twitter-block {
    margin: -10px auto -20px;
    padding: 40px 20px;
    background: #2f7abc;
    background-image: url('/res/aakp-twitter-bg.png');
    background-size: cover;
    background-position: top center;
}

.twitter-block blockquote{
    opacity:0;
    padding:0;
    margin:0;
    border:none;
    box-shadow: none;
    background:none;
}

.twitter-block h2{
	margin: -15px 0 5px;
	color:#ffffff;
	font-size: 28px;
}

.twitter-block .twfollow{
    max-width: 1400px;
    margin:0 auto;
}
.twitter-block .twtweets{
    max-width: 1400px;
    margin:0 auto;
    border-top: 20px solid #0061b3;
    border-radius: 10px 10px 0 0;
    background:#ffffff;
    -webkit-animation: 2s linear forwards anifadein;
    animation: 2s linear forwards anifadein;
}
.twitter-block .content{
	position:relative;
    display:block;
    list-style: none;
}
.twitter-block li{
	position:relative;
	display:block;
	padding: 20px 50px;
	box-sizing: border-box;
	font-size:12px!important;
}
.twitter-block li:before{
	content:'';
	position:absolute;
	z-index:9999;
	left:-10px;
	display:block;
	height: 40px;
	width: 40px;
	background-image: url('/res/aakp-icon.png');
	background-size: contain;
}


.twitter-block .content > .twitter-tweet {
	margin: 20px 2%;
}

.EmbeddedTweet--mediaForward .EmbeddedTweet-tweet {
    border: 1px solid #aaaaaa!important;
}


@media screen and (min-width: 510px){

	.section-row-featured .db-slide-container-splash .swiper-wrapper {
		height: 350px;
	}
}
@media screen and (min-width: 610px){

    .twitter-block .content{
        display:flex;
        flex-wrap:wrap;
    }
	.twitter-block .content > .twitter-tweet {
		max-width: 45%!important;
		margin: 20px 2%;
	}
}
@media screen and (min-width: 910px){
        
    header .main-navigation {
        padding: 0 10px;
        min-height: 65px;
    }
    header .site-menu {
        width: 100%;
    }
    header .site-header-menu {
        background: #e5f3e7;
        position: relative;
        z-index: 99999;
    }
    header .site-header-menu a{
        color: #555555!important;
    }
    header .main-navigation a{
        white-space: pre-wrap;
    }
    header .main-navigation .primary-menu > li > a{
		display: flex;
		align-items: flex-end;
		min-height: 64px;
    }
    header .main-navigation .menu-item-has-children > a{
    	padding-right:10px;
    }
    header .main-navigation #menu-item-8015 > a{
        max-width: 130px;
    }
    header .main-navigation ul ul:before,
    header .main-navigation ul ul:after,
    header .main-navigation a:before ,
    header .main-navigation a:after {
        display: none;
    }
    header .main-navigation .primary-menu > li > ul.sub-menu{
    	display: flex;
    	flex-wrap: wrap;
    	top:60px;
    	right: inherit;
    	padding: 50px 7px 20px;
    	width: 235px;
    	background: #e5f3e7;
    }
    header .main-navigation .primary-menu > li:not(.group-header) > ul.sub-menu li{
    	display: block;
    	width: 100%;
    }
    header .main-navigation .primary-menu > li:not(.group-header) > ul.sub-menu li a{
    	font-weight: 600!important;
    	width: 100%;
    }
    header .main-navigation .primary-menu > li.group-header > ul.sub-menu{
        display: none;
    }
    header .main-navigation .primary-menu > li.group-header:hover > ul.sub-menu{
        display:flex;
        width: 510px;
    }
    header .main-navigation .primary-menu > li ul.sub-menu li{
        border:none;
        background:transparent;
        vertical-align: top;
        overflow: hidden;
        padding: 0;
        margin: 0;
    }
    header .main-navigation .primary-menu > li.group-header:hover > ul.sub-menu > li > a{
        padding:0;
        margin: 7px;
        border-bottom:1px solid #aaaaaa;
        text-transform:uppercase;
        width: 100%;
    }
    header .main-navigation .primary-menu > li.group-header:hover li ul{
        position:relative;
        top:0;
        left:0;
        display:block;
        border:none;
    }
    header .main-navigation .primary-menu > li.group-header:hover .sub-menu ul .menu-item a {
        padding: 5px 10px;
        font-weight: 600!important;
    }
    header .main-navigation .primary-menu > li.menu-item-has-children > ul.sub-menu:before {
        content:"\f0d7";
        display: inline;
        position:absolute;
        left: 31px;
        margin:0!important;
        padding:0!important;
        border:none;
        font: normal normal normal 50px/1 FontAwesome;
        color:#00853f;
    }
	header .main-navigation a{
		padding: 10px 5px;
		font-size: 12px;
	}

    #menu-item-8027,
    #menu-item-8028 {
        min-width: 30px;
        width: 35px!important;
    }
    #menu-item-8027 a,
    #menu-item-8028 a{
        color:#e5f3e7!important;
    }
    #menu-item-8027:after,
    #menu-item-8028:after{
        font: normal normal normal 14px/1 FontAwesome;
        color:#777777;
        position:absolute;
        top: 20px;
        left: 10px;
        padding:15px 0;
        pointer-events: none;
    }
    #menu-item-8027:after{
        content: "\f002";
    }
    #menu-item-8028:after{
        content: "\f07a";
    }

	#menu-item-8036{
		margin-right:40px
	}
/*     .home .headerdiv{
        position:relative;
        z-index:999;
        margin:-20px 0 0;
        text-align: center;
    }
    .home .headerdiv:before {
        content: "\f13a";
        font: normal normal normal 60px/1 FontAwesome;
        z-index:999;
        display: inline-block;
        margin:0 auto;
        width:50px;
        border-radius:360px;
        background:#ffffff;
        line-height:30px;
        text-align:center;
        color:#0067b1;
    } */
    
    .db-slide-container-splash .swiper-wrapper {
        height: 350px!important;
    }


	.site-footer .main-navigation ul{
		display:flex;
		align-items: start;
		align-content: space-between;
	}
	.site-footer .main-navigation li{
		max-width: 100%;
		margin:0 20px 0 0;
		overflow:hidden;
	}
	.site-footer .main-navigation li a{
		display: block;
		width: 100%;
		font-size: 10px;
	}
	.site-footer .main-navigation ul:before,
	.site-footer .main-navigation ul:after,
	.site-footer .main-navigation li:before,
	.site-footer .main-navigation li:after,
	.site-footer .main-navigation li a:before,
	.site-footer .main-navigation li a:after{
		content:'';
		display:none;
		border:none;
	}
	.site-footer .primary-menu > li{
		border-left:1px solid rgba(255, 255, 255, 0.39);
		padding-left:0.3vw
	}
	.site-footer .primary-menu > li > a{
		font-weight:600!important;
		height:50px;
		white-space:pre-wrap
	}
	.site-footer .main-navigation li.header > a{
		/* margin:20px 0 0; */
		font-weight:600!important;
	}
	.site-footer .main-navigation li ul {
		display:block!important;
		position:relative!important;
		left:0!important;
		border:none;
		z-index: 9999;
	}
	.site-footer .main-navigation li ul li{
		border:none;
		background:#005581;
	}

}
@media screen and (min-width: 1024px){
	
	header .main-navigation a{
		padding: 10px 5px;
		font-size: 14px;
	}
    #custom_html-10 {
        position: absolute;
        top: 40px;
        right:20px;
    }
    header .main-navigation .primary-menu > li > ul.sub-menu{
    	width: 270px;
    }
    header .main-navigation .primary-menu > li:not(.group-header) > ul.sub-menu li{
    	width: 50%;
    	padding-right: 15px;
    }
    
    .twitter-block li{
        max-width: 23%;
        margin:0 1% 10px;
        padding:40px;
        border-right:1px solid #cccccc;
    }

}
@media screen and (min-width: 1130px){
	.twitter-block .content > .twitter-tweet {
		max-width: 23%!important;
		margin: 20px 1%;
	}
}
@media screen and (min-width: 1200px){
	header .main-navigation .primary-menu > li{
    	max-width: 260px;
    	margin-right:1.3vw;
    }
}
@media screen and (min-width: 1300px){
    #custom_html-2 {
        margin-right: 7vw;
    }
	header .main-navigation .primary-menu > li{
    	max-width: 260px;
    	margin-right:1.2vw;
    }	
	header .main-navigation a{
		font-size: 16px;
	}
	header .main-navigation .primary-menu > li > ul.sub-menu {
		width: 390px;
		padding-left: 20px;
		padding-right: 20px;
		margin-left: -20px;
	}
	#menu-item-8027:after, #menu-item-8028:after {
		font: normal normal normal 21px/1 FontAwesome;
		top: 15px;
	}
    #custom_html-5 h2 {
        font-size: 40px!important;
        max-width: 545px;
    }
   

	.site-footer .main-navigation li {
		max-width: 400px;
	}
	.site-footer .main-navigation li a{
		font-size: 12px;
		line-height: 14px;
	}
}

@media screen and (min-width: 1500px){
	header .main-navigation .primary-menu > li{
    	margin-right:2vw;
    }
}

@media screen and (min-width: 1800px){
	.site-footer .main-navigation li a{
		font-size: 16px;
		line-height: 20px;
	}
}
@media screen and (max-width: 1199px){
    .header-bar .widget {
        padding:20px 1vw;
        border:none;
    }
	.header-bar .widget:before {
        border:none;
	}
	.footer-bar {
		display: block;
	}
	.footer-bar .widget{
		width:100%!important;
	}
	#custom_html-11{
		line-height:25px;
    	text-align: left;
	}
	#custom_html-11 .btn{
		display:block;
		max-width: 160px;
		margin:15px 0 15px -5px;
	}
    .header-bar .btn {
        font-size: 15px;
    }
}
@media screen and (max-width: 1023px){

    #custom_html-2{
        display: none;
    }
}
@media screen and (max-width: 909px){
	
	.custom-logo-link:after {
		max-width: 135px;
		font-size:12px;
	}
    .header-bar .widget {
        padding: 0 20px;
    }
    .site-header-main{
        display: block;
    }
    .header-bar {
        border-bottom: 2px solid #a3e4b1;
        background: #ddebe0;
        position: relative;
        z-index: 999999;
    }
    .header-bar .btn {
        top: 0;
        padding: 0 10px;
        min-width: 100px;
        margin: 8px 0;
        font-size: 13px;
    }

    header .menu-toggle {
        height: 41px;
        width: 95px;
        background: #0067b0!important;
        color: #ffffff;
        text-align: center;
        font-size: 14px;
    }
    header .menu-toggle:after{
        content: "\f0c9";
        font: normal normal normal 14px/1 FontAwesome;
        font-size: 16px;
        line-height:0;
        margin:0 0 0 10px;
    }
    header .menu-toggle.toggled-on{
    	color: rgba(255, 255, 255, 0)!important;
    	background:rgba(255, 255, 255, 0)!important;
    }
    header .menu-toggle.toggled-on:after{
    	content:"\f00d";
    	color:rgba(255, 255, 255, 1);
    	font-size:30px;
    	font-weight:600;
    	position: fixed;
    	top: 20px;
    	right: 20px;
    }

    header .main-navigation .menu-item-8027,
    header .main-navigation .menu-item-8028 {
        display: none;
    }

	.site-menu {
		max-width: 100vw;
		overflow: hidden;
	}
	
	header .site-header-menu{
    	background:#00853f;
	}
    header .main-navigation{
    	overflow: auto!important;
    	overflow-x: hidden!important;
    	padding: 35px 30px;
    	background:#e5f3e7;
    	height: calc(100vh - 100px);
    	max-width: 90vw;
    	box-sizing: border-box;
    }
    header .main-navigation button{
		width: 100%;
    	color:#00853f;
	}
    header .main-navigation ul{
    	margin:0;
    	border:none;
    }
    header .main-navigation ul li{
    	border:none;
    	margin: 15px 0;
    	padding: 0;
    }
    header .main-navigation ul li a{
    	border:none;
    	margin: 5px 3px;
    	padding: 5px;
    }
    header .main-navigation ul li.db-sub-menu-title{
    	margin:3px 0 0 0!important;
    }
    header .menu-main-menu-container,
	header .main-navigation ul.primary-menu {
    	border:none;
    	max-width: 100vw;
    	box-sizing: border-box;
    	margin: 0!important;
    	padding: 0!important;
 	}
	header .main-navigation ul.primary-menu > li > .sub-menu{
		overflow: auto!important;
		opacity:0;
		position:fixed;
		top:0;
		left:-100vw;
		z-index: 99;
		display:block;
		height: calc(100vh - 100px);
		width:90vw;
		margin:50px 5vw;
		padding: 70px 30px 35px;
		box-sizing: border-box;
		background: #e5f3e7;
		transition: opacity 0.1s ease-in-out;
	}
	header .main-navigation ul.primary-menu > li > .sub-menu.toggled-on{
		opacity:1;
		left:0;
	}
	header .main-navigation ul.primary-menu > li > .sub-menu a{
    	font-weight:600!important;
	}
	header .main-navigation ul.primary-menu > li > .sub-menu .header > a{
		padding-top:20px;
		font-weight:normal!important;
		border-bottom: 1px solid rgba(0, 0, 0, 0.17);
	}
	header .main-navigation ul.primary-menu > li > .sub-menu.toggled-on ul{
		display:block!important;
	}
	header .main-navigation ul.primary-menu > li > .sub-menu.toggled-on button{
		display:none;
	}
	header .main-navigation button.dropdown-toggle.toggled-on {
		position: fixed;
		z-index: 999;
		left: 5vw;
		top: 50px;
		width: 90vw;
		border-top: 1px solid rgba(255, 255, 255, 0.4);
		background: #00a94f;
		color: #ffffff;
	}
	
	header .main-navigation .dropdown-toggle:after {
		content: "\f054";
		width: 100%;
		text-align: right;
	}
	header .main-navigation ul .dropdown-toggle.toggled-on:after {
		content: "\f060";
		width: 100%;
		text-align: left;
	}
    header .main-navigation ul .dropdown-toggle.toggled-on:before{
    	content:'Back To Main Menu';
    	position:absolute;
    	left: 30px;
    	top:15px;
    	font-size:20px;
    }

    .site-footer .main-navigation {
        padding: 20px 0;
    }
    .site-footer .main-navigation ul{
        padding:0;
        margin:0;
    }
	.site-footer .main-navigation ul li a{
		padding-left:50px;
	}
    .site-footer .main-navigation .group-header > ul {
    	display:block;
    }
    .site-footer .main-navigation .group-header > a{
    	display:none;
    }
    .site-footer .main-navigation .group-header {
    	display:none;
    }

	.dropdown-toggle:after {
		font-family: 'FontAwesome';
		content: "\f067";
		display:block;
		width: 36px;
		border:none;
		padding: 10px 5px 8px;
		font-size: 20px;
	}
	.dropdown-toggle.toggled-on:after {
		content: "\f068";
	}


	#custom_html-5{
		position:relative;
		z-index: 99;
		margin:-80px auto 0;
		padding:60px 20px;
		width:450px;
		max-width:90%;
	}

    .section-row-featured .section-cell-1{
    	margin-bottom: -80px;
    }
}
@media screen and (max-width: 767px){

	a.btn.btn-dk{
		display:none;
	}
	
}
@media screen and (max-width: 509px){

	#custom_html-5 h2{
		font-size: 22px!important;
	}

}
@media screen and (min-width:430px) and (max-width: 909px){

    
}
/* @media screen and (max-width: 329px){

    .custom-logo {
        max-width: 140px;
    }
} */



/******************************************************************************************************************************/
/* CUSTOM CONTENT LAYOUT */

.entry-footer .edit-link {
    margin: 30px 0;
    display: block;
}

body.blog .entry-footer,
body.archive .entry-footer{
    display: none;
}
/* body.archive .entry-header ,
body.blog .entry-header {
	display: none;
} */
body.blog article,
body.archive article{
    margin: 0 0 30px;
}
body.archive .entry-title a {
    display: block;
    margin: 0 0 -10px 0;
    padding: 0;
    font-size: 28px;
    color: #0167af;
}
body.category .entry-summary {
    display: none;
}
body.search-results .entry-summary {
    display: block;
}

.content-area {
    width: 100%;
    box-sizing: border-box;
}


.post-item:before,
.post-item:after{
    content:'';
    clear:both;
    display:block;
    margin:0 0 20px;
}
.post-item .title {
    display: block;
    font-size: 28px;
    line-height: 36px;
}
.post-item .thumbnail img {
    float: left;
    width: 250px;
    height: 206px;
    object-fit: cover;
    margin: 0 10px 0 0;
}
.post-item .thumbnail img{
    margin: 0 20px 15px 0;
}


nav.navigation.post-navigation span {
    font-size: 14px;
}
nav.navigation.post-navigation div + div{
    border-top: 1px solid #a4ccae;
}

.content-area header h1.page-title.screen-reader-text {
    position: initial!important;
    clip: auto;
    clip-path: initial;
    width: initial;
    height: inherit;
    margin: inherit;
    overflow: visible;
}

aside#secondary {
    margin-bottom: 30px;
    min-width: inherit!important;
    width: 480px;
    max-width: 100%;
    box-sizing: border-box;
}

body.page-child.page-template-page-blocks article {
    margin-bottom: 20px;
}
body.page-child.page-template-page-blocks .db-info-box .db-block {
    height: 60%;
}
body.page-child.page-template-page-blocks .db-info-box .db-block-inner {
    height: 100%;
    padding-bottom: 10px;
}
body.page-child.page-template-page-blocks .db-info-box .db-button{
    bottom:10px;
}


.category-photo-gallery .entry-summary,
.category-photo-gallery .post-thumbnail{
    display: none;
}


body:not(.home) aside#secondary{
	margin-top:80px;
}

body:not(.home) h1.entry-title, 
body:not(.home) h1.page-title{
	background:none;
	padding:10px 0!important;
	margin:0;
}

@media screen and (min-width: 910px){

    body:not(.home) .site-content{
      display:flex;
      flex-direction: row-reverse;
      width: 1400px;
      max-width: 100%;
      margin: 0 auto 20px;
    }
    
    body:not(.home) .entry-content {
        width: 100%!important;
        margin:0 0 0 0!important;
    }
    body:not(.home) .sidebar{
		min-width:250px;
		margin-top:60px;
		margin-right:20px;
    }
}

@media screen and (min-width: 1600px){

    body.page-child.page-template-page-blocks .db-info-box .db-box {
        width: 25%;
    }
}

@media screen and (max-width: 600px){

    .post-item .thumbnail img {
        display: block;
        float: none;
        clear: both;
        max-width: 100%;
    }

}



/******************************************************************************************************************/
/* STORE */


body.woocommerce main {
    margin: 0 0 0 0!important;
}

.single-product .site-content {
    position: relative;
    max-width: 1000px!important;
}

nav.woocommerce-breadcrumb {
    display:none;
}

.woocommerce #respond input#submit.alt, 
.woocommerce a.button.alt, 
.woocommerce button.button.alt, 
.woocommerce input.button.alt {
    background-color: #00853f!important;
    padding: 10px;
    line-height: 21px;
}

.woocommerce .related.products h2 {
    margin: 20px 0 0;
}
.woocommerce ul.products li.product{
	margin:0 2% 20px 0!important;
}
.woocommerce .related.products li.product:nth-child(4) {
    display: none;
}

.woocommerce ul.products li.product a img {
    height: 200px;
    object-fit: cover;
}

.woocommerce ul.products li.product h3 {
    height: 80px;
    overflow: hidden;
}

.woocommerce ul.products li.product{
    box-sizing:border-box;
    padding-bottom:120px!important;
}
.woocommerce ul.products li.product .button {
    position: absolute;
    bottom: 20px;
    right: 10%!important;
    left: 10%!important;
    margin: 0 auto;
    text-align: center;
}
.woocommerce ul.products .woocommerce-Price-amount.amount {
    position: absolute;
    right:initial;
    bottom: 50px;
    left:10%;
    width:80%;   
}
.woocommerce  .cat-item.current-cat {
    font-weight: bold;
}
.woocommerce-Price-amount + .woocommerce-Price-amount{
	display:none;
}

@media screen and (max-width: 1100px){
    .woocommerce .related.products  ul.products li.product:nth-child(3) {
        display: none;
    }
}
@media screen and (min-width: 768px){

    .single-product .wp-post-image {
        margin-top:80px!important;
    }
    header .action-links .al-btn-dk {
		display: none!important;
	}
}
@media screen and (min-width: 1500px){

    /* body.archive.woocommerce ul.products li.product, 
    body.archive.woocommerce-page ul.products li.product{
        width: 22%;
    }
    body.archive.woocommerce ul.products li.product {
        margin: 0 3% 40px 0!important;
    } */

    body.archive.woocommerce ul.products li.product {
        margin: 0 4% 30px 0!important;
    }
}

/******************************************************************************************************************/
.entry-content iframe {
    width: 100%;
}

.entry-content blockquote {
    border-color: transparent;
    font-style: normal;
}

.btn-link,
.vc_btn3-style-modern{
    display: inline-flex;
    margin: 10px auto;
    padding: 10px 20px!important;
    border: none!important;
    border-radius: 30px!important;
    box-shadow: none!important;
    background-image: none!important;
    background-color: #008540!important;
    color: #ffffff!important;
    font-weight: 600!important;
    line-height: 23px!important;
    text-align: center!important;
}
.btn-link-blue{
    padding: 10px 20px;
    border-radius: 30px;
    background-color: #0067b1!important;
    color:#ffffff!important;
}
.btn-link-green{
    padding: 10px 20px;
    border-radius: 30px;
    background-color: #008540!important;
    color:#ffffff!important;
}
a.wp-block-button__link {
    display: inline-flex;
    margin: 10px auto;
    padding: 10px 20px!important;
    border: none!important;
    border-radius: 30px!important;
    box-shadow: none!important;
    background-image: none!important;
    background-color: #008540;
    color: #ffffff!important;
    font-weight: 600;
    line-height: 23px;
    text-align: center;
    text-transform:none!important;
}
.entry-content .wp-block-button__link:not(.has-background){
    background-color: #008540!important;
    color:#ffffff!important;
}
/******************************************************************************************************************/
#text-6 {
    padding: 0;
}
#text-6 .db-info-box .db-box{
    box-sizing: border-box;
    margin-bottom: 0.5vw;
}
#text-6 .db-info-box .db-block{
    margin-left:2%;
    margin-right:2%;
}
#text-6 .db-info-box .db-body{
    font-size: 14px;
    line-height:22px;
}
@media (max-width:1600px){
    #text-6 .db-info-box .db-box {
        width: 25%;
    }
    #text-6 .db-info-box .db-block{
        margin-left:1%;
        margin-right:1%;
    }
    #text-6 .db-info-box .db-title{
        font-size: 16px;
        line-height: 18px;
    }
    #text-6 .db-info-box .db-body{
        font-size: 15px;
        line-height: 20px;
    }
}
@media (max-width:1300px){
    #text-6 .db-info-box .db-box {
        width: 50%;
    }
}
@media (max-width:600px){
    #text-6 .db-info-box .db-box {
        width: 100%;
    }
}
@media (min-width:601px){
	#text-6 .db-info-box .db-title{
	   /* white-space: nowrap; */
	   /* text-overflow: ellipsis; */
	   overflow: hidden;
	   height: 50px;
	   margin-bottom: 17px;
	   font-size: 16px!important;
	   line-height: 20px!important;
	}
}


/******************************************************************************************************************/

@media(min-width:900px){
	li#menu-item-8012  ul li{
		margin-right:10%!important;
	}
    li#menu-item-8012 > ul {
        /* width: 530px; */
    }
    li#menu-item-8012 .db-sub-menu-title br {
        display: none;
    }
    li#menu-item-8019 > ul{
        /* display:flex; */
        /* flex-wrap:wrap; */
        /* width: 230px; */
    }
    li#menu-item-8019 > ul li{
        /* width:50%; */
    }
    li.db-sub-menu-title {
        margin: 0 3px!important;
    }
}
@media(min-width:1300px){
    li#menu-item-8012 > ul {
        width: 580px;
    }
}


.entry-content .gallery-columns-3 img {
    height: 20vw;
    object-fit: cover;
}

/* article#post-69 .entry-content p > img {
    width: 200px;
    height: 300px;
    object-fit: cover;
} */



.site-content blockquote{
	font-size:inherit;
	color:inherit;
	margin: 0 0 40px 0!important;
}
.site-content blockquote b,
.site-content blockquote strong{ 
		font-weight:bold;	
}
.site-content blockquote p{
	margin: 0 0 7px;
	line-height:inherit;
}
.site-content blockquote p:before,
.site-content blockquote p:after{
    clear:none;
}
.site-content blockquote img.alignleft {
    width: 170px;
    height: 220px;
    object-fit: cover;
    padding:5px;
    border:1px solid #d8d8d8;
    box-shadow:0 0 5px rgb(208, 227, 212);
}

/******************************************************************************************************************/
#post-7672 .entry-content h4 {
    color: #287fbe;
    border-bottom: 1px solid;
    padding-bottom: 15px;
    margin-bottom: 10px;
}
#post-7672 .entry-content p{
    margin:10px 0 0 0;
}
#post-7672 .entry-content ul{
    display:flex;
    margin-bottom: 30px;
}
#post-7672 .entry-content ul > li{
    margin:0 30px 0 -20px;
    list-style:none;
}
#post-7672 .entry-content ul > li:nth-child(2):before{
	content:'|';
	margin-right:10px;
}
#post-7672 .entry-content li a{
	font-weight:bold;
	font-size:13px;
}
#post-7672 .entry-content li a:after {
    font: normal normal normal 14px/1 FontAwesome;
    margin: 0 0 0 7px;
    font-weight: bold;
}
#post-7672 .entry-content li a[href*="/product/"]:after {
    content:"\f0f6";
}
#post-7672 .entry-content li a[href*=".pdf"]:after {
    content:"\f019";
}

/******************************************************************************************************************/
#custom_html-6 .rev_slider_wrapper{
    left:inherit!important;
    right:inherit!important;
}
#custom_html-6 .tp-parallax-wrap {
    box-shadow: inset 0 0 0px 2px white;
}

@media (max-width:1460px){

    #custom_html-6 .rev_slider_wrapper {
        margin: 0 auto!important;
        padding: 0 0!important;
    }

}



.site-content ol li {
    margin: 0 0 20px;
}


.page-gallery-card{
	height: 90px!important;
	width: 300px!important;
	margin-right: 7%!important;
}
.page-gallery-card strong{
	text-align: left!important;
}

body.page-template-page-gallery .entry-content ol {
    display: flex;
    flex-wrap:wrap;
    margin: 0 5px 0 15px;
}
body.page-template-page-gallery .entry-content ol li{
	position:relative;
	width: 201px;
	max-width: 23%;
	height: 350px;
	overflow:hidden;
	margin-right: 3%;
	margin-bottom:30px;
	color:transparent;
	cursor: pointer;
}
body.page-template-page-gallery .entry-content ol li img{
    float:none;
    display:block;
    width: 100%;
    height: 250px;
    margin-bottom: 100px;
    object-fit: cover;
    object-position: top;
    padding: 5px;
    border: 1px solid #aaaaaa;
}
body.page-template-page-gallery .entry-content ol li > strong,
body.page-template-page-gallery .entry-content ol li img + strong{
	position:absolute;
	bottom:0;
	z-index:9999;
	display:block;
	text-align:center;
	font-size:14px;
	background:#ffffff;
	color: #0066af;
	height: 90px;
	width:100%;
}

body.page-template-page-gallery .entry-content ol li > strong br,
body.page-template-page-gallery .entry-content ol li img + strong br{
	display:none;
}
body.page-template-page-gallery .entry-content ol li em{
	display:block;
	font-size:10px;
	line-height:12px;
	font-weight:normal;
	font-style:normal;
}
body.page-template-page-gallery .base{
    position:fixed;
    z-index:999999999;
    top:0;
    left:0;
    width:100vw;
    height: 100vh;
    padding: 0 12px 0 5px;
    background: rgba(0, 0, 0, 0.6);
}
body.page-template-page-gallery .base .inside{
	position:relative;
	margin:10vh auto;
	max-width:700px;
	height:75vh;
	padding: 40px 0 0 0;
	background: #ffffff;
	border: 8px solid #00853f!important;
	box-shadow: 1px 1px 11px 3px rgba(12,0,0,0.14)!important;
	border-radius: 15px;
	box-sizing: border-box;
}
body.page-template-page-gallery .base .scroll{
    overflow:auto;
    height: 65vh;
    padding:5vw;
    margin: 0 auto;
    overflow:auto;
}
body.page-template-page-gallery .base button{
	position:absolute;
	right:0;
	top: -2px;
	border: 1px none #ffffff;
	border-radius: 0px;
	box-shadow: 0px 0px 0px 0px rgba( 2, 2, 2, 0.23 );
	text-shadow: 0px 0px 0px rgba( 0, 0, 0, 0.23 );
	background-color: rgba( 0, 133, 63, 1.00 );
	font-weight: normal;
	border-radius: 0 0 0 15px!important;
	padding: 10px 20px!important;
	font-size: 12px!important;
	right: -3px!important;
}

body.page-template-page-gallery .base .inside .scroll > img,
body.page-template-page-gallery .base .inside .scroll figure img{
	float:left;
	margin:0 20px 20px 0!important;
}
body.page-template-page-gallery .base .inside .scroll > strong{
	font-size:26px;
	line-height:30px;
	font-weight:normal;
	color: rgba( 0, 133, 63, 1.00 );
}
body.page-template-page-gallery .base .inside .scroll > strong em{
	display:block;
	font-size:14px;
	font-style:normal;
}

body.page-template-page-gallery .entry-content ol li > strong:after,
body.page-template-page-gallery .entry-content ol li img + strong:after{
	content:'Read Bio';
	display:block;
	font-weight: 100;
	margin-top: 5px;
	font-size: 10px;
	text-transform: uppercase;
	color: #484848;
}
@media (max-width:1300px) and (min-width:900px){

    body.page-template-page-gallery .entry-content ol li{
        max-width: 45%;
    }

}
@media (max-width:767px){

    body.page-template-page-gallery .entry-content ol li{
        max-width: 45%;
    }

}
@media (max-width:375px){

    body.page-template-page-gallery .entry-content ol li{
        max-width: 95%;
        margin: 0 35px 35px;
    }

	body.page-template-page-gallery .base .inside .scroll > strong{
		display:block;
		clear: both;
	}

}

.hentry div.sharedaddy h3.sd-title, .hentry h3.sd-title {
    margin: 0 0 5px!important;
    border: none;
}

.gform_wrapper input,
.gform_wrapper select{
    padding: 10px 5px!important;
}

#tribe-events-bar {
    margin: 20px 0;
}
h1.tribe-events-page-title {
    font-family: Libre Franklin!important;
    color: #0067b0!important;
    text-align: left!important;
    padding-bottom: 20px!important;
    border-bottom: 6px solid #0067b1!important;
    margin-bottom: 10px!important;
    font-size: 40px!important;
    font-weight: 500!important;
    background-image: url(/wp-content/uploads/2018/10/cropped-aakp-logo.png);
    background-repeat: no-repeat;
    width: 100%;
    padding-top: 50px!important;
    background-size: 120px auto!important;
}
.events-list .tribe-events-loop, .single-tribe_organizer .tribe-events-loop, .single-tribe_venue .tribe-events-loop, .tribe-events-day .tribe-events-loop {
    max-width: initial;
    margin:0 30px;
}
.tribe-events-notices {
    background: #e6e6e6;
    border-radius: 4px;
    border: 1px solid #cacaca;
    color: #1968af;
    margin: 10px 0 18px;
    padding: 8px 35px 8px 14px;
    text-shadow: 0 1px 0 #fff;
}
#tribe-events .tribe-events-button, #tribe-events .tribe-events-button:hover, #tribe_events_filters_wrapper input[type=submit], .tribe-events-button, .tribe-events-button.tribe-active:hover, .tribe-events-button.tribe-inactive, .tribe-events-button:hover, .tribe-events-calendar td.tribe-events-present div[id*=tribe-events-daynum-], .tribe-events-calendar td.tribe-events-present div[id*=tribe-events-daynum-]>a {
    background-color: #1768b6;
    padding: 12px;
    border-radius: 60px;
}


time.datetime {
    margin: 5px 0;
}

#blog_subscription-2 {
    display: block;
    padding: 20px 20px 50px;
    /* margin: 50px 0 -20px; */
    margin-top: -30px;
    /* background: #e6e6e6; */
    /* border: 1px solid #ffffff; */
    /* border-radius: 0 0 10px 10px; */
    /* box-shadow: 0 -10px 0 #ffffff; */
}
#blog_subscription-2 h2{
    margin:0!important;
    padding:0;
}
#blog_subscription-2 p {
    margin: 10px 0 5px;
}


/**********************************************************/
/*  Review this  */
header .menu-main-menu-container {
    position: absolute;
    width: 97%;
}


.woocommerce ul.products li.product.product-type-variable .price .amount {
    font-size: 24px;
    margin: 0 auto -5px;
}
.woocommerce ul.products li.product.product-type-variable .price .amount:after{
    content:'(Options Available)';
    display:block;
    font-size:13px;
    position:relative;
    top:-5px
}


/* .adspace1{
    margin: 20px;
    max-width: 300px;
    border: 1px solid #aaaaaa;
    position:relative;
    top:5px;
    left:3px;
    -webkit-animation-delay: 1s;
    animation-delay: 1s;
    -webkit-animation: 0.6s linear forwards anifadein;
    animation: 0.6s linear forwards anifadein;
}
.adspace1:before{
    content:'AD';
    display:inline-block;
    padding:0 5px;
    background:#ffffff;
    font-size:12px;
    position:relative;
    top:-15px;
    left:3px;
}
@media (min-width:1024px){
    .adspace1 {
        float: right;
    }
}
@media (min-width:600px) and (max-width:909px){
    .adspace1 {
        float: right;
    }
} */




/************************************************************************************************/
.custom-logo {
    width: 210px;
    max-width: 100%;
}


.content-area ul ul{
	margin:0;
}

.comments-title, .comment-reply-title {
    border: none;
}

main nav.navigation.post-navigation {
    display: none;
}

article#post-69 .entry-content p > img {
		width: 170px;
    height: 230px;
    object-fit: cover;
}

article#post-349 .gform_description {
    display: none;
}

article.category-videos iframe {
    min-height: 500px;
}

.entry-content p.has-background {
    margin: 0;
    padding-top: 30px;
    padding-bottom: 35px;
}

.custom-grid{
    border: none;
    width:initial;
}

footer .desktop.menu-item.menu-item-8372 {
    display: none;
}
footer .menu-item-8071 button,
footer .menu-item-item-8071 ul {
    display: none!important;
}
footer .menu-item-8071,
footer .menu-item-8071 li,
footer .menu-item-8071 a{
    font-family:sans-serif;
}

footer .menu-item.menu-item-9127 { display: none; }

li.about-programs-and-events {
    display: none;
}
header .sub-menu li#menu-item-8067 {
    display: none;
}

body:not(.search-results) article:not(.type-page) img.below-entry-meta, body:not(.search-results) article:not(.type-page) figure.below-entry-meta{
	margin:0;
}

table td { 
	vertical-align: text-bottom; 
}
table.dataTable.dtr-inline.collapsed>tbody>tr[role="row"]>td:first-child:before, table.dataTable.dtr-inline.collapsed>tbody>tr[role="row"]>th:first-child:before{
    top:12px!important;
}
#DataTables_Table_0_filter {
    display: none;
}


aside li.cat-item.cat-item-235,
aside li.cat-item.cat-item-225 {
    display: none;
}

.db-show-more {
    cursor: pointer;
}

/* body.page-id-88 .content-area li{
	list-style:none;
	margin: 0 0 10px -20px;
} */

.entry-content h3, .taxonomy-description{
	font-size:inherit!important;
	line-height:inherit!important;
}

body.page-id-290 i.fa {
    font-size: 45px;
    margin: 0 10px 0 0;
    position: relative;
    top: 8px;
}

#post-8971 h1.entry-title {
    max-width: 600px;
	  border:none!important;
}
#post-8971 h1.entry-title:after{
		content:'';
		position:absolute;
		display:block;
		width:100%;
    border-bottom: 6px solid #0067b1!important;
}

#post-9713 .vce-single-image-container{
	text-align:center!important;
}
#post-9713 figure img {
    width: 144px;
    height: 144px;
    object-fit: cover;
    object-position: top;
}

.db-info-box .db-img {
    background-position: top center;
}
.db-info-box .db-img {
    min-height: 240px; 
}


.wp-block-table td, .wp-block-table th {
	word-break: keep-all!important;
}

.woocommerce-page label[for="payment_method_stripe"] img {
    max-width: 50px;
}


.shop-bar #text-8 {
    max-width: 777px;
    font-size: 15px;
    line-height: 22px;
}

body.page-id-483 .popmake {
    min-height: 75vh!important;
}
body.page-id-483 .popmake-content iframe {
    -webkit-animation: 0.6s linear forwards anifadein;
    animation: 0.6s linear forwards anifadein;
}


a.btn.btn-dk {
    background: #1468b2;
    color: #ffffff;
    border-color: #1468b2;
}

header .action-links .al-btn {
    display: block;
    max-width: 100%;
    margin: 0 15px;
    padding: 18px 16px;
    box-sizing: border-box;
    border: 1px solid #89b8da;
    border-radius: 90px;
    background: #0067b0;
    color: #ffffff;
    font-size: 14px;
    font-weight: normal;
    line-height: 0;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.grecaptcha-badge {
    display: none!important;
}
.wpcf7 label span {
    display: block;
    padding-top: 4px;
}

.popmake-title {
    /* margin-top: 25px; */
    max-width: 80%!important;
    font-size: 28px!important;
}




#countdowntimer-2{
	zoom:0.8;
    width: 350px;
    padding: 0;
}
#countdowntimer-2 h2 {
    margin: 0 0 -5px;
    font-size: 14px;
    text-align: center;
    color:#000000;
}
#countdowntimer-2 .tminus_countdown {
    max-width: 530px;
    margin: 0 auto;
    padding: 0 5px 0 0;
}
#countdowntimer-2 .cloud-city-digit {
    border-radius: 7px!important;
    background: #0e2e3c!important;
    color: rgb(218, 218, 218)!important;
    text-shadow: 0 1px 0 #fff;
    border-bottom: 1px solid #c6c6c6;
    font-size:26px
}
#countdowntimer-2 .cloud-city-seconds_dash{
    display: none;
}
#countdowntimer-2.widget:before {
    border-left: none!important;
}
#countdowntimer-2 .cloud-city-dash, 
#countdowntimer-2 .cloud-city-tripdash {
    height: 60px;
}
@media (max-width:1400px){
	#countdowntimer-2{
	    display:none;
	}
}
@media (max-width:499px){
    .baselogos {
        justify-content:center;
    }
}
@media (min-width:1300px){
    .baselogos {
		transform: scale(1.2);
		position: relative;
		right: 25px;
    }
}


.excerpt .vce-row-content--top {
    max-width: 100% !important;
    min-width: inherit !important;
    width: 100% !important;
}

ul.woocommerce-error {
    margin: 0;
}


#custom_html-18 {
    margin: -4px -20px;
    width: calc(100vw + 23px) !important;
}


.woocommerce-Price-amount.amount, span.amount {
    font-size: 28px;
}
.woocommerce ul#shipping_method .amount{
    padding: 0 0 0 20px;
}
.woocommerce ul#shipping_method {
    display:block;
    margin:0 0 20px;
}
.woocommerce ul#shipping_method li{
    display:block;
    margin:3px 0 10px;
}