/*
Theme Name: 7pH Design
Theme URI: https://7phdesign.art/
Description: Designer Web-site Template.
Author: Studio 7pH
Author URI: https://studio7ph.art/
Template: oceanwp
Version: 7.0
*/



/* Parent stylesheet should be loaded from functions.php not using @import */
.br8, .br8 a img{
  border-radius: 8px;
}
.uagb-post-grid .uagb-post__image img {
    height: 200px;
    object-fit: cover;
    border-radius: 3px;
}
/*Post slider Costomise*/
/*post slider one*/
.oceanwp-post-list.one {
    max-width: 100% !important;
	width: 100% !important;
}
.oceanwp-post-list.one img {
    height: 100vh!important;
    object-fit: cover;
}
.oceanwp-post-list.one .slide-overlay-wrap {
    background: rgba(0,0,0,0.5)!important;
}
.oceanwp-post-list.one .oceanwp-post-date,.oceanwp-post-list.one .oceanwp-post-category, .oceanwp-post-list.one .line, span.sidr-class-close-text {
    display: none!important;
}
.oceanwp-post-list.one h2 {
    font-weight: 300!important;
	font-size: 20px!important;
	line-height: 1.4 !important;
    padding-bottom:20px!important;
	text-decoration:none!important;
}
.oceanwp-post-list.one .readmore{
	text-decoration:none!important;
}
/*post slider two*/
/*hide categories in the slider*/
.oceanwp-post-list.two .oceanwp-post-category
{
	 display: none !important;
}
/* H2 font-weight IN THREE POST SLIDER*/
.oceanwp-post-list.two h2 a{
	font-weight: 300;
	font-size: 17px;
}
.oceanwp-post-list.two .slide-overlay-wrap {
	background-color: rgba(0,0,0,0.7)!important;
}
/*END Post slider Costomise*/
a {
text-decoration: none !important;
}
.wp-block-cover-image, .wp-block-image
{
    padding-bottom:15px!important;
}
/*footer button*/
.mybutt {
  outline: none;
  padding: 15px;
  display: block;
  cursor: pointer;
  font-size: 15px;
  background-color: transparent;
  position: relative;
  border: 1px solid #fff;
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
}
.mybutt:hover{
	background-color: transparent!important;}
.four {
  overflow: hidden;
}
.four .tx {
  color: #fff;
  display: inline-block;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
}
.four .icon {
  position: absolute;
  left: -60px;
  top: 0;
  color: #fff;
  padding: 15px;
  background-color: #2ecc71;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
}
.four:hover .icon {
  left: 0px;
}
.four:hover .tx {
  color: #2ecc71;
  margin-left: 50px;
}
/*END footer button*/
/*dropdown menu inline*/
/*.dropdown-menu li .sub-menu li.menu-item {

	float:left!important;
}
.dropdown-menu .sub-menu{
	min-width:1200px!important;
}*/
/* H2 font-weight IN title widget*/
.rpwwt-post-title{
	font-weight: 500!important;
}

/*font-weight IN buttom*/
 input[type="submit"] {
	font-weight: 300!important;}
/*Цитата*/
blockquote {
    border-color: #2ecc71!important;
}