/*
Theme Name: Bamaa Child
Description: Child theme for the bamaa
Author: bamaa.in
Template: bamaa
*/


.link-more {
    display: none;
    margin-top: 0;
}

div.wpcf7-validation-errors, div.wpcf7-acceptance-missing {
	
border: 2px solid #e41629 !important;

}


div.wpcf7-response-output {
	
margin: 4em;	

}

#cssmenu > ul > li > a .caret {
    position: absolute;
    top: 17px;
    right: 10px;
    width: 5px;
    height: 5px;
    border-bottom: 1px solid #eee;
    border-right: 1px solid #eee;
    content: "";
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transition: border-color 0.2s ease;
    -moz-transition: border-color 0.2s ease;
    -ms-transition: border-color 0.2s ease;
    -o-transition: border-color 0.2s ease;
    transition: border-color 0.2s ease;
}


