/*
Theme Name:   indigo-child-theme
Description:  Write here a brief description about your child-theme
Author:       Write here the author's name
Author URL:   Write here the author's blog or website url
Template:     wpzoom-indigo
Version:      1.0
License:      GNU General Public License v2 or later
License URI:  http://www.gnu.org/licenses/gpl-2.0.html
Text Domain:  indigo-child-theme
*/

/* Write here your own personal stylesheet */

/*Search bar before social media icons */
.top-navbar .inner-wrap{
	display: flex;
	flex-direction: row-reverse;
	justify-content: space-between;
}

.widget_wpcom_social_media_icons_widget li{
	padding: 0 10px 0 0;
}
.header_social{
	display: flex;
	align-items: center;
}
#navbar-top{
	display: none;
}

.slides li .slide-header{
	
	top: 80%;
}

/*image alignment with text caption*/
.wp-block-image .aligncenter>figcaption, .wp-block-image .alignleft>figcaption, .wp-block-image .alignright>figcaption, .wp-block-image.is-resized>figcaption{
	display: table-caption;
}


