/*

Theme Name: Liddane Tutoring - v2018
Theme URI: http://www.liddanetutoring.com/
Author: Kalii DeLaRosa
Author URI: http://www.liddanetutoring.com/
Description: 2018 Wordpress Theme

*/

/* font family
font-family: 'Poppins', sans-serif;
font-family: 'Muli', sans-serif;
*/


html, 
body, 
div, 
span, 
applet, 
object, 
iframe, h1, h2, h3, h4, h5, h6, 
p, blockquote, pre, a, abbr, 
acronym, address, big, cite, 
code, del, dfn, em, img, ins, kbd, 
q, s, samp, small, strike, strong, 
sub, sup, tt, var, b, u, i, center, 
dl, dt, dd, ol, ul, li, fieldset, form, 
label, legend, table, caption, tbody, 
tfoot, thead, tr, th, td, article, aside, 
canvas, details, embed, figure, figcaption, 
footer, header, hgroup, menu, nav, output, ruby, 
section, summary, time, mark, audio, video, input, textarea { 

	/* http://meyerweb.com/eric/tools/css/reset/    v2.0 | 20110126   License: none (public domain)*/
	border: 0;
	margin: 0;
	padding: 0;

	font-size: 100%;
	vertical-align: baseline;

	box-sizing: border-box;
}

/* HTML5 display-role reset for older browsers */
article,  aside,  details,  figcaption,  
figure,  footer,  header,  hgroup,  menu, 
nav,  section { display: block; }

body {
	line-height: 1;
}

blockquote, q { quotes: none; }
blockquote:before, blockquote:after, q:before, q:after { content: ''; content: none; }

table  { border-collapse: collapse; border-spacing: 0; }
td, td img { vertical-align: top; }

input[type=text], input[type=email], input[type=password], input[type=submit] {
	border-radius: 0;
	border: 1px solid #ddd;

	appearance: none;
	-webkit-appearance: none;
}
input[type=submit] { cursor: pointer; }

.lt_btn {
	font-family: 'Muli', sans-serif;
    color: #333;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-size: 13px;
    background-color: #e3eaec;

    display: inline-block;
    margin-top: 10px;
    padding: 15px 20px;
}

.lt_btn:hover {
	background-color: #a0dbed;
	text-decoration: none;
	color: #333;
}

html, body, form, img { border: 0; margin: 0; padding: 0; }
html { font-size: 100% }


.inner {
	clear: both;
	margin: 0 auto;
	max-width: 1300px;
	position: relative;
}

/* Hide */
.mobile-menu-button,
.mobile-nav,
.slicknav_menu{
	display: none;
}

.ac-container{
	
}
.ac-container label{
	font-family: 'Muli', sans-serif;

	background-color: #f0edf2;
	border: 1px solid #e3dde7;
	width: 100%;
	padding: 10px;padding: 10px;

	height: auto;
	display: block;
   
}

.ac-container label:hover{
	background: #fff;
}
.ac-container input:checked + label,
.ac-container input:checked + label:hover{
	background: #c6e1ec;
	color: #3d7489;
	text-shadow: 0px 1px 1px rgba(255,255,255, 0.6);
	box-shadow: 
		0px 0px 0px 1px rgba(155,155,155,0.3), 
		0px 2px 2px rgba(0,0,0,0.1);
}
.ac-container label:hover:after,
.ac-container input:checked + label:hover:after{
	content: '';
	position: absolute;
	width: 24px;
	height: 24px;
	right: 13px;
	top: 7px;
	background: transparent url(../images/arrow_down.png) no-repeat center center;	
}
.ac-container input:checked + label:hover:after{
	background-image: url(../images/arrow_up.png);
}
.ac-container input{
	display: none;
}
.ac-container article{
	background: rgba(255, 255, 255, 0.5);
	margin-top: -1px;
	overflow: hidden;
	height: 0px;
	position: relative;
	z-index: 10;
	-webkit-transition: height 0.3s ease-in-out, box-shadow 0.6s linear;
	-moz-transition: height 0.3s ease-in-out, box-shadow 0.6s linear;
	-o-transition: height 0.3s ease-in-out, box-shadow 0.6s linear;
	-ms-transition: height 0.3s ease-in-out, box-shadow 0.6s linear;
	transition: height 0.3s ease-in-out, box-shadow 0.6s linear;
}
.ac-container article p{
	font-style: italic;
	color: #777;
	line-height: 23px;
	font-size: 14px;
	padding: 20px;
	text-shadow: 1px 1px 1px rgba(255,255,255,0.8);
}
.ac-container input:checked ~ article{
	-webkit-transition: height 0.5s ease-in-out, box-shadow 0.1s linear;
	-moz-transition: height 0.5s ease-in-out, box-shadow 0.1s linear;
	-o-transition: height 0.5s ease-in-out, box-shadow 0.1s linear;
	-ms-transition: height 0.5s ease-in-out, box-shadow 0.1s linear;
	transition: height 0.5s ease-in-out, box-shadow 0.1s linear;
	box-shadow: 0px 0px 0px 1px rgba(155,155,155,0.3);
}
.ac-container input:checked ~ article.ac-small,
.ac-container input:checked ~ article.ac-medium,
.ac-container input:checked ~ article.ac-large{
	height: auto;
}

.ac-container input:checked ~ article.ac-small {
	height: auto;
}

/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
html {
	font-family: sans-serif;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
}

body {
	margin: 0;

	font: 1em/1 sans-serif;
	font-family: 'Poppins', sans-serif;

}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
	display: block;
}

audio,
canvas,
progress,
video {
	display: inline-block;
	vertical-align: baseline;
}

audio:not([controls]) {
	display: none;
	height: 0;
}

[hidden],
template {
	display: none;
}

a {
	background-color: transparent;
	text-decoration: none;
	transition: all 0.5s ease;

	color: #006787;
}

a:active,
a:hover {
	outline: 0;

	color: #4c1f63;
}

abbr[title] {
	border-bottom: 1px dotted;
}

b,
strong {
	font-weight: bold;
}

dfn {
	font-style: italic;
}


mark {
	background: #ff0;
	color: #000;
}

small {
	font-size: 80%;
}

sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sup {
	top: -0.5em;
}

sub {
	bottom: -0.25em;
}

img {
	border: 0;
}

svg:not(:root) {
	overflow: hidden;
}

figure {
	margin: 1em 40px;
}

hr {
	box-sizing: content-box;
	height: 0;
}

pre {
	overflow: auto;
}

code,
kbd,
pre,
samp {
	font-family: monospace, monospace;
	font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
	color: inherit;
	font: inherit;
	margin: 0;
}

button {
	overflow: visible;
}

button,
select {
	text-transform: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
	-webkit-appearance: button;
	cursor: pointer;
}

button[disabled],
html input[disabled] {
	cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
	border: 0;
	padding: 0;
}

input {
	line-height: normal;
}

input[type="checkbox"],
input[type="radio"] {
	box-sizing: border-box;
	padding: 0;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

fieldset {
	border: 1px solid #c0c0c0;
	margin: 0 2px;
	padding: 0.35em 0.625em 0.75em;
}

legend {
	border: 0;
	padding: 0;
}

textarea {
	overflow: auto;
}

optgroup {
	font-weight: bold;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

td,
th {
	padding: 0;
}

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
body,
button,
input,
select,
optgroup,
textarea {
	color: #404040;
	font-family: 'Poppins', sans-serif;
	font-size: 16px;
	font-size: 1rem;
	line-height: 1.5;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: 'Muli', sans-serif;
}

p {
	margin: 0 0 28px;
	padding: 0;
}


h1, h2, h3, h4, h5, h6 {
	font-weight: 700;
	line-height: 1.2;
	margin: 15px 0 17px;

	font-family: 'Muli', sans-serif;
	color: #2c2b2b;
	letter-spacing: 2px;
}

h1 { font-size: 2em; }
h2 { font-size: 1.75em; font-weight: normal; }
h3 { font-size: 1.5em; }
h4 { font-size: 1.25em; }


p:last-child {
	padding-bottom: 0;
    margin-bottom: 0;
}

dfn, cite, em, i {
	font-style: italic;
}

blockquote {
	margin: 0 1.5em;
}

address {
	margin: 0 0 1.5em;
}

pre {
	background: #eee;
	font-family: "Courier 10 Pitch", Courier, monospace;
	font-size: 15px;
	font-size: 0.9375rem;
	line-height: 1.6;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 1.6em;
}

code, kbd, tt, var {
	font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
	font-size: 15px;
	font-size: 0.9375rem;
}

abbr, acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}

mark, ins {
	background: #fff9c0;
	text-decoration: none;
}

big {
	font-size: 125%;
}


/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
#header {
	height: 235px;
	margin: 0 auto;
	position: relative;
	z-index: 100;

	background-color: #f0edf2;
}

.top-bar {
	background-color: #e3dde7;
    position: relative;
    float: left;
    width: 100%;

    padding: 16px 0px;
}

#bottom-bar {
	width: 1300px;
    background-color: #fff;
    height: 110px;
    margin: auto;

    position: relative;
    top: 75px;
}

.left {
	position: relative;
	float: left;
}

	.left_nav {
		position: relative;
	    float: left;
	    top: -2px;
	}

	.left_nav ul li { list-style-type: none; }
	.left_nav ul li.button a {
		font-family: 'Muli', sans-serif;
	    color: #fff;
	    font-weight: 600;
	    text-transform: uppercase;
	    letter-spacing: 1px;
	    font-size: 11px;

	    background-color: #006787;

	    padding: 10px 13px;
	}

	.left_nav ul li.button a:hover {
	background-color: #e3dde7;
	color: #585759;
	text-decoration: none;
}

.right {
	position: relative;
	float: right;
}

/* Logo */
#logo {
	height: 60px;
    left: 0;
    position: absolute;
    top: -28px;
    width: 351px;

    background: transparent url(images/logo.png) 0 0 no-repeat;
    background-size: cover;

        z-index: 1000;
}
#logo a {
	display: block;
	height: 100%;
	width: 100%;
}
#logo a img { display: none; }


/* Utility Nav Menu */
.utility_nav {
	float: right;
	margin: 2px 0 0 0;

	font-size: 0;
}
.utility_nav ul {
	list-style-type: none;
}
.utility_nav ul li {
	display: inline-block;
	vertical-align: top;
}
.utility_nav ul li a {
	display: block;

	cursor: pointer;
	font-size: 12px;
	font-family: 'Poppins', sans-serif;
	text-transform: uppercase;
	color: #585759;
	font-weight: 600;

	padding: 0 10px;

	transition: background .25s ease-out, color .25s ease-out;
	-ms-transition: background .25s ease-out, color .25s ease-out;
}

.dashicons-facebook-alt:before {
	font-size: 14px;
}

/* Search Form */
#search-3 {
	clear: right;
	margin: 0 0 10px;
	float: right;

	display: none;
}
#search-3 label { display: none; }
#search-3 input {
	display: inline-block;
	vertical-align: top;
}
#search-3 input[type=text],
#search-3 input[type=email] {
	border: 1px solid rgba(0, 0, 0, .5);
	display: none;
	height: 25px;
	padding: 0 5px;
	width: 150px;

	background-color: #fff;
	font-size: 12px;
	line-height: 1;
}
#search-3 input[type=text]:focus,
#search-3 input[type=email]:focus { outline: 0 none; }
#search-3 input[type=submit] {
	border: 0 none;
	height: 25px;
	margin: 0 0 0 4px;
	padding: 0;
	width: 25px;

	background: transparent url(images/search-btn.png) center no-repeat;
	cursor: pointer;
	font-size: 0;
	line-height: 1;
	text-align: center;
	text-transform: uppercase;
}


/** Navigation ***/
#nav {
	top: 50px;
    right: 0;
    position: absolute;
    width: 100%;
    font-size: 0;
}

#nav ul {
	position: relative;
	float: right;
}

#nav ul li {
	display: inline-block;
	height: 100%;
	position: relative;
	vertical-align: top;

	font-size: 14px;

	-moz-text-size-adjust: none;
	-ms-text-size-adjust: none;
	-webkit-text-size-adjust: none;
}
#nav ul li:first-child {}
#nav ul li a {
	display: block;
	height: 100%;

	font-family: 'Muli', sans-serif;
	font-weight: 800;
	color: #2c2b2b;
	font-size: 13px;
	letter-spacing: 1px;

	padding: 0 25px;

	text-decoration: none;
	text-transform: uppercase;

	transition: background .25s ease-out, color .25s ease-out;
	-ms-transition: background .25s ease-out, color .25s ease-out;
}

#nav ul li a:hover {
	color: #44b7da;
}

#nav ul li ul.sub-menu {
	left: -9999px;
	position: absolute;
	width: 160px;
	padding-top: 10px;

	opacity: 0;

	background-color: #fff;

	transition: opacity .25s ease-out;
	-ms-transition: opacity .25s ease-out;
}
#nav ul li:hover ul.sub-menu,
#nav ul li.active ul.sub-menu,
#nav ul li a:focus + ul.sub-menu { 
	left: 13px; 
	opacity: 1; 
}

#nav ul li:last-child:hover ul.sub-menu,
#nav ul li.active:last-child ul.sub-menu,
#nav ul li a:last-child:focus + ul.sub-menu { left: auto; right: 0; }
#nav ul li ul.sub-menu li {
	display: block;
	height: auto;

	text-align: left;
}
#nav ul li ul.sub-menu li a {
	height: auto;
	padding: 7px 12px;

	font-size: .9em;
	line-height: 1.3;
	font-weight: 400;
}
#nav ul li ul.sub-menu li:hover > a,
#nav ul li ul.sub-menu li a:hover,
#nav ul li ul.sub-menu li a:focus,
#nav ul li ul.sub-menu li.current-menu-item a { 
	color: #44b7da; 
}

#nav ul li ul.sub-menu li ul.sub-menu {
	left: -9999px;
	top: 13;
}
#nav ul li ul.sub-menu li:hover ul.sub-menu { left: 100%; opacity: 1; }

#menu_btn { display: none; } /* used to hide/show smartphone nav menu */

/*--------------------------------------------------------------
# Home Template
--------------------------------------------------------------*/

#intro-area {
	background-color: #f0edf2;
    position: relative;
    float: left;
    width: 100%;
}

.home #feat-img {
	position: relative;
    float: right;
    height: 100%;
    width: 38%;
    margin-right: 50px;
    margin-top: -28px;
}

	.home #feat-img img {
		height: auto;
    	width: 100%;
	}

.intro-text {
	background-color: #fff;
    width: 100%;
    padding: 50px 50px 50px 85px;
    margin-top: 40px;
    min-height: 400px;
    margin-bottom: 60px;
}
	.intro-text .post {
		width: 55%;
	}

	.intro-text .post p {
		font-weight: 300;
	    line-height: 33px;
    	font-size: 15px;
	}

.secondary-content {
	padding: 50px 0;
    position: relative;
    float: left;
    width: 100%;
}
.secondary-content h2 {
	text-align: center;
	margin: 10px 0 35px 0;
}

/** Home Callouts **/
.callout-item {
	width: 50%;
	margin: auto;

	margin-bottom: 80px;
}
.callout-item .pic {
	height: 500px;
    background-size: cover;	

    display: none;
}

.callout-item .title {
	background-color: #fff;
}

.callout-item h3 {
	font-family: 'Poppins', sans-serif;
	font-weight: 500;
	text-align: center;
	font-size: 38px;
	color: #2c2b2b;

	padding: 15px 0 0 0;
}

.callouts-2-item {
	position: relative;
    float: none;
    width: 80%;
    min-height: 500px;
    margin: auto;

    margin-bottom: 50px;
}

	.callouts-2-item:last-child {
		margin-bottom: 0;
	}

.callouts-2-item .pic {
	height: 400px;
    width: 500px;
    background-size: contain;
    background-repeat: no-repeat;
    float: left;
}

.callouts-2-item h3 {
	font-family: 'Poppins', sans-serif;
    font-weight: 600;
    font-size: 28px;
    color: #2c2b2b;
    letter-spacing: 1px;
}

.callouts-2-item .excerpt {
	background-color: #fff;
    z-index: 1;
    position: relative;
    padding: 40px;
    width: 50%;
    float: left;
    margin: 140px 0 0 -60px;
}

.callouts-2-item:nth-child(odd) .excerpt,
.callouts-2-item:nth-child(odd) .pic {
	float: right;
}

.callouts-2-item:nth-child(odd) .excerpt {
	margin: 70px -60px 0 0px;
}

.callouts-2-item .excerpt p {
	font-size: 16px;
    line-height: 30px;
    font-weight: 300;
}

.callout-item a,
.callouts-2-item a {
	font-family: 'Muli', sans-serif;
    color: #333;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-size: 12px;
    background-color: #e3eaec;
    display: block;
    margin-top: 10px;
    padding: 8px 13px;
    width: 120px;
}

.callout-item a:hover,
.callouts-2-item a:hover {
	background-color: #a0dbed;
	text-decoration: none;
	color: #333;
}

.callout-item a { margin: auto; }

.callouts-3-item {
	float: left;
    margin-right: 160px;
}

.callouts-3-item:last-child {
	margin-right: 0;
}


.callouts-3-item .pic {
	width: 323px;
    height: 291px;
    
    background-size: cover;
}

.callouts-3-item h4 {
	background-color: #f0edf2;
    color: #4a1e60;
    width: 50%;
    margin: auto;
    padding: 20px;
    line-height: 26px;
    position: relative;
    top: -50px;
}

.callouts-3-item h4 a:hover {
	opacity: .7;
}

.callouts-3-item h4 a {
	color: #4a1e60;
}

.callouts-3-item h4:after {
	display: block;
	content: '';

	width: 123px;
	height: 3px;
	background-color: #c3aecd;

	margin-top: 10px;
}

/** Content Area **/


/**** Main ****/
#content {
	padding: 40px 30px;
}

#content #feat-img {
    position: relative;
    float: right;
    height: 100%;
    width: 38%;
}

#content #feat-img img {
    height: auto;
    width: 100%;
}

#content #main img {
	border: 1px solid #aaa;
	height: auto;
	max-width: 100%; 
}

#content #main {
	width: 55%;
	float: left;
	position: relative;
}

#content #main .entry-header {
	position: relative;
}

#content #main .entry-header:after {
	display: block;
	content: '';


}

#content ul {
	    padding-left: 45px;
    margin-bottom: 20px;
}

#content ul li {
	    margin-bottom: 6px;
    list-style: disc;
    font-size: 15px;
    line-height: 26px;

}

#side {
	float: right;
	width: 40%;
}

/*** Footer ******/
#footer {
	clear: both;
	padding: 10px 0;
	position: relative;
}

#footer .top .inner {
	border-top: 1px solid #4b1e66;
}
	#footer .top {
		padding: 20px 0;
	    position: relative;
	    float: left;
	    width: 100%;
	}

#footer .bottom .inner {
	border-top: 1px solid #4b1e66;

	padding: 20px 0;
}

#footer a { text-decoration: none; }

#footer .col {
	width: 50%;
	float: left;

	margin-right: 150px;
}

#footer .col:last-child {
	margin-right: 0;

	width: 25%;
}

#footer .testimonial .widget {
	position: relative;
	padding: 40px 80px;

	font-size: 20px;
	font-weight: 300;
}

#footer .testimonial span {
	float: right;
}
	
	#footer .testimonial .widget:before {
	   content: '“';
       display: block;
    
    	color: #fff;
    	background-color: #196c83;
    	font-family: 'Poppins', sans-serif;
    	font-size: 93px;
    
    	position: absolute;
    	left: 0;
    
    	padding: 30px 30px 10px 10px;
    	border-radius: 70%;
    	width: 10px;
    	height: 10px;
    	line-height: 59px;

	}

#footer .cta .widget {
	position: relative;
	padding: 40px;
}

/*--------------------------------------------------------------
# Utility Styles
--------------------------------------------------------------*/

/* Alignment */
.alignleft { clear: left; display: inline; float: left; margin-right: 15px; }
.alignright { clear: right; display: inline; float: right; margin-left: 15px; }
.aligncenter { clear: both; display: block; margin-left: auto; margin-right: auto; }
.alignleft-nomargin { clear: left; display: inline; float: left; }
.alignright-nomargin { clear: right; display: inline; float: right; }

.hide { display: none; visibility: hidden; }
.invisible { visibility: hidden; } /* Hide visually and from screenreaders, but maintain layout */

.full-width-item { width: 100%; } /* for use with outer wrappers */

/* Clearfix */
.clearfix:before, .clearfix:after { content: "\0020"; display: block; height: 0; visibility: hidden; }
.clearfix:after { clear: both; }
.clearfix { zoom: 1; }

/* Text meant only for screen readers */
.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	height: 1px;
	overflow: hidden;
	position: absolute !important;
	width: 1px;
}

/* Page Specifics */
.page-faq p {
	margin: 0;
}

/*--------------------------------------------------------------
# Blog
--------------------------------------------------------------*/
.blog h1 {
	font-weight: normal;
}

.blog h2 {
	text-transform: uppercase;
	font-weight: 600;
}

.blog #side h2 {
	text-transform: none;
    font-size: 24px;
}

.post {
	margin-bottom: 50px;
}

.post .read-more {
    background: #482261;
    color: #fff;
    display: inline-block;
    padding: 7px 20px;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-size: 11px;
    -o-transition: .25s;
    -ms-transition: .25s;
    -moz-transition: .25s;
    -webkit-transition: .25s;
    transition: .25s;
}

.post .read-more:hover {
	opacity: .7
}

.post-meta {
    padding: 0 0 20px;
    border-top: 1px solid;
    border-color: #e8e8e8;
    height: 50px;
    line-height: 48px;
    margin-top: 17px;
    clear: both;
}

.post-meta .date, 
.post-meta .date a, 
.post-meta .author, 
.post-meta .author a, .post-meta .sep {
	    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #aaa;
    margin-right: 4px;
}

.blog #content #main.full-width {
	width: 100%;
}

/*--------------------------------------------------------------
# Media Queries
--------------------------------------------------------------*/


/*** 1500px and under ***/
@media only screen and (max-width: 1500px) {
	
}

/*** 1300px and under ***/
@media only screen and (max-width: 1300px) {
	.callouts-3-item {
		margin-right: 110px;
	}

	#bottom-bar {
		width: 100%;
	}

	.callouts-2-item {
		width: 90%;
	}
	
}


/*** 1100px and under **/
@media only screen and (max-width: 1100px) {
	.mobile-menu-button { display: block; }


	#menu-toggle {
		position: absolute;
    	right: 10px;
	}

	.intro-text {
		padding: 50px 50px 50px 35px;
	}

	.callouts-3-item {
	    margin-right: 110px;
	    float: none;
	    margin: auto;
	    /* width: 100%; */
	}
		.callouts-3-item .pic {
	    width: 40%;
	    height: 245px;
	    background-size: cover;
	    margin: auto;
	}

		.callouts-3-item h4 { text-align: center; }
		.callouts-3-item h4:after { margin: auto; margin-top: 10px; }

	.callouts-2-item {
		min-height: 230px;
	}
	.callouts-2-item .pic {
		height: 230px;
    	width: 287px;
	}
	.callouts-2-item .excerpt {
		width: 61%;
    	margin: 0;
    	padding: 20px 12px;
	}
		.callouts-2-item h3 {
			font-size: 21px;
		}

		.callouts-2-item:nth-child(odd) .excerpt {
			margin: 0;
		}

	#content {
		padding: 40px 30px !important;
	}
	#footer .top { padding: 0; }
	#footer .top .inner { padding: 40px; }
	#footer .col,
	#footer .col:last-child {
		width: 100%;
		float: none;

		text-align: center;
	}

	#footer .bottom .inner {
		text-align: center;
	}
}


/*** 960px and under **/
@media only screen and (max-width: 960px) {
	.slicknav_menu {
		display: block;
	}

	#nav,
	#mobile-nav { display: none; }

	.utility_nav ul li a:last-child {
		padding-right: 0;
	}

	.slicknav_menu li a:hover {
		color: #006787;
	}

	.top-bar {
		padding: 16px 10px !important;
	}

	#logo {
		position: relative;
    	float: none;
    	margin: auto;

    	background-size: contain;
    	height: 40px;
    	width: 230px;
	}
	#header { height: 175px; }
	#bottom-bar {
		height: 100px;
	}

	#menu-toggle {
		position: relative;
		text-align: center;
		margin: auto;
	}
	
	.callouts-2-item {
		width: 100%;
	}

	.callouts-2-item:nth-child(odd) .excerpt, 
	.callouts-2-item:nth-child(odd) .pic,
	.callouts-2-item .pic,
	.callouts-2-item .excerpt {
	    float: none;
	    margin: auto;
	    padding: 0;
	}

	/* mobile */
	.slicknav_menu {
	}

	.slicknav_menutxt {
		font-weight: bold;
		color: #000;
		position: relative;

		padding: 10px;

		line-height: 40px;
		font-size: 14px;
	}

	.slicknav_menutxt:before {

	}

	.slicknav_menu li {
		border-bottom: 1px solid #ddd;

		padding: 10px;
	}

	.slicknav_menu li a {
		font-family: 'Muli', sans-serif;
	    color: #585759;
	    font-weight: 600;
	    text-transform: uppercase;
	    font-size: 13px;
	}

}

/*** 700px and under **/
@media only screen and (max-width: 700px) {
	.home #feat-img {
		display: none;
	}

	#content #feat-img {
		height: auto;
		margin-bottom: 30px;
	}

	.callout-item { width: 100%; }

	.intro-text .post,
	#content #main,
	#content #feat-img {
		width: 100%;
	}

	.intro-text {
		padding: 25px;
	}

	.callouts-3-item .pic {
		width: 60%;
	}

	.callouts-3-item h4 {
		width: 100%;
	}
}