/* 
Theme Name:		 armboot
Theme URI:		 https://www.doctorarmpit.com
Description:	 armboot is a child theme of WP Bootstrap Starter, created by ChildTheme-Generator.com
Author:			 Timternet
Author URI:		 https://www.timternet.net
Template:		 wp-bootstrap-starter
Version:		 1.0.0
Text Domain:	 armboot
*/


/*
    Add your custom styles here
*/

/* global styles */

/* persistent sidebar fix */

.col-lg-8 {

    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;

}
.entry-content {
    margin: 0em 0 0;
}

h1.entry-title {
    border-bottom: 0px solid #eaecef;
	text-align: left;
	display: block !important;
	color: #000;
}
h1.entry-title::after {

    background: none repeat scroll 0 0 #000;
    bottom: -30px;
    content: "";
    display: block;
    height: 2px;
    position: relative;
    width: 19px;

}

.post-template-default h1.entry-title::after {
    background: none repeat scroll 0 0 #000;
    bottom: -30px;
    content: "";
    display: block;
    height: 0px;
    position: relative;
    width: 19px;
}

body:not(.theme-preset-active) #page-sub-header h1 {
    color: #3e7a9e;
}
body:not(.theme-preset-active) #masthead .navbar-nav > li > a {
    color: #bfbfbf;
    padding: 0.5rem;
    font-weight: 500;
    font-size: 0.875rem;
	text-transform: uppercase;
	font-weight: 600;
}
body {
    font-size: 1.1rem;
    line-height: 1.7;
	color: #464c53;
}
#page-sub-header p {
    line-height: 1.7;
    font-size: 1.45rem;
}
header#masthead {
    background-color: #333;
}

a:hover {
    color: #fff;
    text-decoration: underline;
}

#content a{
  color: #000;
}

#content a:hover  {
}

#content p a{
  color: #000;
  background:
     linear-gradient(
       to bottom, #3e7a9e 0%,
       #3e7a9e 100%
     );
    background-position: 0 100%;
    background-repeat: repeat-x;
    background-size: 1px 1px;
  text-decoration: none;
  transition: .2s;
}

#content p a:hover  {
  background-size: 4px 50px;
  color: #fff;
}

#ctf .ctf-header-user, #ctf .ctf-header-user:hover {
	color: #000;
}
#ctf #ctf-more {
	display: none;
}
#ctf {
	background: #f7f7f7;
	padding: 10px;
	margin-top: 2em;
}
#ctf .ctf-retweet-icon {
    background: #3e7a9e;
}
#ctf .ctf-header .ctf-header-follow {
    background: #3e7a9e;
}
#ctf .ctf-verified, #ctf .ctf-quoted-verified {
    color: #3e7a9e;
}

#ctf .ctf-tweets {
	font-size: 0.8em;
}



blockquote {
    padding: 2em 4em 2rem 1em;
    background-color: #f7f7f7;
    margin: 1em 0;
    font-family: 'Noto Serif JP', serif;
}
.wp-block-quote {
	position: relative;
}

.wp-block-quote cite {
    font-size: 0.6em;
    font-weight: 700;
    float: right;
	margin-right: -2em;
}
.wp-block-quote cite:before {
      content: '\2015';  
	  margin-right: 10px;
}
.wp-block-quote cite::after {
    content: '\201D';
    position: absolute;
    top: -0.3em;
right: 12px;
    font-size: 6em;
    font-style: italic;
    z-index: 1;
    font-family: initial;
}
.wp-block-quote p {
    margin-top: 0;
    margin-bottom: 0rem;
}

.navbar-light .navbar-toggler-icon {
    background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3e%3cpath stroke='rgba(256, 256, 256, 1)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

h2 {
margin-top: 2.2em;
font-weight: 200;
border-bottom: 0px solid #dbe0e3;
margin-bottom: 0.5em;
text-align: left;
}

h2:nth-of-type(1) {
margin-top: 1.2em;
}

.admin-bar #masthead nav {
    margin-top: 32px;
}
.navbar {
    background-color: #464c53;
}
#masthead nav {
	padding: .25rem .5rem;
}

h1, h2, h3, h4, h5, h6 {
    color: #3e7a9e;
    font-family: 'Noto Serif JP', serif;
}
h3, h4 {
    color: #464c53;
}
.wp-block-video video {
    max-width: 100%;
    display: block;
    margin-left: auto;
    margin-right: auto;
	width: 100%;
}

a.page-scroller {
color: #3e7a9e;
}
a.page-scroller:hover {
color: #000;
}

.wp-block-embed-youtube, .wp-block-gallery  {
	margin-top: 1.8em;
}


.site-info {
	text-align: center;
}

/* color */

#page-sub-header {
    background: #f7f7f7 !important;
}

/* primary section */

input[type="submit"] {
    display: block;
    margin: 0 auto;
}

.wp-block-button__link {
    background-color: #3e7a9e;
	 color: #fff !important;
	 border-radius: 0px;
    -moz-transition: all 0.2s ease-in;
    -webkit-transition: all 0.2s ease-in;
    -o-transition: all 0.2s ease-in;
    transition: all 0.2s ease-in;
}
.wp-block-button__link:hover {
    background-color: #464c53;
	text-decoration: none;
}


#primary {

}
.wp-block-image {
    max-width: 100%;
	margin-bottom: 2em;
    margin-top: 1.5em;
}

.wp-block-image img, .wp-block-image.is-resized img {
	display: block;
    margin-left: auto;
    margin-right: auto;
}

/* page specific styles*/
.page-id-30 .entry-title {
	display: none !important;
}

.container {
    max-width: 840px;
}

/* dwqa styles */

#post-35 .entry-content, #post-36 .entry-content {
    margin-top: 2em;
}

/* we don't want non logged in people */
.dwqa-answers-login {
	display: none;
}

input[name=dwqa-status] {    
   display: none;
}

.dwqa-question-filter a.active {
    background: #464c53 !important;
    color: #fff !important;
}

#dwqa-search .ui-autocomplete-input:hover, #dwqa-search .ui-autocomplete-input:focus, #dwqa-search .ui-autocomplete-input:active {
    border-color: #3e7a9e !important;
}
.dwqa-questions-list .dwqa-question-item span.dwqa-status.dwqa-status-open {
    background: #3e7a9e !important;
}
.dwqa-question-item .dwqa-status {
    box-shadow: 0 0 0 1px #3e7a9e inset !important;
}
.dwqa-questions-list .dwqa-question-item .dwqa-question-stats {
	display: none;
}
.dwqa-questions-list .dwqa-question-item .dwqa-question-meta .dwqa-question-category {
	display: none;
}
.dwqa-comment-form {
	display: none;
}
.dwqa-question-vote {
	display: none;
}
.dwqa-answer-form .dwqa-select {
    display: none;
}
.dwqa-answer-vote {
display: none;
}
.dwqa-pick-best-answer {
display: none;
}
    .google-recaptcha {
        text-align: center;
    }

    .g-recaptcha {
        display: inline-block;
    }
.dwqa-answer-item {
    padding: 20px 0 20px 0px;
}
.single-dwqa-question .dwqa-question-item {
    padding-left: 0px;
}
.dwqa-question .entry-footer  {
	color: #fff;
	text-align: center;
	margin-top: 25px;
}
.dwqa-question .entry-footer a  {
margin-left: -8px;
}
.dwqa-breadcrumbs a {
    font-size: 17px !important;
    font-weight: 400;
}
span.dwqa-current {
    font-size: 17px !important;
}
.single-dwqa-question .dwqa-question-meta, .single-dwqa-question .dwqa-answer-meta {
    background: #f7f7f7 !important;
    border: 0px solid #e7e7e7 !important;
}
.dwqa-comments {
    border-width: 0 0px 0px !important;
    border-style: solid;
    border-color: #fff;
}
.dwqa-questions-footer .dwqa-pagination .dwqa-current {
    background: #464c53 !important;
}
.dwqa-questions-footer .dwqa-pagination .dwqa-page-numbers {
    font-weight: 400;
}
.dwqa-questions-footer .dwqa-ask-question {
    display: inline-block;
    background-color: #464c53;
    font-weight: 600;
}
.dwqa-questions-footer .dwqa-ask-question a {
    color: #fff !important;
}
.dwqa-questions-list .dwqa-question-item {
    padding: 10px 0 10px 80px !important;
}
.dwqa-questions-list div.dwqa-question-item span.dwqa-status {
    top: 49px !important;
}
.dwqa-question-filter {
	display: none;
}
.dwqa-container {
    margin-top: 2em;
}

.single-dwqa-question .dwqa-question-content, .single-dwqa-question .dwqa-answer-content {
    border: 0px solid #e7e7e7;
    border-width: 0 0px !important;
}

.youtube-responsive-container {
position:relative;
padding-bottom:56.25%;
padding-top:30px;
height:0;
overflow:hidden;
}

.youtube-responsive-container iframe, .youtube-responsive-container object, .youtube-responsive-container embed {
position:absolute;
top:0;
left:0;
width:100%;
height:100%;
}

 /*
.wp-embed-aspect-16-9 {
position:relative;
padding-bottom:56.25%;
padding-top:30px;
height:0;
overflow:hidden;
}

.wp-embed-aspect-16-9 iframe, .wp-embed-aspect-16-9 object, .wp-embed-aspect-16-9 embed {
position:absolute;
top:0;
left:0;
width:100%;
height:100%;
}
*/

.paylarge {
    background-image: url("https://doctorarmpit.com/wp-content/uploads/2019/09/bg2.jpg");
	  background-repeat: no-repeat;
  background-size: cover;
  filter: grayscale(40%);
}
.cmet {
	margin-top: 1em;
}
.paylarge input { 
max-width: 300px;
width: 100%;
display: block;
margin-left: auto;
margin-right: auto;
background: rgba(256, 256, 256, 0.7);
padding: 20px;
} 

.navbar-brand a img {
	max-width: 240px;
}

.site-info input{ 
max-width: 200px;
width: 100%;
} 

@media only screen and (max-width: 500px) {
.wp-block-gallery .blocks-gallery-item {
    width: 100%;
}
.wp-block-gallery .blocks-gallery-image, .wp-block-gallery .blocks-gallery-item {
    margin: 0 0px 16px 0;
}
.navbar-brand a img {
	max-width: 150px;
	width: 100%;
}
.navbar-brand {
    white-space: nowrap;
    width: calc(100% - 41px);
	margin-right: 0rem;
}
}

@media only screen and (max-width: 782px) {
.admin-bar #masthead nav {
    margin-top: 46px;
}
.navbar-brand a img {
	max-width: 200px;
}
}


