/*
Theme Name: Betheme child
Version: 1.0
Description: A child theme of Betheme
Template: betheme
Author: Администратор
*/
@import url("../betheme/style.css");
/* Your awesome customization starts here */

h1.title{
	margin-top: 40px ;
}
h2.portfolio-main-title{
	margin-top: 40px ;
}
h3.portfolio-sub-title{
	text-align: center;
    font-weight: 600;
    margin-top: 50px;
    border-bottom: 1px solid black;
    padding-bottom: 20px;
}
a.sambroc-portfolio-link{
	font-size: larger;
	font-weight: 500;
	color: darkslategray;
}
div.desc{
	display: none;
}

#back_to_top{
	background-color: lightgrey !important;
}

#custom-home-image-id > .section_wrapper, .container{
	margin-left: 5% !important;
	display:none ;
}

@media (max-width: 767px) {
  .mobile-sticky #Top_bar.is-sticky #logo img.logo-mobile-sticky {
      display: none !important;
  }
}

@media (min-width: 1600px) and (max-width:1900px){
	#custom-home-image-id{
		background-position:right !important;
	}
}


