/*
Theme Name: APS Responsive - 2022
Description: APS Website Theme - New for 2022
Author: Asa Boy
Author URI: //m.saigoncaphe.com
Template Version: 3.8.5
Version: 3.8.5
Text Domain: aapd
*/

/* Leave it to user */
.content h2 {
  text-align: left;
}

/* Alignment */
.alignleft {
  float: left;
  margin: 0.375em 1.75em 1.75em 0;
}

.alignright {
  float: right;
  margin: 0.375em 0 1.75em 1.75em;
  padding-left: 10px;
}

.aligncenter {
  clear: both;
  display: block;
  margin: 0 auto 1.75em;
}

img.alignceter {
	 display: block;
    margin-left: auto;
    margin-right: auto	
}

.post .post-text .alignleft {
  margin-right: 10px;	
}

/**
 * 12.1 - Captions
 */

img.wp-image {
	margin-bottom: 0px;
	padding-bottom: 0px;	
}

.wp-caption {
  margin-bottom: 0em;
  max-width: 100%;
  margin-bottom: 0px;
}

.wp-caption img[class*="wp-image-"] {
  display: block;
  margin: 0;
}

.wp-caption .wp-caption-text {
  color: #686868;
  font-size: 13px;
  font-size: 0.8125rem;
  font-style: italic;
  line-height: 1.6153846154;
  padding-top: 0.5384615385em;
  padding-bottom: 0em;
  margin-bottom: 0px;
}

.comment-respond{
  width: 100%;	
}

/* The Modal (background) */
.modal {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 1; /* Sit on top */
    padding-top: 100px; /* Location of the box */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}

/* Modal Content */
.modal-content {
    background-color: #fefefe;
    margin: auto;
    padding: 20px;
    border: 1px solid #888;
    width: 80%;
}

/* The Close Button */
.close {
    color: #aaaaaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
}

.close:hover,
.close:focus {
    color: #000;
    text-decoration: none;
    cursor: pointer;
}


