/*---------------------------------------------------------------
	[Styles for WordPress]
	
	This stylesheet define some styles for WordPress 
	Default generate classes like alignleft, aligright etc
  
	
	---------------------------
	Table Contents
	---------------------------
	01 - Wordpress Generated Styles
		 01.1 - Gutenberg CSS
	02 - Comments CSS
	04 - General Styles
	03 - Sidebar And Widgets Styles
-------------------------------------------------------------*/

/*-------------------------
01 - Wordpress Generated 
	 Default Style
-------------------------*/
.aligncenter img,
.aligncenter { 
	display: block; 
	margin: 0 auto; 
}
.aligncenter figure,
.aligncenter img {
	text-align:center;
}
.alignright { 
	float: right; 
	margin: 0 0 10px 20px; 
}
.alignleft { 
	float: left; 
	margin: 0 20px 10px 0; 
}
.floatleftcenter { 
	float: none; 
	margin: 0 auto; 
}
.floatleft { 
	float: left 
}
.floatright { 
	float: right 
}
.size-auto, 
.size-full,
.size-large,
.size-medium,
.size-thumbnail {
	max-width: 100%;
	height: auto;
}
.wp-caption, 
.gallery-caption { 
	text-align: center; 
	max-width: 100%; 
	border: 1px solid #f8f8f8; 
	background-color: #fff; 
	padding: 8px; 
	color:#383838;
}
.wp-caption-text {
	color:#383838; 
}
.wp-caption img { 
	display: block; 
	margin: 0 auto; 
	padding: 0; 
	border: 0 none; 
}
.wp-caption p.wp-caption-text { 
	font-size: 0.875em; 
	padding: 10px 0 0; 
	margin: 0; 
	text-align: center; 
}
.wp-caption,
.wp-caption.alignnone { 
	margin-bottom: 20px 
}
.wp-smiley { 
	margin: 0; 
	max-height: 1em; 
}
.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
	height: 1px;
	width: 1px;
	overflow: hidden;
}
.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: 600;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000; /* Above WP toolbar. */
}
.bypostauthor {
	line-height:25px; 
}
#img-attch-page { 
	text-align: center; 
	overflow: hidden; 
}
#img-attch-page img { 
	display: inline-block; 
	margin: 0 auto; 
	max-width: 100%; 
	margin-bottom: 20px; 
}
.post-password-form label, 
.post-password-form input { 
	display: block; 
	float: none; 
}
.post-password-form input { 
	margin-top: 10px 
}
.post-password-form input[type="password"] { 
	width: 200px; 
	max-width: 100%; 
}
.post-password-form label { 
	font-weight: 600; 
	color: #0e0e0e; 
}
form.login { 
	padding: 20px; 
	border: 1px solid #f8f8f8; 
}
form.login .lost_password { 
	margin-left: 20px; 
	display: inline-block; 
}
.wpstats { 
	display: none 
}
.tagcloud a {
    padding: 10px 5px;
    white-space: nowrap;
    margin: 5px;
    display: block;
    line-height: 1px !important;
    float: left;
}
.tagcloud a:hover {
	background-color:#0e0e0e;
	color:#FFF !important; 
}
.product_meta::after, 
.widget::after {
	clear:both;
	content:"";
	display:table; 
}
.image-navigation {
	background-color:#FFF !important;
	border-top:1px solid #f8f8f8;
	border-bottom:1px solid #f8f8f8; 
	margin-bottom:25px;
	padding:25px;
}


/*-------------------------
01.1 - Gutenberg CSS
-------------------------*/
.has-large-font-size {
	line-height:normal;
}
.attachment .entry-content .entry-caption {
    font-size: 140%;
    margin-top: 24px;
}
.attachment .entry-content .nav-previous a:before {
    content: '\2190\00a0';
}
.attachment .entry-content .nav-next a:after {
    content: '\00a0\2192';
}
.alignnone,
img.alignnone {
    margin: 0 20px 20px 0!important;
}
.alignright,
img.alignright {
    float: right;
    margin: 0 0 20px 20px!important;
}
.alignleft,
img.alignleft {
    float: left;
    margin: 0 20px 20px 0!important;
}
img.aligncenter {
    margin-left: auto;
    margin-right: auto
}
.entry-content {
    margin-left: auto;
    margin-right: auto;
}
.wp-block-image.alignfull img, 
.wp-block-image.alignwide img {
    width: 100%;
}
.wp-block-image, 
.wp-block-image img {
    max-width: 100%;
}
.wp-block-image.alignfull img,
.wp-block-image.alignwide img {
	width:100%;
}
.wp-block-image .aligncenter,
.wp-block-image .alignleft,
.wp-block-image .alignright,
.wp-block-image.is-resized {
	display:table;
	margin-left:0;
	margin-right:0;
}
.wp-block-image .alignleft {
	float:left;
	margin-right:1em
}
.wp-block-image .alignright {
	float:right;
	margin-left:1em;
}
.wp-block-image .aligncenter {
	margin-left:auto;
	margin-right:auto;
}
.wp-block-image figcaption {
	margin-top:.5em;
	margin-bottom:1em;
	color:#383838;
	text-align:center;
	font-size:13px
}
.wp-block-image.alignfull img {
    position: relative;
    background-size: cover;
    background-position: 50%;
    width: 100%!important;
    margin: 0 0 1.5em;
    display: flex;
    justify-content: center;
    align-items: center;
}
.wp-block-image img {
    max-width: 100%;
}
.wp-block-cover-image {
    width: auto;
}
.wp-block-cover-image.alignwide {
    padding: 0 15%;
}
.wp-block-image figcaption {
    margin-bottom: 25px;
}
.wp-block-spacer {
    width: 100%;
    float: left;
}
.wp-block-spacer::before,
.wp-block-spacer::after {
    clear: both;
}
.wp-block-gallery {
    margin-bottom: 25px;
}

.wp-block-gallery .blocks-gallery-image,
.wp-block-gallery .blocks-gallery-item {
    overflow: hidden;
}
.wp-block-gallery .blocks-gallery-image a img,
.wp-block-gallery .blocks-gallery-item a img {
    -webkit-transition: 150ms linear all;
    -moz-transition: 150ms linear all;
    transition: 150ms linear all;
}
.wp-block-gallery .blocks-gallery-image a:hover img,
.wp-block-gallery .blocks-gallery-item a:hover img {
    opacity: 0.5;
}
.wp-block-gallery .blocks-gallery-image figcaption,
.wp-block-gallery .blocks-gallery-item figcaption {
    background: #ffffff;
    color: #383838;
    font-weight: 600;
    margin-top: 100px;
    padding: 10px 10px 0 10px;
    -webkit-transition: 250ms linear all;
    -moz-transition: 250ms linear all;
    transition: 250ms linear all;
}
.wp-block-gallery .blocks-gallery-image:hover figcaption,
.wp-block-gallery .blocks-gallery-item:hover figcaption {
    margin-top: 0;
}
.wp-block-button {
    display: table;
}
.wp-smiley {
    margin: 0;
}
svg:not(:root) {
    overflow: hidden;
}
.hidden {
    display: none!important;
    visibility: hidden;
}
.invisible {
    visibility: hidden;
}
:focus {
    outline-color: transparent;
    outline-style: none;
}
form {
    margin: 0 auto;
}
legend {
    border: 0;
    padding: 0;
    font-size: 14px;
    font-weight: 500;
    text-transform: capitalize;
}


/*-------------------------
02 - Comments CSS
-------------------------*/
.comments_list_wrap ul.children,
.comments_list_wrap ul > li + li {
	margin-top: 1.15em;
}
.comments_wrap .comment-respond {
	padding-bottom:4px;
}
.comments_list_wrap .comment-respond {
	margin-top:20px;
	margin-bottom:20px;
}
.comments_list_wrap > ul {
	padding-bottom: 1.25em;
}
.comments_list_wrap ul > li + li > .comment_author_avatar {
	top: 1.5em;
}

/* Trackbacks and pingbacks */
.comments_list > li.trackback {
	list-style: none;
    margin-left: 0;
    padding-left: 0;
    padding-right: 4em;
    min-height: 0;
    position: relative;
    padding: 20px 30px;
    margin-top: 15px;
    margin-bottom: 15px;
}
.comments_list > li.trackback p {
	font-style:italic;
	padding-bottom:0.8em;
}
.comments_list > li.trackback p a { 
	font-style:normal; 
}
.comments_list > li.trackback .edit-link { 
	position:absolute;
	right:0;
	top: 0;
}
.comments_list > li+li.trackback .edit-link { 
	position: absolute;
    right: 15px;
    top: 1.25em;
}

/* Comment list */
.comments_list_wrap .comments_closed {
	margin-top:2em;
	color:#0e0e0e;
}
.comments_list_wrap .comments_list_title {
    margin-bottom: 0.92em;
}
.comments_list_wrap > ul {
	padding:0;
	margin:0;
	list-style: none;
}
.comments_list_wrap ul > li {
	overflow:hidden;
	position:relative;
	min-height:5em;
}
.comments_list_wrap ul > li:before {
	display:none;
}
.comments_list_wrap ul ul {
    padding-left: 0;
    margin-left: 3.6em;
}
.comments_list_wrap ul ul ul ul ul {
	margin-left:0;
}
.comments_list_wrap .comment_author_avatar {
    position: absolute;
    left: 30px;
    top: 30px;
    z-index: 1;
    width: 75px;
    height: 75px;
}
.comments_list_wrap .comment_author_avatar img{
    width: 100%;
    max-width: none;
}
.comments_list_wrap .comment_content {
    padding: 30px 30px 30px 130px;
    border-bottom: 0;
	background-color:#f8f8f8;
}
.comments_list_wrap .comment_info {
	margin-bottom:0.8em;
}
.comments_list_wrap .comment_info > span + span:before {
	content: "|";
	display:inline-block;
	margin: 0 0.9em;
}
.comments_list_wrap .comment_not_approved {
	padding: 0 0 0.5em 0;
	font-style:italic;
	font-weight:300;
}
.comments_list_wrap .comment_text {
	margin-bottom:0.7em;
}
.comments_list_wrap .comment_text p:last-child {
	margin-bottom:0px;
}
.comments_list_wrap .comment_text ul {
	margin:0;
	padding: 0 0 0 1.5em;
	list-style:outside;
}
.comments_list_wrap .comment_text ul > li > ul {
	margin-top: 0.5em;
}
.comments_list_wrap .comment_text ul > li {
	min-height:0;
	border:none;
	padding:0;
	margin:0 0 0.5em 0;
	overflow:visible;
}

/* Comments form */
.comments_wrap .comments_list_wrap .comment-reply-title {
	display:block;
}
.comment-reply-title small a {
	font-size:1rem;
	line-height:33px;
}
.comment-reply-title small {
	float:right;
	font-size:12px;
}
.comment-respond .button {
	margin-bottom:0px; 
}
.comments_wrap .comments_notes {
	font-size:0.875em;
	color:#909090;
}
.comments_wrap .comments_field  {
	margin-bottom:20px;
    float: left;
    width: 48%;
    padding: 0;
}
.comments_wrap .comments_field + .comments_field {
    margin-left: 3%;
    width: 49%;
}
.comments_wrap .comments_field label {
	display:none;
}
.comments_wrap .comments_field input,
.comments_wrap .comments_field textarea {
	width:100%;
}

/* Submit button */
.comments_form_wrap {
    padding-top: 30px;
}
.spacer-border {
	margin-bottom:15px;
}
.comments_wrap .form-submit { 
	text-align:right;
	margin:0;
	padding-left:0px;
}
.comments_form_title {
    margin-bottom: 0.95em;
}
.comments_wrap .comments_field.comments_message {
    width: 100%;
    margin: 0 0 1.65em;
}
.form-submit {
	padding:0rem; 
	width:100%;
}

/*-------------------------
03 - General Styles
-------------------------*/
.post-author a {
	display:block;
	max-width: 65px;
	overflow: hidden;
}
.widget ul {
	list-style:none;
	margin-left:0px;
}
.widget-content {
	position:relative;
}
.widget-content ul:last-child {
	margin-bottom:0px;
}
.sidebar .search_form button,
.widget-content .search_form button,
.widget-content .search_form input[type="text"] {
	margin-bottom:0px;
}
.widget-content .search_form input[type="text"] {
	padding-top:6px;
	padding-bottom:6px;
}
.sidebar .search_form button,
.widget-content .search_form button {
	position:absolute;
	top:0px;
	right:0px;
	padding:11px;
	border-radius:0px 5px 5px 0px;
}
.widget-content p:last-child {
	margin-bottom:0px;
}
.widget strong {
	font-weight:600;
}
.blog-rating .post-meta {
	margin-bottom:0px;
	margin-left:0px;
	list-style:none;
}
.blog-rating .post-meta li {
	display:inline-block;
	padding:15px 15px 0px 15px;
}
.no_thumb .blog-meta:after {
	clear:both;
	display:table;
	content:"";
}
.no_thumb .blog-thumb .image-side {
	display:none;
}
.no_thumb.blog-post .blog-thumb .blog-meta {
	width:100% !important;
	float:none !important;
	height:auto !important;
	padding-top:10px !important;
	padding-bottom:10px !important;
}
.widget-content br {
    height: 14px;
    display: block;
    content: "";
}
.wpcf7 p {
	margin-bottom:0px;
}
.wpcf7 br {
	display:none; 
}
div.wpcf7 .ajax-loader {
	display:none;
}
.no_thumb.blog-post .blog-thumb .post-author-image {
	padding-top:0px;
	float:left;
	margin-right:15px;
}
.no_thumb.blog-post .blog-thumb .post-author-image img {
	margin-bottom:0px;
}
.no_thumb.blog-post .blog-thumb .post-author {
	float:left;
	line-height:56px;
}
.no_thumb.blog-post .blog-thumb .post-author a {
	display:inline;
	max-width:none;
}
.no_thumb .meta-seprator {
	display:none;
}
.no_thumb.blog-post .blog-thumb .post-date {
	float:right;
	position: relative;
	padding-bottom:0px;
	line-height:56px;
	width:auto;
	margin-left:15px;
}

.left_sidebar .grid-container .cell.sidebar {
    left: -75%;
    position: relative;
}
.left_sidebar .grid-container .cell.content-side, 
.left_sidebar .grid-container .cell.posts-wrap {
    left: 25%;
    position: relative;
}
.left_sidebar .grid-container .cell.large-5.sidebar,
.left_sidebar .grid-container .cell.medium-5.sidebar {
    left: -58.33333%;
    position: relative;
}
.left_sidebar .grid-container .cell.large-7.posts-wrap,
.left_sidebar .grid-container .cell.medium-7.posts-wrap {
    left: 41.66667%;
    position: relative;
}

.single-doc-img .thumbnail img,
.single-doc-img .thumbnail {
	width:100%;
	height:auto;
}

.comments_wrap .form-submit {
    text-align: right;
    margin: 0;
    padding-left: 0px;
}
.form-submit {
    padding: 0rem;
}
.no-meta .blog-thumb .image-side img,
.no-meta .blog-thumb .image-side {
	width:100% !important;
	height:auto;
}
.author-box,
.sharing-posts {
	margin-top:0.9375rem;
	margin-bottom:0.9375rem;
}
.entry-attachment {
	text-align:center;
}
.search-page .post-content p {
	margin-bottom:0px;
}
.footer-bottom .text-right ul {
	text-align:right;
	display:inline-block;
}
.footer-widget .image {
	margin-bottom:0px;
}
.footer-widget hr {
	border-bottom:1px dashed rgba(237, 237, 237, 0.2);
}
.footer-widget .socialicons a i {
	margin-right:0px;
}
.footer-widget .socialicons a {
	margin-left:15px;
	margin-right:15px;
}
.ft-information-boxes .icon-side {
	float:left;
	width:55px;
	text-align:left;
}
.single-service-page .service {
	margin-bottom:0px;
	margin-top:0px;
}
.small-spacer {
	margin-top:40px;
}
.testimonials-carousel .owl-controls,
.services-carousel .owl-controls,
.brand-carousel .owl-controls {
	clear:both;
	bottom:0px;
	top:100%;
}
.owl-stage-outer:after {
	clear:both;
	display:table;
	content:"";
}

/*-------------------------
04 - Sidebar And Widgets 
	 Styles
-------------------------*/
.footer-widget .border-btm li, 
.sidebar .border-btm li {
    border-bottom: 1px dashed rgba(224, 224, 224, 0.4);
    padding-bottom: 10px;
    padding-top: 0px;
	padding-top:10px;
}
.single-service .blog-img img {
	width:100%;
	height:auto;
}
.widget_wc_time_table .border-btm li:before {
	content:"";
	display:none;
}
.widget_wc_time_table .border-btm li {
	position:relative;
}
.widget_wc_time_table .border-btm li span {
	float:right;
}
.footer-widget .border-btm li, .sidebar .border-btm li {
	margin-bottom:0px;
}
.widget_wc_contact_widget .socialicons a {
	padding-left:7px;
	padding-right:7px;
}
.footer-widget .border-btm li:last-child,
.sidebar .border-btm li:last-child {
	border-bottom:0px;
	margin-bottom:0px;
	padding-bottom:0px;
}
.footer-widget table,
.widget table {
	margin-bottom:0px;
}
.footer-widget .widget-details h6, 
.footer-widget .widget-details h6 a,
.sidebar .widget-details h6, 
.sidebar .widget-details h6 a {
	color:#0e0e0e;
}
.footer-widget .menu .button, 
.footer-widget .menu a,
.widget .menu .button, 
.widget .menu a {
	display:inline;
	padding:0px;
}
.footer-widget ul ul ul ul ul ul,
.widget ul ul ul ul ul ul {
	display:none;
}
.footer-widget .widget-post,
.sidebar .widget-post {
	border-bottom-color:rgba(244, 244, 244, 0.6);
}
.widget-content .widget-post:last-child {
	padding-bottom:0px;
	margin-bottom:0px;
	border-bottom:0px;
}
.footer-widget .address li,
.sidebar .widget .address li {
	line-height:25px;
}
.footer-widget select[name="monster-widget-just-testing"],
.footer-widget select[name="cat"],
.footer-widget select[name="archive-dropdown"],
.widget select[name="cat"],
.widget select[name="archive-dropdown"],
.sidebar select[name="monster-widget-just-testing"] {
	margin-bottom:0px;
}
.calendar_wrap table tbody td, 
.calendar_wrap table tbody th,
.calendar_wrap table tfoot td, 
.calendar_wrap table tfoot th, 
.calendar_wrap table thead td, 
.calendar_wrap table thead th {
	padding-left:5px;
	padding-right:5px;
	text-align:center;
}
.footer-widget tfoot td a {
	color:#0e0e0e;
}
.footer-widget tbody td {
	color:#383838;
}
.footer-widget ul li cite,
.widget ul li cite {
	margin-bottom:0px;
}
.footer-widget ul li .rssSummary,
.widget ul li .rssSummary {
	margin-bottom:15px;
}
.rss-date {
	display:block;
	margin-top:10px;
	margin-bottom:10px;
}
.widget-content {
	overflow:hidden;
}
.footer-widget ul li:last-child,
.widget ul li:last-child {
	margin-bottom:0px;
	padding-bottom:0px;
}
.footer-widget .search_form,
.sidebar .search_form {
	position:relative;
}
.footer-widget .search_form input[type="text"] {
	margin-bottom:0px;
}
.footer-widget .search_form button,
.sidebar .search_form button {
	position:absolute;
	top:0px;
	right:0px;
}
.widget-content .menu li {
	display:block;
	width:100%;
}
.widget-content .menu>li>a {
	padding-top:0px;
	padding-bottom:0px;
}
.footer-widget {
	margin-bottom:1.875rem;
}
.cell .footer-widget:last-child {
	margin-bottom:0px;
}
.footer-widget ul li:last-child {
	margin-bottom:0px;
	padding-bottom:0px;
	border-bottom:0px;
}
.wp-caption .wp-caption-text {
	color:#383838;
}
.footer-widget:after,
.widget:after {
	clear:both;
	content:"";
	display:table;
}
.footer-widget .menu  ul {
	display:none;
}
.footer-widget .address i,
.sidebar .widget .address i {
	margin-right: 10px;
	float:left;
	margin-top:6px;
}
.widget-content ul.address li {
	position:relative;
}
.widget-content ul.address li:after {
	clear:both;
	display:table;
	content:"";
}
.widget-content ul.address li span {
	width:calc(100% - 30px);
	display:inline-block;
}
.widget_media_image .widget-content {
	padding:0px;	
}
.footer-widget .socialicons i {
	margin-left:5px;
	margin-right:5px;
}
.widget-content .address li:before {
	display:none;
}
pre {
    background: #eee;
    font-size: 0.9375rem;
    line-height: 26px;
    margin-bottom: 1.6em;
    max-width: 100%;
    overflow: auto;
    padding: 1.6em;
}
.wpcf7-form-control-wrap {
	display:block;
}
.use-floating-validation-tip span.wpcf7-not-valid-tip {
	top:1px;
	left:auto;
	right:0px;
	min-width:300px;
	line-height:48px;
	background-color:#f8f8f8;
	border:0px;
}
.woocommerce a.added_to_cart {
    background-color: #e9490b;
    padding: 5px 15px;
    position: absolute;
    top: 0px;
    right: 0px;
    color: #FFF;
}
.widget-content .widget-post:first-child {
	margin-top:0px;
}
.widget-content .widget-post:last-child {
	border-bottom:0px !important;
}
.widget-post {
	margin-top:15px;
	margin-bottom:15px;
	padding-bottom:15px;
	border-bottom:1px solid rgba(244, 244, 244, 0.4) !important;
}
.widget-post:after {
	clear:both;
	display:table;
	content:"";
}
.widget-post img {
	float:left;
	margin-right:20px;
	width:65px;
	height:auto;
}
.widget-post .widget-detail {
	float:left;
}
.widget-content .menu-footer-widget-menu-container ul li {
	margin-right:7.5px;
	width:calc(50% - 7.5px) !important;;
	float:left !important;
	padding-top:10px;
	padding-bottom:10px;
}
.widget-post h6 a {
	font-weight:normal;
}
.widget-content .menu-footer-widget-menu-container ul li:first-child {
	padding-top:7.5px;
}
.widget-content .social-icons {
	border-top:1px solid rgba(224, 224, 224, 0.4);
	padding-top:15px;
}
.widget-content .social-icons ul.menu li:before,
.widget-content .contact-us ul li:before {
	display:none;
}
.widget-content .contact-us ul li {
	border-bottom:0px;
	padding-top:7px;
	padding-bottom:7px;
}
.widget-content .social-icons ul.menu {
	display:inline-block;
}
.widget-content .social-icons ul.menu li {
	display:inline;
}