/*
Theme Name: Preferential Child
Description: A <a href='http://codex.wordpress.org/Child_Themes'>Child Theme</a> for the Preferential Wordpress Theme. If you plan to do a lot of file modifications we recommend to use this Theme instead of the original Theme. Updating wil be much easier and you won't lose your changes.
Version: 1.0
Author: Styled Themes
Author URI: http://www.styledthemes.com
Template: preferential
*/



/*Add your own styles below*/



body {
	font-family: Arial, Helvetica, sans-serif;
	}

#pref-main-section {
	padding: .5rem 0 0rem;
}



a, a:visited {
	color: #3199e3;
	text-decoration:underline;
}





/* dividers */
hr{
	margin-top:1.25rem;
	margin-bottom:1.25rem;
	border:0;
	border-top:1px solid #E2E8EB;
	}


header .cir-divider-dotline {
	margin: 1em 0;
	display:block;
}
.cir-divider-dotline,
.cir-divider-top {	
	position: relative;
	border-bottom: 1px solid #e2e5e7;
}
.cir-divider-dotline .cir-dot {
	width: 13px;
	height: 13px;
	display: inline-block;
	background-color: #e2e5e7;
	border-radius: 50%;
	position: absolute;
	left: 0;
	bottom: -7px;
}

.cir-divider-top .cir-toplink {
	position: absolute;
	right: 0;
	bottom: -8px;
	background-color: #fff;
	font-size: .813em;
	padding: 0 0.5em;
}
.cir-divider-top .cir-toplink:hover {
	text-decoration: none;
}


/*--------------------------------------------------------------
Typography
--------------------------------------------------------------*/

h1,h2,h3,h4,h5,h6 {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: 500;
	line-height:1.1;
	margin: 0.75rem 0;
}

.lead-in {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 120%;
	line-height: 1.5;
}

.signature {
	font-family: angelina;
	font-weight: 500;
	line-height:1.1;
	margin: 0.75rem 0;
}


.spacer {
	padding: 0rem 0 1.5rem;
}

.spacer3 {
	padding: 0rem 0 0.5rem;
}

.spacer2 {
	padding: 0rem 0 2.5rem;
}


.widget {
	margin-bottom: 0.5rem;
	background-color: #fff;
	margin-bottom: 0;
}

.entry-meta {
	font: italic 0.688rem verdana, "lucida grande", sans-serif;
	color: #9D866F;
}

/*--------------------------------------------------------------
Image Box
--------------------------------------------------------------*/
.pref-img-box { 
	text-align: left;
	float:left;
	margin: 0.5rem auto;
}
.pref-img-box p {
	margin:0;
}
.pref-img-box img {
	display:inline-block;
	max-width:100%;
	height:auto;
}
.pref-img-box-content {
	padding: 20px 8px 8px;
}
.pref-img-box-content p {
	margin-bottom: 0.5rem;
}


/*--------------------------------------------------------------
Team Images
--------------------------------------------------------------*/
.wp-caption {
    max-width: 100%; /* Image does not overflow the content area */
    padding: 0;
    text-align: left;
}

.image-team {
	padding:4px;
	border:1px solid #e0e0e0;
	border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	float:left;
	background:#FFF;
}
.image-team span {
	text-transform:uppercase;
	display:block;
	text-align:center;
	font-size:13px;
	line-height:1.23em;
	padding-top:5px;
}

.p3 {margin-bottom:30px;}

/*--------------------------------------------------------------
Calendar
--------------------------------------------------------------*/

/* WordPress default widgets */
.widget_calendar caption {
	font-family: Arial, sans-serif;
	text-transform: uppercase;
	background-color: #94785B;
	margin-bottom: 1px;
	padding: 5px 3px;
	border-radius: 3px 3px 0px 0px;
	color: #fff;
}

.widget_calendar tbody td#today {
	background-color: #94785B;
	color: #FFF;
	font-weight: bold;
}

/*--------------------------------------------------------------
Menu Button
--------------------------------------------------------------*/
@media(max-width:480px){
	.menu-toggle {
		right: 37%;
	}
	div.post-thumbnail-small {
		display: block;
		float: none;
	}
	img.alignleft,
	img.alignright,
	img.alignnone {
		display: block;
		float: none;
		margin: 1rem auto;	
	}
	#pref-cta h1 {
		font-size: 1.25rem;
	}
	#pref-cta p {
		font-size: 0.938rem;
	}
}
@media(max-width:320px){
	.menu-toggle {
		right: 37%;
	}

