@media (min-width: 781px) and (max-width: 1024px){
    
    
/* ====================General Settings====================*/

body { 	
	font-size: 13px;
}
h1 {
	font-size: 1.5em;	
}
h2 {
	font-size: 1.4em;
}
h3 {
	font-size: 1.3em;
}
h4 {
	font-size: 1.2em;
}
h5 {
	font-size: 1.1em;
}
h5 {
	font-size: 1em;
}
.main-wrapper {
	background: transparent;
}
.outter-wrapper {
	display: none;
}
/*.slideshow {
	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;
	
}

/* ====================Header Settings====================*/

header {
	background: url('../images/header_bg_small_v1.png') no-repeat #E1E3E8;
	background-size: 100% 100%;
	position: relative;
	height: 150px;
	width:100%;
}
.header_bg {
	width: 95%;
	max-width: 1200px;
	margin: 0 auto;
}
.site-title{
	width: 50%;
	color: #E2EAF0;
	text-transform: uppercase;
	font-size: 1.8em;
	font-family: 'Rufina', serif;
	margin: 35px 0 16px 0;
	float: left;
	letter-spacing: 1px;
	display: table;
}
.site-title-mobile {
    display: none;
}
.header-right {
	float: right;
}
.membership {
	margin: 55px 0 0 0;
	display: block;
}
.membership a {
	text-transform: uppercase;
	text-align: center;
	background: rgba(50, 79, 122, 0.2);
	border: 1px solid transparent;
	border-radius: 5px;
	padding: 8px 11px;
	font-size: 95%;
	display: block;
	margin-bottom: 10px;
	color: #436696;
}
.membership a:hover {
	border: 1px solid #436696;
}
.membership-mobile{
    display: none;
}
.social-header{
	text-align: right;
	font-size: 130%;
	margin: 10px 0;
	display: block;
}
.social-header a {
	color: #436696;
	padding-left: 5px;
}
.social-header a:hover {
	color: #BE1E2D;
}
/* ====================Navigation Settings====================*/
.home {
	display: none;
}
.menu-bar_bg {
	width: 100%;
	background: rgba(50, 79, 122, 0.9);
	
}
.menu-bar {
	width: 95%;
	margin: 0 auto;
	position: relative;
	
}
.est {
	display: none;
}

/*===========================Navigation Bar==================*/
nav{
	width:100%;
}
#cssmenu{
	width:100%;
}
#cssmenu ul{
	width:100%;
	display:none;
}
#cssmenu ul li{
	width:100%;
	border-top: 1px solid rgba(245, 246, 246, 0.4);
}
#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;
	color:#f5f6f6;
}
#cssmenu > ul > li{
	float:none;
}
#cssmenu ul ul li a{
	padding-left:25px;
	color: #f5f6f6;
}
#cssmenu ul ul li{
	background:none!important;
	
}
#cssmenu ul ul li:hover{
	background:#436696!important;
}
#cssmenu ul ul ul li a{
	padding-left:35px;
}
#cssmenu ul ul li a{
	color:#f5f6f6;
	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 #f5f6f6;
	border-bottom:2px solid #f5f6f6;
	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:#f5f6f6;
	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:#f5f6f6;
	-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:#f5f6f6;
	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 rgba(245, 246, 246, 0.4);
	height:51px;
	width:46px;
	cursor:pointer;
}
#cssmenu .submenu-button.submenu-opened{
	background:#436696;
	border-bottom: 1px solid rgba(245, 246, 246, 0.4);
}
#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:#f5f6f6;
	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:#f5f6f6;
	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;
}
/* ====================Content Settings====================*/

.inner_wrapper {
	width: 100%;
	background: rgba(245, 246, 246, 0.85);
}
.content_bg {
	width: 95%;
	max-width: 1200px;
	margin: 0 auto;
	padding-top: 25px;
}
/*Holds main website content. Appears on left next to sidebar*/
.content {
	min-height: 1000px;
	width: 65%;
	max-width: 780px;
	display: inline-block;
        vertical-align: top;
	margin: 20px auto;
}
/*Indivisual box containing content*/
.post-inner {
	width: 92%;
	padding: 4%;
}
.post-inner ul{
	margin-left:20px;
}
.post-inner-full ul{
	margin-left:20px;
}
/*=====================Sidebar========================*/
.sidebar {
	width: 32%;
	max-width: 420px;
	display: inline-block;
        vertical-align: top;
	margin: 90px auto 0 auto;
	padding-left: 2.5%;
}
#custom-sidebar {
	width: 92%;
	padding: 4%; 
}
.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 {
	background: transparent;
	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;
	cursor: pointer;
}
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: 49.5%; 
}
/* ====================Footer Settings====================*/


.footer_inner{
	width: 95%;
	max-width: 1200px;
	margin: 0 auto;
	padding-top: 50px;
}
.footer_one_box_one{
	width: 25.5%;
	padding: 0 20px 20px 20px;
	margin: 50px 0px 70px 0;
}
.footer_one_box_two{
	width: 100%;
	padding: 20px 0 40px 0;
	background: rgba(67, 102, 150, 0.85);
	text-align: center;
}
.footer_one_box_three
{
	width: 48.5%;
	padding: 0 20px 20px 20px;
	margin: 50px 0px 70px 0;
}

}