/*
Theme Name: Empowerment Trust
Description: Empowerment Trust theme
Version: 1.0
Author: Andy
*/

/* General styles                                   */
/* ------------------------------------------------ */

td {
	vertical-align: top;
}

a {
	color: #1a6eb7;
	text-decoration: underline;
	outline: none;
}

a:hover {
	color: #ff9900;
}

ul {
	margin: 8px 0 18px 18px;
	padding: 0;
}

li {
	padding-left: 4px;
	line-height: 180%;
}

h1, h1 a, h2, h2 a, h3, h3 a, h4, h4 a {
	line-height: 120%;
	font-family: 'Gochi Hand', cursive;
    color: #9a258f;
    font-weight: normal;
}

h1 {
	font-size: 3.2em;
	margin-top: 0;
}

h2 {
	font-size: 2.4em;
}

h3 {
	font-size: 1.9em;
}

h4 {
    font-size: 1.6em;
}

hr {
	height: 3px;
	border: 0;
	width: 100%;
	background: #21b3ae;
	color: #21b3ae;
	margin: 30px 0;
    clear: both;
}



/* Homepage                                         */
/* ------------------------------------------------ */
#homepagegrid {
    overflow: hidden;
}

.homepagesection {
    float: left;
    width: 25%;
    text-align: center;
}

.homepagesection img {
    display: block;
}

.homepagesection h2 {
    font-size: 22px;
    margin: 0 0 10px 0;
}

.homepagesection h2 a {
    text-decoration: none;
}

.homepagesection p {
    margin: 0;
    font-size: 20px;
}

.homepagesection a.readmore {
    position: absolute;
    left: 0;
}

.homepagetextblock {
    padding: 25px 25px 40px 25px;
    display: block;
    position: relative;
}

.homepagetextblock, .homepagetextblock * {
    color: #fff;
}

.homepagetextblock img {
    margin-bottom: 15px;
}

.homepagetextblock ul {
    list-style-position: inside;
}

.homepagetextblock li a {
    text-decoration: none;
    color: #494949;
}

.homepagetextblock a:hover {
    text-decoration: underline;
}

.homepagesectionpic {
    position: relative;
}

.homepagesectionpic-upper {
    display: none;
}

/*
.kidpower, .kidpower .hoverpopup {
    background: #f37022;
}*/

/*
.teenpower, .teenpower .hoverpopup-bottom {
    background: #9a258f;
}*/

/*
.fullpower, .fullpower .hoverpopup {
    background: #8ec63d;
}*/

/*
.matesdates, .matesdates .hoverpopup-bottom {
    background: #ee7f53;
}*/

.sectionintro {
    margin-top: -120px;
    /*display: flex;*/
}

.sectionintro * {
    color: #fff;
}

.sectionintro-text {
    /*position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);*/
    padding-top: 30px;
}

.sectionintro .wrapper {
    background-repeat: no-repeat;
    background-position: 0 40px;
    background-size: 280px;
    padding: 20px 0;
    min-height: 100px;
    max-width: 1200px;
}

.sectionintro p {
    padding-left: 330px;
    padding-right: 25px;
    margin: 0;
}

.subpagekidpower {
    background-image: url(images/kid-power.png);
}

.subpageteenpower {
    background-image: url(images/full-power.png);
}

.sectionintro .subpagefullpower {
    background-image: url(images/full-power-relationships.png);
    background-position: 0 20px;
}

.sectionintro .subpagematesdates {
    background-image: url(images/mates-dates.png);
    background-size: 180px;
    background-position: 0 18px;
}

.sectionintro .subpagematesdates p {
    padding-left: 260px;
}

.arrow {
    position: absolute;
    width: 50px;
    height: 50px;
    margin-left: -25px;
    top: -25px;
    left: 50%;
    z-index: 10;
}

.arrow-over {
    top: -95px;
}

.arrow-bottom {
    top: 100%;
    margin-top: -25px;
}

.arrow-bottom-over {
    margin-top: 45px;
}


.arrow, .hoverpopup, .hoverpopup-bottom, #s {
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.hoverpopup, .hoverpopup-bottom {
    position: absolute;
    z-index: 1;
    left: 0;
    top: 0;
    right: 0;
    height: 0;
}

.hoverpopop-over {
    top: -70px;
    height: 70px;
}

.hoverpopup-bottom {
    top: auto;
    bottom: 0;
}

.hoverpopop-bottom-over {
    bottom: -70px;
    height: 70px;
}

/* Content                                          */
/* ------------------------------------------------ */
.content {
	padding: 30px 0 100px 0;
	overflow: hidden;
	font-size: 1.1em;
	min-height: 200px;
    clear: both;
}

.content, .content p, .content li {
	line-height: 160%;
}

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

.content-left {
    width: 22%;
    padding-right: 2%;
    float: left;
    border-right: 1px solid #dedede;
    font-size: 0.9em;
    text-align: left;
}

.content-right {
    width: 73%;
    margin-left: 2%;
    margin-bottom: 30px;
    float: right;
}

a.readmore, input[type="submit"] {
	background: #9a268d;
	color: #fff !important;
	padding: 12px 25px 12px 25px;
	text-decoration: none;
	display: inline-block;
	margin: 15px 0;
	font-size: 30px;
	font-family: 'Gochi Hand', cursive;
	text-shadow: none;
	line-height: 100%;
	border: 0;
	cursor: pointer;
}

a.readmore:hover, input[type="submit"]:hover {
	background-color: #eb6227;
	color: #fff !important;
}


a.readmore, .homepagebox-image img, input[type="submit"], #resource-boxes .column-third {
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

.content-left a.readmore {
    display: block;
    margin-bottom: 30px;
    font-size: 26px;
    padding-right: 50px;
}

a.readmorenewsletter {
    background: #30b7b1 url(images/button-newsletter.png) right 50% no-repeat;
    background-size: 45px;
}

a.readmorevolunteer {
    background: #8cc541 url(images/button-volunteer.png) right 50% no-repeat;
    background-size: 45px;
}

a.readmorevolunteer:hover {
    background-color: #9a278b;
}

a.readmoredonate {
    background: #ea6128 url(images/button-donate.png) right 50% no-repeat;
    background-size: 45px;
}

a.readmoredonate:hover {
    background-color: #9a278b
}

a.readmorepurchase {
    background: #9a268d url(images/button-resources.png) right 50% no-repeat;
    background-size: 45px;
}

a.readmorepurchase:hover {
    background-color: #30b7b1;
}

.nounderline {
    text-decoration: none;
}

.contentsection {
    overflow: hidden;
    margin: -60px 0 100px 0;
    position: relative;
    font-size: 1.2em;
}

.contentsection .column-half {
    margin: 0;
    width: 50%;
    height: 100%;
}

.contentsection-bg {
    background: #22b4af;
}

.contentsection-text {
    max-width: 575px; /* half .wrapper width minus .wrapper padding */
    float: right;
    padding: 100px 50px;
    margin-right: 30px;
}

.contentsection-text * {
    color: #fff;
}

.contentsection-text h2 {
    font-size: 50px;
    margin: 0;
}

.contentsection-image {
    height: 100%;
    width: 50%;
    position: absolute;
    right: 0;
    top: 0;
}

.contentsection .column-half img {
    display: block;
    max-width: 600px;
    margin-left: -50px;
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.search-highlight {
    background:#ffff00
}

a.searchresult-permalink {
    font-size: 0.8em;
    margin-top: -20px;
    display: block;
    text-decoration: none;
}

.orange, .orange .hoverpopup, .orange .hoverpopup-bottom {
    background-color: #f26f24;
}

.purple, .purple .hoverpopup, .purple .hoverpopup-bottom {
    background-color: #9a268d;
}

.green, .green .hoverpopup, .green .hoverpopup-bottom {
    background-color: #8cc541;
}

.aqua, .aqua .hoverpopup, .aqua .hoverpopup-bottom {
    background-color: #21b3ae;
}

.salmon, .salmon .hoverpopup, .salmon .hoverpopup-bottom {
    background-color: #ed7e53;
}

#resource-boxes .column-third {
    background: #f26f24;
    font-weight: bold;
}

#resource-boxes .column-third:hover {
    -webkit-transform: rotate(5deg) scale(1.2);
    -moz-transform: rotate(5deg) scale(1.2);
    -o-transform: rotate(5deg) scale(1.2);
    -mz-transform: rotate(5deg) scale(1.2);
    transform: rotate(5deg) scale(1.2);
}

#resource-boxes .column-third img {
    width: 100%;
    height: auto;
}

#resource-boxes a {
    color: #fff;
    text-decoration: none;
}

.column-third .box-content {
    padding: 20px;
}

.resource-box-image {
    height: 200px;
    overflow: hidden;
    background: #eee;
}

.resource-box-image img {
    mix-blend-mode: multiply;
}

/* Columns                                          */
/* ------------------------------------------------ */
.columns-container {
    margin: 0 -2%;
    overflow: hidden;
}

.column-half {
    width: 46%;
    margin: 0 2% 40px 2%;
    float: left;
}

.column-twothirds {
    width: 62.333%;
    margin: 0 2% 40px 2%;
    float: left;
}

.column-third {
    width: 29.333%;
    margin: 0 2% 40px 2%;
    float: left;
}

.column-quarter {
    width: 21%;
    margin: 0 2% 40px 2%;
    float: left;
}

.column-half img, .column-twothirds img, .column-third img {
    width: 100%;
    height: auto;
}

.clearfix {
    clear: both;
}

.products {
    overflow: hidden;
    background: #f5f5f5;
    margin-top: 40px;
}

.product-details {
    padding: 0 25px;
}

.products h3 {
    margin: 0 0 25px 0;
    padding: 0;
    background: #e96029;
    color: #fff;
    padding: 8px 25px;
}

.products hr {
    color: #dedede;
    background: #dededd;
}

.product-title, .product-image, .product-price, .product-button {
    float: left;
    margin-bottom: 20px;
}

.product-title {
    width: 46%;
    font-weight: bold;
}

.product-image {
    width: 10%;
    padding-left: 3%;
}

.product-price, .product-button {
    padding-left: 3%;
    width: 14%;
    text-align: right;
}

.product-button {
    width: 21%;
}

.product-image img {
    max-width: 100px;
    height: auto;
    mix-blend-mode: multiply;
}

.product-button input[type='image'] {
    max-width: 140px;
}

.product-title {
    clear: both;
}

.product-desc {
    clear: both;
    font-style: italic;
    font-size: smaller;
    margin-top: -5px;
}

img.resource-purchase {
    max-width: 350px;
    height: auto;
    float: right;
    margin: 5px 0 0 15px;
}

/* Footer                                           */
/* ------------------------------------------------ */
#testimonials {
    background: #e2ecec;
}

.testimonial-content {
    font-style: normal !important;
}

.testimonial-name {
    display: block !important;
    font-size: smaller;
    color: #999;
}

.testimonial-field {
    display: none;
}

#sponsors {
    background: #efefef;
    text-align: center;
    padding: 50px 0;
}

#sponsors .wrapper {
    max-width: 1600px;
}

#sponsors img {
    mix-blend-mode: multiply;
    height: 84px;
    width: auto;
    margin: 2px 15px;
    /*filter: gray;
    -webkit-filter: grayscale(1);
    filter: grayscale(1);*/
}

#sponsors h4 {
    margin: 0 0 20px 0;
    font-size: 46px;
    color: #22b4af;
}

#footer-call {
    background: #9a258f url(images/footer-call-bg.gif) left bottom no-repeat;
    background-size: 100%;
    padding: 70px 0;
    text-align: center;
    color: #000;
    text-transform: uppercase;
    font-size: 70px;
    line-height: 100%;
}

#footer-call img {
    display: inline-block;
    max-width: 400px;
    width: 100%;
    height: auto;
    margin: -30px 0 40px 0;
}

#footer-call b {
    color: #fff;
    font-weight: 900;
}

#footer {
	font-size: 0.9em;
	padding: 60px 0;
	background: #151515 url(images/footer-bg.gif) left top no-repeat;
    background-size: 100%;
}

#footer * {
	color: #bdbcbc;
}

#footer ul {
    list-style: none;
    margin: 0;
}

#footer ul li {
    line-height: 150%;
    padding: 0 0 10px 25px;
    position: relative;
}

#footer ul li::before {
    content: "\2022 ";
    color: #9a258f;
    font-size: 40px;
    display: inline-block;
    position: absolute;
    left: 0px;
}

#footer li a {
    text-decoration: none;
}

#footer a:hover {
    color: #fff;
    text-decoration: underline;
}

#footer h3 {
    margin-bottom: 0;
    font-size: 30px;
}

#footer h3, #footer b {
    color: #fff;
}

#footerfacebook {
    max-width: 200px;
    margin: 10px 0 0 5px;
}

#copyright {
    clear: both;
    padding-top: 60px;
    margin-top: 60px;
    opacity: 0.5;
}

a.scrollup {
    width: 50px;
    height: 50px;
    position: fixed;
    bottom: 20px;
    right: 20px;
    display: none;
    text-indent: -9999px;
    background: url('images/top.svg') no-repeat;
    opacity: 0.7;
}

.delay-1 {
     animation-delay: 0.2s;
}

.delay-2 {
     animation-delay: 0.4s;
}

.delay-3 {
     animation-delay: 0.6s;
}

.delay-4 {
     animation-delay: 0.8s;
}


/* Responsive elements                              */
/* ------------------------------------------------ */
@media screen and (max-width: 1250px) {
    #header .wrapper {
        padding: 0 25px;
    }

    .sectionintro .wrapper {
        background-position: 25px 40px;
    }

    .sectionintro .subpagefullpower {
        background-position: 25px 20px;
    }

    .sectionintro .subpagematesdates {
        background-position: 25px 18px;
    }
}


@media screen and (max-width: 1100px) {
    .homepagesection {
        width: 50%;
    }
}


@media screen and (max-width: 900px) {
    .contentsection {
        background: #22b4af;
        margin-bottom: 0;
    }

    .contentsection .column-half {
        width: 100%;
    }

    .contentsection-image {
        position: relative;
    }

    .contentsection-text {
        max-width: none;
        padding: 50px 10%;
        margin-right: 0;
    }

    .contentsection .column-half img {
        display: block;
        max-width: 80%;
        margin: 0 10% 60px 10%;
        top: auto;
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
    }

    .sectionintro .wrapper {
        background-size: 200px;
    }
    .sectionintro-text {
        padding-top: 20px;
    }

    .sectionintro p {
        padding-left: 250px;
    }

    .sectionintro .subpagematesdates {
        background-size: 100px;
        background-position: 25px 30px;
    }

    .sectionintro .subpagematesdates p {
        padding-left: 150px;
    }

    .content-left, .content-right {
        width: 100%;
        float: none;
        border-right: none;
        margin: 0;
    }

    .content-left {
        margin-top: 50px;
        padding-top: 50px;
        border-top: 1px solid #eee;
    }

    #resource-boxes .column-third {
        width: 46%;
    }

    .column-quarter {
        width: 46%;
    }

    .column-quarter:nth-child(2n+1) {
        clear: both;
    }

    #footer-call {
        font-size: 50px;
    }
}

@media screen and (max-width: 720px) {
    .homepagesection {
        width: auto;
        float: none;
    }

    .homepagetextblock {
        padding: 50px 25px;
    }

    .homepagesectionpic {
        max-height: 300px;
        overflow: hidden;
    }

    .homepagesectionpic-lower {
        display: none;
    }

    .homepagesectionpic-upper {
        display: block;
    }

    .arrow-bottom {
        top: -25px;
        margin-top: 0;
    }

    .product-title {
        width: 100%;
        float: none;
    }

    .product-image, .product-price, .product-button {
        width: 29.333%;
    }

    img.resource-purchase {
        float: none;
        margin-left: 0;
    }
}



@media screen and (max-width: 600px) {
    .columns-container {
        margin: 0;
    }

    .column-half, .column-twothirds, .column-third, #resource-boxes .column-third, .column-quarter {
        width: auto;
        float: none;
        margin: 0 0 30px 0;
    }
}

@media screen and (max-width: 480px) {
	.sectionintro {
        text-align: center;
    }
    .sectionintro p, .sectionintro .subpagematesdates p {
        padding: 40px 25px 25px 25px;
    }

    .sectionintro .subpagefullpower {
        padding-top: 50px;
    }

    .sectionintro .subpagekidpower, .sectionintro .subpageteenpower, .sectionintro .subpagefullpower, .sectionintro .subpagematesdates {
        background-position: 50% 20px;
    }

    .product-price, .product-button {
        clear: left;
        text-align: left;
    }

    #footer img {
		width: 150px;
		height: auto;
	}
}


/* iOS */
@media screen and (max-width: 380px) {
    h1 {
        font-size: 2.7em;
    }
}



/* WP Common Styles */
ol.commentlist {
	margin:0;
	padding:0;
	}

.commentlist li {
	list-style:none;
	margin-bottom:14px;
	}

.commentlist cite {
	padding: 7px;
	display:block;
	font-style:normal;
	border-top:1px solid #d6e4c1;
	border-bottom:1px solid #779d42;
	color:#596e3b;
	}

.commentlist a:link, .commentlist a:visited {
	color:#596e3b;
	}

.commentlist a:hover, .commentlist a:active {
	color:#8ec343;
	}

.commentlist cite img {
	padding:1px;
	border:1px solid #aab59a;
	float:left;
	margin-right:9px;
	}

.commentlist .author {
	font: small-caps bold 1.2em Georgia, "Times New Roman", Times, serif;
	text-decoration:underline;
	}

.commentlist .time {
	padding-left:13px;
	}

.commenttext {
	border-top:1px solid #c5f386;
	padding: 0 20px 10px 20px;
	color:#fafcf6;
	}

.editLink {
   margin-top: 30px;
   text-align: center;
   padding: 5px 0 15px 0;
}
.editLink a, a.editLink {
   background: #777;
   color: #fff;
   font-size: 18px;
   text-decoration: none;
   padding: 8px 15px;
   -moz-border-radius: 5px;
   -webkit-border-radius: 5px;
   border-radius: 5px;
}
.editLink a:hover, a.editLink:hover {
   background: #444;
   text-decoration: none !important;
}
.postmetadata {
   color: #999;
   font-size: 10px;
   margin: 2px 0;
}

.wp-caption {
    width: 100% !important;
}

.aligncenter {
   display: block;
   text-align: center;
   margin: 0 auto;
   padding-bottom: 10px;
}
.alignright {
   text-align: right;
   display: block;
   float: right;
   margin: 10px 0px 5px 15px;
}
.alignleft {
   text-align: left;
   display: block;
   float: left;
   margin: 10px 20px 5px 0px;
}
.wp-caption-text,.wp-caption-dd {
   margin: 0;
   font-weight: bold;
   font-size: smaller;
   text-align: center;
}
.wp-caption {
   margin-right: 5px;
}

.wp-caption img {
	padding-bottom: 5px;
}

.alignleft, .alignright {
	margin-bottom: 20px;
}

.more-link {
   display:block;
}
.linklove {
   display:none;
}
.aligncenter,
dl.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.alignleft {
	float: left;
}
.alignright {
	float: right;
}


@media screen and (max-width: 600px) {
    img.alignleft, img.alignright {
        float: none;
        display: block;
        margin: 20px auto;
    }
}