/** 
    Theme Name: Myrtle Medical
    Author: Physician Designs
    Author URI: https://www.physiciandesigns.com
    Version: 14.07.2016
 **/
body{
    background: #FFFFFF;
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    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: 'Raleway', sans-serif;
    font-weight: 400;
    line-height: 150%;
    letter-spacing: normal;
    color: #000000;
    font-size: 40px;
    margin-bottom: 20px;
    text-align: center;
    text-transform: uppercase;
}
h1 span {
    font-weight: 300;
}
h2{
    font-family: 'Open Sans', sans-serif;
    font-weight: 600;
    line-height: 150%;
    letter-spacing: normal;
    color: #000000;
    font-size: 18px;
    margin-bottom: 15px;
}
h3{
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    line-height: 150%;
    letter-spacing: normal;
    color: #000000;
    font-size: 25px;
    margin-bottom: 15px;
}
h4{
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    line-height: 150%;
    letter-spacing: normal;
    color: #000000;
    font-size: 16px;
    margin-bottom: 15px;
}
h5{
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    line-height: 150%;
    letter-spacing: normal;
    color: #000000;
    font-size: 16px;
    margin-bottom: 5px;
}
h6{
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    line-height: 150%;
    letter-spacing: normal;
    padding-bottom: 10px;
}
p{
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    line-height: 150%;
    font-size: 14px;
    color: #000000;
    padding-bottom: 15px;
}
li {
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    color: #000000;
    font-size: 14px;
    line-height: 150%;    
}
a, a:hover, a:active, a:visited, a:focus{
    color: #000000;
    outline: none;
}
.noPadding{
    padding: 0;
}
.noMargin{
    margin-top: 0;
    margin-bottom: 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: 'Open Sans', sans-serif;
    font-weight: 400;
    line-height: 100%;
    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: 100%;
    -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: #112151;
    border-radius: 5px;
    color: #ffffff;
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    line-height: 100%;
    font-size: 14px;
    padding: 10px 16px;
    border: 0;
    text-shadow: none;
}
textarea{
    height: 100px;
}
select{
    width: 100%;
    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 Sans', sans-serif;
    font-weight: 400;
    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 **/

.home #header {
    background: rgba(17, 33, 81, 0.8);
    z-index: 999;
    position: absolute;
    width: 100%;
    top: 3%;
}
#header {
    background: rgba(17, 33, 81, 1);
}
.portal {
    font-weight: 600;
    font-size: 15px;
    text-transform: uppercase;
    text-align: right;
}
.portal a {
    color: #FFFFFF;
}
.portal img {
    vertical-align: text-top;
}
.appointment {
    color: #b9bdec;
    font-size: 14px;
    text-align: right;
}
.appointment a {
    color: #FFFFFF;
    font-size: 20px;
    font-weight: 600;
    padding-left: 10px;
}
.nav {
    text-align: right;
}
.nav ul {
    margin: 0;
    padding: 0;
}
.nav li {
    display: inline-block;
    list-style: none;
    font-family: 'Raleway', sans-serif;
    font-weight: 500;
    font-size: 14px;
    text-transform: uppercase;
    margin: 10px 12px;
    position: relative;
}
.nav li:last-child {
    margin-right: 0;
}
.nav li a {
    color: #FFFFFF;
}
.home .nav ul li ul {
    background: rgba(17, 33, 81, 0.8);
}
.nav ul li ul{
    background: rgba(17, 33, 81, 1);
    display: none;
    left: 0;
    position: absolute;
    top: 100%;
    z-index: 99;
    width: 260px;
}
.nav ul li ul li ul {
    left: 100%;
    top: 0;
    border-left: 1px solid #FFFFFF;
    border-right: 1px solid #FFFFFF;
}
.nav ul li:hover > ul{
    display: block;
}
.nav ul li ul li{
    background-image: none;
    display: block;
    float: none;
    text-align: left;
    margin: 0;
}
.nav ul li ul.sub-menu li {
    border-bottom: 1px solid #FFFFFF;
    margin: 0;
}
.nav ul li ul.sub-menu li:first-child {
}
.nav ul li ul.sub-menu li:last-child {
    border-bottom: 0 none;
    margin: 0;
}
.nav ul li ul.sub-menu li a {
    display: block;
    padding: 8px 10px;
    color: #FFFFFF;
}
.slicknav_menu {
    background: #112151 !important;
}
#banner {
    overflow: hidden;
}
#banner .maincontent {
    max-width: 1920px;
    width: 100% !important;
}
#services {
    margin-top: -175px;
}
.single_service {
    background: url(images/service_bg.png) top center no-repeat;
    background-size: cover;
    padding: 10px 10px 35px 10px;
    text-align: center;
}
.single_service h4 {
    margin: 10px 0;
    text-align: center;
    font-size: 18px;
    font-weight: 400;
    color: #000000;
}
#intro {
    text-align: center;
}
#intro h3 {
    font-size: 20px;
    color: #112151;
}
#intro h2 {
    text-transform: uppercase;
    font-family: 'Raleway', sans-serif;
    font-weight: 400;
    font-size: 26px;
    color: #1a1a1a;
}
#intro p {
    padding-bottom: 50px;
}
a.learn_more {
    color: #FFFFFF !important;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 17px;
    display: inline-block;
    background: #272727;
    padding: 10px 15px;
    border-radius: 5px;
}
.doc {
    text-align: center;
}
.doc h4 {
    font-size: 18px;
    color: #112151;
    margin: 10px 0;
}
#testimonial {
    background: url(https://www.myrtlemedicalcenter.com/wp-content/uploads/2016/10/testi.jpg) center center no-repeat;
    background-size: cover;
    padding: 30px 0;
opacity:1;
}
#testimonial h1 {
    color: #FFFFFF;
}
.testimonial_wrap {
    position: relative;
}
.testimonial_wrap .next {
    position: absolute;
    top: 25%;
    left: -10%;
}
.testimonial_wrap .prev {
    position: absolute;
    top: 25%;
    right: -10%;
}
.bx-wrapper .bx-viewport {
    background: transparent !important;
    box-shadow: none !important;
}
.testi_wrap {
    text-align: center;
    padding: 30px 150px;
    background-image: url(images/quote1.png), url(images/quote1.png);
    background-position: top left, bottom right;
    background-repeat: no-repeat;
}
#contact {
    background: #FFFFFF;
    padding: 40px 0;
}
#contact h1 {
    text-transform: uppercase;
    padding-left: 35px;
    margin-bottom: 0;
    text-align: left;
    color: #2f2f2f;
}
#contact h1.appointment {
    font-size: 27px;
    background: url(images/appointment.png) center left no-repeat;
}
#contact h1.phno {
    font-size: 25px;
    background: url(images/dialer.png) center left no-repeat;
}
#contact .contact_details p {
    font-size: 13px;
    color: #000000;
    padding: 20px 0;
}
#contact .contact_details {
    padding: 0 20px;
}
#contact .contact_form {
    padding: 0 20px;
    border-left: 1px solid #bdbbbb;
    -webkit-column-count: 2; /* Chrome, Safari, Opera */
    -moz-column-count: 2; /* Firefox */
    column-count: 2;
}
#content .contact_form {
    -webkit-column-count: 1; /* Chrome, Safari, Opera */
    -moz-column-count: 1; /* Firefox */
    column-count: 1;
}
.contact_form p {
    padding-bottom: 10px;
}
.contact_form input[type="text"], .contact_form input[type="email"], .contact_form textarea, .contact_form select {
    padding: 10px 20px;
    width: 95%;
    border: none;
    color: #888888;
    font-size: 13px;
    background: #fafafa;
}
#content .contact_form input[type="text"], #content .contact_form input[type="email"], #content .contact_form textarea, #content .contact_form select {
    background: #fafafa;
      border: 1px solid #FFFFFF;
      width: 30%;     
}
#content .contact_form input[type="submit"] {
    float: left;
    margin-right: 0;    
    
} 
.contact_form textarea {
    height: 75px;
}
.contact_form input[type="submit"] {
    background: #112151;
    border-radius: 5px;
    border: 1px solid #FFFFFF;
    padding: 10px 45px;
    text-shadow: none;
    font-size: 17px;
    text-transform: uppercase;
    color: #FFFFFF;
    float: right;
    margin-right: 18px;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
}
 
#content .contact_form input[type="submit"] {
    margin-right: 54px;    
} 
.contact_form input[type="submit"]:hover {
    background: #112151;
}
.contact_form p.captcha {
    -webkit-column-count: 2; /* Chrome, Safari, Opera */
    -moz-column-count: 2; /* Firefox */
    column-count: 2;
}
.contact_form p.captcha span:last-child {
    background: #FFFFFF;
    vertical-align: middle;    
    display: inline-block;
    padding: 3px 20px;
    text-align: center;
    vertical-align: middle;
}
.contact_form ::-webkit-input-placeholder {
   color: #454545;
   font-size: 13px;
}

.contact_form :-moz-placeholder { /* Firefox 18- */
   color: #454545;  
   font-size: 13px;
}

.contact_form ::-moz-placeholder {  /* Firefox 19+ */
   color: #454545;
   font-size: 13px;  
}

.contact_form :-ms-input-placeholder {  
   color: #454545;
   font-size: 13px;  
}
#location .maincontent {
    max-width: 1920px;
    width: 100% !important;
}
#location iframe {
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 1;
}
.location_wrapper {
    position: relative;
    height: 500px;
}
.address {
    position: absolute;
    z-index: 2;
    background: #FFFFFF;
    padding: 30px;
    right: 0;
    top: 25%;
    width: 40%;
}
.address h1 {
    font-size: 16px;
    color: #0968af;
    line-height: 150%;
    margin-bottom: 0;
}
.address p {
    font-size: 18px;
    color: #000000;
    line-height: 150%;   
}
.address p a {
    color: #112151;
}
.map_social ul {
    margin: 0;
    padding: 0;
}
.map_social li {
    list-style: none;
    display: block;
    text-align: center;
}
.map_social li a {
    display: inline-block;
    font-size: 35px;
    width: 55px;
    height: 35px;
    padding: 10px 0;
    color: #FFFFFF;
    background: #112151;
    text-align: center;
    border-radius: 100%;
    margin: 5px 0;
}
#footer {
    background: #2a2735;
}
.footer_nav {
    text-align: center;
}
.footer_nav ul {
    margin: 0;
    padding: 0;
}
.footer_nav li {
    list-style: none;
    display: inline-block;
    font-size: 13px;
    padding:  8px;
}
.footer_nav li:last-child {
    padding-right: 0;
}
.footer_nav li a {
    color: #e0e0e0;
}
.footer_nav ul li ul {
    display: none;
}
.copyright p {
    text-align: center;
    font-size: 13px;
    padding: 10px 0;
    color: #858585;
    line-height: 100%;
}
.page #content{
    border-bottom: 1px solid #fdfdfd;
}
.page #contact{
    background: none;
}
.pagebanner{
    background-size: cover;
    padding: 60px 0;
}
.page #content a{
    text-decoration: underline;
    color: #0077CC;
}