/* 
Theme Name: Osfins Child Theme
Theme URI: https://osfins.microtheme.co/
Description: Child theme for osfins WordPress theme
Author: micro theme
Author URI: https://microtheme.co/
Template: osfins
Version: 1.0.0
Tags: right-sidebar, custom-menu, editor-style, featured-images, sticky-post, translation-ready
Text Domain:  osfins-child
*/
body {
  font-family: Arimo !important;
  font-size: 18px;
  line-height: 1.5;
  font-weight: 500;
}

.mobile-header {
    background: var(--theme-secondary);
}


.hamburger-inner, .hamburger-inner::before, .hamburger-inner::after {
	background-color: #fff !important;
}

.search-btn-dark {
    color: #fff !important;
}

.ls_link_portfolio {
    margin-top: 20px;
	font-size: 20px;
	color: #722431;
	text-align: center;
}

.ls_link_portfolio a
{
	color: #722431;
}
/*
<button type="submit" class="form-submit-btn theme-btn" id="submit">Надіслати</button>
.ls_agree {
	display: none;
}*/

.theme-btn, .theme-btn:visited { 
  border: none !important;
  position: relative;
  display: inline-block;
  text-align: center;
  background: var(--theme-primary) !important;
  color: #fff  !important;
  border-radius: 5px !important;
  overflow: hidden;
  transition: all 0.3s ease !important;
  -moz-transition: all 0.3s ease !important;
  -webkit-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease !important;
  -o-transition: all 0.3s ease !important;
  font-size: 16px;
  line-height: 1 !important;
  font-weight: 700;
  letter-spacing: 1.6px;
  text-transform: uppercase;
  padding: 26px 60px !important;
  z-index: 3;
  white-space: nowrap;
}

.form-submit-btn:hover {
    color: #fff;
    text-decoration: none;
}

/*[acceptance agree class:ls_agree default:on invert]*/

.form-submit-btn::before {
    content: '';
    position: absolute;
    width: 50%;
    height: 100%;
    background: #4b80d1;
    left: 0;
    top: 0;
    z-index: -1;
    transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
}

.list-post-title {
	font-size: 20px !important;
}

.list-post-title a {
	font-size: 20px !important;
	text-transform: none  !important;
}

.portfolio-summary-thumb {
	background: none !important;
}	


@media (max-width: 768px)
.ls_portfolio .ps-block {
     padding: 30px 40px;
}	
}
 