/*
Theme Name: Singuenza Theme
Theme URI: 
Author: artiumx
Author URI: https://artiumx.com
Description: Theme starter with bootstrap
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: components
Tags:

*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# 
--------------------------------------------------------------*/
body{
	padding-top: 0;
}

.navbar-brand{
	height: auto;
	margin: 0;
}

img{
	max-width: 100%;
	height: auto;
}
.navbar-brand img{
	max-width: 250px;
	max-height: 40px;
	margin-bottom: -10px;
	margin-top: -10px;
}

/*all*/
.bg_left{
	background: #EFEED2;
	min-height: 700px;
	padding: 0;
	margin: 0;
}

.my_responsive_heigh_equal{
	width: 100%;
	height: 280px;
}

.no_gutters_inside {
  margin-right: -15px;
  margin-left: -15px;
}

.gallery-item{
	display: inline-block;
	padding: 1rem;
}

.text_title1, h1{
	color: #744B25;
}


.text_title2, h2{
	color: #6F6D22;
}

/*blog*/
#blog-posts .post{
	margin-bottom: 3rem;
}

/*helpers*/
.p-0{
	padding: 0;
}
.p-1{
	padding: 1rem;
}
.p-2{
	padding: 2rem;
}

.pt-0{
	padding-top: 0;
}
.pt-1{
	padding-top: 1rem;
}
.pt-2{
	padding-top: 2rem;
}

.m-0{
	margin: 0;
}
.m-1{
	margin: 1rem;
}
.m-1{
	margin: 2rem;
}

.ml-0{
	margin-left: 0;
}
.ml-1{
	margin-left: 1rem;
}
.ml-2{
	margin-left: 2rem;
}


.mr-0{
	margin-right: 0;
}
.mr-1{
	margin-right: 1rem;
}
.mr-2{
	margin-right: 2rem;
}


.mt-0{
	margin-top: 0;
}
.mt-1{
	margin-top: 1rem;
}
.mt-2{
	margin-top: 2rem;
}


.mb-0{
	margin-bottom: 0;
}
.mb-1{
	margin-bottom: 1rem;
}
.mb-2{
	margin-bottom: 2rem;
}


.border_none{
	border: none;
}

.inline-block{
	display: inline-block;
}


/*widgets*/
.right_sidebar .widget_search{
	padding: 1rem;
	text-align: center;
}

.widget_search .screen-reader-text{
	display: none;
}
.widget_search .search-field{
	display: block;
	width: 100%;
	height: 34px;
	padding: 6px 12px;
	font-size: 14px;
	line-height: 1.428571429;
	color: #555555;
	background-color: #fff;
	background-image: none;
	border: 1px solid #ccc;
	border-radius: 4px;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
	-webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
	-o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
	transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}

.widget_search .search-submit{
	display: inline-block;
	margin-bottom: 0;
	font-weight: normal;
	text-align: center;
	vertical-align: middle;
	touch-action: manipulation;
	cursor: pointer;
	background-image: none;
	border: 1px solid transparent;
	white-space: nowrap;
	color: #fff;
	background-color: #ec407a;
}

.footer_sidebar .widget_search .search-submit{
	display: none;
}

.list-custom-taxonomy-widget .panel-heading{
	color: #fff;
  background-color: #ec407a;
  border-color: #ec40
}

.footer_sidebar{
	margin-top: 3rem;
}

.footer_sidebar a{
	color: #fff;
}

.footer_sidebar a:hover{
	color: #eee;
}

.bg_saturate{
	-webkit-filter: saturate(85%);
	filter: saturate(85%);
}

/* iframes */
.iframe_childrens_responsive{
	height: 450px;
}

.iframe_childrens_responsive iframe{
	width: 100%;
	height: 450px;
}

@media (max-width: 576px){
	.iframe_childrens_responsive{
		height: 250px;
	}	

	.iframe_childrens_responsive iframe{
		height: 250px;
	}	
}