/*
 Theme Name:   HoneyLaw WordPress Theme
 Theme URI:    https://generatepress.com
 Description:  Customized theme design for Honey.Law Website
 Author:       Cardino B
 Author URI:   https://wpframer.com
 Template:     generatepress
 Version:      0.1
*/
.acl h1,
.acl h2,
.acl h3,
.acl h4,
.acl h5,
.acl h6 {
	font-family: Work Sans, sans-serif;
}
.embed-container { 
    position: relative; 
    padding-bottom: 56.25%;
    overflow: hidden;
    max-width: 100%;
    height: auto;
}
.embed-container iframe,
.embed-container object,
.embed-container embed { 
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.chapter-section-wrapper {
	background: #efefef;
}
.modal {
	max-width: none !important;
  	width: auto !important;
  	background: none !important;
  	text-align: center !important;
  	box-shadow: none !important;
}
.pagination-description {
	font-size: 25px;
}
.pagination-icon {
	font-size: 50px;
}
.pagination-button {
	text-transform: uppercase;
}
.pagination-button .button {
	border-radius: 7px;
	-moz-border-radius: 7px;
	-webkit-border-radius: 7px;
}