@media screen and (max-width: 779px) {

/* ====================General Settings====================*/

body { 	
	font-size: 14px;
}
h1 {
	font-size: 1.4em;
}
h2 {
	font-size: 1.3em;
}
h3 {
	font-size: 1.2em;
}
h4 {
	font-size: 1.1em;
}
h5 {
	font-size: 1.1em;
}
h6 {
	font-size: 1.1em;
}
/* ====================Header Settings=====================*/

header {
	height: 130px;
	background: #436797;
	position: relative;
	width:100%;
	top: 0;
}
.header_bg {
	position: relative;
	width: 95%;
	margin: 0 auto;
	padding-top: 27px;
}
.header-right {
	float: right;
	
}
.site-title {
	display: none;
}
.site-title-mobile{
	margin: 0;
	float: left;
	width: 150px; 	
}
.site-title-mobile h1:before {
	content: "";
	margin: 0;	
}
.site-title-mobile h1 {
	
	margin: 0;
	line-height: 1.5em;
	
}
.site-title-mobile h1 a{
	color: #B7D1ED;
}
.membership {
	width: 100%;
	position: relative; 
	margin-top: 20px;
}
.membership a{
	text-transform: uppercase;
	text-align: center;
	background: rgba(50, 79, 122, 0.5);
	border: 1px solid transparent;
	border-radius: 5px;
	padding: 8px;
	font-size: 80%;
	display: block;
	margin-bottom: 5px;
	color: #B7D1ED;
}
.est {
	display: none;
}
/* ====================Navigation Settings=================*/
.home {
	display: none;
}
.menu-bar_bg {
	width: 100%;
	background: rgba(245, 246, 246, 0.85);
}
.menu-bar {
	width: 95%;
	margin: 15px auto 0 auto;
	position: relative;
	background: rgba(50, 79, 122, 0.2);
}

nav{
	width:100%;
}
#cssmenu{
	width:100%;
}
#cssmenu ul{
	width:100%;
	display:none;
}
#cssmenu ul li{
	width:100%;
	border-top:1px solid #f5f6f6;
}
#cssmenu ul li:hover{
	background:#436696;
}
#cssmenu ul ul li,#cssmenu li:hover > ul > li{
	height:auto;
}
#cssmenu ul li a,#cssmenu ul ul li a{
	width:100%;
	border-bottom:0
}
#cssmenu > ul > li{
	float:none;
}
#cssmenu ul ul li a{
	padding-left:25px;
}
#cssmenu ul ul li{
	background:#f5f6f6!important;
}
#cssmenu ul ul li:hover{
	background:#436696!important;
}
#cssmenu ul ul ul li a{
	padding-left:35px;
}
#cssmenu ul ul li a{
	color:#222;
	background:none;
}
#cssmenu ul ul li:hover > a,#cssmenu ul ul li.active > a{
	color:#f5f6f6;
}
#cssmenu ul ul,#cssmenu ul ul ul{
	position:relative;
	left:0;
	width:100%;
	margin:0;
	text-align:left;
}
#cssmenu > ul > li.has-sub > a:after,#cssmenu > ul > li.has-sub > a:before,#cssmenu ul ul > li.has-sub > a:after,#cssmenu ul ul > li.has-sub > a:before{
	display:none;
}
#cssmenu #head-mobile{
	display:block;
	padding:23px;
	color:#436696;
	font-size:12px;
	font-weight:700;
}
.button{
	width:55px;
	height:46px;
	position:absolute;
	right:0;
	top:0;
	cursor:pointer;
	z-index: 12399994;
}
.button:after{
	position:absolute;
	top:22px;
	right:20px;
	display:block;
	height:4px;
	width:20px;
	border-top:2px solid #436696;
	border-bottom:2px solid #436696;
	content:'';
}
.button:before{
	-webkit-transition:all .3s ease;
	-ms-transition:all .3s ease;
	transition:all .3s ease;
	position:absolute;
	top:16px;
	right:20px;
	display:block;
	height:2px;
	width:20px;
	background:#436696;
	content:'';
}
.button.menu-opened:after{
	-webkit-transition:all .3s ease;
	-ms-transition:all .3s ease;
	transition:all .3s ease;
	top:23px;
	border:0;
	height:2px;
	width:19px;
	background:#436696;
	-webkit-transform:rotate(45deg);
	-moz-transform:rotate(45deg);
	-ms-transform:rotate(45deg);
	-o-transform:rotate(45deg);
	transform:rotate(45deg);
}
.button.menu-opened:before{
	top:23px;
	background:#436696;
	width:19px;
	-webkit-transform:rotate(-45deg);
	-moz-transform:rotate(-45deg);
	-ms-transform:rotate(-45deg);
	-o-transform:rotate(-45deg);
	transform:rotate(-45deg);
}
#cssmenu .submenu-button{
	position:absolute;
	z-index:99;
	right:0;
	top:0;
	display:block;
	border-left:1px solid #f5f6f6;
	height:52px;
	width:46px;
	cursor:pointer;
}
#cssmenu .submenu-button.submenu-opened{
	background:#436696;
}
#cssmenu ul ul .submenu-button{
	height:34px;
	width:34px;
}
#cssmenu .submenu-button:after{
	position:absolute;
	top:22px;
	right:19px;
	width:8px;
	height:2px;
	display:block;
	background:#222;
	content:'';
}
#cssmenu ul ul .submenu-button:after{
	top:15px;
	right:13px;
}
#cssmenu .submenu-button.submenu-opened:after{
	background:#f5f6f6;
}
#cssmenu .submenu-button:before{
	position:absolute;
	top:19px;
	right:22px;
	display:block;
	width:2px;
	height:8px;
	background:#222;
	content:'';
}
#cssmenu ul ul .submenu-button:before{
	top:12px;
	right:16px;
}
#cssmenu .submenu-button.submenu-opened:before{
	display:none;
}
#cssmenu ul ul ul li.active a{
	border-left:none;
}
#cssmenu > ul > li.has-sub > ul > li.active > a,#cssmenu > ul ul > li.has-sub > ul > li.active > a{
	border-top:none;
}
/* ====================Slideshow Settings==================*/

.slideshow {
	display: none;
}

/* ====================Content Settings====================*/

/*Content*/
.wrapper {
	background: #F5F6F6;
	top: 0;
	position: relative;
}
.inner_wrapper {
	width: 95%;
	margin: 20px auto;
	
}
.content_bg {
	width: 100%;
	margin: 0 auto;
	padding-top: 0;
}
.content {
	width: 100%;
	float: none;
}
.post-inner-full {
	width: 90%;
	margin: 0 auto;
}
.post-inner {
	width: 90%;
	padding: 5%;
}
.post-inner img{
	/*max-width: 60%;*/
	display:inline-block;
	position:relative;
	/*margin-bottom:30px;*/
}
.post-inner ul{
	margin-left:20px;
}
.content-full {
	margin: 0;
}
.outter-wrapper img {
	display: none;
}
/* ====================Buttons====================*/

.read-more {
	padding: 10px;
	border: 1px solid #44749D;
	margin: 50px 0 15px 0;
	position: relative;
	display: inline-block;
	text-transform: uppercase;
}
.read-more:hover{
	border: 1px solid #BE1E2D;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	
}
/* ====================Search Form====================*/

.search {
	margin-bottom: 50px;
	height: 39px;
	box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 8px;
	-moz-box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 8px;
	-webkit-box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 8px;
}
.search:hover {
	box-shadow: rgba(0, 0, 0, 0.2) 0px 0px 8px;
	-moz-box-shadow: rgba(0, 0, 0, 0.2) 0px 0px 8px;
	-webkit-box-shadow: rgba(0, 0, 0, 0.2) 0px 0px 8px;
}
.search-input {
	float:left;
	background: transparent;
	width: 77%;
	font-size: 100%;
	box-shadow: none;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	border: none;
}
.search-input:hover {
	border-color: none;
	box-shadow: none;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
}
.search-button{
	padding: 10px 15px;
	font-size: 100%;
	width: auto;
	float: right;
	background: #436696;
	color: #fff;
}
.search-button:hover{
	background: #BE1E2D;
	-webkit-transition:all .25s ease;
	-ms-transition:all .25s ease;
	transition:all .25s ease;
}

/* ====================Newsletter====================*/

.newsletter {
	margin-bottom: 60px;
	height: 39px;
	box-shadow: none;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	border: 1px solid #B7D1ED;
}
.newsletter:hover {
	box-shadow: none;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
}
.newsletter-input {
	float:left;
	background: transparent;
	width: 50%;
	font-size: 90%;
	box-shadow: none;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	border: none;
	color: #B7D1ED;
}
.newsletter-input:hover {
	border-color: none;
	box-shadow: none;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
}
.newsletter-button{
	padding: 10px 13px;
	font-size: 90%;
	width: auto;
	float: right;
	background: #B7D1ED;
	color: #fff;
	border: 1px solid #B7D1ED;
}
.newsletter-button:hover{
	background: #fff;
	color: #B7D1ED;
	-webkit-transition:all .25s ease;
	-ms-transition:all .25s ease;
	transition:all .25s ease;
}

/* ====================Sidebar Settings====================*/

.sidebar {
	min-height: 600px;
	float: none;
	margin: 0 auto 20px auto;
	width: 100%;
}
.sidebar-box{
	margin: 0 auto;
}
.widget {
	background: rgba(255, 255, 255, 0.9);
	margin-bottom: 20px;
	-moz-box-shadow: 0 0 5px #ccc;
	-webkit-box-shadow: 0 0 5px #cccccc;
	box-shadow: 0 0 5px #ccc;
}
/* ====================Search Form====================*/

.search-wrap input{
	display: inline;
}
input#search-input {
	width: 84%;
	font-size: 100%;
	box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 8px;
	-moz-box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 8px;
	-webkit-box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 8px;
	border: none;
	color: #222222;
	float: left;
	padding: 10px 15px 10px 10px;
	display: block;
	-webkit-appearance: none;
     border-radius: 0;
}
input#search-input:hover {
	box-shadow: rgba(0, 0, 0, 0.2) 0px 0px 8px;
	-moz-box-shadow: rgba(0, 0, 0, 0.2) 0px 0px 8px;
	-webkit-box-shadow: rgba(0, 0, 0, 0.2) 0px 0px 8px;
}
button#search-submit{
	padding: 7px;
	color: #436696;
	float: right;
	
}
button#search-submit:hover{
	color: #BE1E2D;
	-webkit-transition:all .25s ease;
	-ms-transition:all .25s ease;
	transition:all .25s ease;
}
/*======================Events Page=======================*/
.tribe-events-list .tribe-events-event-image + div.tribe-events-content {
    width: 100%; 
}
#tribe-events-footer .tribe-events-sub-nav, #tribe-events-header .tribe-events-sub-nav {
	display: none;
}
/* ====================Footer Settings=====================*/

.footer {
	/*top: 20px;*/
}
.footer_inner{
	width: 90%;
	margin: 25px auto;
}
.footer_one_box_one{
	width: 25%;
	min-width: 265px;
	padding-bottom: 40px;
	padding-left: 25px;
	margin: 25px auto;
}
.footer_one_box_two{
	width: 100%;
	padding-bottom: 40px;
	text-align: center;
	font-size: 80%;
}
.footer_one_box_three {
	width: 96%;
	padding-left: 25px;
	padding-bottom: 40px;
}
.widget-title{
	margin-top: 50px;
}
.footer_two{
	margin-top: 25px;
}

}
