/*
Theme Name: The Giving Arts
Theme URI: 
Description: A custom WordPress theme for The Giving Arts
Version: 1.1
Author: Ross Barber-Smith @ Electric Kiwi & Navneet Khare
Author URI: http://www.electrickiwi.co.uk
*/

img { max-width: 100%; height: auto; }

.center-hr { margin-top: 30px; margin-bottom: 30px; border: 0; height: 1px; background: #000; width: 150px; margin: 30px auto 50px; }
.robert-ferraro { margin-bottom: 30px; font-family: 'Poppins'; font-weight: regular; font-size: 18px; font-style:italic; border: 3px solid #000; padding: 20px; width: 100%; box-sizing: border-box; }
.robert-ferraro a { font-weight: bold; }

body { font-family: 'Libre Baskerville'; line-height: 2em; letter-spacing: 0.5px; font-size: 16px; color: #111111; background: #fff; }

#menu, h1, h2, h3, h4, h5, h6 { font-weight: 700; font-family: 'Poppins'; }
h1, h2, h3, h4, h5, h6 { text-align: center; font-weight: 700; font-family: 'Poppins'; }
a { text-decoration: none; }

hr { margin-top: 30px; margin-bottom: 30px; }
hr.plugs { margin-top: 30px; margin-bottom: 50px; border: 0; height: 1px; background: #000; width: 150px; margin-left: 0px; }

p { padding-bottom: 20px; }

#content { display: block; margin: 30px auto 50px; width: 70%; }
#content a { color: #0c7c4c; }
#content a:hover { color: #a8a8a8; }

/* Just while developing */

div#wpadminbar {
    display: none;
}

div#topbar {
    background: #f9f9f9 !important;
}

.caption {
    background: rgba(0, 0, 0, 0.7);
    color: white;
}


/* end just while developing */

* {
    box-sizing: border-box
}

.menu { font-size: 22px; }

.menu a { text-decoration: none; color: #0c7c4c; font-family: 'Poppins'; font-weight: 700; }
.menu a:hover { color: #56c232; }
.menu li:after { content: "/"; margin-right: 3px; padding-left: 1px; padding-right: 0px; color: #56c232; }
.menu li:last-child::after, .sub-menu li:after { content:""; }

.dropdown .sub-menu {
    margin-left: -10px !important;
    text-align: left;
    background: #f9f9f9;
    margin-top: 0px !important;
    padding-top: 20px;
    padding-bottom: 5px !important;
    padding-right: 20px;
	padding-left: 10px !important;
    text-align: left !important;
    padding-left: 0;
}

.dropdown .sub-menu li {
    color: #0c7c4c;
    margin-left: 0px;
    padding-top: 5px;
    padding-bottom: 15px;
	padding-left: 10px;
    display: block !important;
    padding-left: 0px !important;
    min-width: 260px
}

.dropdown .sub-menu li::after {
    display: none;
}



.dropdown .sub-menu li:hover a {
    color: #56c232;
}






div#topbar {
    width: 100%;
    height: 140px;
    display: flex;
    position: fixed;
    background: #f9f9f9;
    align-items: center;
    justify-content: space-between;
    padding: 5px;
    top: 0;
}

.caption {
    width: 100%;
    display: flex;
    font-size: initial;
    padding: 20px 0px;
    justify-content: center;
    align-items: center;
}

div#topbar .logo {
	padding-top: 5px; padding-bottom: 5px;
	padding-left: 5px;
	max-width: 400px;
    height: 100%;
}

div#topbar .logo img {
    width: 100%;
    height: auto;
}

@media screen and (max-width: 1200px) {
	div#topbar { height: 100px; }
div#topbar .logo {
	padding-top: 5px;
	padding-left: 5px;
	max-width: 250px;
    height: 100%;
}
	.menu { font-size: 18px; }
}

#footer {
	float: left; clear:both;
    width: 100%;
    min-height: 55px;
    background: #f9f9f9;
    display: block;
	line-height: 1.5em;
	font-size: 12px; font-family: 'Hepta Slab';
padding-top: 15px; padding-bottom: 15px; text-align: center; 
}

#footer a { color: #56c232; }
#footer a:hover { color: #a8a8a8; }


#footer .social { padding-top: 10px; float: left; text-align: left; padding-left: 1%; font-size: 18px; }
#footer .social i { margin-right: 5px; }
#footer .credits { float: right; text-align: right; padding-right: 1%; }

@media screen and (max-width: 980px) {
	#footer .social, #footer .credits { float: none; text-align: center; padding-left: 0; padding-right: 0; }
	#footer .social { padding-bottom: 5px; }
}


.carousel {
    padding-top: 50px;
    background: #e5f3e0;

}


.mobile-image { display: none; }

.featured-image {
    position: relative;
    width: 100%;
    font-size: 0;
	display:block; }

.featured-image img, .mobile-image img {
        vertical-align: bottom;
    width: 100%;
    height: auto;
}


.as-holder {
    display: flex;
    
    margin: 0 auto;
}

@media screen and (min-width:980px){
    .as-holder .left-box {
        display: inline-flex;
        width: 30%;
        padding: 2%;
        box-sizing: border-box;
        height: auto;
        flex-wrap: wrap;
        align-items: center;
        justify-content: flex-start;
        flex-direction: column;
    }

    .as-holder .right-box {
        display: inline-flex;
        width: 70%;
        padding: 2%;
        box-sizing: border-box;
        height: auto;
        flex-wrap: wrap;
        align-items: center;
        justify-content: flex-start;
        flex-direction: column;
    }

    .as-holder .right-box h1:nth-child(1) {
        margin-top: 0;
    }

    .as-holder{
        max-width: 1200px;
        margin: 0 auto;
    }


    .right-box {
        padding-right: 0px !important;
    }

    .as-holder{
        width: 100%;
    }
}

@media screen and (max-width:1999px){
    .as-holder{
        width: 85% !important;
    }
}

@media screen and (max-width:979px){
    .as-holder>div {
        display: inline-block;
        width: 48%; padding: 2%; box-sizing: border-box;
        height: auto;
        text-align: center;
    }

    .as-holder{
        width: 80%;
    }
}


.as-holder img {
    width: 100%;
}

.as-holder>div:nth-child(1) {
   }

.as-holder>div:nth-child(2) {
}

.as-holder div.texxt {
    
    display: inline-flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
}

.as-holder div.texxt p {
    margin: 0; padding-bottom: 20px; 
	display: block;
    text-align: center;
}

.sponsor img { margin-bottom: 5px; }

@media screen and (min-width: 980px) {
	
    .post-content {
        width: 100%;
        font-size: 0;
    }
    .post-content>* {
        font-size: initial;
    }
    .post-content>div {
        display: inline-block;
        min-height: 400px;
        overflow: auto;
    }
	
	.left-side, .right-side { display: inline-block; box-sizing: border-box; vertical-align:top; }
	.right-side li { list-style: none !important; }
	.right-side h2 { padding-top: 0; margin-top: 0; }
	
	.post-content .left-side { width: 100%; padding-left: 10%; padding-right: 10%; }
    
    .post-content .right-side { padding-left: 2%; 
        width: 23%;
    }
}

@media screen and (max-width: 979px) {
	.as-holder {
        display: flex;
        width: 90%;
        margin: 0 auto;
        flex-wrap: wrap;
        flex-direction: column-reverse;
		padding-bottom: 25px;
    }
	
		.as-holder>div {
    display: block;
    width: 100%; padding: 0%; box-sizing: border-box;
		padding-top: 15px; padding-bottom: 15px;
    height: auto;}
	
	.as-holder div.texxt {
    padding: 0%;
		width: 100%; display: block !important; 
}
	
}









/*--- POST STYLES ---*/


.caption { background: #e5f3e0; color: #000; }

.wp-caption-text {     font-size: 14px;
    line-height: 1.3em;
    font-style: italic;
    margin-top: -5px; }


.left-side h2, .left-side h3, .left-side h4 { text-align: left; }
.left-side h2 { margin-top: 0; text-align: center; font-size: 40px; line-height: 1.3 }
.left-side img { max-width: 100% !important; height: auto; }

h4 { font-size: 20px; }


.feat-readmore { color: #000; font-family: 'Poppins'; font-weight: 700; width: 200px; border: 2px solid #000; padding: 5px; text-align: center; font-size: 20px; }
.feat-readmore:hover { color: #0c7c4c; border: 2px solid #0c7c4c; }

.left-side img { max-width: 100%; height: auto; }
.left-side img, .wp-caption { margin: 0 auto 20px; text-align: center; display: block; max-width: 100% !important; }

.post-content .right-side { overflow:hidden; }

.sidebar-box { margin-bottom: 30px; }
.sidebar-box img { width: 100%; max-width: 100%; height: auto; }

#donate {
    display:none!important;
}


.donate-box {
    text-align: left !important;
    display: block;
    margin: 20px auto 0;
	padding: 30px;
    max-width: 100%;
	border: 3px solid #53a339;
	background: url(https://thegivingarts.com/wp-content/uploads/2022/03/donate-box.png) #e6ffe8 center right/contain no-repeat;
	border-radius: 6px;
}

.donate-box p {
  padding: 0;
  margin: 0 0 10px;
  font-size: 18px;
  line-height: 2;
}

.donate-box i {
  color: #f74d41;
}

.donate-box .buttons {
  margin-top: 25px
}

.donate-box .donate-logo-link img {
    max-width: 150px!important;
	margin: 0;
}

.donate-box .donate-logo-link {
	display: inline-block;
	margin: 0 20px 0 0;
	background: white;
    height: 50px;
    box-shadow: 2px 2px 2px #9edd95;
    padding: 5px;
    border-radius: 4px;
}

.author-box {
    border-top: 3px solid #666;
	border-bottom: 3px solid #666;
    padding: 30px 0;
    margin: 40px 0;
}

.author-box img {
    margin-bottom: 0;
}


.author-box .social-link i {
    font-size: 30px;
    height: 30px;
    width: 30px;
    line-height: 30px;
    margin-right: 5px;
}