@charset "utf-8";
/* CSS Document */

img{
	max-width: 100%;
	height: auto;
}
p.wp-caption-text {
    font-size: 11px;
    line-height: 17px;
    margin: 0;
    padding: 0 4px 5px;
	text-align:center;
}
.gallery-caption {
	display: block;
	margin-bottom: 1em;
}
.commentlist .bypostauthor {
	border-top: 10px solid #e18728;
}

.wp-caption img {
    height: auto;
    max-width: 100% !important;
}

.sticky h1,
.tag-sticky-2 h1 {
    font-size: 30px;
	font-weight: 700;
}
.sticky p,
.tag-sticky-2 p {
    font-size: 15px;
	font-weight: 500;
}
.alignright {
    float: right;
    margin-left: 10px
}
.aligncenter {
    margin-left: auto;
    margin-right: auto;
    margin-top: 50px;
    text-align: center
}
img.aligncenter {
    margin-top: 0!important;
	display: block;
}
.alignleft {
    margin-right: 10px;
	float:left;
	margin-bottom:10px;
}
.alignnone {
    height: auto;
    max-width: 100% !important;
}

.wp-block-button a.wp-block-button__link{
	transition: background .15s ease-in-out;
	line-height: 1.2;
	box-sizing: border-box;
	text-decoration: none;
	padding: 10px 15px;
	border-radius: 5px;
	margin-bottom:15px;
}
.wp-block-button.is-style-squared a.wp-block-button__link{
	border-radius: 0px;	
}
.wp-block-button.is-style-outline a.wp-block-button__link:hover{
	background-color:transparent;
}
.wp-block-button a.wp-block-button__link:hover{
	color:#ffffff;
}

.wp-block-cover-image .wp-block-cover-image-text,
.wp-block-cover-image .wp-block-cover-text,
.wp-block-cover-image h2,
.wp-block-cover .wp-block-cover-image-text,
.wp-block-cover .wp-block-cover-text,
.wp-block-cover h2 {
    color: #ffffff !important;
    font-size: 2em;
    line-height: 1.25;
    z-index: 1;
    margin-bottom: 0;
    max-width: 610px;
    padding: 14px;
    text-align: center;
}

.wp-block-cover p {
    color: #ffffff !important;
    font-size: 2em;
    line-height: 1.6;
    margin-bottom: 0;
}
.wp-block-cover p strong {
    color: #ffffff !important;
}

.wp-block-cover p a{
    color: #ffffff !important;
    font-size: 1em !important;
    line-height: 1.25 !important;
	text-decoration:underline;
}
.wp-block-cover{
	margin-bottom:20px;
}
.wp-block-cover + p {
    margin-top: 30px;
}
.wp-block-media-text{
	margin-bottom:15px;
}
.wp-block-pullquote,
.wp-block-video{
	margin-bottom:20px;
}
.wp-block-pullquote,
.wp-block-pullquote blockquote {
	border-left: none !important;
}
.wp-block-pullquote.is-style-solid-color{
	border:none !important;
}

.wp-block-archives-dropdown select{
	display: block;
	width: 300px;
	height: 56px;
	padding: 6px 0px;
	font-size: 14px;
	line-height: 1.85;
	color: inherit;
	background-color: transparent;
	background-image: none;
	border: 2px solid transparent;
	border-bottom-color: transparent;
	border-bottom-color: rgb(218,218,218);
	border-bottom-color: rgba(218,218,218,0.7);
	-webkit-transition: border-color ease-in-out .15s;
	transition: border-color ease-in-out .15s;
}
.has-large-font-size {
    font-size: 36px;
    line-height: 1;
}

.post-password-form input[type=password] {
	border: 1px solid #d1d1d1;
    color: #666;
    padding: 5px 10px;
	-webkit-transition: all 0.7s ease 0s;
	-moz-transition: all 0.7s ease 0s;
	-o-transition: all 0.7s ease 0s;
	transition: all 0.7s ease 0s;
}

.post-password-form input[type=password]:focus,
.post-password-form input[type=password]:hover {
	-webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.15) inset;
	-moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.15) inset;
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.15) inset;
}

.post-password-form input[type=submit] {
	background-color:#000;
	border:1px solid #000;
	font-size: 12px;
    letter-spacing: 2px;
    padding: 4px 10px 5px;
    text-transform: uppercase;
	transition: all 0.4s ease-in-out;
    color: #fff;
    font-weight: 600;
}
.post-password-form input[type=submit]:hover {
	background-color: transparent;
    color: #000;
}

.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: .875rem;
    font-weight: 700;
    height: auto;
    left: 5px;
    line-height: normal;
    padding: 15px 23px 14px;
    text-decoration: none;
    top: 5px;
    width: auto;
    z-index: 100000
}

table {
	font-size:14px;
	margin:0 0 20px;
    width: 100%;
	
}
table, th, td {
	text-align:left;
}

table tr > th,
table tr > td {
    border: 1px solid #d2d2d2;
    line-height: 2.5;
    padding-left: 7px;
    vertical-align: top;
}

dt {
    font-weight: 700;
}
dd {
    margin: 0 0 1.75em;
}
address {
    font-style: italic;
    margin: 0 0 1.75em;
}
big {
    font-size: 125%;
}
cite, em{
    font-style: italic;
}
code {
    background-color: rgba(68, 68, 68, 0.2);
    padding: 0.125em 0.325em;
	white-space: unset;
}
del {
    opacity: 0.7;
}
mark, ins {
    background: #007acc none repeat scroll 0 0;
    color: #fff;
    padding: 0.125em 0.25em;
    text-decoration: none;
}
pre {
    border: 1px solid #d1d1d1;
    line-height: 1.3125;
    margin: 0 0 1.75em;
    max-width: 100%;
    overflow: auto;
    overflow-wrap: break-word;
    padding: 1em;
    white-space: pre-wrap;
}
q{
	font-size: 1.5rem;
}

.pagination {margin: 20px 0 6px;} 
.pagination [class^="arrow-icon-"]:before {width: auto;} 
.pagination > li >  a,
.pagination > li >  span {
padding: 8px 15px;
border:3px solid #0e0f10;
margin-bottom: 10px;
margin-right: 9px;
display: inline-block;
color: #232526;
background-color: transparent;
border-radius: 0 !important;
}
.pagination > li:first-child >  a, 
.pagination > li:last-child >  a {
	border-color: #0e0f10;
	padding: 8px 14px;
}
.pagination > li > span {
	background-color: #0e0f10; 
	color:#fff; border-color:#0e0f10;
} 
.pagination > li > a:hover, 
.pagination > li.active > a:hover,
.pagination > li > span {
	background-color: #3b3e41; 
	border-color: #3b3e41; 
	color: #fff;
}
.pagination > li.active > a {
	color:#fff;
}

.blog-post::after,
.entry-content::after { 
   content: "."; 
   visibility: hidden; 
   display: block; 
   height: 0; 
   clear: both;
}

.cmnt_xtx{
	margin-bottom: 5px;
}

/*New Pricing Tables*/

.new_tables {
    background: #f5f5f5;
}

.pricingTable10 {
    text-align: center
}

.pricingTable10 .pricingTable-header {
    padding: 30px 0;
    background: #4d4d4d;
    position: relative;
    transition: all .3s ease 0s
}

.pricingTable10 .pricingTable-header:after,
.pricingTable10 .pricingTable-header:before {
    content: "";
    width: 16px;
    height: 16px;
    border-radius: 50%;
    border: 1px solid #d9d9d8;
    position: absolute;
    bottom: 12px
}

.pricingTable10 .pricingTable-header:before {
    left: 40px
}

.pricingTable10 .pricingTable-header:after {
    right: 40px
}

.pricingTable10 .heading {
    font-size: 20px;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 2px;
    margin-top: 0
}

.pricingTable10 .price-value {
    display: inline-block;
    position: relative;
    font-size: 55px;
    font-weight: 700;
    transition: all .3s ease 0s
}
.pricingTable10.active_table .price-value {
	color: #ffffff;
}

.pricingTable10:hover .price-value {
    color: #fff
}

.pricingTable10 .currency {
    font-size: 30px;
    font-weight: 700;
    position: absolute;
    top: 6px;
    left: -19px
}

.pricingTable10 .month {
    font-size: 16px;
    color: #fff;
    position: absolute;
    bottom: 15px;
    right: -30px;
    text-transform: uppercase
}

.pricingTable10 .pricing-content {
    padding-top: 50px;
    background: #fff;
    position: relative
}

.pricingTable10 .pricing-content:after,
.pricingTable10 .pricing-content:before {
    content: "";
    width: 16px;
    height: 16px;
    border-radius: 50%;
    border: 1px solid #7c7c7c;
    position: absolute;
    top: 12px
}

.pricingTable10 .pricing-content:before {
    left: 40px
}

.pricingTable10 .pricing-content:after {
    right: 40px
}

.pricingTable10 .pricing-content ul {
    padding: 0 20px;
    margin: 0;
    list-style: none
}

.pricingTable10 .pricing-content ul:after,
.pricingTable10 .pricing-content ul:before {
    content: "";
    width: 8px;
    height: 46px;
    border-radius: 3px;
    background: linear-gradient(to bottom, #818282 50%, #727373 50%);
    position: absolute;
    top: -22px;
    z-index: 1;
    box-shadow: 0 0 5px #707070;
    transition: all .3s ease 0s
}

.pricingTable10 .pricing-content ul:before {
    left: 44px
}

.pricingTable10 .pricing-content ul:after {
    right: 44px
}

.pricingTable10 .pricing-content ul li {
    font-size: 15px;
    font-weight: 500;
    color: #777473;
    padding: 10px 0;
    border-bottom: 1px solid #d9d9d8
}

.pricingTable10 .pricing-content ul li:last-child {
    border-bottom: none
}

.pricingTable10 .read {
    display: inline-block;
    font-size: 16px;
    color: #fff;
    text-transform: uppercase;
    padding: 8px 25px;
    margin: 30px 0;
    transition: all .3s ease 0s
}

.pricingTable10 .read:hover {
    text-decoration: none;
}

.pricingTable10:hover .read {
    background: #000000
}

@media screen and (max-width:990px) {
    .pricingTable10 {
        margin-bottom: 25px
    }
}

.header_tag {
	padding: 84px 0 0;
}
.top_interface {
	padding: 84px 0 0 0;
	z-index:9999;
	right:0;
	left:0; 
}
.menu-sticky{ background:#666;} 
 
.top_interface.menubgC { 
	background-color:#3F3F3F; 
	width:100%; 
	right:0;
	left:0; 
	top:0;
	margin:0 auto;
	padding:15px 135px;
	position: fixed;
   /*opacity:0.68;*/
}
.sticky_menu{
		display:none !important;
}
.blog_class{
	padding: 84px 0 !important;
}
.main_navigation ul {
	padding-top: 5px;
}
/*support testing*/
@media (max-width: 980px){
	top_interface {
	   position: unset!important ;
	   z-index: 1 !important;
	   width:100%;
	}
	.main_navigation {
		z-index:-5;
	}
	body.open nav.main_navigation{
		display: block;
	}
	.top_interface.menubgC{
		padding: 15px 0;
	}
	body.open nav.main_navigation ul li a{
		margin-left: 0 !important;
	}
}
/* --------------------------------------
    Contact Area
-----------------------------------------*/

.contact-area {
	background-color: #f5f5f5;
}

.contact .wpcf7-form-control {
	border-radius: 5px;
	height: 50px;
	border: 0px solid;
	box-shadow: none;
	width: 100%;
	padding-left: 10px;
}

textarea.wpcf7-form-control {
	height: 170px !important;
	padding: 10px !important;
}
::placeholder {
  color: #cccccc;
  opacity: 1; /* Firefox */
}

:-ms-input-placeholder { /* Internet Explorer 10-11 */
 color: #cccccc;
}

::-ms-input-placeholder { /* Microsoft Edge */
 color: #cccccc;
}