/*
 * Theme Name:   A Virtual Dominica
 * Theme URI:    http://avirtualdominica.com
 * Description:  Delphis Ltd's Flagship site
 * Author:       The Delphis Team
 * Author URI:   http://delphis-intl.com
 * Template:     Divi
 * Version:      1.0.0
 * License:      GNU General Public License v2 or later
 * License URI:  http://www.gnu.org/licenses/gpl-2.0.html
 * Tags: green, right-sidebar, responsive-layout, accessibility-ready
 * Text Domain:  a-virtual-dominica
 **/


/** W2DC Hacks **/

.page-id-6175 
	#top-header { display: none !important; }

.page-id-6175 
	#main-header { display: none !important; }

.page-id-4563 
	#top-header { display: none !important; }

.page-id-4563 
	#main-header { display: none !important; }


/* It works with devices width more than 800 pixels. to FLOAT RIGHT for Gallery in WD2 */

@media screen and (min-width: 800px) {
 .w2dc-single-listing-logo-wrap {
  max-width: 420px;
  float: right;
  margin: 110px 0 20px 20px;
 }
 .rtl .w2dc-single-listing-logo-wrap {
  float: right;
  margin: 20px 0 20px 20px;
 }

}

/* Make blog post image smaller on posts page - was 100 percent */

.et_pb_image_container img,
.et_pb_post a img {
	max-width: 75%;
	vertical-align: bottom;
}

.back-button {
  background: #3498db;
  background-image: -webkit-linear-gradient(top, #3498db, #2980b9);
  background-image: -moz-linear-gradient(top, #3498db, #2980b9);
  background-image: -ms-linear-gradient(top, #3498db, #2980b9);
  background-image: -o-linear-gradient(top, #3498db, #2980b9);
  background-image: linear-gradient(to bottom, #3498db, #2980b9);
  -webkit-border-radius: 28;
  -moz-border-radius: 28;
  border-radius: 28px;
  font-family: Arial;
  color: #ffffff;
  font-size: 16px;
  padding: 10px 20px 10px 20px;
  text-decoration: none;
}

.back-button:hover {
  background: #3cb0fd;
  background-image: -webkit-linear-gradient(top, #3cb0fd, #3498db);
  background-image: -moz-linear-gradient(top, #3cb0fd, #3498db);
  background-image: -ms-linear-gradient(top, #3cb0fd, #3498db);
  background-image: -o-linear-gradient(top, #3cb0fd, #3498db);
  background-image: linear-gradient(to bottom, #3cb0fd, #3498db);
  text-decoration: none;
}

/* Mega Max Menu Hack */

@media only screen and (max-width: 980px) {
    .et_pb_fullwidth_menu .fullwidth-menu-nav,
    nav#top-menu-nav {
        display: block !important;
    }
}

@media only screen and (max-width: 767px) {
    nav#top-menu-nav,
    #et-top-navigation {
       width: 100%;
    }
}

#et_mobile_nav_menu, 
.et_mobile_nav_menu {
    display: none !important;
}

