/*
Theme Name: Divi Child
Theme URI: http://www.elegantthemes.com/gallery/divi/
Template: Divi
Author: Elegant Themes
Author URI: http://www.elegantthemes.com
Description: Smart. Flexible. Beautiful. Divi is the most powerful theme in our collection.
Tags: responsive-layout,one-column,two-columns,three-columns,four-columns,left-sidebar,right-sidebar,custom-background,custom-colors,featured-images,full-width-template,post-formats,rtl-language-support,theme-options,threaded-comments,translation-ready
Version: 4.4.6.1589292390
Updated: 2020-05-12 14:06:30

*/

.et_pb_button:hover{
  transform: translatex(0px);
}
.et_pb_post_extra.el_dbe_vertical_grid .entry-title {
	border: none;
}
.et_pb_post_extra.el_dbe_vertical_grid{
		box-shadow: none;
}
/* tags on post page */
#try ~ a {
  color: #fff; 
  background-color: #38b6ff;
  margin-right: 5px;
  padding: 10px;
	display: inline-block;
    margin-bottom: 10px !important;
}
#try ~ a:hover{
   background-color: #0c63af;
}
/* side bar buttons */
.mylink{
  color: #000 !important; 
  margin: 8px;
  transition: all .3s ease-in-out;
font-family: roboto;
font-size: 18px;
text-transform: uppercase;
font-weight: 400;
}
.mylink:hover{
color: #38b6ff !important; 
border-color: #38b6ff;
}
/* clear padding and margin at all single posts */
#post .et_pb_row{
	width: 95% !important;
}
#post .et_pb_row{
  margin: 0 !important;
}
#post .et_pb_section{
  padding: 0 !important;
}
#post .et_pb_section{
  padding: 0 !important;
}
#post .et_pb_column_single{
	padding-left: 0 !important;
}
/* right side divider line */
#left_side{
		margin-right: 0 !important;
		width: 75% !important;
}
#right_side{
  padding-left: 20px !important;
  width: 25% !important;
  border-left: 1px solid rgba(0,0,0,0.36);
}
.et_pb_column_single{
	padding-left: 10px;
}
/* scrolling navigation */
#scrolling_navigation{
  width:100%;
  z-index:9990;
  position: fixed;
  top: 0;
  left: 0;
  display: none;
}
#scrolling_navigation .et_pb_menu__wrap{
 justify-content: flex-end !important; 
}
#menu-item-992:hover{
  background-color: #ffffff !important;
  background: #ffffff !important;
}
#menu-item-992{
  border-bottom: 1px solid rgba(0,0,0,0.16) !important;
}
.menu-item-930{ 
  border-bottom: 1px solid rgba(0,0,0,0.16) !important;
}
/* destinations list */
.inline{
  display: inline;
}
#active{
  color: #38b6ff !important;
  transition: all .3s ease-in-out;
}
#active:hover{
  color: #0e64af !important;
  text-decoration: underline;
}
.city{
  font-style: italic;
  display: inline;
  font-weight: 400;
  letter-spacing: 0px;
}
/* posts on main page */
.et_pb_post_extra .post-categories a{
  font-size: 10px !important;
}
.et_pb_post_extra.el_dbe_vertical_grid .post-media{
  height: 30vh;
}
/* contact btn */
#my_contact_form .et_contact_bottom_container{
  justify-content: center;
  float: none !important;
}
.et_pb_blog_extras_0_tb_body .et_pb_post.et_pb_post_extra .post-categories a:hover{
	background-color: #0c63af;
}
/* post class */
.large{
  font-size: 18px;
}
/* post image settings */
#single .post-media{
    height: 26vh !important;
}
#single .post-content{
  padding: 2px !important;
}
/* share post icons */
.et_monarch .et_social_networks div.et_social_network_label{
display: none !important;
}
/* posts tags at multiple posts pages */
.post-categories{
  position: static !important;
  z-index: 20000 !important;
  order: 1;
  padding-top: 10px !important;
  padding-bottom: 10px !important;
}
.post-categories a {
	font-weight: bold;
}
.post-content{
  order: 2 !important;
  padding: 10px 30px !important;
}
/* media and content block element for single posts */
.wp-block-media-text__content{
  align-self: flex-start !important;
}