/*
Theme Name: Oasis Blog theme
Theme URI: --
Author: the RowdyDigital team
Author URI: 
Description: Custom theme for the Dr Rick Blog - Oasis Dental
Version: 1.0
*/


html, body {
	margin: 0;
	padding: 0;
}

a {
	text-decoration: none;
	transition: all 0.5s ease 0s;
	color: #990099;
}

h1, h2, h3, h4, h5 {
	/*padding: 0;
	margin: 0;*/
	/*font-family: "Avenir";*/
	text-transform: uppercase;
    letter-spacing: 1.2px;
    font-weight: 500;
}

h1 {
	font-size: 2em;
}

h1,h2 {
	margin-top: 0;
}

h3, h4, h5 {
	color: #990099; /*purple*/
}

@font-face {
    font-family: "Proxima Nova";
    font-style: normal;
    font-weight: bold;
    src: url("images/fonts/proxima_nova-bold-webfont.eot?#iefix") format("embedded-opentype"), url("images/fonts/proxima_nova-bold-webfont.woff2") format("woff2"), url("images/fonts/proxima_nova-bold-webfont.woff") format("woff"), url("images/fonts/proxima_nova-bold-webfont.ttf") format("truetype"), url("images/fonts/proxima_nova-bold-webfont.svg#proxima_nova_rgbold") format("svg");
}
@font-face {
    font-family: "Proxima Nova";
    font-style: normal;
    font-weight: 300;
    src: url("images/fonts/proxima_nova-light-webfont.eot?#iefix") format("embedded-opentype"), url("images/fonts/proxima_nova-light-webfont.woff2") format("woff2"), url("images/fonts/proxima_nova-light-webfont.woff") format("woff"), url("images/fonts/proxima_nova-light-webfont.ttf") format("truetype"), url("images/fonts/proxima_nova-light-webfont.svg#proxima_novalight") format("svg");
}
@font-face {
    font-family: "Proxima Nova";
    font-style: normal;
    font-weight: normal;
    src: url("images/fonts/proxima_nova-regular-webfont.eot?#iefix") format("embedded-opentype"), url("images/fonts/proxima_nova-regular-webfont.woff2") format("woff2"), url("images/fonts/proxima_nova-regular-webfont.woff") format("woff"), url("images/fonts/proxima_nova-regular-webfont.ttf") format("truetype"), url("images/fonts/proxima_nova-regular-webfont.svg#proxima_nova_rgregular") format("svg");
}
@font-face {
    font-family: "Proxima Nova";
    font-style: normal;
    font-weight: 600;
    src: url("images/fonts/proximanova-semibold-webfont.eot?#iefix") format("embedded-opentype"), url("images/fonts/proximanova-semibold-webfont.woff2") format("woff2"), url("images/fonts/proximanova-semibold-webfont.woff") format("woff"), url("images/fonts/proximanova-semibold-webfont.ttf") format("truetype"), url("images/fonts/proximanova-semibold-webfont.svg#proxima_novasemibold") format("svg");
}

body {
    background: #fff none repeat scroll 0 0;
    color: #333333;
    font-family: "Proxima Nova",sans-serif;
    font-weight: 300;
    font-size: 17px;
    line-height: 1.12;
    min-width: 400px;
}

/*---------------------------------------------------------Clearfix*/

.group:before,
.group:after {
    content: "";
    display: table;
} 
.group:after {
    clear: both;
}
.group {
    zoom: 1; /* For IE 6/7 (trigger hasLayout) */
}

/*---------------------------------------------------------Wrapper / Inner*/
		
.strip {
	width: 100%;
	margin: 0 auto;
	clear: both;
	position: relative;
	overflow: hidden;
}

		.strip.grey {
			background: #f5f5f5;
		}

	.strip .inner,
	.inner {
		width: 1024px;
		margin: 0 auto;
	}


/*--------------------------------------------------------- WYSYWIG Image styles */
img.round {
	-webkit-border-radius: 95px;
	border-radius: 95px; 
	border: 3px solid #e6aa7d;
	padding: 0;
}

@media screen and (-webkit-min-device-pixel-ratio:0) { 
	img.round {
		border: none;
	} 
}

p img {
	padding: 0;
	max-width: 100%;
	}

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

img.alignright {
	padding: 4px 0 4px 4px;
	display: inline;
	}

img.alignleft,
img.attachment-alignleft {
	margin: 0 5px 10px 0;
	float: left;
	display: inline;
	}

.alignright {
	float: right;
	margin: 0 0 10px 20px;
	}

.alignleft,
.attachment-alignleft {
	float: left;
	margin: 0 7px 2px 0;
	}
	
.wp-caption {
	background: none;
	padding: 2px 0 10px 0;
}

.wp-caption-text {
	width: 100%;
	margin: 5px 5px 0 0;
	font-size: 0.688em;
	line-height: 11px;
	color: #999999;
}

.caps {
	text-transform: uppercase;
}

.left{
	float:left;
}

.right{
	float:right;
}

.nopad {
	padding:0;
	margin:0;
}

.text-purple {
	color: #990099;
}

.text-grey {
	color: #7e7e7e;
}

/*--------------------------------------------------------- ICON styles */

.ico-rss {
    background-image: url("images/social-icons.png");
    background-position: 0px 0px;
    display: inline-block;
    font-size: 0;
    height: 18px;
    width: 18px;
    vertical-align: middle;
}
.ico-rss-grey {
    background-image: url("images/social-icons.png");
    background-position: 0px -18px;
    display: inline-block;
    font-size: 0;
    height: 18px;
    width: 18px;
    vertical-align: middle;
}
.ico-twitter {
    background-image: url("images/social-icons.png");
    background-position: -18px 0px;
    display: inline-block;
    font-size: 0;
    height: 18px;
    width: 18px;
    vertical-align: middle;
}
.ico-twitter-grey {
    background-image: url("images/social-icons.png");
    background-position: -18px -18px;
    display: inline-block;
    font-size: 0;
    height: 18px;
    width: 18px;
    vertical-align: middle;
}
.ico-facebook {
    background-image: url("images/social-icons.png");
    background-position: -36px 0px;
    display: inline-block;
    font-size: 0;
    height: 18px;
    width: 18px;
    vertical-align: middle;
}
.ico-facebook-grey {
	background-image: url("images/social-icons.png");
    background-position: -36px -18px;
    display: inline-block;
    font-size: 0;
    height: 18px;
    width: 18px;
    vertical-align: middle;
}

.feedicon{
	position: relative;
    top: -2px;
}
	.feedicon:hover{
		opacity: 0.8;
	}

/*----------------------------------------- GFORM form styles */


/*Ovverride default styles*/
.gform_footer {
	text-align: center;
}

.gform_wrapper .gform_heading{
	margin:0!important;
}
.gform_wrapper h3.gform_title{
	letter-spacing: 1.2px!important;
	font-weight: 500!important;
}


.gform_wrapper .top_label .gfield_label {
	font-size: 1em;
    padding: 0;
    margin: 15px 0 5px 0!important;
    /*color: #990099;
    text-transform: uppercase;
    letter-spacing: 1.2px;
    font-weight: 500!important;*/
    font-weight: normal!important;
}

	input[type="submit"], .gform_button {
		padding: 5px 15px;
    	background-color: #990099;
    	color: #fff;
    	margin: 5px;
    	letter-spacing: 1px;
    	text-transform: uppercase;
    	border: 2px solid #990099;
    	
		transition: all 0.5s ease;
	}
	input[type="submit"]:hover, .gform_button:hover {
		background-color: #fff;
    	color: #990099;
		cursor: pointer;
	}

.gform_wrapper div.validation_error {
	border: 0!important;
	font-size: 0.9em!important;
	font-variant: small-caps!important;
	font-weight: 400!important;
	width:100%!important;
	padding:0!important;
}
.gform_wrapper li.gfield.gfield_error.gfield_contains_required div.gfield_description {
	font-size: 0.9em!important;
	font-variant: small-caps!important;
	font-weight: 400!important;
	margin-top: 0!important;
}

.gform_wrapper li.gfield.gfield_error {
	margin: 0!important;
    border: 0!important;
    background-color: transparent!important;
}

.gform_wrapper li.gfield.gfield_error.gfield_contains_required div.gfield_description, 
.gform_wrapper li.gfield.gfield_error.gfield_contains_required div.ginput_container, 
.gform_wrapper li.gfield.gfield_error.gfield_contains_required fieldset legend.gfield_label, 
.gform_wrapper li.gfield.gfield_error.gfield_contains_required label.gfield_label{
	margin-left: 0!important;
}

/*----------------------------------------- HEADER/FOOTER NAVIGATION styles */

#oasis-logo {
    float: right;
    margin: 0;
    padding:0;
    width: 220px;
    min-height: 110px;
}
	#oasis-logo a {
		display: block;
	    background: url("images/oasis-logo-color-small.png") no-repeat top right;
	    background-size: 200px auto;
	    width: 220px;
	    min-height: 110px;
	    text-decoration: none;
	    transition: all 0.5s ease 0s;
	    color: #d1d0ce;
	    font-weight: 500;
	}
	#oasis-logo a:hover {
		opacity:0.8;
	}
	#oasis-logo span { 
		display: none;
	}


header .shell{
	background-color: #232323;
	color: #e6e6e6;
}

footer .shell {
	background-color: #232323;
}
	footer .shell .footer-nav {
		color: #909094;
		max-width: 784px;
		float:left;
	}
	footer .shell .footer-text {
		color: #696969;
		max-width: 784px;
		float:left;
		margin-bottom: 30px
	}
		.footer-text .copy {
			font-style: italic;
			font-size: 0.82em;
		}

header .strip .header-inner {
	margin: 10px auto;
}
	footer .strip .footer-inner {
	margin: 30px auto;
	/*background-image: url("images/oasis-logo.png");
	background-repeat: no-repeat;
	background-position: top right;*/
	min-height: 104px;
}

.inner.navbar {
	max-width: 60%;
	float:left;
}
.inner.socials {
	max-width: 40%;
	float:left;
}

footer nav ul, header nav ul{
	margin:0;
	padding: 0;
	list-style: none;
	position: relative;		
}
	footer nav ul li, header nav ul li {	
		line-height: 30px;
		margin: 0 0 0 50px;
		display: inline-block;
		float: left;
		position: relative;
		text-transform: uppercase;
	}

	header nav ul li:first-child,footer nav ul li:first-child {
		margin:0;
		background-image: url("images/home-icon.png");
		background-repeat: no-repeat;
		background-position: left center;
	}
		header nav ul li:first-child a, footer nav ul li:first-child a{ 
			padding-left:50px;
			width:100%;
			height:100%;
		}

	/*footer nav ul li:first-child {
		margin: 0;
	}*/
		li {
		    text-align: match-parent;
		}
			footer nav ul li a, header nav ul li a {
				text-decoration: none;
				color:inherit;
			}
			header nav ul li a:hover,
			header nav ul li.current-menu-item a,
			header nav ul li.current_page_parent a{
				color: #b777b0;
			}

header .socials, footer .socials{
	float:right;
}
header .socials ul, footer .socials ul {
	margin:0;
	padding: 0;
	list-style: none;
	position: relative;	
	float:right;		
}
	header .socials ul li, footer .socials ul li {	
		line-height: 30px;
		display: inline-block;
		padding: 0 10px;
	}
/*----------------------------------------------- SIDEBAR SEARCH styles */

.sidenav .blog-search {
	margin-top: 30px;
    border-top: 1px solid #cdcdcd;
    padding-top: 30px;
    display: inline-block;
    width:100%;
}

.blog-search .box{
	border: 1px solid #dadada;
	width: 340px;
	height: 42px;
	background: #fafafa none repeat scroll 0 0;
}	
	.blog-search form#search input {
	    border: none;
	    background-color: inherit;
	    width:280px;
	    height: 40px;
		float: left;
	    color: #333333;
	    font-size: 0.8em;
	    margin:0 0 0 20px;
	}
		.blog-search form#search input#go {
		    background: #fafafa url("images/search-go.png") no-repeat scroll center center;
		    border: medium none;
		    width: 38px;
		    height: 42px;

		    cursor: pointer;
		    padding: 0;
		    font-size: 0;
			margin: 0;
		}

/*----------------------------------------------- SIDEBAR NEWLETTER styles */

.sidenav .blog-newsletter {
	margin-top: 30px;
    border-top: 1px solid #cdcdcd;
    padding-top: 30px;
    display: inline-block;
    width: 100%;
}
	.blog-newsletter h3{
		font-size: 1em;
		padding:0;
		margin: 0 0 5px 0;
	}
	.blog-newsletter p{
		font-style: italic;
		font-size: 0.9em;
		margin-bottom: 12px;
	}

.blog-newsletter .box{
	border: 1px solid #dadada;
	width: 340px;
	height: 42px;
	background: #fafafa none repeat scroll 0 0;
}	
	.blog-newsletter form input[type='email'] {
	    border: none;
	    background-color: inherit;
	    width:280px;
	    height: 40px;
		float: left;
	    color: #333333;
	    font-size: 0.8em;
	    margin:0 0 0 20px;
	}
		.blog-newsletter form input[type='submit'] {
		    background: #fafafa url("images/submit-go.png") no-repeat scroll center center;
		    border: medium none;
		    width: 38px;
		    height: 42px;

		    cursor: pointer;
		    padding: 0;
		    font-size: 0;
			margin: 0;
		}


/*----------------------------------------------- SIDEBAR NAVIGATION styles */
.sidenav .blog-content {
	padding: 0 22px;
	text-align: center;
	display: inline-block;
}
	.sidenav .blog-content .image {}
	.sidenav .blog-content .text {}

.sidenav .nav-content nav {
	margin-top:30px;
	border-top:1px solid #cdcdcd;
	padding-top:15px;
	display: inline-block;
	width:100%;
}

.sidenav .nav-content .widget h3 {
	font-size: 1em;
	margin-bottom: 5px;
	margin-top: 30px;
}
	.widget.widget_categories h3,
	.widget.widget_tag_cloud h3{
		/*display:none;*/
	}

.widget_categories ul {
	display: inline-block;
	list-style: none;
    padding: 10px 0;
    margin:0;
    color: #fff;
    text-transform: uppercase;
    font-size: 0.8em;
}
	.widget_categories ul li { 
		float: left;
	    padding: 5px 15px;
	    background-color: #990099;
	    margin: 5px;
	    letter-spacing: 1px;
	}
		.widget_categories ul li:hover {
			background-color: #b777b0;
		}
		.widget_categories ul li a {
			color: inherit;
		}

.widget_tag_cloud .tagcloud{
	/*note:tagcloud font size is fixed/determines by tag use*/
	padding:10px 0;
	display: block;
}
	.widget_tag_cloud .tagcloud a {
		/*color: #fff;
		argin: 5px;
		padding: 5px 15px;
		background-color: #990099;*/
		padding: 2px;
	    color: #990099;
	}
		.widget_tag_cloud .tagcloud a:hover {
			color: #b777b0;
		}

.widget_archive ul {
	display: inline-block;
	list-style: none;
    padding: 0;
    margin:0;
    color: #666666;
}
	.widget_archive ul li { 
		padding: 7px 0 7px 0;
    	font-style: italic;
	}
		.widget_archive ul li a {
			color:inherit;
		}

/*--------------------------------------------------------- WEB PAGE styles */

.search-results .post ol {
	list-style-type: none;
	counter-reset: item;
	padding-left:20px;
}

.search-results .post ol li { 
	display: block; 
	padding: 10px 0;
	margin: 10px 0;
}
.search-results .post ol li:before {
    content: counter(item) ". ";
    counter-increment: item;
    color: #990099;
    float:left;
    padding-right:10px;
    margin-left: -20px;
    font-size: 1.17em;
}
	.search-results .post ol li h3 {
		padding:0;
		margin:0;
		float:left;
	}
	.search-results .post ol li p {
		display: inline-block;
	}


.page-heading {
	margin-top: 0px;
	border-bottom: 1px solid #cdcdcd;
	padding-bottom: 20px;
	margin-bottom: 30px;
}

.page-heading.archive {
	padding-left: 86px;
    margin-right: 24px;
}


.shell.header-banner {
	background-color: #fff;
}
	.header-banner .inner {
		padding-top: 80px;
		padding-bottom: 60px;
	}
	.header-banner #blog-title {
		background-image: url("images/blog-title.png");
		background-repeat: no-repeat;
		background-position: center;
		height:89px;
	}
	.header-banner #blog-title h1 {
		visibility: hidden;
    	text-align: center;
    	padding: 0;
    	margin:0;
    	font-size: 1em;
	}


.shell.main-content {
	background-color: #f9f9f9;
}
	.content-container {
		background-color: #fff;
		padding: 40px 0 60px 0;
	}

.container .sidenav {
	width: 342px;
	padding: 0 28px;
	float:right;
}
.container .posts {
	width: 626px;
	float:left;
}

	.posts .tag-box {
		display: none;

		width: 62px; 
	    margin-left: -86px;
	    position: absolute;

	    font-size: 0.6em;
    	text-transform: uppercase;
	}
		.tag-box ul {
			list-style-type: none;
		    padding: 0;
		    margin: 0;
		}
			.tag-box ul li{
				padding:5px 5px 5px 10px;
				margin:5px 0;
				background-color: #990099;
				color:#fff;
				overflow: hidden;
			}
			.tag-box ul li:hover {
				background-color: #b777b0;
			}
			.tag-box ul li a {
				width: 100%;
				height:100%;
				color: inherit;
				word-wrap: break-word;
			}


	.posts .article-box {
		width:516px;
		padding: 0 24px 62px 24px;
		float:right;
	}
	.posts .article-box:last-child {
		padding: 0 24px 46px 24px;
	}

	.posts .article-box.page-box {
		padding: 0 24px 24px 24px;
	}

		.posts .post {
			display: inline-block;
			width:100%;
		}
		.post .date {}
		.post img {
			max-width: 100%
		}
		.post .caption {
			font-style: italic;
		}
			.post .caption a{
				color:#990099;
			}
		.post .readmore {
			text-transform: uppercase;
			color:#990099;
		}
			.post .readmore a{
				color:inherit;
			}
		.post .post-in{
			/*text-transform: uppercase;*/
			float: left;
			color: #7e7e7e;
		}
		.post .post-comments{
			text-transform: uppercase;
			float:right;
			color:#990099;
			font-weight: 500;
		}
			.post .post-comments a {
				color:inherit;
			}
			.post .post-comments a:hover {
				text-decoration: underline;
			}

	.post .post-head {
		padding-bottom: 0;
    	border-bottom: 1px solid #cdcdcd;
    	margin-bottom: 36px;
	}
	.post .post-foot {
		padding-top: 10px;
	    border-top: 1px solid #cdcdcd;
	    margin-bottom: 36px;
	}

	.posts .comment-box {
		display: inline-block;
		padding-top:20px;
	}

	.commentlist a:hover {
		text-decoration: underline;
	}
		ol.commentlist {
			list-style-type: none;
		    padding: 0;
		    margin: 0 0 20px 0;
		    width:100%;
		}
		ol.commentlist li { 
			display: inline-block;
			padding:10px 0 20px 0;
			width:100%;
		}
			ol.commentlist li a {
				color: #990099;
			}
		.commentlist .comment-body .reply {
			font-size: 0.9em;
		}
			.commentlist .comment-body .reply:before {
				content: '↳';
				color: #666666;
			}
		.comment-body img {
			display: none;
		}
		.commentlist .comment-author {
			font-weight: 500;
		}
		.commentlist .comment-meta{
			color: #7e7e7e;
			font-size: 0.9em;
		}
			.commentlist .comment-meta a{
				color: inherit;
				text-decoration: none;
			}
	#respond textarea {
		width:100%;
	}
	#respond input[type='submit']{
		color: #fff;
	    border: 0;
	    background-color: #990099;
	    padding: 7px 20px;
	    border-radius: 4px;
	    font-size: 0.7em;
	}

/*----------------------------------------------------- WEB PAGE navigation */
.pagination.paging-box{
	width:516px;
	padding: 10px 24px 0 24px;
	float:right;
	display: inline-block;
    border-top: 1px solid #cdcdcd;
}
.pagination.paging-box p{
	text-transform: uppercase;
}


/*----------------------------------------------------- RESPONSIVE STYLES */


/*max-width = shell width*/
@media only screen and (max-width : 1036px) {

	.strip .inner, .inner {
		width:100%;
	}

	.content-container {
		padding: 0 0 60px 0;
	}

	.container .sidenav {
		width: 100%;
	    float: none;
	    padding: 0;
	    margin: 0;
	}
	.padcontainer {
		padding: 0 26px;
	}
		/*footer .padcontainer {
			padding-right: 140px;
		}*/
		#oasis-logo {
			min-width: 210px;
			width:32%;
		}
		#oasis-logo a {
			width: auto;
			min-width: 210px;
		}
		footer .shell .footer-nav, footer .shell .footer-text {
			width: 68%;
		}


	.sidenav .blog-search {
		margin-top: 20px;
    	padding-top: 20px;
	}

	.sidenav .nav-content nav {
		margin-top: 20px;
		margin-bottom: 50px;
		border-bottom: 1px solid #cdcdcd;
	}
		.sidenav .nav-content .widget h3 {
			margin-top: 20px;
		}

		.widget_categories, .widget_tag_cloud, .widget_archive {
			width: 30%;
			padding-right: 3%;
    		float: left;
    		padding-bottom: 20px;
		}
		.widget_categories ul li {
			padding: 5px 10px;
		}

	.container .posts {
		width: 100%;
    	float: none;
	}
		.posts .article-box.page-box {
			width:100%;
		}
		.posts .article-box,
		.posts .article-box:last-child {
			width: 88%;
    		padding: 0 0 50px 0;
		}

		.posts .tag-box {
			width: 10%;
	    	margin-left: 0;
	    	left: 26px;
		}
		.pagination.paging-box {
			width: 88%;
	    	padding: 0;
		}

	.blog-search .box {
		float:right;
	}

	footer nav ul li, header nav ul li {
		margin: 0 0 0 25px;
	}

	footer .socials ul{
		float: none;
    	margin-left: -10px;
    	/*padding-top: 15px;*/
	}

	footer .inner.navbar, footer .inner.socials{
		width: 100%;
		max-width: 100%;
	}


	/*hide on normal pages*/
	body.page .sidenav .blog-content,
	body.archive .sidenav .blog-content{
		/*display: none;*/
	}
	body.page .sidenav .nav-content{
		display: none;
	}

	body.page .sidenav .blog-search {
    	margin-bottom: 20px;
    	padding-bottom: 20px;
    	border-bottom: 1px solid #cdcdcd;
	}
	body.page .blog-search .box {
		float:left;
	}
	.posts .article-box.page-box{
		width:100%;
		padding: 0!important;
	}


	.page-heading.archive {
		margin-right: 0;
	}

}

@media only screen and (max-width : 768px) {
	#oasis-logo {
		width: 40%;
	}
	footer .shell .footer-nav, footer .shell .footer-text {
		width: 60%;
	}

	.sidenav .nav-content nav{
		margin-bottom: 26px;
	}
	.tag-box ul {
		margin-bottom: 40px;
	}
}

@media only screen and (max-width : 700px) {

	#oasis-logo {
		width:45%;
		min-width: 200px;
	}

	footer .inner.navbar, footer .inner.socials {
		font-size: 14px;
	}	
	footer .shell .footer-nav, footer .shell .footer-text {
		width: 55%;
	}

	header .socials ul{
		float: none;
    	margin-left: -10px;
    	padding-top: 5px;
	}
		.inner.navbar, .inner.socials{
			width: 100%;
			max-width: 100%;
		}

	.blog-search .box {
		width:100%;
	}
		.blog-search form#search input {
			width: 80%;
		    margin: 0;
		    padding: 0 0 0 20px;
		}
		.blog-search form#search input#go {
			float: right;
		    padding: 0 0 0 20px;
		    margin: 0;
		}

	footer nav ul li:first-child {
		background-image: none;
	}
	footer nav ul li:first-child a {
		padding-left: 0;
	}	

	.posts .article-box,
	.posts .article-box:last-child {
		width:100%;
	}
		.posts .tag-box {
			width: 100%;
	    	position: relative;
	    	left: 0;
	    	clear: both;
		}
		.tag-box ul {
			padding: 0 0 40px 0;
		}
		.tag-box ul li {
			float: left;
   			width: auto;
    		margin: 5px;
    		padding: 5px 10px;
		}

	.pagination.paging-box { 
		width: 100%
	}

	.page-heading.archive {
		padding-left: 0;
		text-align: center;
	}

}

@media only screen and (max-width : 560px) {
	#oasis-logo {
	    width: 100%;
	}
		#oasis-logo a{
			background-position: top center;
		}

	footer .shell .footer-nav, footer .shell .footer-text{
		width:100%;
	}

}












