/* DESKTOP STYLES
-----------------
This area accounts for iPad in portrait */
@media only screen and (min-width: 768px) and (max-width: 768px) {

.mobilearrow {
  display: none;
}

#panel-18-4-1-0 .woo-sc-button {
  margin-bottom: 41px;
  padding: 12px 44px !important;
}

#pg-18-4 .panel-grid-cell .so-panel .panel-widget-style {
	height: 550px;
	overflow: hidden;
}

.pp_overlay {display: none !important;}



.searchresults {
  border: 2px solid #ec6416;
  border-radius: 5px;
  clear: none;
  margin-bottom: 10px;
  overflow: hidden;
  padding: 3% 3% 40px;
  position: relative;
  text-align: left;
  width: 94%;
}

.pubdate {
  bottom: 5px;
  color: rgb(17, 57, 107);
  float: left;
  left: 20px;
  position: absolute;
}

.searchresults .wp-post-image {
  width: 100%;
}

}

/* Add styles inside the media query below that you only want to be applied to the desktop layout of your site */
@media only screen and (min-width: 769px) {
	/* Desktop styles go below this line */




.spacing .panel-widget-style {
  min-height: 450px;
}

.spacing2 .panel-widget-style {
  min-height: 220px;
}




.mobileonly {
	display: none;
}

.mobilearrow {
  display: none;
}

.pubdate {float:left;position:absolute;left:10px;bottom:5px;color:rgb(17,57,107);}

.nonmembersonly {
  background-color: #ea6518;
  border-radius: 5px;
}

.nonmembersonly a {
  color: white !important;
  padding-left: 10px !important;
  padding-right: 10px !important;
}

body.single-mcm_landing-page .nonmembersonly a {
	display: none;
}

/*
body.full-width #top {
  padding: 30px 23px 0;
}

#header, #top {
  background-color: white !important;
}

#top-nav {
    float: right;
}

#top {
    display: block !important;
    margin: 0 auto !important;
    max-width: 1080px;
    position: relative;
    width: 100%;
}

 Hide old navigation from desktop - still used for mobile navigation 

    #navigation { 
	display: none !important; 
}

 Style header navigation 
    #header #navigation { 
        display: block !important;
        float: left; 
        width: auto; 
        clear:none; 
        margin-top:-7px;
        max-width: 100%; 
        background: none;
    }
*/

.woo-sc-button.joinbtn {
    font-size: 21px !important;
    font-weight: bold !important;
    padding: 10px 60px !important;
    text-transform: capitalize !important;
	float: left;
}

.woo-sc-button.joinbtn-right {
    font-size: 21px !important;
    font-weight: bold !important;
    padding: 10px 60px !important;
    text-transform: capitalize !important;
	float: right;
}

#pg-18-4 .panel-grid-cell .so-panel .panel-widget-style {
	height: 370px;
	overflow: hidden;
}

#pgc-18-1-1 {
  margin-bottom: 0 !important;
  margin-top: 20px;
}

#logo {
  margin-top: -70px;
}	

body.postid-1365 #logo {
  margin-top: 00px;
}	

.left-singles {
  background-color: #eee;
  border-radius: 10px;
  float: left;
  margin-right: 2%;
  padding: 10px 2%;
  width: 60%;
margin-top: 10px;
}

.right-singles {
  margin-top: 10px;
  float: left;
  width: 34%;
}

.no-padding .panel-grid-cell {  padding-left: 0 !important;  padding-right: 0 !important;}

#rightstuff {
  padding: 13px 3%;
  background-color: #eee;
  border-radius: 10px;
margin-bottom: 20px;
}


.searchresults {
  border: 2px solid #ec6416;
  border-radius: 5px;
  clear: none;
  float: left;
  height: 375px;
  margin: 0.8%;
  overflow: hidden;
  padding: 1%;
  text-align: left;
  width: 31.5%;
	position: relative;
}



.thisweekcolumn {
  background-color: #ccc;
  float: left;
  width: 16.5%;
}

.thisweekcolumn .date {
  background-color: #172d4a;
  padding: 10px 15px;
  height: 77px;
}

.thisweekcolumn .date p {
line-height: 125%;
}

.thisweekcolumn h3 {
    color: white !important;
    border-bottom: 0 solid #e6e6e6;
    color: #555555;
    font: bold 14px/1.2em "Helvetica Neue",Helvetica,sans-serif;
}

.thisweekcolumn p {
    color: white;
    font: 300 13px/16px "Helvetica Neue",Helvetica,sans-serif;
}

p.levelintensity {
  bottom: 0;
  display: block;
  font-size: 10px;
  font-style: italic;
  margin-bottom: 10px;
  position: absolute;
}

.event {
  border-left: 1px solid #ccc;
  display: block;
  height: 150px;
  padding: 10px;
  position: relative;
}

body.page-id-1213 .odd {
	background-color: #f6b195;
}

body.page-id-1213 .even {
	background-color: #f4895f;
}

}