/*
Theme Name: Fluida Plus Child
Theme URI: http://www.cryoutcreations.eu/
Description: Fluida Plus base child theme - use for your theme customizations
Author: Cryout Creations
Author URI: http://www.cryoutcreations.eu
Version: 0.5
Template: fluida-plus
*/

/* place your custom css and customizations below */

body img.custom-logo {
    width: auto;
}



.practitioner nav#nav-below.navigation, .modality nav#nav-below.navigation {
	display:none;
}

@media only screen and (min-width: 600px) {
/* increase size of title in header */
#site-title {
    font-size: 180%;
}  
}



/* change font and size of slider caption */
.staticslider-caption-text {
    font-size: 1.8em!important;
	font-family: Ubuntu Condensed;
}

/* Hide "About" on Landing Page 

#lp-text-one h2.lp-text-title {
	display:none
}
*/


/* single column flex display settings*/
@media only screen and (min-width: 600px) {
.flex-container {
  	display: flex;
  	flex-wrap: wrap;
	justify-content: space-around;  
}

.flex-container > div {
  width: 30%;
  margin: 10px;
}
.flex-container::after {
content: '';
flex: auto;
}  
}

@media only screen and (max-width: 600px) {
.flex-container {
  	display: flex;
  	flex-wrap: wrap;
	justify-content: space-around;  
}

.flex-container > div {
  width: 80%;
  margin: 10px;
}

}

/*2 column flex display settings*/

@media only screen and (min-width: 600px) {
	.flex-container-2columns {
  	display: flex;
  	flex-wrap: wrap;
	justify-content: space-around;  
}

.flex-container-2columns > div {
  width: 45%;
  margin: 10px;
}
.flex-container-2columns::after {
content: '';
flex: auto;
}
}

@media only screen and (max-width: 600px) {
.flex-container-2columns {
  	display: flex;
  	flex-wrap: wrap;
	justify-content: space-around;  
}

.flex-container-2columns > div {
  width: 80%;
  margin: 10px;
}


}

/*display practitioner list bullets inline with commas and "and" instead of bullets*/

.practitioner-index > li {
    display: inline;
    padding: 0;
    margin-left: 0;
    margin-right: 0;
}
ul.practitioner-index {
    list-style: none;
    display: inline-block;
    margin-left: 0;
}
.practitioner-index > li::before {
    content: ", "; 
}

.practitioner-index > li:last-child::before {
    content: " and ";
}

.practitioner-index > li:first-child::before {
    content: "";
}

@media only screen and (max-width: 600px) {
div.article-inner{
    padding-left: 4%!important;
    padding-right: 4%!important;
}
}

/* hide post title on practitioners
.practitioner h1.entry-title{
	display:none;
} */




/* Extra small devices (phones, 600px and down) */
@media only screen and (max-width: 600px) {

}

/* Small devices (portrait tablets and large phones, 600px and up) */
@media only screen and (min-width: 600px) {
  
}

/* Medium devices (landscape tablets, 768px and up) */
@media only screen and (min-width: 768px) {
 
} 

/* Large devices (laptops/desktops, 992px and up) */
@media only screen and (min-width: 992px) {
 
} 

/* Extra large devices (large laptops and desktops, 1200px and up) */
@media only screen and (min-width: 1200px) {
  
}

