/*
Theme Name: Churchope
Version: 1.10
Theme URI: http://churchope.themoholics.com/
Description: Premium WordPress theme that is perfect for churches and business websites, but also suits well for any other needs.
Author: themoholics
Author URI: http://themoholics.com/
License URI: http://themeforest.net/wiki/support/legal-terms/licensing-terms/
Tags: red, white, gray, two-columns, fixed-width, threaded-comments, translation-ready, custom-menu
*/

#pfd #main .vc_btn3-container a:hover{
	color : #fff;
}



@media (max-width: 1000px) {
	#pfd .hide_tablet,
	#pfd .jp-jplayer ,
	#pfd .jp-audio,
	#pfd .main_menu{
		display:none;
	}
	#pfd .main_menu_select{
		display:block;

	}
	#pfd .main_menu_select select{
		margin: 10px 0px;
		width: 100%;
		font-size: 15px;
		color: #939393;
		padding:10px;
	}
	
	#pfd .banner_text{
		float:none;
	}
	
}

@media (max-width: 767px) {
	#pfd header .logo img{
		padding: 0;
	}
}
@media (max-width: 479px) {
	#pfd .banner_text{
		float:left;
		display:block;
	}
}



header .widget{
    padding: 10px 1% 0 !important;
    margin: 0 !important;
    width: 48%;
    float: left;
    text-align: center;
}

header .widget p,
header .widget img{
    margin: 0;
    padding: 0;
}

@media (max-width: 767px) {

    header .widget{
        width: 98%;
        margin-top: 20px !important;
    }

    header .widget:first-child{
        margin-top: 0 !important;
    }
}