/*
Theme Name: 	Betheme Child
Theme URI: 		http://themes.muffingroup.com/betheme
Author: 		Muffin group
Author URI: 	http://muffingroup.com
Description:	Child Theme for Betheme - Premium WordPress Theme
Template:		betheme
Version: 		1.6.1
*/

/* Theme customization starts here
-------------------------------------------------------------- */

.bg-cover
{
    padding-top: 180px !important;
    padding-bottom: 150px !important;
    /*background-size: 100% 100% !important;*/
}

/* header image title color  */
.bg-cover .fancy_heading .title
{
    color: #fff !important; 
}

.location_main_entry
h3 {
    color: #ca9837;
    font-size: 38px;
    padding: 40px 0px;
}
.location_main_entry p {
    color: #000;
    line-height: 18px;
    font-size: 16px;
}
.location_about_content h3 {
    color: #cc9a3a !important;
    font-weight: bold;
}
.location_about_desc, .location_about_content p, .location_about_content p a
{
    color:#000;
}
.home_column h1{
    font-weight:bold;
    color:#cb9734;
}
.heading_after_mission
{
    padding-bottom:30px;
}
a.cpy_link {
    color: #bfcccc !important;
    text-decoration: underline;
}
.aboutus_wider #gallery-1
{
    height:460px !important;
}
.aboutus_wider dl:first-child img
{
    height:432px !important;
}
a.get_involved_dwn_link_btn {
    background: #e8ede6;
    padding: 5px 10px;
    color: #000;
    box-shadow: 1px 1px 4px #3a3a3a;
    text-decoration: none;
}
body 
{
    font-size: 16px !important;
    line-height: 38px !important;
}
.programme_icon_box img
{
    height: 300px; 
    width: 300px;
}
.mission_contanier img
{
    height: 394px !important;
}
@media screen and (min-width: 320px) and (max-width: 479px) {
    .mission_contanier img
    {
        height: 234px !important;
    }  
    .location_user_details
    {
        margin-top: 80px !important;
    }
    body 
    {
        font-size: 16px !important;
        line-height: 30px !important;
    }

}
@media screen and (min-width: 480px) and (max-width: 768px) {
    .mission_contanier img
    {
        height: 234px !important;
    }  
    .location_user_details
    {
        margin-top: 80px !important;
    }
     body 
    {
        font-size: 16px !important;
        line-height: 30px !important;
    }
}