/*
 Theme Name:   edcfiresafechipper
 Theme URI:    edcfiresafe.org
 Description:  edcfiresafe
 Author: UITSBD    
 Author URI: www.uitsbd.com
 Version:      1.0.0
 License:      
 License URI:  
 Tags:         edcfiresafe
 Text Domain:  edcfiresafe
*/

@font-face {
    font-family: 'droid_sansregular';
    src: url('fonts/droidsans-webfont.woff2') format('woff2'),
         url('fonts/droidsans-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'droid_sansbold';
    src: url('fonts/droidsans-bold-webfont.woff2') format('woff2'),
         url('fonts/droidsans-bold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'museo100';
    src: url('fonts/museo100-regular-webfont.woff2') format('woff2'),
         url('fonts/museo100-regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'museo300';
    src: url('fonts/museo300-regular-webfont.woff2') format('woff2'),
         url('fonts/museo300-regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'museo500';
    src: url('fonts/museo500-regular-webfont.woff2') format('woff2'),
         url('fonts/museo500-regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'museo700';
    src: url('fonts/museo700-regular-webfont.woff2') format('woff2'),
         url('fonts/museo700-regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'latolight';
    src: url('fonts/lato-light-webfont.woff2') format('woff2'),
         url('fonts/lato-light-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
body {
	background:url(images/body_bg.png) repeat;
	font-family: 'droid_sansregular';
	color:#58595b;
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
	margin-top:0;
	margin-bottom:15px;
	font-weight:normal;
	font-family: 'museo500';
}
p {
	margin-bottom:15px;
}

a {
	color:#026430;
	text-decoration: underline;
}
a:focus {
    outline: none;
	color:#026430;
	text-decoration: none;
}
a:hover {
	color:#026430;
}
img {
	max-width:100%;
}

#wrapper {
	/*//background:url(images/body_bg.png) repeat;*/
}


.header {
	padding:20px 0;
	background:url(images/header_bg.png) no-repeat center top;
}
.logo {
}
.logo img {
	max-width:100%;
	height:auto;
}

.mission_st {
	margin-top:15px;
	text-align:center;
	color:#ffffff;
	font-family: 'droid_sansregular';
}
.mission_st h4 {
	display:inline-block;
	padding-left:40px;
	background:url(images/h4_bg.png) no-repeat;
	line-height:35px;
	margin:0 0 5px 0;
}
.mission_st p {
	font-family: 'museo100';
	font-size:13px;
	margin:0;
}


.header_sesrch {
}
.header_sesrch .search_wrapper {
	position:relative;
}
.header_sesrch label.screen-reader-text {
	display:none;
}

.header_sesrch #s {
	height:44px;
	border:none;
	width:100%;
	border-radius:5px;
	float:left;
	padding:0 64px 0 15px;
	box-shadow:5px 5px 6px -3px #666666 inset;
	font-family: 'droid_sansregular';
	font-size:14px;
}
.header_sesrch #searchsubmit {
	background:url(images/search_btn_bg.png) no-repeat;
	width:54px;
	height:44px;
	border:none;
	position:absolute;
	top:0;
	right:0;
	z-index:1;
	font-size:0;	
}

.social span {
	font-family: 'droid_sansregular';
	font-size:14px;
	color:#ffba35;
	margin-right:5px;
}
.social ul {
	display:inline-block;
	margin-bottom:0;
	margin:0 -5px;
}
.social a {
	color:#ffffff;
}

.social {
	text-align:center;
	margin-bottom:20px;
	margin-top:15px;
}


.main_menu {
	background:#ffc648;
	min-height:49px;	
}

.main-nav {
	list-style:none;
	padding-left:0;
	margin:0;
}
.main-nav > li {
	padding:5px 0;
}
.main-nav > li > a:hover {
	color:#000000;
}
.main-nav li a {
	color:#026430;
	font-family: 'museo500';
	font-size:16px;
	line-height:21px;
	padding:0;
	text-decoration: none;
}
.sub-menu {
	list-style:none;
	padding-left:25px;
}
.sub-menu li {
	padding:3px 0;
}
.sub-menu li:hover {
	background:#ffac0d;
}








/*
 * Chipper Application form 
 */

#width {
    width: 50%;
}
#height {
    width: 50%;
}
#length {
    width:50%;
}
.form_title {
    margin-bottom: 25px;
    text-align: center;
}
label span {
    color: red;
}
button.chipper_submit {
    background: #cac593 none repeat scroll 0 0;
    padding: 9px 25px;
}
.success_chipper {
    border-left: 5px solid green;
    padding: 15px 20px;
    text-align: center;
}
.error_chipper {
    border-left: 5px solid red;
    padding: 15px 20px;
    text-align: center;
}
.radio input {
    margin-right: 5px;
}

.success_chipper a{
	text-decoration:none !important;
}

.radio input {
    margin-right: 5px !important;
}

/**/
.tas_custom_printBtn{
	float:left;
	height:auto; 
 	width:auto;
	margin-top:15px;
}
.tas_custom_printBtn .tas_backto_admin{
	background: #ccc none repeat scroll 0 0;
    border: 1px solid;
    box-shadow: 0 0 5px #fff inset;
    display: inline-block;
    margin-top: 10px;
    padding: 6px;
    text-decoration: none;
}
/*
 * Chipper Application form end
 */











/*----------------- Slider -----------------*/
.slider {
	padding-bottom:45px;
	background:#ffffff;
	float: left;
    height: auto;
    margin: 0 !important;
    width: 100%;
    z-index: 0;
}
.cycloneslider-template-default {
    height: auto !important;
    max-width: 100% !important;
    position: relative !important;
}

.cycloneslider-template-default .cycloneslider-caption {
	text-align:center !important;
}
.cycloneslider-template-default .cycloneslider-caption-title {
	font-family: 'museo100';
	font-size:45px !important;
	color:#ffffff !important;
}
.cycloneslider-template-default .cycloneslider-caption-title h1 {
	font-family: 'museo700';
	font-size:45px !important;
	color:#ffba35 !important;
	margin:0 !important;
}

.cycloneslider-template-default .cycloneslider-pager {
	right:0 !important;
	left:0 !important;
	top: auto !important;
	bottom:-30px;
	height:30px;
	text-align:center;
	padding-top:10px !important;
}
.cycloneslider-template-default .cycloneslider-pager span {
	display:inline-block !important;
	background:none !important;
	border:3px solid #000000;
}
.cycloneslider-template-default .cycloneslider-pager span.cycle-pager-active {
	background:#ffba35 !important;
	border:none; 
}
.cycloneslider-template-default .cycloneslider-slide img
{
	border: 0 !important;
    display: block !important;
    margin: 0 auto !important;
    padding: 0 !important;
    width: 100% !important;
}


.cycloneslider-template-default .cycloneslider-prev, .cycloneslider-template-default .cycloneslider-next {
	width:35px !important;
	height:80px !important;
	margin-top:-40px !important;
	background:url(images/arr.png) no-repeat !important;
}

.cycloneslider-template-default .cycloneslider-prev {
	background-position:0 0 !important;
	left:0 !important;
}
.cycloneslider-template-default .cycloneslider-next {
	background-position:-35px 0 !important;
	right:0 !important;
}


.cycloneslider-template-default:hover .cycloneslider-prev, .cycloneslider-template-default:hover .cycloneslider-next {
	opacity:1 !important;
}








.content {
}

.content td, .content th {
	padding:10px;
}

.home_content h3, .sidebar h3 {
	font-family: 'museo100';
	color:#026430;
	background:url(images/heading_bg.png) no-repeat left bottom;
	padding-bottom:5px;
}
.home_content h3 strong, .home_content h3 b, .sidebar h3 strong, .sidebar h3 b {
	font-family: 'museo500';
}

.content_top {
	background:#ffffff;
	padding:50px 0 40px 0;
}

.home_latest_post {
}
.home_latest_post h4 {
	font-family: 'museo700';
	font-size:22px;
}
.home_latest_post h4 a {
	color:#231f20;
}
.home_latest_post .meta_box a {
	font-size:inherit;
}
.home_list {
	margin:0 -15px;
	padding:0;
	list-style-type:none;
}
.home_list li {
	display:inline-block;
	padding:0 15px;
	font-family: 'museo700';
	font-size:16px;
	line-height:20px;
	color:#231f20;
}
.home_list li a {
	color:inherit;
	text-decoration: underline;
}
.home_list li::before {
	display: inline-block;
	font: normal normal normal 14px/1 FontAwesome;
	font-size: inherit;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	content: "\f101";
	color:#026430;
	font-size:16px;
	line-height:20px;
	margin-right:5px;
}


.content_middle {
	padding:30px 0 15px 0;
	background:url(images/sec_bg.png) no-repeat center bottom -200px;
	color:#ffffff;
}
.content_middle h3 {
	color:#ffffff;
}
.content_middle p {
	font-family: 'museo700';
	font-size:15px;
}
.content_middle a {
	color:#ffffff;
}
.content_bottom {
	background:#ffffff;
	padding:15px 0;
}

.content_bottom h2 {
	font-family: 'museo100';
	color:#ffba35;
	text-align:center;
	/*margin-bottom:0;*/
}
.content_bottom h4 {
	font-family: 'latolight';
	font-size:22px;
	color:#5f5f5f;
	text-align:center;
}

.partners {
	width:85%;
	//height:200px;
	//background:#E91D20;
	margin:0 auto;
}

/* --------------- Owl carousel--------------- */
.partners .owl-stage-outer {
	z-index:9;
}

.partners .owl-theme .item {
	padding:0 12px;
}
.partners .owl-theme .item img {
	width:100%;
	height:auto;
	border:1px solid #dfdfdf;
}
.partners .owl-theme .item:hover img {
	border:1px solid #ffba35;
}

.partners .owl-controls {
	position:absolute;
	top:0;
	left:0;
	right:0;
	bottom:0;
}

.partners .owl-prev {
	width:20px;
	height:38px;
	background:url(images/left_arrow.png) no-repeat;
	position:absolute;
	left:-30px;
	top:50%;
	margin-top:-19px;
}
.partners .owl-next {
	width:20px;
	height:38px;
	background:url(images/right_arrow.png) no-repeat;
	position:absolute;
	right:-30px;
	top:50%;
	margin-top:-19px;
}













/*------------- blog ------------*/
.blog {
	
}
.blog + .blog {
	margin-top:20px;
	padding-top:30px;
	border-top:1px solid #dadada;
}
.blog h3 a {
	font-family: 'museo500';
	color:#026430;
}



.blog_post_meta {
	margin-bottom:10px;
}
.meta_box {
	display:inline-block;
	margin-right:10px;
	margin-bottom:5px;
}
.meta_box a {
	font-family: 'droid_sansregular';
	font-size:16px;
	color:#ffa800;
}
.meta_box a:hover {
	text-decoration: underline;
}


.mrta_date, .meta_author, .meta_cat {
	display:inline-block;
	width:auto;
	height:auto;
	background:#444444;
	font-family: 'museo500';
	font-size:15px;
	line-height:1.2;
	text-align:center;
	color:#ffffff;
	padding:5px;
	margin-right:5px;
}

.post_thumbnail {
	margin-bottom:15px;
}
.post_thumbnail img {
	max-width:100%;
	height:auto;
}


.read_more {
	font-style:italic;
}


.edcfiresafe_pagination {
	//margin-top:15px;
}






/* ------ Events ------ */
.events {
}
.event_date {
	width:44px;
	float:left;
	text-align:center;
	color:#026430;
}
.event_day {
	width:44px;
	height:44px;
	border-radius:50%;
	background:#4d926e;
	font-family: 'museo500';
	font-size:25px;
	line-height:44px;
	color:#ffffff;
	margin-bottom:3px;
}
.event_month {
	font-size:16px;
	line-height:1;
	text-transform: uppercase;
}
.event_year {
	font-size:14px;
	line-height:1;
}
.event_text {
	margin-left:55px;
}
h4.event_title {
	font-family: 'museo700';
	font-size:22px;
	line-height:1.1;
	color:#231f20;
	margin-bottom:10px;
}
h4.event_title_no {
	font-family: 'museo700';
	font-size:22px;
	//line-height:44px;
	color:#231f20;
	margin-bottom:0;
}
.events .owl-nav {
	//display: inline-block;
	font: normal normal normal 14px/1 FontAwesome;
	font-size: inherit;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	color:#5f5f5f;
	position:absolute;
	top:-43px;
	left:auto;
	right:0;
}
.events .owl-prev::before {
	content: "\f137";
	font-size:18px;
	//line-height:24px;
}
.events .owl-next::before {
	content: "\f138";
	font-size:18px;
	//line-height:24px;
}
.events .owl-prev {
	display:inline-block;
	margin-right:4px;
}
.events .owl-next {
	display:inline-block;
}







/* ------ Page ------ */
.page_content {
}
.page_title {
	color:#026430;
}

.edit_page_link {
}
.edit_page_link i {
	margin-right:5px;
}



/* ------ Sidebar ------ */

.sidebar {
}
.sidebar > div+div {
	margin-top:25px;
}

.sidebar ul, .sidebar ol {
	padding-left:0;
	list-style-position:inside;
	list-style-type:none;
}



.footer {
}
.footer_top {
	padding:25px 0;
	background:#2c2c2c;
	font-family: 'droid_sansregular';
	font-size:13px;
	color:#e9e9e9;
	text-align:center;
}
.footer-nav {
	padding:0;
	list-style:none;
	margin:0 -10px;
}
.footer-nav li {
	display:inline-block;
	padding:0 10px;
}

.footer-nav li+li {
	background:url(images/footer_nav_sep.png) no-repeat left center;
	padding-left:12px;
}

.footer-nav li a {
	color:#e9e9e9;
	font-size:14px;
}



.footer_top .social {
}

.footer_bottom {
	padding:15px 0;
	background:#191919;
	font-family: 'droid_sansregular';
	font-size:14px;
	color:#e9e9e9;
	text-align:center;
}
#bigcalendar1
{     
        float: left !important;
        height: auto !important;
        width: 100% !important;
}

/**
 * overriding bootstrap css......................
 */
.checkbox input[type="checkbox"], .checkbox-inline input[type="checkbox"], .radio input[type="radio"], .radio-inline input[type="radio"] {
    margin-left: 0px;
    position: static !important;
}
input[type="checkbox"], input[type="radio"] {
    line-height: normal;
    margin: 0;
}
.checkbox, .radio {
    display:table-row;
    margin-bottom: 10px;
    margin-top: 10px;
    position: relative;
}
.checkbox label, .radio label {
    padding-left: 0px;
}

/**
 * contractoe sign up  css......................
 */
.form-table tr th {
	background: #eeeeee none repeat scroll 0 0;
    border: 1px solid #e6e6e6;
    box-shadow: 0 0 1px #fff inset;
    text-shadow: 1px 1px 0 #fff;
}
.form-table tr:nth-child(2n) {
    background: #f9f9f9 none repeat scroll 0 0;
}
.form-table td{
	border: 1px solid #e6e6e6;
    padding: 6px 0 3px 10px;
}
.dropdown td select {
    height: 28px;
    width: 165px;
}
input, textarea {
    border-color: #cccccc #efefef #efefef #cccccc;
    border-radius: 3px;
    border-style: solid;
    border-width: 1px;
    color: #777;
    padding: 5px;
}

/**
 * contractor listing css......................
 */
th {
    text-align: center !important;
}
/**
 * contractor single css......................
 */
dl {
    border-bottom: 1px solid #ccc;
    margin-bottom: 10px !important;
}
.pdb-single dt {
    float: left;
    font-weight: bold;
    margin: 0 15px 1.5em 0;
    width: 400px !important;
}
.col-sm-12 table tbody td {
    border: 1px solid #ddd;
}
/*==================================================
=            Bootstrap 3 Media Queries             =
==================================================*/

/*==========  Mobile First Method  ==========*/

/* Custom, iPhone Retina */ 
@media only screen and (min-width : 320px) {
}

/* Extra Small Devices, Phones */ 
@media only screen and (min-width : 480px) {
	
}

/* Small Devices, Tablets */
@media only screen and (min-width : 768px) {
	.mission_st {
		margin-top:0;
	}
	.header .social {
		margin-top:0;
		text-align:right;
	}
	.main_menu {
		background:url(images/menu_bg.png) repeat-x;
		position:relative;
		z-index:9999;
	}
	.main_menu .main-nav {
		display:block !important;
	}
	.main-nav {
		list-style:none;
		padding-left:0;
		margin:0;
		font-size:0;
	}	
	.main-nav li {
		position:relative;
		padding:14px 0;
	}
	.main-nav > li {
		display:inline-block;
		padding-left:3px;
		padding-right:0;
	}
	.main-nav > li+li {
		background:url(images/main_nav_sep.jpg) no-repeat left center;
	}
	.main-nav li a {
		padding:0 8px;
		white-space:nowrap;
		display:block;
		font-size:11px;
	}
	.main-nav li a:hover {
		text-decoration: none;
	}
	.sub-menu {
		position:absolute;
		left:0;
		padding-left:0;
		background:#ffc648;
		top:49px;
		margin:0;
		display:none;
		z-index:9;
		min-width:130px;
	}
	.sub-menu li {
		padding:5px 0;
	}
	.sub-menu .sub-menu {
		left:auto;
		top:0;
		z-index:99;
	}
	.main-nav li:hover > .sub-menu {
		display:block;
	}
	.main-nav > .menu-item-has-children > a {
		position:relative;
		padding-left:12px;
	}
	.main-nav > .menu-item-has-children > a::before {
		content: "\e252";
		display: inline-block;
		font-family: 'Glyphicons Halflings';
		font-style: normal;
		font-weight: normal;
		line-height: 1;	  
		-webkit-font-smoothing: antialiased;
		-moz-osx-font-smoothing: grayscale;
		position:absolute;
		left:0;
		top:6px;
		font-size:9px;
		color:#242926;
	}
	.sub-menu > .menu-item-has-children > a {
		position:relative;
		padding-right:20px;
	}
	.sub-menu > .menu-item-has-children > a::before {
		content: "\e250";
		display: inline-block;
		font-family: 'Glyphicons Halflings';
		font-style: normal;
		font-weight: normal;
		line-height: 1;	  
		-webkit-font-smoothing: antialiased;
		-moz-osx-font-smoothing: grayscale;
		position:absolute;
		right:3px;
		top:4px;
		font-size:12px;
		color:#242926;
	}
}

/* Medium Devices, Desktops */
@media only screen and (min-width : 992px) {
	.main-nav > li {
		padding-left:7px;
		padding-right:5px;
	}
	.main-nav li a {
		font-size:14px;
	}
}

/* Large Devices, Wide Screens */
@media only screen and (min-width : 1200px) {
	.main-nav > li {
		padding-left:12px;
		padding-right:10px;
	}
	.main-nav li a {
		font-size:16px;
	}
}

.cycloneslider-template-default .cycloneslider-caption {
	//bottom:5px !important;
}

@media only screen and (max-width : 767px) {
	.logo {
		text-align:center;
	}
	.main-nav {
		display:none;
	}
	.mobile_nav_btn {		
		background: #026430;
		cursor: pointer;
		float: right;
		margin-top: 10px;
		padding:5px;
		transition: background 0.3s ease-in 0s;
		width: 32px;
	}
	.mobile_nav_btn .icon-bar {
		background:#ffffff;
    	height: 3px;
	}
	.mobile_nav_btn .icon-bar+.icon-bar {
		margin-top:5px;
	}
	
	
	.pdb-single dt {
		margin: 0 15px 1.5em 0;
		width: 130px !important;
	}
}






/* ------------ wordpress ----------- */
.alignleft {
	float: left;
	margin: 0.375em 1.75em 1.75em 0;
}

.alignright {
	float: right;
	margin: 0.375em 0 1.75em 1.75em;
}

.aligncenter {
	clear: both;
	display: block;
	margin: 0 auto 1.75em;
}

/*--------------------- temp ---------------------*/

.modulewidget-upcoming_events-3-title {
    background-color: none !important;
    border: none !important;
    border-radius: none !important;
    padding-left: 0px !important;
    padding-right: 0px !important;
    width: 100% !important;
}
.upcoming_events {
    float: left;
    height: auto;
    margin-top: -15px;
    width: 100%;
}
.pad a b
{
	color: #231f20 !important;
	font-family: "museo700" !important;
    font-size: 22px !important;
	font-weight: normal !important;
	text-decoration: underline !important;
}
#event_textwidget-upcoming_events-3-title
{
	color: #58595b;
    padding: 0px !important;
}
.thickbox-preview4648 {
    color: #ffa800 !important;
    font-family: "droid_sansregular" !important;
    margin-top: 10px;
    text-decoration: underline !important;
}





