/*
 Theme Name:   Paper Fan Creative Theme
 Theme URI:    http://www.paperfancreative.com/
 Description:  A Child Theme for Divi by Paper Fan Creative
 Author:       Paper Fan Creative
 Author URI:   http://www.paperfancreative.com
 Template:     Divi
*/
/* Add Custom CSS Below */

/* Header */

.container.clearfix.et_menu_container {
    width: 98%;
    max-width: 98%;

}
.et-menu li li a {
    padding: 0 !important;
    width: 200px;
}
@media screen and (min-width: 992px) {
ul.sub-menu {
    margin-left: -50%;
}
}
/* Collapsible Full Width Mobile Menu */

.et_mobile_menu .first-level > a {
background-color: transparent;
position: relative;
}
.et_mobile_menu .first-level > a:after {
font-family: 'ETmodules';
content: '\4c';
font-weight: normal;
position: absolute;
font-size: 16px;
top: 13px;
right: 10px;
}
.et_mobile_menu .first-level > .icon-switch:after{
content: '\4d';
}
.second-level {
display: none;
}
.reveal-items {
display: block;
}
/*Link Effect */
.et_pb_text a {
  padding: 0 3px;
  position:relative;
  display: inline-block;
  vertical-align: bottom;
  overflow: hidden;
  background: linear-gradient(to top, #2257790f 45%, transparent 45%);
  transition: all 0.3s ease-in-out;
}

.et_pb_text a:before {
	position: absolute;
	 width: 100%;
    content: "";
	background: #22577940;
    height: 45%;
    bottom: -10px;
    left: 0;
    z-index: -1;
    opacity: 0;
    transition: all 0.3s ease-in-out;
}
.et_pb_text a:hover:before {
    bottom: -1px;
    opacity: 1;
    transition: all 0.2s ease-in-out;
}
/* Front Image Cards */

.img-card .et_pb_image .et_pb_image_wrap {
padding-top: 100%;
display: block;
}
.img-card .et_pb_image .et_pb_image_wrap img {
position: absolute;
height: 100%;
width: 100%;
top: 0;
left: 0;
right: 0;
bottom: 0;
object-fit: cover;
}
@media only screen and (min-width: 1100px) {
.img-card.left-card {
	padding-left: 15px;
    width: 50%;
    display: inline-flex;
	}
	.img-card.right-card {
	 padding-left: 10px;
    width: 50%;
    display: inline-flex;
}
		.img-card h1 {
		font-size: 3.5vw !important;
	}
		.img-card h2 {
		font-size: 3.6vw !important;
	}

.right-card {
    position: relative;
    left: 3px;
}
.et_pb_row {
    padding: 0;
}
}
/* Image card link background */
.img-card .et_pb_text a {
  color: #eee;
  background: linear-gradient(to top, #9a898957 45%, transparent 45%);
}
.img-card .et_pb_text a:before {
    background: #9a8989;
}
/* Footer */

#main-footer .container {
    max-width: 1500px;
}

/* Bottom Bar */

#footer-bottom .container {

    width: 98%;
    max-width: 98%;

}
#et-footer-nav .container {
	width: 98%;
	max-width: 1750px;
}
/* Credit */
span.credit:before {
    content: url(https://paperfancreative.com/credit.png);
    position: relative;
    top: 7px;
}





