/** 
    Theme Name: Magnolia Theme
    Author: Physician Designs
    Author URI: http://www.physiciandesigns.com
    Version: 06.06.2016
 **/
@font-face {
    font-family: 'open_sansregular';
    src: url('fonts/OpenSans-Regular-webfont.eot');
    src: url('fonts/OpenSans-Regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/OpenSans-Regular-webfont.woff') format('woff'),
         url('fonts/OpenSans-Regular-webfont.ttf') format('truetype'),
         url('fonts/OpenSans-Regular-webfont.svg#open_sansregular') format('svg');
    font-weight: normal;
    font-style: normal;
    letter-spacing: normal;
}
@font-face {
    font-family: 'open_sanslight';
    src: url('fonts/OpenSans-Light-webfont.eot');
    src: url('fonts/OpenSans-Light-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/OpenSans-Light-webfont.woff') format('woff'),
         url('fonts/OpenSans-Light-webfont.ttf') format('truetype'),
         url('fonts/OpenSans-Light-webfont.svg#open_sanssemibold') format('svg');
    font-weight: normal;
    font-style: normal;
    letter-spacing: normal;
}
@font-face {
    font-family: 'open_sanssemibold';
    src: url('fonts/OpenSans-Semibold-webfont.eot');
    src: url('fonts/OpenSans-Semibold-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/OpenSans-Semibold-webfont.woff') format('woff'),
         url('fonts/OpenSans-Semibold-webfont.ttf') format('truetype'),
         url('fonts/OpenSans-Semibold-webfont.svg#open_sanssemibold') format('svg');
    font-weight: normal;
    font-style: normal;
    letter-spacing: normal;
}
@font-face {
    font-family: 'open_sansbold';
    src: url('fonts/OpenSans-Bold-webfont.eot');
    src: url('fonts/OpenSans-Bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/OpenSans-Bold-webfont.woff') format('woff'),
         url('fonts/OpenSans-Bold-webfont.ttf') format('truetype'),
         url('fonts/OpenSans-Bold-webfont.svg#open_sanssemibold') format('svg');
    font-weight: normal;
    font-style: normal;
    letter-spacing: normal;
}
@font-face {
	font-family: 'CenturyGothic';
	src: url('fonts/CenturyGothic.eot?') format('eot'), 
	     url('fonts/CenturyGothic.woff') format('woff'), 
	     url('fonts/CenturyGothic.ttf')  format('truetype'),
	     url('fonts/CenturyGothic.svg#CenturyGothic') format('svg');
    font-weight: normal;
    font-style: normal;
    letter-spacing: normal;
}
body{
    background: #FFFFFF;
    font-family: 'open_sansregular';
    color: #000000;
    font-size: 14px;
    text-align: left;
    line-height: 100%;
    letter-spacing: normal;
}
h1, h2, h3, h4, h5, h6, p{
    margin: 0;
    padding: 0;
    line-height: 0;
}
h1{
    font-family: 'open_sanslight';
    line-height: 150%;
    letter-spacing: normal;
    color: #0e0e0e;
    font-size: 35px;
    margin-bottom: 35px;
}
h2{
    font-family: 'open_sanslight';
    line-height: 150%;
    letter-spacing: normal;
    color: #0e0e0e;
    font-size: 30px;
    margin-bottom: 15px;
}
h3{
    font-family: 'open_sanslight';
    line-height: 150%;
    letter-spacing: normal;
    color: #0e0e0e;
    font-size: 28px;
    margin-bottom: 15px;
}
h4{
    font-family: 'open_sanslight';
    line-height: 150%;
    letter-spacing: normal;
    color: #0e0e0e;
    font-size: 26px;
    margin-bottom: 15px;
}
h5{
    font-family: 'open_sanslight';
    line-height: 150%;
    letter-spacing: normal;
    color: #0e0e0e;
    font-size: 24px;
    margin-bottom: 5px;
}
h6{
    font-family: 'open_sanslight';
    line-height: 150%;
    font-size: 24px;
    letter-spacing: normal;
    padding-bottom: 10px;
}
p{
    font-family: 'open_sanslight';
    font-size: 21px;
    color: #777777;
    line-height: 150%;
    padding-bottom: 20px;
}
li {
    font-family: 'open_sanslight';
    font-size: 21px;
    color: #777777;
    line-height: 150%;    
}
a, a:hover, a:active, a:visited, a:focus{
    color: #000000;
    outline: none;
}
.noPadding{
    padding: 0;
}
.noMargin{
    margin: 0;
}
input{
    box-shadow: none;
    border-radius: 0;
    text-shadow: none;
}
img.alignright {float:right; margin:0 0 1em 1em}
img.alignleft {float:left; margin:0 1em 1em 0}
img.aligncenter {display: block; margin-left: auto; margin-right: auto}
.alignright {float:right; }
.alignleft {float:left; }
.aligncenter {display: block; margin-left: auto; margin-right: auto}

/* CSS for Forms */
input[type="text"], input[type="password"], input[type="date"], input[type="datetime"], input[type="datetime-local"], input[type="month"], input[type="week"], input[type="email"], input[type="number"], input[type="search"], input[type="tel"], input[type="time"], input[type="url"], textarea {
    background-color: #fff;
    font-family: inherit;
    border: 1px solid #ccc;
    -webkit-box-shadow: inset 0 1px 2px rgba(0,0,0,0.1);
    box-shadow: inset 0 1px 2px rgba(0,0,0,0.1);
    color: rgba(0,0,0,0.75);
    display: block;
    font-size: 14px;
    padding: 6px;
    width: 60%;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: -webkit-box-shadow 0.45s,border-color 0.45s ease-in-out;
    -moz-transition: -moz-box-shadow 0.45s,border-color 0.45s ease-in-out;
    transition: box-shadow 0.45s,border-color 0.45s ease-in-out;
}
input[type="text"]:focus, input[type="password"]:focus, input[type="date"]:focus, input[type="datetime"]:focus, input[type="datetime-local"]:focus, input[type="month"]:focus, input[type="week"]:focus, input[type="email"]:focus, input[type="number"]:focus, input[type="search"]:focus, input[type="tel"]:focus, input[type="time"]:focus, input[type="url"]:focus, textarea:focus {
    background-color: #fafafa;
    border-color: #999;
    outline: none;
}
input[type="submit"]{
    background: #0088cc;
    border-radius: 5px;
    color: #ffffff;
    font-family: "open_sansregular";
    font-size: 18px;
    padding: 16px 20px;
    border: 0;
    text-shadow: none;
}
.custom-button {
    display: inline-block;
    background: #5b3091;
    border-radius: 5px;
    color: #ffffff !important;
    font-family: "open_sansregular";
    font-size: 18px;
    padding: 16px 20px;
    border: 0;
    text-shadow: none;    
}

textarea{
    height: 100px;
}
select{
    width: 30%;
    background-color: #fff;
    font-family: inherit;
    border: 1px solid #ccc;
    -webkit-box-shadow: inset 0 1px 2px rgba(0,0,0,0.1);
    box-shadow: inset 0 1px 2px rgba(0,0,0,0.1);
    color: rgba(0,0,0,0.75);
    display: block;
    font-size: 13px;
    padding: 5px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: -webkit-box-shadow 0.45s,border-color 0.45s ease-in-out;
    -moz-transition: -moz-box-shadow 0.45s,border-color 0.45s ease-in-out;
    transition: box-shadow 0.45s,border-color 0.45s ease-in-out;
}
#rspnavigation {
    display: none;
}
.infoMsg, .successMsg, .warningMsg, .errorMsg {
    border: 1px solid;
    margin: 10px 0px;
    padding:15px 10px 15px 50px;
    background-repeat: no-repeat;
    background-position: 10px center;
    font-family: Arial,Helvetica,sans-serif;
    line-height: 130%;
    font-size: 12px;
}
.infoMsg {
  color: #00529B;
  background-color: #BDE5F8;
  background-image: url('images/info.png');
}
.successMsg {
  color: #4F8A10;
  background-color: #DFF2BF;
  background-image:url('images/success.png');
}
.warningMsg {
  color: #9F6000;
  background-color: #FEEFB3;
  background-image: url('images/warning.png');
}
.errorMsg {
  color: #D8000C;
  background-color: #FFBABA;
  background-image: url('images/error.png');
}
/** Common CSS end **/
/** Blog **/

.sing_post {
    text-align: left;
}
.sing_post h2 {
    font-size: 20px;
    color: #252525;
}
.post_img {
    text-align: center;
}
.postReadMorebg {
    background: url(images/postreadmorebg.png) repeat-x;
    height: 12px;
    margin: 10px 0 30px 0 ;
    position: relative;
}
.postReadMorebg a {
    font-family: 'open_sanslight';
    font-size: 16px;
    text-transform: uppercase;
    display: inline-block;
    color: #FFFFFF !important;
    text-decoration: none;
    float: right;
    background: #FE4700;
    padding: 10px 15px;
    margin-top: -15px;
    border: 1px solid #ececec;
    line-height: 100%;
}
.sidebar_content h2 {
    margin: 15px 0;
}
.sidebar_content #searchform input[type="text"] {
    width: 70%;
    display: inline-block;
    padding: 10px 6px;
}
.sidebar_content #searchform input[type="submit"] {
    display: inline-block;
}
/* Comment */
#content #respond input#submit, a.button, button.button, input.button {
    padding: 0.96em 1.2em !important;
}
#content input[type="text"], #content input[type="email"] {
    width: 100%;
}
#content textarea {
    height: 100px;
    width: 100%;
}
.woocommerce-ordering select {
    width: 100%;
}
#content #reviews #comments ol {
    padding: 0;
}
#content #reviews #comments ol.children {
    padding: 0 0 0 24px;
}
#content #reviews #comments ol.children li {
    margin-top: 20px;    
}
#content #reviews #comments ol.commentlist li {
    list-style: none;
}
#content #reviews #comments ol.commentlist li .comment-text {
    width: auto;
    margin-left: 0;
    border: none;
    border-bottom: 1px solid #e4e1e3;
}
#content #reviews #comments ol.commentlist li .comment-text .comment-content {
    padding: 20px 15px;
    background: #f5f5f5;
    margin-bottom: 20px;
    border-radius: 4px;
}
#content #reviews #comments ol.commentlist li .comment-text .comment-content p:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
}
#content #reviews #comments ol.commentlist li .comment-text time {
    float: right;
    color: #FE4700;
}
#content #reviews b.fn {
    color: #FE4700;
    font-style: normal;
}
#content #reviews b.fn:after {
    content: ' said...';
    color: #ccc;
}
#content #reviews ol.children li b.fn:after {
    content: ' said in reply...';
    color: #ccc;
}
#content #reviews h1 {
    font-size: 20px;
}
#content #reviews b.fn a {
    color: #FE4700;
    font-style: normal;
}
#content #reviews a.comment-reply-link {
    color: #FE4700;    
}
#content #reviews #comments ol.commentlist #respond {
    border: none;
    border-bottom: 1px solid #e4e1e3;
}
#content #reviews #comments ol.commentlist #respond h3 {
    margin-bottom: 20px;
    color: #FE4700;
}
#content #reviews #comments ol.commentlist #respond h3 a {
    color: #FE4700;    
}
#content #reviews #comments ol.commentlist #respond small {
    float: right;
}
/* Comment End */
/** Blog End **/
.maincontent {
    max-width: 1200px;
}
#header {
    background: linear-gradient( #f6f6f6, white);
    border-top: 5px solid #EDEDED;
}
#header.is-stuck {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.8);
    z-index: 99999;
}
#header.is-stuck .logo {
    max-width: 175px;
}
#header.is-stuck .header_right {
    display: none;
}
.header_right {
    text-align: right;
}
.header_right li {
    display: inline-block;
    color: #999;
    font-size: 14px;
    padding: 6px 10px;
    border-radius: 4px;
}
.header_right li a {
    color: #999;
}
.header_right li div {
    display: inline;
}
//.header_right li:hover {
//    background-color: #eee;
//}
.header_right li.address:before {
    display: inline-block;
    font-family: FontAwesome;
    font-size: 14px;
    color: #999;
    content: "\f105";
    padding-right: 10px;
}
.header_right li.phone:before {
    display: inline-block;
    font-family: FontAwesome;
    font-size: 14px;
    color: #999;
    content: "\f095";
    padding-right: 10px;
}
.nav {
}
.nav ul {
    margin: 0;
    padding: 0;
    text-align: right;
}
.nav li {
    list-style: none;
    display: inline-block;
    position: relative;
}
.nav ul li a {
    font-family: 'open_sanssemibold';
    font-size: 12px;
    font-style: normal;
    margin: 0 3px;
    text-transform: uppercase;
    padding: 10px 13px;
    color: #0088cc;
}
.nav ul li.menu-item-has-children > a:after {
    font-family: FontAwesome;
    content: "\f107";
    margin-left: 5px;
}
.nav ul li:last-child a {
    margin-right: 0;
}
.nav ul li:hover a {
    border-radius: 4px;
    color: #FFF;
    background-color: #0088cc;
}
.nav ul li ul{
    display: none;
    position: absolute;
    left: 0;
    top: 100%;
    z-index: 999;
    padding-top: 0;
    background: #0088cc;
    border-radius: 4px;
    text-align: left;
    margin-left: 3px;
    width: 200px;
}
.nav ul li ul li ul {
    left: 100%;
    top: 0;
}
.nav ul li:hover > ul{
    display: block;
}
.nav ul li ul li{
    display: block;
    color: #ffffff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    background: #0088cc;
    border-color: #0088cc;
    min-width: 160px;
    margin: 0;
    border-radius: 4px;
}
.nav ul li ul li:hover a {
    background: #0099E6;
}
.nav ul li ul li:last-child {
    border-bottom: none;
}
.nav ul li ul li a {
    color: #FFFFFF;
    padding: 0 10px;
    display: block;
}
.social-icons {
    text-align: right;
	margin-top: -3px;
	margin-left: 5px;
	position: relative;
}
/* Social Icons */
ul.social-icons {
	margin: 0;
	padding: 0;
	width: auto;
}

ul.social-icons li {
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	transition: all 0.3s ease;
	background-image: url(images/social-sprites.png);
	background-repeat: no-repeat;
	background-position: 0 100px;
	display: inline-block;
	margin: -1px 1px 5px 0;
	padding: 0;
	border-radius: 100%;
	overflow: visible;
	box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.3);
}

ul.social-icons li a {
	display: block;
	height: 30px;
	width: 30px;
	text-align: center;
}

ul.social-icons li a:hover {
	text-decoration: none;
}

ul.social-icons li a i[class^="icon-"] {
	color: #444;
	font-style: 16px;
	position: relative;
	top: 3px;
}

ul.social-icons li a:active {
	box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.3), inset 0 0 10px rgba(0, 0, 0, 0.3);
}

ul.social-icons li[class] a {
	text-indent: -9999px;
}

ul.social-icons li:active, ul.social-icons li a:active {
	border-radius: 100%;
}

ul.social-icons li.digg {
	background-position: 0 0;
}

ul.social-icons li.digg:hover {
	background-position: 0 -30px;
}

ul.social-icons li.dribbble {
	background-position: 0 -60px;
}

ul.social-icons li.dribbble:hover {
	background-position: 0 -90px;
}

ul.social-icons li.facebook {
	background-position: 0 -120px;
}

ul.social-icons li.facebook:hover {
	background-position: 0 -150px;
}

ul.social-icons li.flickr {
	background-position: 0 -180px;
}

ul.social-icons li.flickr:hover {
	background-position: 0 -210px;
}

ul.social-icons li.forrst {
	background-position: 0 -240px;
}

ul.social-icons li.forrst:hover {
	background-position: 0 -270px;
}

ul.social-icons li.googleplus {
	background-position: 0 -300px;
}

ul.social-icons li.googleplus:hover {
	background-position: 0 -330px;
}

ul.social-icons li.html5 {
	background-position: 0 -360px;
}

ul.social-icons li.html5:hover {
	background-position: 0 -390px;
}

ul.social-icons li.icloud {
	background-position: 0 -420px;
}

ul.social-icons li.icloud:hover {
	background-position: 0 -450px;
}

ul.social-icons li.lastfm {
	background-position: 0 -480px;
}

ul.social-icons li.lastfm:hover {
	background-position: 0 -510px;
}

ul.social-icons li.linkedin {
	background-position: 0 -540px;
}

ul.social-icons li.linkedin:hover {
	background-position: 0 -570px;
}

ul.social-icons li.myspace {
	background-position: 0 -600px;
}

ul.social-icons li.myspace:hover {
	background-position: 0 -630px;
}

ul.social-icons li.paypal {
	background-position: 0 -660px;
}

ul.social-icons li.paypal:hover {
	background-position: 0 -690px;
}

ul.social-icons li.picasa {
	background-position: 0 -720px;
}

ul.social-icons li.picasa:hover {
	background-position: 0 -750px;
}

ul.social-icons li.pinterest {
	background-position: 0 -780px;
}

ul.social-icons li.pinterest:hover {
	background-position: 0 -810px;
}

ul.social-icons li.reddit {
	background-position: 0 -840px;
}

ul.social-icons li.reddit:hover {
	background-position: 0 -870px;
}

ul.social-icons li.rss {
	background-position: 0 -900px;
}

ul.social-icons li.rss:hover {
	background-position: 0 -930px;
}

ul.social-icons li.skype {
	background-position: 0 -960px;
}

ul.social-icons li.skype:hover {
	background-position: 0 -990px;
}

ul.social-icons li.stumbleupon {
	background-position: 0 -1020px;
}

ul.social-icons li.stumbleupon:hover {
	background-position: 0 -1050px;
}

ul.social-icons li.tumblr {
	background-position: 0 -1080px;
}

ul.social-icons li.tumblr:hover {
	background-position: 0 -1110px;
}

ul.social-icons li.twitter {
	background-position: 0 -1140px;
}

ul.social-icons li.twitter:hover {
	background-position: 0 -1170px;
}

ul.social-icons li.vimeo {
	background-position: 0 -1200px;
}

ul.social-icons li.vimeo:hover {
	background-position: 0 -1230px;
}

ul.social-icons li.wordpress {
	background-position: 0 -1260px;
}

ul.social-icons li.wordpress:hover {
	background-position: 0 -1290px;
}

ul.social-icons li.yahoo {
	background-position: 0 -1320px;
}

ul.social-icons li.yahoo:hover {
	background-position: 0 -1350px;
}

ul.social-icons li.youtube {
	background-position: 0 -1380px;
}

ul.social-icons li.youtube:hover {
	background-position: 0 -1410px;
}

ul.social-icons li.github {
	background-position: 0 -1440px;
}

ul.social-icons li.github:hover {
	background-position: 0 -1470px;
}

ul.social-icons li.behance {
	background-position: 0 -1500px;
}

ul.social-icons li.behance:hover {
	background-position: 0 -1530px;
}

ul.social-icons li.yelp {
	background-position: 0 -1560px;
}

ul.social-icons li.yelp:hover {
	background-position: 0 -1590px;
}

ul.social-icons li.mail {
	background-position: 0 -1620px;
}

ul.social-icons li.mail:hover {
	background-position: 0 -1650px;
}

ul.social-icons li.instagram {
	background-position: 0 -1680px;
}

ul.social-icons li.instagram:hover {
	background-position: 0 -1710px;
}

ul.social-icons li.foursquare {
	background-position: 0 -1740px;
}

ul.social-icons li.foursquare:hover {
	background-position: 0 -1770px;
}

ul.social-icons li.zerply {
	background-position: 0 -1800px;
}

ul.social-icons li.zerply:hover {
	background-position: 0 -1830px;
}

ul.social-icons li.vk {
	background-position: 0 -1860px;
}

ul.social-icons li.vk:hover {
	background-position: 0 -1890px;
}

#intro {
    background-color: #171717;
    margin-bottom: 60px;
}
#intro p {
    color: #FFF;
    font-family: 'open_sanslight';
    font-size: 24px;
    line-height: 150%;
    font-weight: 300;
    max-width: 1000px;
    padding-top: 0;
}
#intro p strong {
    font-family: 'Shadows Into Light', cursive;
    color: #5b3091;
    font-style: italic;
    font-size: 32px;
}
.intro_button {
    text-align: center;
    margin: 15px 0;
    color: #5b3091;
}
#footer {
    background: #0e0e0e;
    border-top: 4px solid #0e0e0e;
}
#footer .footer-ribbon {
	background: #5b3091;
}
#footer .footer-ribbon:before {
	border-right-color: #005580;
}
#footer .footer-ribbon {
	/*background: #999;*/
	position: absolute;
	margin: -32px 0 0 14px;
	padding: 10px 20px 6px 20px;
}
#footer .footer-ribbon:before {
	border-right: 10px solid #646464;
	border-top: 16px solid transparent;
	content: "";
	display: block;
	height: 0;
	left: -17px;
	position: absolute;
	top: 1px;
	width: 7px;
}
#footer .footer-ribbon span {
	color: #FFF;
	font-size: 24px;
	font-family: "Shadows Into Light", cursive;
}
#footer h4 {
    font-size: 24px;
    color: #FFFFFF;
    margin: 20px 0;
}
#footer .contact ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
#footer .contact i {
	display: block;
	float: left;
	font-size: 1.2em;
	margin: 7px 8px 30px 0;
	position: relative;
	text-align: center;
	top: -2px;
	width: 16px;
}
#footer .contact i.fa-envelope {
	font-size: 1em;
	top: 0;
}
#footer .contact li {
	font-size: 14px;
    color: #eeeeee;
    list-style: none;
    display: inline-block;
    margin-bottom: 0;
}
#footer .social-icons {
    text-align: left;
}
#footer p {
    font-size: 14px;
    padding-bottom: 10px;
    color: #eeeeee;
}
.foot_menu ul {
    margin: 0;
    padding: 0;
}
.foot_menu li {
    list-style: none;
    font-size: 14px;
    color: #eeeeee;
}
.foot_menu li:before {
    font-family: FontAwesome;
    font-size: 11px;
    content: "\f105";
    margin-right: 5px;
}
.foot_menu li a {
    color: #eeeeee;
}
.foot_map iframe {
    width: 100% !important;
}
#copyright {
    background: #000000;
}
#copyright p {
    color: #CCCCCC;
    font-size: 14px;
    padding: 0;
}
#copyright a {
    color: #FFFFFF;
}
#copyright a:hover {
    text-decoration: underline;
}
.footernav {
    text-align: right;
}
.footernav ul {
    margin: 0;
    padding: 0;
}
.footernav li {
    list-style: none;
    display: inline-block;
    margin: 0 10px;
    font-size: 14px;
}
.footernav li:last-child {
    margin-right: 0;
}
.footernav li a {
    
}
#content p, #content li {
    font-size: 16px;
}
#content h2 {
    font-size: 24px;
}
.title-wrapper{
    background-color: #171717;
    border-bottom: 5px solid #CCC;
    border-top: 5px solid #384045;
    margin-bottom: 0px;
    min-height: 50px;
    padding: 0;
    padding: 20px 0 5px;
    position: relative;
    text-align: left;
}
.title-wrapper h1 {
    border-bottom: 5px solid #0088cc;
    color: #FFF;
    display: inline-block;
    font-weight: 200;
    font-size: 35px;
    margin-bottom: -10px;
    padding-bottom: 10px;
    position: relative;
}
.title-wrapper .breadcrumbs a{
    color: #0088cc;
}
.title-wrapper .breadcrumbs a, .title-wrapper .breadcrumbs span, .trail-items li::after, .title-wrapper .breadcrumbs li{
    font-size: 14px;
}
.trail-items li::after{
    color: #FFFFFF;
}