/*  
Theme Name: Doctor
Theme URI: https://www.doctorbangladesh.com/
Description: A custom genesis child theme.  
Author: Ratan
Author URI: http://www.ratanmia.com/  
Template: genesis
Tags: minimal
*/

html {
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
}

body {
    margin: 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
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: 0;
}

a:active,
a:hover {
    outline: 0;
    text-decoration: underline;
}

abbr[title] {
    border-bottom: 1px dotted;
}

b,
strong {
    font-weight: 700;
}

dfn {
    font-style: italic;
}

h1 {
    font-size: 2em;
    margin: 0.67em 0;
}

mark {
    background: #ff0;
    color: #222;
}

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 {
    -moz-box-sizing: content-box;
    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;
}

button:focus {
    outline: none;
}

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-appearance: textfield;
    padding: 5px 10px;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}

fieldset {
    border: 1px solid silver;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em;
}

legend {
    border: 0;
    padding: 0;
}

textarea {
    overflow: auto;
}

optgroup {
    font-weight: 700;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

td,
th {
    padding: 0;
}

/* ## Box Sizing
--------------------------------------------- */

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

/* ## Float Clearing
--------------------------------------------- */

.author-box:before,
.clearfix:before,
.entry:before,
.entry-content:before,
.footer-widgets:before,
.nav-primary:before,
.nav-secondary:before,
.pagination:before,
.site-container:before,
.site-footer:before,
.site-header:before,
.site-inner:before,
.wrap:before {
    content: " ";
    display: table;
}

.author-box:after,
.clearfix:after,
.entry:after,
.entry-content:after,
.footer-widgets:after,
.nav-primary:after,
.nav-secondary:after,
.pagination:after,
.site-container:after,
.site-footer:after,
.site-header:after,
.site-inner:after,
.wrap:after {
    clear: both;
    content: " ";
    display: table;
}

/* ## Typographical Elements
--------------------------------------------- */

body {
    background-color: #edf7ff;
    color: #222;
    font-family: "Roboto", sans-serif;
    font-size: 14px;
    text-align: center;
    line-height: 24px;
    text-rendering: optimizeLegibility;
}

a,
button,
input:focus,
input[type="button"],
input[type="reset"],
input[type="submit"],
textarea:focus,
.button,
.gallery img {
    -webkit-transition: all 0.1s ease-in-out;
    -moz-transition: all 0.1s ease-in-out;
    -ms-transition: all 0.1s ease-in-out;
    -o-transition: all 0.1s ease-in-out;
    transition: all 0.1s ease-in-out;
}

::-moz-selection {
    background-color: #222;
    color: #fff;
}

::selection {
    background-color: #222;
    color: #fff;
}

a {
    color: #2a7fba;
    text-decoration: none;
}

a:hover {
    color: #222;
}

p {
    margin: 0;
    padding: 0;
}

ol,
ul {
    margin: 0;
    padding: 0;
}

li {
    list-style-type: none;
}

b,
strong {
    font-weight: 700;
}

cite,
em,
i {
    font-style: italic;
}

blockquote {
    background: #f5f5f5;
    margin: 20px 0;
    padding: 15px;
}

blockquote p {
    margin: 0 0 0 0;
    padding: 0 0 0 0;
}

/* ## Headings
--------------------------------------------- */

h1,
h2,
h3,
h4,
h5,
h6 {
    color: #222;
    font-weight: 700;
    margin: 0;
}

h1 {
    font-size: 20px;
}

h2 {
    font-size: 18px;
}

h3 {
    font-size: 17px;
}

h4 {
    font-size: 16px;
}

h5 {
    font-size: 15px;
}

h6 {
    font-size: 14px;
}

/* ## Objects
--------------------------------------------- */

embed,
iframe,
img,
object,
video,
.wp-caption {
    max-width: 100%;
}

img {
    height: auto;
}

/* ## Forms
--------------------------------------------- */

input,
select,
textarea {
    border: none;
    color: #222;
    font-weight: 400;
    padding: 10px;
    width: 100%;
    text-align: center;
}

input:focus,
textarea:focus {
    outline: none;
}

input[type="checkbox"],
input[type="image"],
input[type="radio"] {
    width: auto;
}

::-moz-placeholder {
    color: #bbb;
    font-weight: 300;
    opacity: 1;
}

::-webkit-input-placeholder {
    color: #bbb;
    font-weight: 300;
}

button,
input[type="button"],
input[type="reset"],
input[type="submit"],
.button {
    border: 1px solid #dedede;
    color: #fff;
    background: #2a7fba;
    cursor: pointer;
    padding: 10px 30px;
    margin: 0px;
    width: auto;
}

button:hover,
input:hover[type="button"],
input:hover[type="reset"],
input:hover[type="submit"],
.button:hover {
    color: #fff;
    background: #0f5f96;
}

.button {
    display: inline-block;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button {
    display: none;
}

/* ## Tables
--------------------------------------------- */

table {
    border-collapse: collapse;
    border-spacing: 0;
    margin-bottom: 10px;
    width: 100%;
    background: #fff;
    border-top: none !important;
}

td,
th {
    text-align: left;
    border-bottom: 1px solid #ddd;
    border-right: 1px solid #ddd;
    padding: 5px 15px;
}

th {
    font-weight: 700;
    color: #222;
    font-size: 16px;
}

th:last-child,
td:last-child {
    border-right: 0px solid #ddd;
}

tr:last-child td {
    border-bottom: 0px solid #ddd;
}

/* ## Site Containers
--------------------------------------------- */

.site-container {
    margin: 20px auto;
    max-width: 728px;
}

.site-inner,
.wrap {
    clear: both;
    margin: 0 auto;
    width: 100%;
}

.site-inner {
    clear: both;
    padding: 0px;
    margin: 0px auto;
}

/* ## Avatar
--------------------------------------------- */

.avatar {
    float: left;
}

.alignleft .avatar,
.author-box .avatar {
    border: 1px solid #aba9a9;
    margin-right: 24px;
    padding: 7px;
}

.alignright .avatar {
    margin-left: 24px;
}

.comment .avatar {
    background-color: #fff;
    border: 1px solid #ccc;
    margin: 0 10px 0px 0;
}

/* ## Genesis
--------------------------------------------- */

.bc .single {
    min-height: 122px;
}

.bc .page {
    min-height: 78px;
}

.bc .bcl {
    padding: 5px 15px;
    margin-bottom: 10px;
    background: #fff;
    display: block;
}

.bc a {
    color: #2a7fba;
}

.archive-title {
    padding: 10px 15px;
    margin-bottom: 10px;
}

/* ## Search Form
--------------------------------------------- */

.site-header .search-form {
    width: 100%;
}

.search-form-submit {
    display: none !important;
}

/* # Widgets
---------------------------------------------------------------------------------------------------- */

.widget {
    word-wrap: break-word;
}

.widget-title {
    font-size: 18px;
    padding: 10px 15px;
    margin-bottom: 10px;
}

.widget ol li {
    list-style-position: inside;
    list-style-type: decimal;
    padding-left: 20px;
    text-indent: -20px;
}

.widget li li {
    border: none;
    margin: 0 0 0 30px;
    padding: 0;
}

/* # Site Header
---------------------------------------------------------------------------------------------------- */

.site-header {
    clear: both;
    display: block;
    margin: 0px auto;
    padding: 0px;
    width: 100%;
    min-height: 172px;
}

.title-area {
    padding: 10px 15px;
    margin-bottom: 10px;
}

.site-title {
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 0;
    text-transform: uppercase;
    line-height: 1;
}

.site-title a {
    color: #2a7fba;
    display: block;
}

.site-title a:hover {
    color: #222;
}

.header-widget-area .widget {
    margin-bottom: 10px;
}

/* # Site Navigation
---------------------------------------------------------------------------------------------------- */

.nav-primary {
    margin-bottom: 10px;
}

.genesis-nav-menu {
    clear: both;
    display: table;
    background: #2a7fba !important;
    width: 100%;
	border-radius: 5px;
}

.sub-menu-toggle,
.menu-toggle {
    display: none;
}

.genesis-nav-menu .menu-item {
    display: table-cell;
    padding: 0px;
    width: 50%;
}

.genesis-nav-menu .menu-item a {
    color: #fff;
    position: relative;
    display: block;
    padding: 5px 15px;
}

.genesis-nav-menu a:hover,
.genesis-nav-menu .current-menu-item > a,
.genesis-nav-menu .sub-menu .current-menu-item > a:hover {
    color: #fff;
}

.genesis-nav-menu .sub-menu {
    left: -9999px;
    opacity: 0;
    position: absolute;
    -webkit-transition: opacity 0.4s ease-in-out;
    -moz-transition: opacity 0.4s ease-in-out;
    -ms-transition: opacity 0.4s ease-in-out;
    -o-transition: opacity 0.4s ease-in-out;
    transition: opacity 0.4s ease-in-out;
    z-index: 99;
}

.genesis-nav-menu .sub-menu .menu-item {
    display: block;
    padding: 0px;
    width: 363px;
    border-top: 1px solid #ddd !important;
}

.genesis-nav-menu .menu-item:hover {
    position: static;
}

.genesis-nav-menu .menu-item:hover > .sub-menu {
    left: auto;
    opacity: 1;
}

.genesis-nav-menu .sub-menu a {
    background-color: #2a7fba !important;
    position: relative;
    padding: 5px 15px;
}

/* # Secondary Navigation
---------------------------------------------------------------------------------------------------- */
.nav-secondary .genesis-nav-menu {
    background: none !important;
}

.nav-secondary .genesis-nav-menu .menu-item {
    width: auto;
    display: inline-block;
}

.nav-secondary .genesis-nav-menu .menu-item a {
    color: #2a7fba;
    padding: 0px 10px;
}

.nav-secondary .genesis-nav-menu .menu-item a:hover {
    color: #2a7fba;
}

.site-footer .menu-toggle {
    display: none;
}

/* ## Entries
--------------------------------------------- */

.content .entry {
    width: 100%;
}

.search-no-results .content .entry,
.archive-no-results .content .entry {
    padding: 10px 15px;
    margin-bottom: 10px;
}

.entry-header {
    margin-bottom: 10px;
    overflow: hidden;
    padding: 10px 15px;
}

.single-post .entry-header {
    padding: 15px;
	position: relative;
}

.single .info h1 {
    margin-bottom: 5px;
    font-size: 18px;
    color: #2a7fba;
}

.entry-header .info ul li {
    list-style-type: none;
}

.entry-header p {
    padding: 10px 15px;
}

.entry-content {
    padding: 0px;
}

.entry-content h2 {
    padding: 10px 15px;
    background: #fff;
}



.single .entry-content h2,
.page .entry-content h2 {
    border-radius: 5px 5px 0px 0px;
}
.single .entry-content p,
.page .entry-content p {
    border-radius: 0px 0px 5px 5px;
}

.entry-content .title {
    padding: 0px;
    border-bottom: none;
    margin-bottom: 5px;
}

.entry-content p {
    padding: 15px;
    margin-bottom: 10px;
	background: #fff;
}

.entry-content ul {
    padding: 0px;
}

.entry-content ol {
    padding: 15px 15px 15px 60px;
    margin: 0px;
    background: #fff;
    box-shadow: 0px 0px 1px #333;
    margin-bottom: 10px;
}

.entry-content ol li {
    list-style-type: disc;
}

.entry-content img {
    display: block;
}

.photo {
    padding: 2px;
    width: 95px;
    display: inline-block;
    border: 1px solid #2a7fba;
	border-radius: 5px;
}

.photo img {
    display: block;
}

.page-photo {
    display: block;
    margin: 0px auto 8px;
    border: 1px solid #2a7fba;
    padding: 2px;
}

.entry-footer h2 {
    padding: 10px 15px;
    margin-bottom: 10px;
    background: #fff;
    box-shadow: 0px 0px 1px #333;
}

/* ## Doctor Style
--------------------------------------------- */

.doctor {
    margin-bottom: 10px;
    padding: 15px;
    overflow: hidden;
    position: relative;
}

.doctor .info ul li {
    list-style-type: none;
}

.no-doctor,
.page .entry-content .list li {
    padding: 5px 15px;
    margin-bottom: 10px;
}

.call-now {
    display: inline-block;
    padding: 5px 20px;
    margin: 5px 0px 0px;
    color: #fff;
    transition: 0.3s;
    border-radius: 5px;
    background: #2a7fba;
}

.call-now:hover {
    color: #fff;
    background: red;
}

.speciality {
    color: red;
    font-weight: bold;
}

/* ## Pagination
--------------------------------------------- */

.pagination {
    clear: both;
    color: #222;
    cursor: pointer;
    display: inline-block;
    font-size: 14px;
    width: 100%;
}

.pagination li {
    display: inline-block;
    margin-right: 5px;
}

.pagination li a {
    color: #222;
    padding: 15px;
    cursor: pointer;
    display: inline-block;
    padding: 10px 20px;
}

.pagination li a:hover,
.pagination .active a {
    color: #222;
}

/* ## Comments
--------------------------------------------- */

.comment-respond,
.entry-comments {
    background-color: #fff;
}

.comment-respond {
    margin-bottom: 10px;
}

.comment-reply-title {
    padding: 10px 15px;
    border-bottom: 1px solid #dedede;
}

.comment-form {
    padding: 10px 15px;
}

.comment-form p {
    margin-bottom: 10px;
}

textarea#comment {
    min-width: 100%;
    max-width: 100%;
    border: 1px solid #ddd;
}

.entry-comments {
    margin-bottom: 10px;
    text-align: left;
}

.entry-comments h3 {
    padding: 10px 15px;
    font-size: 18px;
    border-bottom: 1px solid #dedede;
}

.comment-author {
    font-weight: 700;
    color: #b52d00;
}

.comment-time a {
    color: #222;
}

.comment-list {
    padding: 0px;
}

.children .depth-2 {
    margin: 0px 0px 0px 40px;
}

.comment-list .depth-1 {
    border-bottom: 1px solid #ddd;
    padding: 10px 15px;
}

.comment-respond input[type="email"],
.comment-respond input[type="text"],
.comment-respond input[type="url"] {
    width: 50%;
    border: 1px solid #ddd;
}

.comment-respond label {
    display: block;
    margin-right: 12px;
}

.comment-edit-link {
    display: none;
}

.comment-reply {
    text-align: right;
}

.entry-pings .reply {
    display: none;
}

.logged-in-as {
    margin-bottom: 10px;
}

/* # Site Footer
---------------------------------------------------------------------------------------------------- */

.site-footer {
    margin: 0 auto;
    width: 100%;
    padding: 0px;
}

.site-footer .nav-secondary {
    padding: 10px;
}

.site-footer p {
    font-size: 14px;
    margin-bottom: 0;
    padding: 5px;
    border-top: 1px solid #dedede;
}

/* # Contact Form
---------------------------------------------------------------------------------------------------- */
.wpcf7 {
    text-align: left;
	background: #fff;
	border-radius: 5px;
}

.wpcf7 input,
.wpcf7 textarea {
    margin: 5px 0px 15px 0px;
    padding: 7px 10px;
    text-align: left;
}

.wpcf7 textarea {
    max-height: 100px;
}

div.wpcf7 .ajax-loader {
    display: block !important;
    margin: 0px auto !important;
}

.wpcf7 form .wpcf7-response-output {
    margin: 10px 10px 0px 10px !important;
}

.wpcf7 form .wpcf7-submit {
    margin-bottom: 0 !important;
}

.wpcf7 {
    padding: 15px 0px;
    margin-bottom: 10px;
    box-shadow: 0 0 1px #333;
}

.page .entry-content .wpcf7 p {
    box-shadow: none;
    margin-bottom: 0px;
}

.entry-content .wpcf7 p {
    padding: 0px 15px;
}

.wpcf7-field-group-add,
.wpcf7-field-group-remove {
    padding: 5px 10px;
    margin: 0px 0px 5px 0px;
}

/* # Box Shadows
---------------------------------------------------------------------------------------------------- */

.archive-title,
.title-area,
.entry-header,
.menu-toggle,
.bc .bcl,
.entry-content .link,
.entry-content h2,
.page .entry-content .list li,
.doctor,
.no-doctor,
.address,
.entry-comments,
.comment-respond,
.sidebar .widget_custom_html,
.search-no-results .content .entry,
.archive-no-results .content .entry,
.site-footer,
input,
textarea,
table {
    background: #fff;
    box-shadow: 0px 0px 1px #333;
	border-radius: 5px;
}

.single .entry-content p,
.page .entry-content p {
    box-shadow: 0px 0px 1px #333;
    border-top: 0px solid #dedede;
}

.free {
    box-shadow: 0px 0px 1px #333!important;
}

.modified {
    background: #fff;
    padding: 5px 15px;
    margin-bottom: 10px;
    box-shadow: 0px 0px 1px #333;
}

.archive-description p {
    box-shadow: 0px 0px 1px #333;
    padding: 15px;
    margin-bottom: 10px;
}

.post-ratings img,
.post-ratings-loading img,
.post-ratings-image img {
    border: none !important;
    margin: 0px 1px -3px 1px !important;
}

.free {
    margin: 0 0 10px 0!important;
    padding: 0!important;
	background: #fff!important;
}

.free a {
    display: block!important;
    padding: 5px!important;
    font-weight: 700!important;
    color: green!important;
}

.single-p,
.single-h2 {
	border-radius: 5px!important;
}

.single-h2 {
	margin-bottom: 10px!important;
}

/* # Error Page
---------------------------------------------------------------------------------------------------- */

.error404 .entry-title {
    background: #fff;
    padding: 10px 15px;
    text-transform: capitalize;
    margin-bottom: 10px;
	border-radius: 5px;
}

.error404 .entry-content p {
    background: #fff;
    padding: 10px 15px;
    margin-bottom: 10px;
	border-radius: 5px;
}

.error404 .entry-content .search-form {
    margin-bottom: 10px;
}

.search-no-results .gsc-control-cse {
    text-align: left;
}

.search-no-results table {
    margin: 0;
}

.search-no-results td {
    padding: 0;
}

.search-no-results .gsc-search-button-v2 {
    padding: 10px 27px !important;
}

.search-no-results .gsc-search-button-v2 svg {
    display: block !important;
}

.search-no-results .gsst_a {
    padding: 0px 4px !important;
}

.search-no-results .gsib_b {
    padding: 0px !important;
}

.search-no-results .gsc-input-box input {
    box-shadow: none;
}

.hoslink a {
    display: inline-block;
    background: #2a7fba;
    color: #fff;
    padding: 3px 10px;
    border-radius: 5px;
    margin: 5px 3px;
}

/* # Doctor Rating
---------------------------------------------------------------------------------------------------- */

.thumbs-rating-container {
    padding: 5px 0px 0px 0px;
    display: block;
}

.thumbs-rating-container button {
    cursor: pointer;
}

.thumbs-rating-container button:hover {
    color: #dddddd;
}

.thumbs-rating-container .thumbs-rating-up,
.thumbs-rating-container .thumbs-rating-down {
    padding: 2px 10px 1px;
    color: white;
    border-radius: 10px;
}

.thumbs-rating-container .thumbs-rating-up {
    background: green;
}

.thumbs-rating-container .thumbs-rating-down {
    background: red;
}

.thumbs-rating-container .thumbs-rating-already-voted {
    display: none;
}

.thumbs-rating-container .thumbs-rating-already-voted.thumbs-rating-show {
    display: block;
}

/* # Custom Page
---------------------------------------------------------------------------------------------------- */

.post-26233 .entry-content {
    box-shadow: 0 0 1px #333;
    padding: 10px 15px;
}

.post-26233 .entry-content p {
    box-shadow: none !important;
    text-align: justify;
    margin: 0px;
    padding: 0px 0px 10px 0px;
}

.post-26233 .entry-content h2 {
    box-shadow: none !important;
    text-align: left;
    padding: 0px 0px 10px;
}

.post-26233 .entry-content ol {
    text-align: justify;
    margin: 0px 0px 10px 0px;
}

.custom-blog .entry-content .aligncenter {
    margin: 0px auto;
    margin-bottom: -15px;
    border: 1px solid #ddd;
}
.custom-blog .entry-content table {
    margin: -10px 0px 20px 0px;
}


.post-ratings-loading {text-align: center !important;}

/* # Social Button
---------------------------------------------------------------------------------------------------- */

p.social {
    box-shadow: none !important;
    margin-bottom: 0px;
    padding: 10px;
	background: none;
}

p.social a {
    padding: 2px 15px;
    background: #2a7fba;
    margin-right: 10px;
    margin-bottom: 10px;
    color: #fff;
    display: inline-block;
    border-radius: 5px;
}

/* # Tabbed Navigation
---------------------------------------------------------------------------------------------------- */

.tab-container {
    display: flex;
    justify-content: center;
    border: 1px solid #ddd;
	background: #fff;
	border-radius: 5px 5px 0px 0px;
}

.tab-button {
    padding: 10px 20px;
	width: 50%;
    cursor: pointer;
    font-size: 18px;
    border: none;
    background: none;
    font-weight: bold;
    transition: 0.3s;
    color: black;
	background: #fff;
}

.tab-button:hover {
    color: #007bff;
	background: #ddd;
}

.tab-button.active {
    color: #007bff;
	background: #eee;
}

.tab-content {
    border: 1px solid #ddd;
    border-top: none;
    background: #fff;
    margin-bottom: 10px;
    border-radius: 0px 0px 5px 5px;
}

.grid-container {
    padding: 10px;
}
.grid-container a:hover {
    background: #007bff;
    color: white;
}

.tab-content {
    display: none;
}

.tab-content.active {
    display: block;
}

/* # Media Queries
---------------------------------------------------------------------------------------------------- */

@media only screen and (min-width: 768px) {
    nav {
        display: block !important;
    }
}

@media only screen and (max-width: 767px) {
    .site-container {
        margin: 0px auto;
        padding: 10px;
    }

    .site-header {
        min-height: 147px;
    }

    button.sub-menu-toggle {
        border: 0 !important;
        background: transparent;
        color: #fff;
        text-align: right;
        font-size: 16px;
    }

    .menu-toggle {
        border: none;
        display: block;
        font-size: 12px;
        font-weight: 700;
        color: #fff;
        min-height: 34px;
        width: 100%;
        margin: 0px auto;
        margin-bottom: 10px;
        overflow: hidden;
        background: #2a7fba;
        padding: 5px;
    }

    .menu-toggle:hover {
        color: #fff;
        background: #2a7fba;
    }

    .sub-menu-toggle {
        display: block;
        width: 100%;
        font-size: 10px;
        font-weight: 700;
        margin: 0 auto;
        overflow: hidden;
        padding: 5px 15px;
        visibility: visible;
        float: right;
        position: absolute;
        right: 0px;
        top: 0px;
        z-index: 100;
    }

    .activated {
        color: #fff;
        background: #2a7fba;
        margin-bottom: 0px;
        border-bottom: 1px solid #dedede;
    }

    .menu-toggle:before {
        content: "M E N U";
    }

    .menu-toggle.activated:before {
        border: 0;
        content: "M E N U";
    }

    .sub-menu-toggle:before {
        border: none;
        content: "+";
    }

    .sub-menu-toggle.activated:before {
        border: 0;
        content: "-";
    }

    nav {
        display: none;
        position: relative;
    }

    .nav-secondary {
        display: block;
    }

    .genesis-nav-menu .menu-item {
        display: block;
        width: 100%;
        padding: 5px 15px;
        position: relative;
        border-bottom: 1px solid #dedede;
    }

    .genesis-nav-menu .menu-item:last-child {
        border-bottom: 0px solid #dedede;
    }

    .nav-secondary .genesis-nav-menu .menu-item {
        border: none;
        padding: 0px;
    }

    .site-header .genesis-nav-menu {
        margin: 0px;
    }

    .genesis-nav-menu .menu-item:hover {
        position: relative;
    }

    .genesis-nav-menu .sub-menu {
        clear: both;
        display: none;
        opacity: 1;
        position: static;
        width: 100%;
    }

    .genesis-nav-menu .sub-menu .menu-item {
        display: block;
        width: 100%;
        padding: 5px 15px;
        border-bottom: 0px;
    }

    .genesis-nav-menu .sub-menu .menu-item:first-child {
        margin-top: 5px;
    }

    .genesis-nav-menu .sub-menu .menu-item:last-child {
        padding-bottom: 0px;
    }

    .genesis-nav-menu .sub-menu a {
        border-left: 0;
        position: relative;
        width: auto;
        border: none;
    }

    .nav-primary .genesis-nav-menu a {
        color: #fff;
        text-align: left;
        padding: 0px;
        box-shadow: none;
    }

    .nav-primary .genesis-nav-menu a:hover,
    .nav-primary .genesis-nav-menu .current-menu-item > a,
    .nav-primary .genesis-nav-menu .sub-menu .current-menu-item > a:hover {
        color: #fff;
    }

    .breadcrumb,
    .sidebar .widget,
    .archive-title,
    .comment-respond,
    .single .entry-header .info,
    .entry-content h2,
    .single .entry-content p,
    .page .entry-content p {
        white-space: normal;
    }

    .entry-header,
    .doctor,
    .page .entry-content .list li {
        display: block;
    }

    .entry-header .info,
    .doctor .info {
        width: 100%;
    }
}
