/*
 Theme Name:   Taha Family
 Theme URI:    https://generatepress.com
 Description:  Taha family website custom theme
 Author:       Farah Khatib
 Author URI:   https://farahkh.com
 Template:     generatepress
 Version:      0.1
*/

/*poisition of the logo*/
#page-header-inner > div > div > div > div > div.branding{
    margin-top: 275px;
margin-bottom: -125px;
}

blockquote div{
font-family: Reem Kufi;
    font-size: 28px;	
}

/*top padding for the single post page*/
.single-post.single-blog-style-standard .page-content {
    padding-top: 550px;
}


.wpb-js-composer .vc_tta.vc_general.vc_tta-style-brook-01 .vc_tta-tab:before {
    border-top: 2px dashed #f8f8f8;
    }

.wpb-js-composer .vc_tta.vc_general.vc_tta-style-brook-01 .vc_tta-tab:after {
        background: #f8f8f8;
}

.wpb-js-composer .vc_tta.vc_general.vc_tta-style-brook-01 .vc_tta-tab .vc_tta-title-text{
    color: #f8f8f8;

}

.wpb-js-composer .vc_tta.vc_general.vc_tta-style-brook-01 .vc_active:after {
    background: #fd8e09;
}

.wpb-js-composer .vc_tta.vc_general.vc_tta-style-brook-01 .vc_active .vc_tta-title-text{
    color:#fd8e09;

}

.home-posts div.post-thumbnail{
    margin-right: 100px;
}

/*search icon style in the family tree*/

#orgchart > div:nth-child(3) > div:nth-child(1) > div > div > svg > path:nth-child(1), #orgchart > div:nth-child(3) > div:nth-child(1) > div > div > svg > path:nth-child(2), #orgchart > div:nth-child(3) > div:nth-child(1) > div > div > svg > path:nth-child(3){
	    fill: rgb(255, 255, 255);

}

/*fix the direction of the main menu*/
#menu-primary{
direction: rtl  !important;
}

/*contact form response*/
.wpcf7 .wpcf7-response-output{
	color:#666;
}


.dynamic{
	background-image: url(https://www.tahafamily.net/wp-content/uploads/2020/08/olives-background.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
	min-height: 400px;
}


