/*   
Theme Name: defaults
Version: 1.0

*/
@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,300;0,400;0,500;0,600;0,700;0,800;1,900&display=swap');

body{
 font-family: 'Montserrat', sans-serif;
overflow-x: hidden;
  overflow-y: visible !important;
      margin: 0;
}


@media (min-width: 1200px){
.container {
    width: 1200px;
    max-width: 100%;
}
}

header{
      border-bottom: 1px solid #eaeaea;
}

.hentry p {
    margin-top: 0;
    margin-bottom: 1rem;
    font-size: 16px;
        color: #232222;
  line-height: 25px;
   letter-spacing: 0.5px;
}
.phone{
     text-align: right;
    font-size: 24px;
    font-weight: 600;
    margin-top: 40px;
    display: inline-block;
    float: right;
    position: relative;
}
.phone a{
      color: #000;
}

.phone i{
        color: #006eaf;
    font-size: 30px;
    padding-right: 10px;
}

.phone .fa-phone:before {
  position: absolute;
    top: 4px;
    left: -20px;
}
.phone a:hover{
     color: #1f64b2;
    transition: all 0.2s;
   text-decoration: none;
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    margin-bottom: .5rem;
    font-weight: 700;
    line-height: 1.1;
    color: inherit;
}

a {
  color: #1f64b2;
    text-decoration: none;
    transition: all 0.2s;
}

.first{
  order: 1;
}
.second{
  order: 2;
}

.top-panel {
  
         background-color: #1f64b2;
    padding: 0px;
    z-index: 999;
    position: relative;
    color: #fff;
    border-bottom: 0px solid #cccccc6b;
}
.top-panel a{
   text-decoration: none;
  transition: all 0.2s;
 color: #191919;
}

.top-panel a:hover{
   text-decoration: none;
  transition: all 0.2s;
  color: #ff6d04;
}





.logo img {
          vertical-align: middle;
    float: left;
    margin-right: 20px;
    margin-top: 15px;
    margin-bottom: 15px;
    width: 120px;
}


.home .top-head{
      background-size: cover!important;
    height: 800px;
    margin-bottom: 0px;
}
.top-head{
      background-size: cover!important;
    height: 200px;
  margin-bottom: 0px;
}
.logo-panel{
padding: 0px 0px 0px 0px;
}

.menu{
      border-top: 1px solid #ebebeb;
    border-bottom: 1px solid #ebebeb;
    margin-top: 20px;
    margin-bottom: 30px;
    padding-bottom: 20px;
}
.home .menu{
   
  
}


.blogname{
   color: #006eaf;
    font-weight: 600;
    font-size: 30px;
    line-height: 28px;
    margin-top: 30px;
    margin-left: 0px;
    display: inline-block;
}
.blogname span{
        font-weight: 700;
    font-size: 18px;
    line-height: 32px;
    text-transform: none;
    color: #898989;

}

.blogname p{
color: #006eaf;
  margin-left: -40px;
      font-size: 14px;
}
p.blogname2 {
       color: #006eaf;
    font-weight: 400;
    font-size: 14px;
    line-height: 22px;
    margin-top: 0px;
    margin-left: 0px;
    display: inline-block;
}

header .btn{
   margin-top: 41px;
    width: 100%;
    padding: 13px 0px;
    border-radius: 100px;
    font-weight: 600;
   color: #fff;
}


h2{
    font-style: normal;
    color: #191919;
    font-size: 42px;
    line-height: 1.3;
    letter-spacing: 1px;
   
}

.hentry h2{
    font-style: normal;
    color: #191919;
    font-size: 30px;
    line-height: 1.3;
  margin: 20px 0px;
    letter-spacing: 1px;
   text-transform: none;
}
.hentry h3{
   
  margin: 20px 0px;
   
}

.banner {
     position: relative;
    margin-bottom: 0px;
    min-height: 600px;
    padding-bottom: 0px;
}

.banner_img {
     position: absolute;
    z-index: -1;
    object-fit: cover;
    height: 100%;
    width: 100%;
  filter: brightness(0.4);
  -webkit-filter: brightness(0.4);
}
.content_banner{
  padding: 100px 0px;
}
.content_banner h1{
 color: #fff;
    font-weight: 300;
    font-size: 50px;
    line-height: 60px;
    margin-top: 60px;
    margin-left: 0px;
    display: inline-block;
    text-transform: uppercase;
}
.content_banner h1 span{
  color: #fadc44;
  
}

.content_banner p{
  color: #fff;
}

footer .top-panel {
    background: transparent;
    padding: 40px 0px 0px 0px;
    z-index: 999;
    position: relative;
    color: #ffffff;
    border-bottom: 0px solid #cccccc6b;
}
footer .top-panel a {
    text-decoration: none;
    transition: all 0.2s;
    color: #ffffff;
}


footer{
     padding: 36px 0px 26px 0px;
    color: #ffffff;
    background: #282929;
}


footer a {
        color: #111;
  text-decoration: none;
  transition: all 0.2s;
}
footer a:hover {
      color: #333;
  text-decoration: none;
   transition: all 0.2s;
}
  .copyright{
      
     margin-top: 40px;
    border-top: 1px solid #cccccc17;
    padding-top: 20px;
}
footer .blogname {
    color: #d0d0d0;
    font-weight: 400;
    font-size: 20px;
    line-height: 28px;
    margin-top: 30px;
    margin-left: 0px;
    display: inline-block;
}
footer .blogname span {
    font-weight: 500;
       font-size: 17px;
    line-height: 32px;
    text-transform: uppercase;
}
footer  .phone a {
    color: #fff;
}
footer  .phone a:hover {
    color: #c1bcbc;
}

.social {
     margin-top: 0px;
    width: 100%;
    float: right;
}
.social-item {
       display: inline-block;
    background: #272c4c00;
    border-radius: 10px;
    border: 1px solid #555;
    width: 32px;
    height: 32px;
    text-align: center;
    font-size: 18px;
    padding-top: 1px;
    color: #ff6b01;
    margin-left: 8px;
    transition: all 0.3s;
}
.social-item:hover {
    
    background: #272c4c00;
color: #555;
    transition: all 0.3s;
}


@media (min-width: 320px) { 
	ul.nav li.dropdown.show-on-hover:hover > ul.dropdown-menu {
	z-index: 9999;
      
      display: block;
      transition: opacity 0.2s ease-out, height 0.3s step-start;
	}
	.comment-list .children {
		padding: 0;
		margin-left: 74px;
		padding-bottom: 15px;
	}
	.comment-list .media {
		margin-top: 0;
	}
}

/* =WordPress Core
-------------------------------------------------------------- */
.alignnone {
    margin: 5px 20px 20px 0;
}

.aligncenter,
div.aligncenter {
    display: block;
    margin: 5px auto 5px auto;
}

.alignright {
    float:right;
    margin: 5px 0 20px 20px;
}

.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

a img.alignright {
    float: right;
    margin: 5px 0 20px 20px;
}

a img.alignnone {
    margin: 5px 20px 20px 0;
}

a img.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

a img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto
}

.wp-caption {
    background: #fff;
    border: 1px solid #f0f0f0;
    max-width: 96%; /* Image does not overflow the content area */
    padding: 5px 3px 10px;
    text-align: center;
}

.wp-caption.alignnone {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignleft {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignright {
    margin: 5px 0 20px 20px;
}

.wp-caption img {
    border: 0 none;
    height: auto;
    margin: 0;
    max-width: 98.5%;
    padding: 0;
    width: auto;
}

.wp-caption p.wp-caption-text {
    font-size: 11px;
    line-height: 17px;
    margin: 0;
    padding: 0 4px 5px;
}

/* Text meant only for screen readers. */
.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: bold;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000; /* Above WP toolbar. */
}


.link a:focus{border: 0;}
a:focus {
    outline: 0;
    outline: 0;
    outline-offset: -2px;
    text-decoration: none;
}

:focus {
    outline-style: none;
    outline-width: 0px !important;
    outline-color: none !important;
}


button:active, button:focus {
  outline: none !important;
}
button::-moz-focus-inner {
  border: 0 !important;
}

input::-webkit-input-placeholder, textarea::-webkit-input-placeholder{color:#757575!important; opacity:1; }
input::-moz-placeholder, textarea::-moz-placeholder { color:#757575; opacity:1; }
input:focus::-webkit-input-placeholder, textarea:focus::-webkit-input-placeholder { opacity:0; }
input:focus::-moz-placeholder, textarea:focus::-moz-placeholder { opacity:0; }
textarea { overflow:auto; resize:none; }

.error404 .error-404 {
    text-align: center;
}

.error-404 .page-content {
    font-size: 14px;
    line-height: 25px;
}

.error-404 .page-title > h2 {
    font-size: 20px;
    font-weight: 300;
    margin-top: 0;
    text-transform: uppercase;
    -ms-word-wrap: break-word;
    word-wrap: break-word;
}
.error-404 .page-title {
    font-size: 20px;
    font-weight: 300;
    margin-top: 40px;
    text-transform: uppercase;
    -ms-word-wrap: break-word;
    word-wrap: break-word;
}

.error404-text > h1 {
       color: #f5a63f;
    font-size: 7em;
    font-weight: 900;
    line-height: 100px;
    margin: 60px auto;
    width: 500px;
    min-height: 400px;
}

.error404 .page-title {
    padding: 20px 0px;
    margin-bottom: 50px;
}

/*Table*/

table {
  background-color: #FFFFFF;
  width: 100%;
  text-align: left;
  border-collapse: collapse;
  margin-top: 30px;
  margin-bottom: 30px;
}

tbody{
     border: 1px solid rgb(220, 220, 220);
}
table td, table.blueTable th {
   border-right: 0px solid rgb(187, 187, 187);
    padding: 20px 15px;
   border-left: 1px solid rgb(201 197 197);
}
table tbody td {
color: #333333;
    margin: 0;
    font-size: 14px;
    padding-left: 20px;
}

table a {
  text-decoration:underline;
}

table tr:nth-child(even) {
    background: #fff;
    border-top: 0px solid #ccc;
    border-bottom: 0px solid #ccc;
}
table tr:nth-child(odd) {
       background: #ececec96;
    border-top: 1px solid #dcdcdc;
    border-bottom: 1px solid #dcdada;
}

table tr td:last-child {

}

table thead {
    background: #343435;
    border-bottom: 2px solid #444444;
}


table thead th {
  font-size: 14px;
  font-weight: 600;
  color: #fff;
      border-right: 0px solid rgb(241, 241, 241)!important;
   
    border-left: 0px solid rgb(241, 241, 241)!important;
	padding: 10px 20px;
}
table thead th:first-child {
  
}
table thead th:last-child {

}

table tr td:first-child {
 
}
table tr td:last-child {
 
}



table tfoot td {
  font-size: 14px;
}
table tfoot .links {
  text-align: right;
}
table tfoot .links a{
  display: inline-block;
  background: #1C6EA4;
  color: #FFFFFF;
  padding: 2px 8px;
  border-radius: 5px;
}

.wp-block-table table {
    width: 99.9%;
}

.btn.disabled:hover, .btn[disabled]:hover, fieldset[disabled]:hover{
    opacity: 1;
    background: #ffa7b2;
}

/*lists*/

.hentry ul {
  list-style: none;
  padding-left: 20px !important;
  margin-bottom: 30px;
  margin-top: 30px;
  margin-left: 0px;
}

.hentry ul li {
    position: relative;
    padding: 0px 0 13px 10px;
    line-height: 22px;
    font-weight: 400;
    color: #191919;
  
}

.hentry ul li:before {
   
      font-family: 'FontAwesome';
    font-size: 9px;
    content: "\f111";
    position: absolute;
    left: -20px;
    color: #1f64b2;
}

.hentry ol, .cat-description ol  {
   list-style: none;
    padding: 0;
    margin: 0px 0px 0px;
    counter-reset: item;
}

.hentry ol li, .cat-description ol li {
       position: relative;
    padding-top: 3px;
    padding-left: 40px;
    display: table;
    line-height: 26px;
    margin-bottom: 5px;
    color: #191919;
  
}

.hentry ol li:before, .cat-description ol li:before {
   content: counter(item)".";
    counter-increment: item;
    position: absolute;
    left: 0;
    top: 1px;
    line-height: 18px;
    display: -moz-inline-stack;
    display: inline-block;
    zoom: 1;
    width: 25px;
    text-align: center;
    height: 25px;
    padding-top: 3px;
    padding-left: 0px;
    line-height: 24px;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    color: #000000;
    margin-right: 8px;
}


.btn {
    display: block;
    margin-bottom: 0;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border-radius: 0px;
  transition: all 0.2s;
   padding: 13px 0px;
    width: 100%;
    border: 2px solid #fb6108;
    background: transparent;
    color: #4f4f4f;
    font-weight: 700;
    text-transform: none;
    font-size: 16px;
    letter-spacing: 0;
    border-radius: 10px;
  
}
.btn.focus, .btn:focus, .btn:hover, .btn.active, .btn:active {
         background: #ff6b01;
    color: #ffffff;
    border-color: #ff6b01;
    text-decoration: none;
    transition: all 0.2s;
}
.btn-primary {
    color: #fff;
   border-color: #3164a2;
}


.pagination {
   padding-left: 0;
   margin-bottom: 40px;
   
}
.pagination>li {
    display: inline;
}

.pagination > li:first-child > a, .pagination > li:first-child > span {
    margin-left: 0;
    border-radius: 0px;
}

.pagination>li:last-child>a, .pagination>li:last-child>span {
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
}

.pagination > .active > a, .pagination > .active > a:focus, .pagination > .active > a:hover, .pagination > .active > span, .pagination > .active > span:focus, .pagination > .active > span:hover {
            background-color: #ffffff;
    border-color: #e5e5e6;
   
    color: #4555b9;
}

.pagination>li>a:focus, .pagination>li>a:hover, .pagination>li>span:focus, .pagination>li>span:hover {
    z-index: 2;
      color: #ffba00;
    background-color: #fff;
    border-color: #b7b7b740;
}

.pagination > li > a, .pagination > li > span {
    position: relative;
    float: left;
    padding: 4px 0px;
    font-weight: 500;
}

.pagination > li > a, .pagination > li > span {
      margin-left: 5px;
    text-align: center;
    width: 30px;
    height:30px;
    background-color: #fff;
    border-radius: 0px;
    border: 1px solid #b7b7b740;
    color: #222;
}


.navbar-nav>li>a {
   font-size: 11px;
    font-weight: 500;
    letter-spacing: 0px;
    text-transform: uppercase;
 color: #fff;
}
.nav>li>a {
    position: relative;
    display: flex;
        padding: 20px 15px 20px 15px;
    margin-right: 0px;
    margin-left: 0px;
    transition: all 0.3s;
}


.nav>li>a:hover {
 background: #1a5496;
    color: #ffcd15;
   transition: all 0.3s;
}

li.current-menu-item a{
      text-decoration: none;
       color: #ffcd15;
    background: #1a5496;

}
li.menu-item a:hover, li.menu-item a:focus, li.menu-item a:active{
   text-decoration: none;
          color: #ffcd15;
}
.navbar-nav>li>a:hover, .navbar-nav>li>a:focus, .navbar-nav>li>a:active{
   text-decoration: none;
     color: #ffcd15;
 
}

.navbar-nav {
     float: left;
       margin: 0px;
    margin-left: 0px;
  
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: column;
    flex-direction: row;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
}


b.caret{
      line-height: 0px;
    padding-left: 10px;
}
b.caret i {
 transition: all 0.3s;
        color: #ffffff;
}

.navbar-nav li:hover b.caret i{
  transform: rotate(180deg);
  transition: all 0.3s;
}
.navbar-nav li:hover + b.caret i{
  transform: rotate(180deg);
   transition: all 0.3s;
}

.navbar-nav li {
    transition: all 0.3s;
   
}


.dropdown-menu {
    width: 360px;
    position: absolute;
    top: 100%;
    left: 0px;
    z-index: -99999;
    display: none;
    float: left;
    min-width: 10rem;
    padding: 20px 10px 10px 10px;
    margin: 0;
    font-size: 1rem;
    color: #ffffff;
    text-align: left;
    list-style: none;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 0px solid rgba(0,0,0,.15);
    border-radius: 0;
    transition: opacity 0.2s ease-out, height 0.5s step-end;
    background: #1a5496;
    box-shadow: 0px 4.30236px 3.35131px rgba(53, 68, 88, 0.0243888), 0px 11.8955px 9.26595px rgba(53, 68, 88, 0.035), 0px 28.6397px 22.3088px rgba(53, 68, 88, 0.0456112), 0px 95px 74px rgba(53, 68, 88, 0.07);
}

.dropdown-menu li:hover {
    transition: all 0.3s;
   color: #ffcd15;
   background: transparent;
}
.dropdown-menu li a {
 transition: all 0.3s;
    color: #fff;
    font-size: 13px;
    font-weight: 500;
    letter-spacing: 0px;
    text-transform: uppercase;
  
 
}
.dropdown-menu li a:hover {
  text-decoration: none!important;
  color: #ffcd15;
 
}
.dropdown-menu li:hover a{
  text-decoration: none!important;
  color: #ffcd15;
 
}

.dropdown-menu  li {
      transition: all 0.3s;
    color: #fff;
  
    padding: 10px;
    border-radius: 0px;
   
    font-weight: 700;
      width: 100%;
}

.dropdown-menu li.current-menu-item a:hover {
    text-decoration: none;
      color: #ffcd15!important;
   
}

.search-icon{
  margin-top: 16px;
  background: url(/wp-content/themes/defaults/img/search.png)no-repeat;
  background-size: 24px;
   transition: all 0.2s;
    cursor: pointer;
  float: right;
   width: 24px;
    height: 24px;
}
.newicon{
  margin-top: 16px;
  cursor: pointer;
background: url(/wp-content/themes/defaults/img/close.png)no-repeat;
  background-size: 24px;
   transition: all 0.2s;
    cursor: pointer;
  float: right;
  width: 24px;
    height: 24px;
}



.lang-open{
     opacity: 0;
    background: transparent;
    padding: 0px 0px 0px 0px;
    font-size: 12px;
    color: #fff;
    transition: all 0.2s;
    cursor: pointer;
    position: absolute;
    right: 40px;
  top: 10px;
    width: 330px;
  z-index: -9;

}
.open{
  opacity: 1;
  z-index: 0;
}

.lang-open span{
  padding-right: 5px;
}
.lang-open a{
  color: #fff;
  text-decoration: none;
}
.lang-open a:hover {
    color: #D7D7D7;
    text-decoration: none;
}
.lang-open a.current{
    color: #D7D7D7;
    text-decoration: none;
}


.modal-open {
    padding-right: 0 !important;
}
.modal-open .scroll-elem {
  overflow: hidden;
}
.modal-open {
    padding-right: 0 !important;
}
.modal-open .modal {
    overflow-x: hidden;
    overflow-y: visible;
    background: rgba(0, 0, 0, 0.31);
    backdrop-filter: blur(8px);
  z-index: 9999;
}
.modal-dialog {
    max-width: 700px;
    margin: 30px auto;
}



.modal-title {
      margin: 0;
    line-height: 1.42857143;
    margin-bottom: 15px;
    font-style: normal;
    font-weight: 700;
    font-size: 35px;
    line-height: 40px;
    text-align: left;
    color: #0e0e0e;
}

.modal-subtitle {
          margin: 0;
    margin-bottom: 40px;
    font-style: normal;
    font-weight: 300;
    font-size: 16px;
    line-height: 26px;
    text-align: left;
    color: #9c9c9c;
    width: 80%;
  
}
.modal .btn {
    padding: 13px 0px;
    width: 100%;
    border: 2px solid #fb6108;
    background: transparent;
    color: #4f4f4f;
    font-weight: 700;
    text-transform: none;
    font-size: 16px;
    letter-spacing: 0;
    border-radius: 10px;
}
.modal .btn:hover {
 border: 2px solid #fb6108;
    background: #fb6108;
    color: #ffffff;
}


.modal-body {
 
     padding: 40px 40px;
}

.close {
   font-size: 32px;
    font-weight: 500;
    line-height: 22px;
      color: #fb6108;
    background: #fff!important;
    text-shadow: none;
    filter: alpha(opacity=20);
    opacity: 1;
    position: absolute;
    z-index: 999;
    border-radius: 40px;
    height: 40px;
    width: 40px;
    margin-right: 30px;
    margin-top: 35px;
    text-align: center;
    right: 0;
    transition: all 0.2s;
}
.close:hover {
    
    background: #ccc!important;
color: #333;
    opacity: 1;
   transition: all 0.2s;
}


.form-group {
    margin-bottom: 10px;
}

.btn-primary.active.focus, .btn-primary.active:focus, .btn-primary.active:hover, 
.btn-primary:active.focus, .btn-primary:active:focus, 
.btn-primary:active:hover
 {
    color: #fff;
    background-color: #7c2825;
    border-color: #7c2825;
}


input::-webkit-input-placeholder, textarea::-webkit-input-placeholder{color: #9c9c9c!important; opacity:1; }
input::-moz-placeholder, textarea::-moz-placeholder { color: #9c9c9c; opacity:1; }
input:focus::-webkit-input-placeholder, textarea:focus::-webkit-input-placeholder { opacity:0; }
input:focus::-moz-placeholder, textarea:focus::-moz-placeholder { opacity:0; }
textarea { overflow:auto; resize:none; }


.f1:focus {
     transition: all 0.3s;
    border: 1px solid #777;
  
}
.f1:hover {
     transition: all 0.3s;
    border: 1px solid #111;
  
}

.f1{
   font-style: italic;
    font-weight: normal;
    font-size: 14px;
    line-height: 100%;
    color: #4F4F4F;
    border: 1px solid #b7b7b7;
    box-sizing: border-box;
    padding: 15px 20px 15px 20px;
    width: 100%;
    transition: all 0.3s;
    border-radius: 0px;
      background-color: #fff;
}
.wpcf7-checkbox{
  margin-bottom: 50px;
}
.wpcf7 p{
  margin-bottom: 0;
}


label {
    display: inline-block;
    margin-bottom: 10px;
    margin-top: 0px;
    font-style: normal;
    font-weight: bold;
    font-size: 14px;
    line-height: 100%;
    color: #4F4F4F;
}
p.accept{
  font-style: normal;
font-weight: normal;
font-size: 12px;
line-height: 14px;
color: #4F4F4F;
}
span.wpcf7-list-item-label{
  font-style: normal;
font-weight: normal;
font-size: 12px;
line-height: 14px;
color: #4F4F4F;
}


span.wpcf7-list-item-label::before, span.wpcf7-list-item-label::after {
    content: " ";
    margin-right: 5px;
}




.linkovka{
    margin-top: 40px;
   
    padding: 20px 0px;
    border-top: 1px solid rgba(204, 204, 204, 0.47);
}

.linkovka a{
      text-transform: uppercase;
    color: #888787;
    font-size: 12px;
}

.mobmenul-container, .mobmenur-container {
      position: absolute;
    left: 0%;
    margin-left: 10px;
}


.card{
  border-width: 0 0 1px 0;
  border-style: solid;
  border-color: #fff;
  background: none;
  box-shadow: none;
	text-align: left;
}

.card:last-child {
  border-bottom: none;
}

.panel-group > .card:first-child .card-header {
       border-radius: 0;
    background: rgba(241, 241, 241, 0.55);
    color: #2f2f2f;
}

.panel-group .card {
  border-radius: 0;
}

.panel-group .card + .card {
  margin-top: 1px;
}

.card-header {
   background: rgba(241, 241, 241, 0.55);
    color: #2f2f2f;
    border-radius: 0;
    border: none;

    padding: 0;
}

.panel-title a {
      display: block;
    color: inherit;
    padding: 8px 20px 8px 20px;
    position: relative;
    font-size: 19px;
    font-weight: 500;
    line-height: 27px;
}

.card-body{
    
}

.panel-group .card-header+.panel-collapse>.list-group, .panel-group .card-header+.panel-collapse>.card-body {
    border-top: 0;
}

.card:last-child .card {
  border-radius: 0 0 4px 4px;
}

.card:last-child .card-header {
  border-radius: 0 0 0px 0px;
  transition: border-radius 0.3s linear 0.2s;
}

.card:last-child .card-header.active {
  border-radius: 0;
  transition: border-radius linear 0s;
}
/* #bs-collapse icon scale option */

.card-header a:before {
  content: '';
  position: absolute;
  /*font-family: 'Fontawesome';*/
  
  right: 5px;
  top: 10px;
  font-size: 24px;
  transition: all 0.5s;
  transform: scale(1);
}

.card-header.active a:before {
  content: ' ';
  transition: all 0.5s;
  transform: scale(0);
}

#bs-collapse .card-header a:after {
  content: ' ';
  font-size: 24px;
  position: absolute;
  /*font-family: 'Fontawesome';*/
  right: 5px;
  top: 10px;
 
  transition: all 0.5s;
}

#bs-collapse .card-header.active a:after {
  content: '\e909';
  
  transition: all 0.5s;
}
/* #accordion rotate icon option */

#accordion .card-header a:before {
     content: '\002B';
    font-size: 22px;
    position: absolute;
    font-weight: 400;
    /* font-family: 'Fontawesome'; */
    right: 25px;
    top: 12px;
    transform: rotate(180deg);
    transition: all 0.1s;
    color: #ff7d2c;
}

#accordion .card-header.active a:before {
    content: '\2212';
    font-size: 26px;
    position: absolute;
    /* font-family: 'Fontawesome'; */
    right: 25px;
    top: 11px;
    transform: rotate(180deg);
    transition: all 0.1s;
    color: #060606;
}
#accordion p.name {
 margin-top: 0px;
    margin-bottom: 0px;
    font-family: Roboto;
    font-size: 18px;
    font-weight: 400;
    padding: 15px 20px;
}
#accordion .active p.name {
 color: #fd4a00;
}

#accordion p.content {
    margin-top: 0px;
    margin-bottom: 0px;
    font-family: Roboto;
    color: #2d2c2c;
    font-size: 16px;
    font-weight: 300;
    padding: 15px 20px;
}

.card-header a {
    text-decoration: none;
    color: #2d2c2c;
    
}

.card-header a p:hover {
    text-decoration: none;
       color: #fd4a00;
    
}

#breadcrumbs{
 font-size: 15px;
    letter-spacing: 0.5px;
    font-weight: normal;
    line-height: 26px;
    padding: 10px 0px 30px 0px;
   color: #131212;
    margin: 0;
    margin-left: -6px;
}

#breadcrumbs a{
       padding: 0px 7px;
        color: #131212;
   
}
.breadcrumb_last{
  padding: 0px 7px;
 color: #131212;
}

#map{
  width: 100%;
  height: 500px;
  position: relative;
  margin-top: 0px;
  margin-bottom: 80px;
}

.maps{
  position: absolute;
    width: 400px;
    left: 50%;
    margin-left: -565px;
    top: 80px;
    z-index: 9;
}

.contact-map{
       background: #fff;
    padding: 30px;
    box-shadow: 2px 3px 20px #0000003d;
   
    border-radius: 8px;

}


.contact-map p.item{
       font-size: 17px;
      color: #828080;
transition: all 0.2s;
}
.contact-map p.item span{
       
       color: #272727;

}


.contact-map p.item a{
      color: #272727;
   transition: all 0.2s;

}

.contact-map p.item a:hover{
         color: #2567d5;
    text-decoration: none;
  transition: all 0.2s;

}

.single h1{
      margin-bottom: 60px;
    margin-top: 30px;
    position: relative;
    margin-left: 0px;
}

 .category h1{
       margin-bottom: 60px;
    margin-top: 30px;
    position: relative;
    margin-left: 0px;
}

 .category article{
       margin-bottom: 60px;
    padding-bottom: 60px;
    border-bottom: 1px solid #cccccc8f;
   
}



.category h2 a {
   font-weight: 600;
       color: #292929;
    text-decoration: none;
  transition: all 0.2s;
   
}

.category h2 a:hover {
   font-weight: 600;
    color: #2567d5;
    text-decoration: none;
  transition: all 0.2s;
   
}

.category h2 {
   
    margin-bottom: 40px;
    margin-top: 40px;
}
 .page-template-default h1{
     margin-bottom: 60px;
    margin-top: 30px;
    position: relative;
    margin-left: 0px;
    
}

.cropped-blogpost{
  object-fit: cover;
  height: 300px;
  width: 100%;
}

.category .order-button {
    position: relative;
    right: -50px;
  bottom: 0;
    margin-bottom: 0px;
    margin-top: 30px;
    transform: rotate(0deg);
    font-weight: 600;
    color: #4555b9;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 18px;
    transition: all 0.2s;
    z-index: 9999;
    width: 100%;
}

.category .order-button:hover {
transition: all 0.2s;
    transform: rotate(0deg);
    color: #222;
  right: -60px;
   
}

.category .order-button a {
       color: #4555b9;
    text-decoration: none;
}

.category .order-button a:hover {
       color: #222;
    text-decoration: none;
}

.cropped-single{
  object-fit: cover;

  width: 100%;
  margin-bottom: 40px;
}

.single article p {
    margin-top: 0;
    margin-bottom: 1rem;
    font-size: 16px;
    color: #252525;
}

.totop {
   position: fixed;
    bottom: 10px;
    right: 30px;
    color: #5d5d5f;
    font-size: 25px;
    cursor: pointer;
    transition: all 0.2s;
    border: 1px solid #545353;
    width: 40px;
    height: 40px;
    text-align: center;
}
.totop:hover {
  
       color: #3164a2;
  
    transition: all 0.2s;
}


.scrolltop {
    opacity: 0;
    transition: all 0.2s;
}
.hidden-box{
    transform: translate(0,0px);
  position: fixed;
  width: 100%;
      padding: 0px 0px;
  z-index: -99999999;
box-shadow: 0px 5px 20px #0000002e;
   opacity: 0!important;
  top: 0;
}

.scroll{
  opacity: 1!important;
  z-index: 99;
   animation: stickup .7s ease-out;
}



@keyframes stickup {
0% {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
}
50% {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
}
100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
}

}

.modal-open .modal {
    overflow-x: hidden;
   
}

.modal-open {
    padding-right: 0 !important;
}
body {
overflow-y: visible !important;
}

p.accept{
  font-size: 12px;
    color: #9a9696;
    margin-bottom: 20px;
}

p.accept a{
   color: #9a9696;
  text-decoration: underline;
}


.text-small {
    font-size: 12px;
}

 


footer .widgettitle{
 font-weight: 500;
    font-style: normal;
          color: #060606;
    font-size: 15px;
    line-height: 1.4;
    letter-spacing: 1px;
    text-transform: uppercase;
  margin-bottom: 30px;
}

footer .logo img {
   margin-top: 0px;
}

footer .nav {
   
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
}

footer .navbar-nav {
 float: left;
    margin: 0px auto 0px auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-content: space-between;
    align-items: center;
}

footer .navbar-nav li {
    width: 48%;
}

footer .navbar-nav li:nth-child(1) {
   order:1;
}
footer .navbar-nav li:nth-child(2) {
   order:2;
}
footer .navbar-nav li:nth-child(3) {
   order:3;
}
footer .navbar-nav li:nth-child(4) {
   order:4;
}
footer .navbar-nav li:nth-child(5) {
   order:7;
}
footer .navbar-nav li:nth-child(6) {
   order:6;
}
footer .navbar-nav li:nth-child(7) {
   order:5;
}
footer .navbar-nav li:nth-child(8) {
   order:10;
}
footer .navbar-nav li:nth-child(9) {
   order:11;
}
footer .navbar-nav li:nth-child(10) {
   order:8;
}
footer .navbar-nav li:nth-child(11) {
   order:9;
}
footer .navbar-nav li:nth-child(12) {
   order:12;
}

footer .nav>li>a {
      position: relative;
    display: block;
    color: #fff;
   
}

footer .nav>li>a {
    position: relative;
    display: block;
  padding: 0px 0px 10px 0px;
    background: transparent;
}
footer li.menu-item a:hover, footer li.menu-item a:focus, footer li.menu-item a:active {
    text-decoration: none;
   
}
footer .nav>li>a:hover {
    background: transparent;
   
}


.page-title{
  padding: 0px 0px;
      margin-bottom: 0px;
  background-position: center!important;
    background-size: cover!important;
  position: relative;
  
}

.page-title h1{
  color: #fff;
     
      font-size: 52px;
  font-family: 'RFDewi-Bold';
}
.ptb {
text-align: center;
    position: absolute;
    top: 80px;
    width: 100%;
}

.page-title img{
       filter: brightness(0.5);
    width: 100%;
    height: 280px;
    object-fit: cover;
    object-position: top;
    background: #3c3b3b;
}

.ptb #breadcrumbs {
   
    color: #c3bfbf;
   
}
.ptb #breadcrumbs a {
   
    color: #c3bfbf;
   
}
.ptb .breadcrumb_last {
     color: #c3bfbf;
}

.contact-form .title {
       font-size: 22px;
    font-weight: 700;
    margin-bottom: 40px;
    color: #ff6b01;
}

.contact-form a.icon {
    color: #040404;
    text-decoration: none;
    transition: all 0.2s;
    font-size: 18px;
}

.contact-form .icon i {
        color: #7b7b7b;
      padding-right: 10px;
}

.contact-form .adres {
    color: #000000;
    text-decoration: none;
    transition: all 0.2s;
    font-size: 15px;
}

.contact-form .adres {
    margin-top: 20px;
}

.contact-form .social {
    margin-top: 50px;
    width: 100%;
    float: left;
    text-align: left;
}
.contact-form .social-item {
   
    margin-left: 0px;
    margin-right: 15px;
   
}


.contact-form p.phone a{
    font-size: 30px!important;
}

.page-id-19 #map {
   margin-top: 50px;
}

a.dot-line {
    border-bottom: 1px dashed #9a9a9a;
    padding-bottom: 4px;
}

.contact-form .adres i {
    color: #7b7b7b;
    padding-right: 10px;
      font-size: 18px;
}

.post-type-archive-service #service{
  padding: 0px 0px 80px 0px;
}


.page .icon-md, .archive .icon-md, .single .icon-md {
    font-size: 27px;
}
.page .icon-primary, .archive .icon-primary, .single .icon-primary {
    color: #3164a2;
}
.icon {
    display: inline-block;
    line-height: 1;
    text-align: center;
}


header .social {
       margin-top: 0px;
    width: 100%;
    float: right;
  text-align: right;
}

/*mobile menu*/


.navBurger {
  position: absolute;
  right: 50%;
  margin-right: -15px;
  top: 20px;
      z-index: 99;
  cursor: pointer;
  background: #000;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-clip: content-box;
  width: 30px;
  height: 24px;
  border-top: 11px solid transparent;
  border-bottom: 11px solid transparent;
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.navBurger:before, .navBurger:after {
  content: "";
  position: absolute;
  background: #000;
  height: 2px;
  width: 100%;
  right: 0;
  will-change: rotate;
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.navBurger:before {
  top: -10px;
}
.navBurger:after {
  bottom: -10px;
  width: 100%;
}
.navBurger.active {
  background: transparent;
  background-clip: content-box;
  margin-top: 0px;
}
.navBurger.active:before {
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
  top: 0;
  background: #eee;
  width: 110%;
}
.navBurger.active:after {
  bottom: 0;
  -webkit-transform: rotate(-135deg);
  transform: rotate(-135deg);
  background: #eee;
  width: 110%;
}

.overlay {
position: absolute;
    background: #333;
  top: 0;
  right: 0;
  width: 100%;
  height: 650px;
      z-index: 99;
  opacity: 0;
  -webkit-transform-origin: right top;
          transform-origin: right top;
  -webkit-transform: scale(0);
          transform: scale(0);
  visibility: hidden;
  -webkit-transition: all .4s ease-in-out;
  transition: all .4s ease-in-out;
  overflow: hidden;
}
.overlay.open {
  opacity: 1;
  visibility: visible;
  -webkit-transform: scale(1);
          transform: scale(1);
}
.overlay.open li {
  display: block;
  -webkit-animation: fadeInRight 0.4s cubic-bezier(0.42, 0.83, 0.7, 1.5) forwards;
          animation: fadeInRight 0.4s cubic-bezier(0.42, 0.83, 0.7, 1.5) forwards;
  -webkit-animation-delay: .4s;
          animation-delay: .4s;
  -webkit-transform: rotate(-7deg);
          transform: rotate(-7deg);
  -webkit-transform-origin: right bottom;
          transform-origin: right bottom;
}
.overlay.open li:nth-of-type(2) {
  -webkit-animation-delay: .5s;
          animation-delay: .5s;
}
.overlay.open li:nth-of-type(3) {
  -webkit-animation-delay: .6s;
          animation-delay: .6s;
}
.overlay.open li:nth-of-type(4) {
  -webkit-animation-delay: .7s;
          animation-delay: .7s;
}
.overlay.open li:nth-of-type(5) {
  -webkit-animation-delay: .8s;
          animation-delay: .8s;
}

.overlayMenu {
  position: absolute;
    right: 0;
    left: 0;
    top: 20px;
    bottom: 0;
    text-align: left;
}
.overlayMenu ul {
  list-style: none;
  padding: 0;

  display: block;
  position: relative;
  float: left;
  padding-left: 20px;
      width: 100%;
    height: auto;
}
.overlayMenu ul li {
  display: block;
  position: relative;
  opacity: 0;
  width: 100%;
      height: 45px;
}
.overlayMenu ul li a {

    border: 0px solid rgba(255, 255, 255, 0.09);
    color: #fff;
    text-decoration: none;
    font-size: 19px;
   display: inline;
    padding: 5px 0px 0px 0px;
    margin: 10px 0px 0px 0px;
    -webkit-transition: .2s;
    transition: .2s;
    font-weight: 400;
  text-align: left;
    height: 45px;
}
.overlayMenu ul li a:hover, .overlayMenu ul li a:active, .overlayMenu ul li a:focus {
  
  padding-left: 0px;
   margin: 20px 0px 0px 0;
  padding: 5px 0px 0px 0px;
  display: inline;
  outline: 0px solid rgba(255, 255, 255, 0.3);
  background: transparent;
  text-align: left;
    height: 45px;
}

.locked {
  overflow: hidden;
}

.overlay .button-right {
    float: left;
    margin-left: 20px;
    margin-top: 60px;
    border: 0;
}
.overlay .button-right .email {
    border-width: 0px;
    border-style: solid;
    border-color: rgba(255, 255, 255, 0.18);
    border-image: initial;
    transition: all 0.4s ease 0s;
}

.overlay .head{
      border-bottom: 1px solid #ffffff47;
    float: left;
    width: 100%;
    padding-bottom: 30px;
}
.overlay .head .logo{
      margin-top: 30px;
    margin-left: 15px;
}
.overlay .footer{
      border-top: 1px solid #ffffff47;
    float: left;
    width: 100%;
    padding-top: 30px;
  margin-top: 20px;
  text-align: center;
}

.overlay p.email{
  color: #fff;
}

.overlay .social {
    
    text-align: center;
   
}

@-webkit-keyframes fadeInRight {
  0% {
    opacity: 0;
    left: 50px;
  }
  100% {
    opacity: 1;
    left: 0;
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
}

@keyframes fadeInRight {
  0% {
    opacity: 0;
    left: 50px;
  }
  100% {
    opacity: 1;
    left: 0;
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
}

.mobpanel{
  padding-top: 0px;
  padding-bottom: 10px;
}

.mobile{display: none;}
.desktop{
  display: block;
}


footer .social-item {
    background: #272c4c00;
    border: 1px solid #f7f7f7c9;
    color: #f5780b;
}

footer span.contact_link {
    color: #ff6d04;
    padding-left: 0px;
    font-size: 14px;
}
footer span.contact_link a{
    color: #ff6d04;
   
}
footer span.contact_link a:hover {
    color: #fff;
   
}
footer span.contact_link:hover {
    color: #fff;
   
}

.rtext{
  text-align: right;
}

.wp-block-image img{
    max-width: 100%;
  height: auto;
  margin-bottom: 30px;
}

.wp-block-cover{
  margin-bottom: 30px;
}

.post-type-archive-respond .item-respond .content {
    padding-top: 0px;
}

.post-type-archive-respond .item-respond .meta {
   
    margin-top: 20px;
}

.wpcf7 .btn{
 
}



.wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output {
     border-color: #de4416;
    background: #ffffff;
    color: #6f6969;
    border-radius: 12px;
    font-size: 13px;
    padding: 10px;
}

.wpcf7-not-valid-tip {
    color: #dc3232;
    font-size: 12px;
    font-weight: normal;
    display: block;
}
.wpcf7 form.sent .wpcf7-response-output {
    border-color: #46b450;
    border-radius: 12px;
    padding: 10px;
    font-size: 13px;
}
p.title_table{
 text-align: center;
    font-size: 26px;
    font-weight: 600;
    color: #3164a2;
}



.sl-wrap{
       position: relative;
    max-width: 2050px;
    margin: 0 auto;
}


.border-round-wrap{
     border-radius: 15px;
    background: #fff;
    padding: 60px 90px 56px 60px;
    margin-top: 100px;
}

.border-round-wrap-service{
     border-radius: 15px;
    background: #fff;
    padding: 30px 65px 30px 30px;
   
}
.border-round-wrap-service h2{
    
  font-size: 26px;
  color: #ff6b01;
  margin-bottom: 20px;
  margin-top: 20px;
      letter-spacing: 0;
}

.border-round-wrap-service h3{
   
  font-size: 22px;
  color: #ff6b01;
  margin-bottom: 20px;
  margin-top: 20px;
      letter-spacing: 0;
}
.border-round-wrap-service h4{
   
  font-size: 20px;
  color: #ff6b01;
  margin-bottom: 20px;
  margin-top: 20px;
      letter-spacing: 0;
}


.copyright p {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 13px;
        color: #9a9a9a;
  line-height: 20px;
   letter-spacing: 0.5px;
  
}
.copyright p a {
  
        color: #9a9a9a;
  
}

.single-service article{
 
}

section.text-block{
   padding: 40px 0px;
   background: #f9f9f9;
}
section.gallery-block{
  padding: 20px 0px;
   background: #f9f9f9;
}

section.warning-block{
  padding: 40px 0px;
      background: #f9f9f9;
}
section.warning-block .title{
  border-radius: 15px 15px 0px 0px;
      background: #f27217;
  color: #fff;
     padding: 10px 20px 10px 30px;
  font-family: 'RFDewi-Bold';
  font-size: 26px;
}
section.warning-block .content{
  border-radius: 0px 0px 15px 15px;
    color: #fff;
  padding: 25px 60px 25px 30px;
}




section.wrapper{
      padding: 80px 0px;
      background: #f1f1f1;
}

.cropped-archive{
  border-radius: 15px;
}

.archive h2 {
      font-family: 'RFDewi-Bold';
    font-size: 26px;
    line-height: 38px;
    color: #191919;
    width: 70%;
    margin-bottom: 30px;
}

.archive h2 a{
   text-decoration: none;
  color: #191919;
}

.archive  p.text {
    font-size: 16px;
    color: #191919;
    line-height: 25px;
    margin-top: 20px;
    letter-spacing: 0.5px;
}

.btn-service{
  border: 2px solid #1f64b2;
    width: 220px;
    text-align: center;
    border-radius: 100px;
    padding: 10px 0px;
    color: #000;
    margin-top: 40px;
  transition: all 0.2s;
  background: transparent;
}

.btn-service:hover{
     border: 2px solid #1f64b2;
    color: #fff;
    background: #1f64b2;
   transition: all 0.2s;
}

.contact-form{
  margin-top: 30px;
}

.page-template-default article{
  padding: 40px 0px;
}


header .is-search-form{
  border: 2px solid #ccc;
    width: 85%;
   border-radius: 100px;
}

header .is-form-id-73 .is-search-submit:focus, 
header .is-form-id-73 .is-search-submit:hover, 
header .is-form-id-73 .is-search-submit, 
header .is-form-id-73 .is-search-icon {
    color: #ffffff !important;
    background-color: #333333 !important;
    border-radius: 100px;
      border: 0;
}
header .is-form-style button.is-search-submit {
   
    border: 0 !important;
  position: relative;
  cursor: pointer;
}
header .is-form-style button.is-search-submit:after {
  position: absolute;
  content: '';
  background: url('/wp-content/themes/weclo/img/234.png')no-repeat;
      width: 23px;
    height: 23px;
    left: 9px;
    top: 8px;
    background-size: 24px;
}



  header .is-form-style input.is-search-input {
    padding: 10px 12px !important;
    font-size: 19px;
    border-radius: 80px !important;
    border: solid 0px #ccc !important;
    background: white;

}

header .is-search-sections .thumbnail img {
    float: left;
    max-width: 70px;
    height: 100px!important;
    object-fit: cover;
}
header .is-ajax-search-result .is-ajax-search-post:hover {
    background: #f9f9f9!important;
}

header .is-ajax-search-result a {
      color: #000000!important;
    font-weight: 400!important;
}


header div.is-ajax-search-details, 
header div.is-ajax-search-result {
   
    max-width: 350px!important;
    
}


.content_banner .is-form-style input.is-search-input {
    
    font-size: 20px!important;
  font-weight: 300;
    height: 56px;
    border-radius: 6px;
    width: 100%;
   font-family: 'Montserrat', sans-serif;
}

.content_banner .is-form-style input.is-search-submit {
   font-family: 'Montserrat', sans-serif;
    text-transform: uppercase;
    font-size: 15px!important;
    border: 0px solid #ccc;
    border-radius: 0px 6px 6px 0px;
    height: 56px;
   cursor: pointer;
}

.form-filter p{
      color: #fff;
    font-size: 20px;
    font-weight: 500;
}

.reg-content{
  margin: 0px 0px 80px 0px;
}
.reg-content p{
  
}

.reg-content p span{
  font-weight: 600;
}


.reg-content p span.reg-first{
  text-decoration: underline;
  font-weight: 400;
}

#map{
  width: 100%;
  height: 400px;
}

.contacts_page {
     width: 88%;
}
.contacts_page p.item{
         font-size: 19px;
    margin-bottom: 20px;
    font-weight: 500;
}
.contacts_page p.item span{
       padding-right: 10px;
 color: #1f64b2;
}

.contacts_page p.item a{
       color: #000;
  text-decoration: underline;
}

.contacts_page h2{
      font-style: normal;
    color: #1f64b2;
    font-size: 22px;
    line-height: 1.3;
    letter-spacing: 1px;
  margin-bottom: 50px;
}

.widgettitle{
      font-size: 20px;
    font-weight: 600;
}

aside{
  margin: 40px 0px;
}

aside .menu {
    border-top: 0px solid #ebebeb;
    border-bottom: 0px solid #ebebeb;
    margin-top: 20px;
    margin-bottom: 30px;
    padding-bottom: 20px;
      padding-left: 0!important;
}

aside ul li:before {
   display: none;
}
aside ul li {
  padding: 6px 0 13px 0px!important;
    border-bottom: 1px dashed #a3a3a3;
    margin-bottom: 10px;
}

aside li.current-menu-item a {
    text-decoration: none;
    color: #1f64b2;
    background: #ffffff;
}

aside li a {
    
    color: #111;
   
}
.hentry td p {
   
    font-size: 14px;
   
}