/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Dec 02 2019 | 05:14:42 */
.margintopfive {
	margin-top: 5px; 
}

.post-head {
  display: none !important;
}

.fwploadmorebutton {
	text-align: center;
  	clear: both;
}

#Content {
  padding-top: 55px;
  border: 0px solid #000000;
  padding-bottom: 25px;
}

.facetwp-facet {
 	max-width:33%;
  	float: left;
  	margin-right: 40px;
    margin-bottom: 0px !important;
}

@media screen 
  and (max-device-width: 600px) {
    .facetwp-facet {
 		max-width:100%;
      	width: 100%;
      	float: left;
      	margin-bottom: 0px !important;
      	margin-right: 0px;
	}
}

@media screen 
  and (min-device-width: 601px)
  and (max-device-width: 1200px) {
    .facetwp-facet {
 		max-width:33%;
      	width: 30%;
      	float: left;
      	margin-bottom: 0px;
	    margin-right: 2px;
	}
    
    .facetwp-dropdown {
    	width: 100%;
    }
}

.page-header {
	max-width: 1220px;
  	margin: 0 auto;
  	padding: 2%;
}

.margintopten {
 	margin-top: 10px; 
}

.padbottomtwenty {
 	padding-bottom: 20px; 
}

.margintoptwenty {
 	margin-top: 20px; 
}

#bottomsectionmargin {
	margin-top: 35px; 
}

.marginbottomfive {
 	margin-bottom: 5px; 
}

.marginbottomten {
 	margin-bottom: 10px !important; 
}

.marginbottomtwentyfive {
 	margin-bottom: 25px; 
}

.margintopfifteen {
 	margin-top: 15px; 
}

#randotitle {
 	background: #333;
  	padding-bottom: 5px;
  	margin-bottom: 0px;
  	padding-top: 15px;
  	color: white;
}

#featuredrando {
	background: #333 !important;
  	color: white !important;
}

.filterbar {
 	text-align: center; 
}

.btn {
	margin-top: 40px;
}

.bigrando {
  	padding-top: 25px;
 	background-color: #333;
}

.whitetitle {
	color: white !important; 
}

.difficultyimg {
 	width:100px; 
  	display: inline; 
}

.griddifficultyimg {
	width: 25%;
  	display: inline;
}

.vertalign {
	vertical-align: middle; 
}

.textalign {
	text-align: center; 
}

.textright {
 	text-align: right; 
}

.header > h1 {
  	display: inline-block;
}

#special-love a span i {
	color: white;
}

#special-love a span {
	color: white;
}

.header > span {
  float:right;
  margin-right: 30px;
}



/* ----------- Non-Retina Screens ----------- */
@media screen 
  and (min-device-width: 1200px) 
  and (max-device-width: 1600px) 
  and (-webkit-min-device-pixel-ratio: 1) { 
    .videowidth {
		margin: 0 auto;
		width:65%;
	}
}

/* ----------- Retina Screens ----------- */
@media screen 
  and (min-device-width: 1200px) 
  and (max-device-width: 1600px) 
  and (-webkit-min-device-pixel-ratio: 2)
  and (min-resolution: 192dpi) { 
    .videowidth {
		margin: 0 auto;
		width:65%;
    }
}

@media screen
  and (max-device-width: 1200px) {
	.videowidth {
		margin: 0 auto;
		width:95%;
    }
}

.adultkidtext {
	font-size: 24px;
  	line-height: 1.8;
}

.bigkidtext {
	font-size: 1.5em;
  	line-height: 1.6;
}

.mediumkidtext {
 	font-size: 16px;
  	line-height: 1.6;
}

.smallkidtext {
 	font-size: 14px;
  	line-height: 1.4;
}

.widtheightfive {
	width: 85%; 
}

.single-photo-wrapper {
 	margin-bottom: 80px; 
}

.videolikebutton, .lessoninfo {
  	margin-top: 8px;
	margin-bottom: 8px;
}

/* START Modifies MDTF plugin css */
.mdf_shortcode_container {
  	background: white !important;
  	border: none !important;
}

h5.data-filter-section-title {
 	margin-bottom: 4px !important;
	font-family: "Open Sans" !important;
}

@media screen 
  and (max-device-width: 600px) {
    .mdf_input_container {
     	clear: both !important; 
    }
}

/* Tablets */
@media screen 
  and (min-device-width: 601px)
  and (max-device-width: 1200px) {
    .mdf_input_container {
     	width: 50% !important;
      	max-width: 50% !important;
      	float: left !important;
      	
    }
}

@media screen 
  and (min-device-width: 1201px) { 
	.mdf_input_container {
  		width: 33% !important;
      	max-width: 33% !important;
      	float: left !important;
	}
    
    input[name="mdf[medafi_578ddcec1a5e9]"] {
    	max-width: 90% !important;
    }
}

/* END Modify MDTF Plugin CSS */

/* Force Scrollbars on Mac */
.frame::-webkit-scrollbar {
    -webkit-appearance: none;
}

.frame::-webkit-scrollbar:vertical {
    width: 11px;
}

.frame::-webkit-scrollbar:horizontal {
    height: 11px;
}

.frame::-webkit-scrollbar-thumb {
    border-radius: 8px;
    border: 2px solid white; /* should match background, can't be transparent */
    background-color: rgba(0, 0, 0, .5);
}

.frame::-webkit-scrollbar-track { 
    background-color: #fff; 
    border-radius: 8px; 
} 

::-webkit-scrollbar {
    -webkit-appearance: none;
    width: 7px;
}
::-webkit-scrollbar-thumb {
    border-radius: 4px;
    background-color: rgba(0,0,0,.5);
    -webkit-box-shadow: 0 0 1px rgba(255,255,255,.5);
}

#Action_bar {
  background-color: #f7931e;
  line-height: 12px;
  font-weight: 600;
  text-align: center;
  height: 38px;
}

#Action_bar .contact_details {
	float: none;
  	padding: 0;
}

#Action_bar .contact_details li {
	float: none;
  	padding: 13px 0;
  	color: #fff;
  	font-size: 14px;
}

#Action_bar .contact_details li a {
  	color: #fff;
  	text-decoration: underline;
}

#Action_bar .contact_details li a:hover {
  	color: #eee;
  	text-decoration: underline;
}

#Action_bar .social {
  display: none;
}

@media screen 
  and (max-device-width: 1200px) {
  
.mobile-tr-header #Action_bar {
  display: none;
}

.mobile-tr-header #Top_bar {
  top: 0px;
}
}

@media screen 
  and (min-device-width: 1201px) {
    
    #Top_bar {
      top: 38px;
    }
}