/*
Theme Name: drdonny
Theme URI: http://underscores.me/
Author: Underscores.me
Author URI: http://underscores.me/
Description: Description
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: drdonny
Tags:

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

drdonny is based on Underscores http://underscores.me/, (C) 2012-2016 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal http://necolas.github.io/normalize.css/
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Navigation
	## Links
	## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
	## Posts and pages
	## Comments
# Infinite scroll
# Media
	## Captions
	## Galleries
--------------------------------------------------------------*/

@font-face {
	font-family: 'Conv_GothamRnd-Medium';
	src: url('fonts/Gotham-Rounded/GothamRnd-Medium.eot');
	src: url('fonts/Gotham-Rounded/GothamRnd-Medium.woff') format('woff'), 
		 url('fonts/Gotham-Rounded/GothamRnd-Medium.ttf') format('truetype'), 
		 url('img/GothamRnd-Medium.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'Conv_Gotham-Medium';
	src: url('fonts/Gotham-Medium/Gotham-Medium.eot');
	src: url('fonts/Gotham-Medium/Gotham-Medium.woff') format('woff'),
		 url('fonts/Gotham-Medium/Gotham-Medium.ttf') format('truetype'), 
		 url('img/Gotham-Medium.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'Conv_Gotham-Book';
	src: url('fonts/Gotham-Book/Gotham-Book.eot');
	src: url('fonts/Gotham-Book/Gotham-Book.woff') format('woff'), 
		 url('fonts/Gotham-Book/Gotham-Book.ttf') format('truetype'), 
		 url('img/Gotham-Book.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}
/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
html {
	font-family: sans-serif;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust:     100%;
}

body {
	margin: 0;
	padding: 0;
	font-family: 'Conv_Gotham-Book';
	background-color: #fff;
	color: #000;
}
body.home .mfp-bg{
	opacity: 0.9;
}
.mfp-close{
	position: relative;
}
.mfp-close:after{
	content: 'close';
	position: absolute;
	right: 0;
	font-size: 14px;
	color: #66cad5;
	font-family: 'Conv_Gotham-Medium';
}
.mfp-image-holder .mfp-close, .mfp-iframe-holder .mfp-close{
	color: #66cad5 !important;
	right: 0 !important;
	text-align: left !important;
	padding-right: 0;
	width: 56px !important;
}
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;
}

a:active,
a:hover {
	outline: 0;
}

abbr[title] {
	border-bottom: 1px dotted;
}

svg:not(:root) {
	overflow: hidden;
}

figure {
	margin: 1em 40px;
}

hr {
	box-sizing: content-box;
	height: 0;
}

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;
}

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
	margin: 0;
	padding: 0;
	font-family: 'Conv_GothamRnd-Medium';
}
h3{
	font-size: 16px;
	color: #013c4c;
	padding: 0 0 15px;
}
h4{
	font-size: 15px;
	color: #013c4c;
	padding: 0 0 2px;
}
p {
	margin: 0;
	padding: 0 0 20px;
	font-size: 14px;
	line-height: 19px;
}
ul{
	margin: 0;
	padding: 0;
}
li{
	list-style: none;
}
/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
html {
	box-sizing: border-box;
}

*,
*:before,
*:after { /* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
	box-sizing: inherit;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
	content: "";
}


dd {
	margin: 0 1.5em 1.5em;
}

img {
	height: auto; /* Make sure images are scaled correctly. */
	max-width: 100%; /* Adhere to container width. */
	border: 0;
}

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	border: 1px solid;
	border-color: #ccc #ccc #bbb;
	border-radius: 3px;
	background: #e6e6e6;
	color: rgba(0, 0, 0, .8);
	font-size: 12px;
	font-size: 0.75rem;
	line-height: 1;
	padding: .6em 1em .4em;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	border-color: #ccc #bbb #aaa;
}

button:focus,
input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus,
button:active,
input[type="button"]:active,
input[type="reset"]:active,
input[type="submit"]:active {
	border-color: #aaa #bbb #bbb;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
	color: #666;
	border: 1px solid #ccc;
	border-radius: 3px;
	padding: 3px;
}

select {
	border: 1px solid #ccc;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
	color: #111;
}

textarea {
	width: 100%;
}

/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/

a:hover,
a:focus,
a:active {
	outline: 0;
	text-decoration: none;
}

/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
.main-navigation {
	display: block;
	float: right;
}

.main-navigation ul {
	display: none;
	margin: 0;
	padding-left: 0;
}

.main-navigation li {
	float: left;
	position: relative;
	margin: 0 4px;
	width: 148px;
}
.main-navigation li:last-child{
	margin-right: 0;
}
.main-navigation a {
	display: block;
	text-decoration: none;
	padding: 25px 15px;
	color: #fff;
	font-family: 'Conv_GothamRnd-Medium';
	font-size: 16px;
}

.main-navigation ul ul {
	box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
	float: left;
	position: absolute;
	top: 1.5em;
	left: -999em;
	z-index: 99999;
}

.main-navigation ul ul ul {
	left: -999em;
	top: 0;
}

.main-navigation ul ul a {
	width: 200px;
}

.main-navigation ul ul li {

}

.main-navigation li:hover > a,
.main-navigation li.focus > a {
}

.main-navigation ul ul :hover > a,
.main-navigation ul ul .focus > a {
}

.main-navigation ul ul a:hover,
.main-navigation ul ul a.focus {
}

.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
	left: auto;
}

.main-navigation ul ul li:hover > ul,
.main-navigation ul ul li.focus > ul {
	left: 100%;
}

.main-navigation .current_page_item > a,
.main-navigation .current-menu-item > a,
.main-navigation .current_page_ancestor > a,
.main-navigation .current-menu-ancestor > a {
}
.skyblue,
#recent-posts-2{
	background-color: #67c9d6;
	border-bottom-right-radius: 15px;
}
.green,
#archives-2{
	background-color: #6fc6a5;
	border-bottom-right-radius: 15px;
}
.blue{
	background-color: #88beda;
	border-bottom-right-radius: 15px;
}
.red{
	background-color: #f68f7c;
	border-bottom-right-radius: 15px;
}
.orange{
	background-color: #f79431;
	border-bottom-right-radius: 15px;
}
.purple,
#categories-2{
	background-color: #c889b8;
	border-bottom-right-radius: 15px;
}
.main-navigation .skyblue:hover{
	background-color: #3fa1ad;
}
.main-navigation .green:hover{
	background-color: #3ca87f;
}
.main-navigation .blue:hover{
	background-color: #4785a5;
}
.main-navigation .red:hover{
	background-color: #d0634f;
}
.main-navigation .orange:hover{
	background-color: #d67d23;
}
.purple{
	background-color: #c889b8;
	border-bottom-right-radius: 15px;
}
/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
	display: block;
}

@media screen and (min-width: 37.5em) {
	.menu-toggle {
		display: none;
	}
	.main-navigation ul {
		display: block;
	}
}
/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
	content: "";
	display: table;
	table-layout: fixed;
}

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
	clear: both;
}

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widget {
	margin: 0;
}

/* Make sure select elements fit in widgets. */
.widget select {
	max-width: 100%;
}

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
.sticky {
	display: block;
}

/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
	max-width: 100%;
}

/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.wp-caption {
	margin-bottom: 1.5em;
	max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}

.wp-caption-text {
	text-align: center;
}

/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
.gallery {
	margin-bottom: 1.5em;
}

.gallery-item {
	display: inline-block;
	text-align: center;
	vertical-align: top;
	width: 100%;
}

.gallery-columns-2 .gallery-item {
	max-width: 50%;
}

.gallery-columns-3 .gallery-item {
	max-width: 33.33%;
}

.gallery-columns-4 .gallery-item {
	max-width: 25%;
}

.gallery-columns-5 .gallery-item {
	max-width: 20%;
}

.gallery-columns-6 .gallery-item {
	max-width: 16.66%;
}

.gallery-columns-7 .gallery-item {
	max-width: 14.28%;
}

.gallery-columns-8 .gallery-item {
	max-width: 12.5%;
}

.gallery-columns-9 .gallery-item {
	max-width: 11.11%;
}

.gallery-caption {
	display: block;
}
/*--------------------------------	
	CUSTOM CSS
---------------------------------*/
.clearfix:before, .clearfix:after {
	content: "";
	display: table;
	clear: both;
}
.clearfix {
	clear: both;
}
.content-area{
	padding: 45px 0 90px;
	width: 100%;
	float: left;
}
.head-title{
	color: #66cbd5;
	font-size: 20px;
	padding: 0 0 20px;
	font-family: 'Conv_Gotham-Medium';
}
.home .content-area{
	padding: 0 0 45px;
}
.site-header {
    padding: 45px 0 8px;
}
.site-branding {
    float: left;
	margin: 15px 0 0;
}
.navbar-brand {
    padding: 0;
    height: auto;
}
.flexslider.loading{
    min-height: 381px;
    background-repeat: no-repeat;
    background-position: center center;
    background-image: url('img/loader.gif');
    background-color: #f5f5f5;
}
.innerBanner.cf {
    position: relative;
    width: 100%;
	height: 196px;
    float: left;
	-webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}
.innerBanner.cf img{
	width: 100%;
}
#lastWord {
    position: absolute;
    bottom: 20px;
	font-size: 26px;
	color: #fff;
	font-family: 'Conv_GothamRnd-Medium';
}
.welcome .col-sm-6{
	padding-right: 0;
}
.welcome .col-sm-3{
	padding-left: 0;
}
.col-sm-3.less-padding {
    padding: 0 7px;
}
.welcome h4{
	color: #fff;
	font-size: 16px;
	padding: 0 0 15px;
}
.welcome h1{
	color: #fff;
	font-size: 20px;
	padding: 0 0 20px;
}
.welcome h1 a{
	color: #fff;
}
.dynam-bg{
	padding: 20px 20px;
	float: left;
	margin: 0 0 7px;
}
.texty{
	float: left;
	width: 45%;
	height: 346px;
	overflow: hidden;
}
.texty p{
	color: #fff;
}
.sidebar{
	float: right;
	width: 50%;
}
.sidebar ul li{
	line-height: 24px;
}
.sidebar ul li a{
	font-size: 14px;
	color: #fff;
	font-family: 'Conv_Gotham-Medium';
}
.more {
    float: right;
	text-align: right;
    padding: 20px 0 0;
    color: #fff;
	width: 100%;
	font-family: 'Conv_GothamRnd-Medium';
	font-size: 16px;
}
.more:hover{
	color: #fff;
}
.den-health-img img{
	border-bottom-right-radius: 15px;
	width: 100%;
}
.den-health{
	margin: 7px 0 0;
	padding: 20px;
	float: left;
	width: 100%;
	height: 506px;
}
.den-health h5{
	font-size: 16px;
	font-family: 'Conv_Gotham-Medium';
}
.den-health ul li{
	margin: 0 0 24px;
}
.den-health ul li a,
.den-health span{
	color: #fff;
	font-size: 14px;
}
.den-health ul li:first-child a{
	font-size: 20px;
	text-transform: uppercase;
}
.den-health .more{
	padding: 0;
}
.home-sidebr{
	float: left;
	width: 100%;
}
.video {
    margin: 0 0 10px;
	float: left;
	width: 100%;
}
.video img{
	width: 100%;
}
.home-sidebr .padder:first-child {
    padding-bottom: 0;
}
.home-sidebr .padder,
.home-sidebr .social{
	padding: 17px 17px 35px;
}
.home-sidebr ul li{
	line-height: 30px;
}
.home-sidebr ul li a{
	color: #fff;
	font-size: 20px;
	font-family: 'Conv_GothamRnd-Medium';
}
.social h5{
	color: #fff;
	font-size: 16px;
	padding: 0 0 15px;
}
/*--------------------------------	
	FOOTER
---------------------------------*/
.site-footer {
    background: #a7a9ac;
    padding: 45px 0 55px;
}
.f-menu ul li{
	width: 25%;
	float: left;
	line-height: 24px;
}
.f-menu ul li a{
	font-size: 14px;
	color: #fff;
	font-family: 'Conv_Gotham-Medium';
}
.f-menu ul li a:hover{
	color: #66cad5;
}
.f-menu p{
	color: #666666;
	font-family: 'Conv_Gotham-Medium';
	line-height: 24px;
}
.f-menu p a{
	color: #666666;
}
.f-menu p a:hover{
	color: #66cad5;
}
.about a{
	color: #66cbd5;
	font-size: 16px;
	font-family: 'Conv_Gotham-Medium';
}
/*--------------------------------	
	WHAT DOES HE DO PAGE 
---------------------------------*/
.ser-blue .head-title{
	color: #88beda;
}
.service{
	margin: 0 0 20px;
}
.stu-sidebr h5{
	color: #fff;
	font-size: 16px;
	padding: 0 20px 35px;
}
.ser-blue .stu-sidebr{
	background-color: #88beda;
}
.pdf-box {
    margin-top: 7px;
    float: left;
    padding: 15px 20px 40px;
	width: 100%;
}
.pdf-box img{
	display: none;
}
.pdf-box h5{
	color: #fff;
	font-size: 16px;
	padding: 0 0 20px;
}
.pdf-box a{
	color: #fff;
	padding-left: 55px;
	display: block;
	font-size: 13px;
	position: relative;
	margin: 0 0 10px;
	text-decoration: underline;
    -moz-text-decoration-color: #93d4bc; /* Code for Firefox */
    text-decoration-color: #93d4bc;
}
.pdf-box a:hover{
	color: #fff;
}
.pdf-box a:before{
	width: 42px;
	height: 59px;
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	background: url('img/pdf-img.png');
}
.oro{
	margin: 0 0 15px;
}
.oro p a{
	color: #2e4b60;
	font-size: 14px;
	font-family: 'Conv_Gotham-Medium';
	position: relative;
}
.oro p a:after{
	width: 100%;
	height: 1px;
	background-color: #cbd2d7;
	position: absolute;
	left: 0;
	bottom: -2px;
	content: '';
}
/*--------------------------------	
	HOW HAS HE HEPLED PAGE
---------------------------------*/
.help-red .head-title{
	color: #f68f7c;
}
.help-red .stu-sidebr{
	background-color: #f68f7c;
}
.case-detail {
    margin: 0 0 20px;
    float: left;
}
.case-detail h3{
	padding: 0 0 15px;
}
.case-detail p{
	float: left;
}
.case-detail h4{
	padding: 15px 0 10px;
}
.myolo-img{
	margin-right: 20px;
	float: left;
}
.stu-sidebr{
	padding: 40px 0;
	float: left;
	width: 100%;
}
.stu-sidebr ul li{
	float: left;
	width: 100%;
}
.stu-sidebr ul li a{
	font-family: 'Conv_Gotham-Medium';
	font-size: 14px;
	color: #fff;
	padding: 7px 20px;
	float: left;
}
.stu-sidebr ul li.active{
	background-color: rgba(255, 255, 255, 0.2);
}
/*--------------------------------	
	EDUCATION
---------------------------------*/
.edu1 ul{
	padding: 0 20px;
	border-left: 2px solid #f68f7c;
	float: left;
	margin: 0 0 35px;
}
.edu1 ul li{
	position: relative;
	margin: 0 0 15px;
	float: left;
	font-size: 14px;
	color: #2e4b60;
	font-family: 'Conv_Gotham-Medium';
}
.edu1 ul li:before{
	width: 4px;
	height: 4px;
	background-color: #f68f7c;
	border-radius: 50%;
	content: '';
	position: absolute;
	left: -11px;
	top: 8px;
}
.edu1 ul li:last-child {
    margin: 0;
}
.edu2 h3{
	color: #f68f7c;
	font-size: 16px;
}
.edu2 ul{
	padding: 0 15px;
}
.edu2 ul li{
	margin: 0 0 10px;
	position: relative;
	color: #2e4b60;
	font-size: 14px;
	font-family: 'Conv_Gotham-Medium';
}
.edu2 ul li:before{
	width: 4px;
	height: 4px;
	background-color: #2e4b60;
	border-radius: 50%;
	content: '';
	position: absolute;
	left: -12px;
	top: 8px;
}

/*--------------------------------	
	HOW TO FIND HIM
---------------------------------*/
.con-orange .content-area,
.help-red .content-area,
.ser-blue .content-area{
	padding: 0 0 30px;
}
.con-orange .head-title{
	color: #f79431;
}
.top-padding{
	padding: 45px 0 0;
}
.map{
    margin: 0 0 45px;
	float: left;
	width: 100%;
}
.coll-google-map .gmap {
    width: 100% !important;
}
.speak{
    margin: 0 0 30px;
	float: left;
}
.con-sidebr{
	float: left;
	width: 100%;
}
.con-sidebr p{
	color: #fff;
	font-family: 'Conv_Gotham-Medium';
	padding: 0 0 10px;
}
.con-sidebr h5{
	color: #fff;
	padding: 0 0 20px;
	font-size: 16px;
}
.con-sidebr p a{
	color: #fff;
}
.padder{
	padding: 40px 20px;
	margin-bottom: 7px;
	float: left;
	width: 100%;
}
.social{
	width: 100%;
	float: left;
	padding: 20px 20px 50px;
}
.soc-icon{
	width: 32px;
	height: 32px;
	border-radius: 50%;
	background: #fff;
	text-align: center;
	padding-top: 7px;
	float: left;
	margin-right: 10px;
}
.soc-icon i{
	font-size: 16px; 
	color: #6fc6a4;
}
/*--------------------------------	
	JOURNAL PAGE
---------------------------------*/
.blog-post{
	margin: 0 0 40px;
	/*position: relative;*/
}
.share-box{
	position: absolute;
	right: 15px;
	top: 0;
}
.share-btn{
	background: #656563;
	padding: 7px 15px 7px 35px;
	color: #fff;
	border-radius: 4px;
	font-size: 12px;
	position: relative;
	float: left;
	cursor: pointer;
}
.share-btn:hover{
	color: #fff;
}
.share-btn:before{
	content: '\f1e0';
	font-family: FontAwesome;
	position: absolute;
    top: 7px;
    left: 15px;
	color: #fff;
}
.a2a_kit.a2a_kit_size_50.addtoany_list{
    width: 40px;
    position: absolute;
    right: -50px;
    top: 0;
    background: #2f4b60;
	text-align: center; 
	display: none;
}
.a2a_kit .a2a_svg{
	background-color: transparent !important;
	width: 30px !important;
	height: 30px !important;
}
.a2a_kit.a2a_kit_size_50.addtoany_list:before{
	position: absolute;
	top: 0;
	left: -7px;
	content: '\f0d9';
	font-family: FontAwesome;
	color: #2f4b60;
	font-size: 24px;
}
.a2a_button_stumbleupon {
    margin-bottom: 10px !important;
}
.a2a_button_facebook {
    margin-top: 10px !important;
}
.addtoany_list a, .widget .addtoany_list a{
	display: block !important;
	height: 35px;
	padding: 0;
}
span.a2a_label {
    display: none !important;
}
.blog-post img{
	width: 100%;
}
.blog-post h5{
	font-size: 20px;
	color: #2e4b60;
	padding: 0 0 10px;
}
.blog-post p{
	font-size: 12px;
	padding: 0 0 15px;
	color: #4c4c4c;
}
.blog-post p span{
	font-family: 'Conv_Gotham-Medium';
}
.blog_text p{
	color: #000000;
	font-size: 14px;
}
.thumb.wow {
    margin: 0 0 20px;
    float: left;
    width: 100%;
}
.read-more a{
    text-transform: uppercase;
	color: #66cad5;
	font-family: 'Conv_Gotham-Medium';
}
.widget-area h2{
	font-size: 16px; 
	color: #fff;
	padding: 0 0 20px;
	text-transform: lowercase;
}
#recent-posts-2,
#categories-2,
#archives-2{
	padding: 35px 20px 45px;
	margin: 0 0 7px;
	width: 100%;
	float: left;
}
#recent-posts-2 ul li{
	margin: 0 0 20px;
	float: left;
	width: 100%;
}
#recent-posts-2 ul li:last-child{
	margin: 0;
}
#categories-2 ul li,
#archives-2 ul li{
	line-height: 30px;
}
#recent-posts-2 ul li a,
#categories-2 ul li a,
#archives-2 ul li a{
	color: #fff;
	font-family: 'Conv_Gotham-Medium';
	font-size: 14px; 
}
.post-date {
    float: left;
    width: 100%;
	color: #fff;
	font-size: 12px;
	margin-top: 4px;
}
#archives-2 ul li a{
	text-decoration: underline;
    -moz-text-decoration-color: #93d4bc; /* Code for Firefox */
    text-decoration-color: #93d4bc;
}
.wp-pagenavi a, .wp-pagenavi span{
	padding: 5px 10px;
	background: #e1dfdf;
	font-size: 13px;
	color: #000;
	float: left;
}
.wp-pagenavi span.current{
	background: #67c9d5;
	color: #fff;
	border-color: #BFBFBF;
}