/*-----------------------------------------------------------------------------------*
/* = General
/*-----------------------------------------------------------------------------------*/



/*-----------------------------------------------------------------------------------*
/* = Tablet
/*-----------------------------------------------------------------------------------*/
@media only screen and (min-width: 800px) and (max-width: 1024px) {

.col-md-12, col-sm-12 {
	padding-left: 0px;
	padding-right: 0px;
}

.page-header {
	display: none;
}

.about-pic {
	margin-top: -20px !important;
}

.app-box {
	width: 45%;
	margin: auto;
}

span.wpcf7-list-item {
    margin-left: 0.5em;
    float: left;
    width: 100%;
}
	}


@media (max-width: 992px) {

.navbar-header {
	float: none;
}

.navbar-left,.navbar-right {
    float: none !important;
}

.navbar-toggle {
    display: block;
}

.navbar-collapse {
    border-top: 1px solid transparent;
    box-shadow: inset 0 1px 0 rgba(255,255,255,0.1);
}

.navbar-fixed-top {
    top: 0;
    border-width: 0 0 1px;
}

.navbar-collapse.collapse {
    display: none!important;
}

.navbar-nav {
    float: none!important;
    margin-top: 7.5px;
}

.navbar-nav>li {
    float: none;
}

.navbar-nav>li>a {
    padding-top: 10px;
    padding-bottom: 10px;
}

.collapse.in{
    display:block !important;
}

.navbar-nav .open .dropdown-menu {
    position: static;
    float: none;
    width: auto;
    margin-top: 0;
    background-color: transparent;
    border: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}
	}


@media screen and (min-width: 800px) and (max-width: 991px) {

.container {
	width: 95%;
}

.navbar-toggle {
	margin-top: 20px;
	margin-right: unset;
}

.navbar-default .navbar-toggle .icon-bar {
	background-color: #fff;
}

#secondary {
	display: none;
}

#content {
	margin-bottom: 20px;
}

.action-row {
	margin-bottom: 25px;
	padding-top: unset;
}
	
.act-title {
	margin-top: 0px;
	text-align: center;
	border-bottom: 1px solid #d5d5d5;
	padding-bottom: 15px;
}

.act-btn-pad {
	margin-top: 25px;
}

.app-box {
	width: 45%;
	margin: 0px 2.5% 50px;
}

.app-top-hr {
	margin-top: 30px;
}

.app-bottom-hr {
	margin-top: 25px;
	margin-bottom: 50px;
	border-top: 1px solid rgba(181, 181, 181, 0.58);
}

.sfwa_grid_four .sfwa_row .sfwa_footer_area, .sfwa_grid_five .sfwa_row .sfwa_footer_area {
    width: 25%;
}

.sfwa_contained {
	width: 95%;
}

.sfwa_footer_area {
    padding: 0px 0px 0px 0px;
}

.widget-title {
	width: 90%;
}
	}
	

@media screen and (min-width: 600px) and (max-width: 799px) {

.container > .navbar-header {
	margin-right: unset;
	margin-left: unset;
}

.navbar-toggle {
	margin-top: 20px;
	margin-right: unset;
}

.navbar-default .navbar-toggle .icon-bar {
	background-color: #fff;
}

#secondary {
	display: none;
}

#content {
	margin-bottom: 20px;
}

.entry-title {
	text-align: center;
	margin-top: 0px;
}

.action-row {
	margin-bottom: 25px;
	padding-top: unset;
}
	
.act-title {
	margin-top: 0px;
	text-align: center;
	border-bottom: 1px solid #d5d5d5;
	padding-bottom: 15px;
}

.act-btn-pad {
	margin-top: 25px;
}

.about-pic {
	text-align: center;
}

.about-title {
	text-align: center;
	padding: 15px 0px;
	border-bottom: 1px solid #eee;
}

.app-box {
	width: 100%;
	max-width: unset;
	margin: 40px auto;
}

.app-button {
	max-width: 140px;
}

.app-top-hr {
	margin-top: 30px;
}

span.wpcf7-list-item {
    margin-left: 0.5em;
    float: left;
    width: 100%;
}

.sfwa_footer_area {
	margin-bottom: -10px;
}

.sfwa_contained {
	margin-bottom: 40px;
}
	}
