/*
 Theme Name:   Maisha Child
 Theme URI:    http://www.anarieldesign.com/themes/
 Description:  Maisha Child Theme
 Author:       Anariel Design
 Author URI:   http://www.anarieldesign.com/
 Template:     maishawp
 Version:      1.0.0
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html
 Tags:         two-columns, left-sidebar, right-sidebar, grid-layout, custom-background, accessibility-ready, custom-colors, custom-header, custom-menu, editor-style, featured-images, microformats, post-formats, rtl-language-support, sticky-post, threaded-comments, footer-widgets
*/

.wpcf7-form {
    background: #333 !important;
    padding: 5px !important;
}

.wpcf7-form p {
    margin-bottom: 0.5em !important;
}

.child-pages {
	text-align: left !important;
}

.give-button {
	background:    #6f1f11;
	background:    -webkit-linear-gradient(#6f1f11, #e64022);
	background:    linear-gradient(#6f1f11, #e64022);
	border-radius: 5px;
	padding:       8px 20px;
	color:         #ffffff;
	display:       inline-block;
	font:          normal 700 24px/1 "Calibri", sans-serif;
	text-align:    center;
	text-shadow:   1px 1px #000000;
}

aside#text-8.widget.widget_text {
	margin-bottom: 0;
	padding-right: 0;
}

.header-widget-area {
        float: right;
        width: 20%;
        padding-top: 5px;
        padding-bottom: 20px;
}
 
.header-widget-area ol, ul {
    padding-left: 20px;
    list-style: circle;
}

.post .entry-footer {
    margin: 30px 0 30px 0;
}

.caption {
	font-size: 75%;
	font-style: italic;
	text-align: right;
}

.aboutpage p {
    font-size: 1.6rem;
    letter-spacing: .2em;
    font-weight: 300;
	text-transform: none;
}

.page-template-staff-page .column:nth-child(2n+1) {
    clear: left;
    margin-right: 20px;
}

.page-template-staff-page .column:nth-child(3n+1) {
    clear: none;
}

li {
padding: 0;
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 5px;
    padding-left: 0px;
}


.pt-cv-wrapper .btn-success {
    color: #fff;
    background-color: #e64022;
    border-color: #e64022;
}

.pt-cv-wrapper .btn-success.active, .pt-cv-wrapper .btn-success:active, .pt-cv-wrapper .btn-success:hover, .pt-cv-wrapper .open>.dropdown-toggle.btn-success {
    color: #777;
    background-color: #bdd600 !important;
    border-color: #bdd600 !important;
}

.featured-image {
	width: 30%;
	height: 60px;
	display: inline-block;
	padding-top: 2px;
	padding-right: 12px;
	float: left;
}

/* Using this class to make iframes responsive */
.resp-container {
    position: relative;
    overflow: hidden;
    padding-top: 56.25%;
}

.resp-iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
}


/* Mobiles in Potrait mode */
@media only screen
and (max-width : 599px) {
    .header-widget-area {
        float: none;
        width: 85%;
        padding-top: 5px;
        padding-bottom: 2px;
    }


#secondary {
    display: block;
    margin-top: 20px;
    float: right;
    text-align: right;
    width: 100%;
}

.menu-toggle::before {
    border: 1px solid #fff;
    content: "\f419";
    color: #fff;
    font-size: 25px;
    font-size: 2.5rem;
    font-family: 'Genericons';
    line-height: 2.25;
    font-weight: 500;
    margin: -4px 8px 0 10px;
    padding: 10px;
}
	
	
/* Using this class to make iframes responsive */
.resp-container {
    position: relative;
    overflow: hidden;
    padding-top: 56.25%;
}

.resp-iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
}
}
/* Mobiles in landscape mode */
@media only screen
and (min-width : 600px)
and (max-width : 900px) {
    .header-widget-area {
        float: none;
        width: 85%;
        padding-top: 5px;
        padding-bottom: 20px;
    }
	
#secondary {
    display: block;
    margin-top: 20px;
    float: right;
    text-align: right;
    width: 28%;
}

.menu-toggle::before {
    border: 1px solid #fff;
    content: "\f419";
    color: #fff;
    font-size: 25px;
    font-size: 2.5rem;
    font-family: 'Genericons';
    line-height: 2.25;
    font-weight: 500;
    margin: -4px 8px 0 10px;
    padding: 10px;
}
/* Using this class to make iframes responsive */
.resp-container {
    position: relative;
    overflow: hidden;
    padding-top: 56.25%;
}

.resp-iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
}

}