/*
 Theme Name:   Simply Ducky (D) - Greyhound Pet Owners of Atlantic Canada (GPAC)
 Theme URI:    http://divi.space/
 Description:  A Child Theme built for Divi on Divi Space
 Author:       Simply Ducky Designs
 Author URI:   http://www.simplyduckydesigns.ca
 Template:     Divi
 Version:      1
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html
*/

@import url("../Divi/style.css");


/* -------------------------------------------------------------- General Formatting -------------------------------------------------------------- */
h1, h2, h3, h4, h5, h6 {
    	padding-bottom: 14px;
	}
h2, h3 {
	margin-top: 28px;
	}
h4, h5, h6 {
	margin-top: 18px;
	}
h4 {
	clear: both;
	padding-top: 35px;
	}
#main-content {
    	padding-bottom: 28px;
	}	
.post-meta {
	display: none;
	}


/* -------------------------------------------------------------- Links -------------------------------------------------------------- */
.et_project_meta p a {
    	color: #2ea3f2;
    	text-decoration: none;
	}


/* -------------------------------------------------------------- General Page Formatting -------------------------------------------------------------- */
body.et_cover_background-REDACTED {
	background-image: url('/wp-content/uploads/2017/02/bg_pagetop_1800x418px.jpg'), url('/wp-content/uploads/2017/02/bg_pagebottom_1800x418px.jpg'); 
    background-repeat: no-repeat !important;
    background-attachment: fixed;
    background-position: top center, bottom center !important;
    -webkit-background-size: 100% auto !important;
    -moz-background-size: 100% auto !important;
    background-size: 100% auto !important;
	}
#main-header {
    background-color: rgba(255,255,255,0.2) !important;
	}
#et-main-area {
	background-color: #FFFFFF !important;
	margin-bottom: 240px;
	}
#main-content {
    padding-bottom: 0;
    margin-bottom: 28px;
	}
header#main-header.et-fixed-header {
	background: #FFFFFF !important;
	}
.et_pb_toggle {
    border: none;
	}
h5.et_pb_toggle_title {
	margin-top: 0;
	}


/* -------------------------------------------------------------- Landing Page -------------------------------------------------------------- */
.et_pb_fullwidth_header .et_pb_fullwidth_header_container.center .header-content {
    width: 80%;
    max-width: 800px;
   	margin: 0 auto 20px auto;
	padding-top: 21px;
	padding-bottom: 21px;
	background: rgba(138, 138, 138, 0.5);
	text-shadow: 1px 1px 2px #000000;
	}

	
/* -------------------------------------------------------------- Adoptables -------------------------------------------------------------- */
.et_project_meta_title {
    display: block;
    color: #333;
    font-weight: 700;
	}
.et_project_meta_title02 {
    display: inline-block;
    color: #333;
    font-weight: normal;
	}
	

/* -------------------------------------------------------------- Images -------------------------------------------------------------- */
.circular img {
 	border-radius: 50%;
	}
.gallery {
    padding-top: 48px;
	}


/* -------------------------------------------------------------- Sidebar -------------------------------------------------------------- */
.et_pb_widget a {
    color: #2ea3f2 !important;
	}
h4.widgettitle {
	padding-top: 0;
	}


/* -------------------------------------------------------------- Contact Form 7 -------------------------------------------------------------- */
#adoptionform {
	width: 95%;
	margin: 21px 2.5% 21px 2.5%;
	}
.wpcf7-form input { 
    	padding: 16px;
    	border: none;
    	-webkit-border-radius: 0;
    	-moz-border-radius: 0;
    	border-radius: 0;
    	color: #656565;
    	background-color: #eee;
    	font-size: 14px;
	}
.wpcf7-text { 
	width: 100%;
	}
.wpcf7-radio  { 
	line-height: 3.0;
	}
span.wpcf7-list-item {
	display: block;
	}
.wpcf7-form textarea { 
	width: 100%;
    	padding: 16px;
    	border: none;
    	-webkit-border-radius: 0;
    	-moz-border-radius: 0;
    	border-radius: 0;
    	color: #656565;
    	background-color: #eee;
    	font-size: 14px;
	font-family: Arial;
	}
.wpcf7 select {
    	padding: 16px;
    	border: 1px solid #999;
    	-webkit-border-radius: 0;
    	-moz-border-radius: 0;
    	border-radius: 0;
    	color: #444444;
    	background-color: #FFFFFF;
    	font-size: 14px;
	width: 100%;
	}
.wpcf7-form p { 
	color: #444444; 
	margin-top: 2px; 
	}
.wpcf7-form .wpcf7-submit { 
	background: #EEEEEE; 
	padding-left: 14px;
	padding-right: 14px; 
	color: #444444; 
	border-radius: 0;
	margin-top: 7px;
	margin-bottom: 7px;
	width: 100%;
	}
.wpcf7-form .wpcf7-submit:hover {
	background: #b3b2b2;
	color: #FFFFFF;
	}
::-webkit-input-placeholder,
:-moz-placeholder,
::-moz-placeholder,
:-ms-input-placeholder {
	opacity: 1; 
	color: #999999; 
	} 
#contactform h4 {
	padding: 28px 0 10px 0;
	}
p.sub-text {
	padding-top: 28px; 
	text-align: center;
	}


/* -------------------------------------------------------------- Contact Form 7 - ReCAPTCHA -------------------------------------------------------------- */
#captcha {
	margin: 0;
    padding: 27px 0 27px 10px;
	height: 80px;
    height: 5.714285714rem;
	}
div.g-recaptcha {
  	margin: 0 auto 21px auto;
  	width: 304px;
	}

	
/* -------------------------------------------------------------- Footer -------------------------------------------------------------- */
#footer-bottom p {
	font-size: 12px;
	}


/* -------------------------------------------------------------- Minimum width of 600 pixels. -------------------------------------------------------------- */
@media screen and (min-width: 600px) {
	.et_pb_fullwidth_header .et_pb_fullwidth_header_container.center .header-content {
	    	width: 80%;
		}
	}


/* -------------------------------------------------------------- Minimum width of 1000 pixels. -------------------------------------------------------------- */
@media screen and (min-width: 1000px) {
	.et_pb_fullwidth_header .et_pb_fullwidth_header_container.center .header-content {
	    	width: 50%;
		}
	#contactform {
		width: 80%;
		margin: 0 auto 20px auto;
		}
	}


/* -------------------------------------------------------------- Minimum width of 1400 pixels. -------------------------------------------------------------- */
@media screen and (min-width: 1400px) {
	.et_pb_fullwidth_header .et_pb_fullwidth_header_container.center .header-content {
	    	width: 40%;
		}
	#adoptionform {
		width: 85%;
		margin: 21px 7.5% 21px 7.5%;
		}
	}