/*
 Theme Name:   Simply Ducky (D) - Antigonish Choral Society
 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");


/* -------------------------------------------------------------- Password Protected Page -------------------------------------------------------------- */
.et_password_protected_form {
    min-height: initial;
    padding: 100px;
    max-width: 700px;
    margin: auto;
	}
.et_password_protected_form .et_submit_button {
    background: #8dc63f;
    color: white!important;
    border: 2px solid #8dc63f;
	}
.et_password_protected_form .et_submit_button:hover {
    background: white;
    color: #8dc63f!important;
	} 
@media (max-width: 479px) {
	.et_password_protected_form {
	    padding: 40px;
		}
	}


/* -------------------------------------------------------------- Links -------------------------------------------------------------- */
.entry-content p a,
.entry-content p a:visited {
	color: #3786be;
    font-weight: 600;
	}
.entry-content p a:hover {
	color: #A3C9FA;
    font-weight: 600;
	}
.et_pb_widget a,
.et_pb_widget a:visited {
	color: #3786be;
    font-weight: 600;
	}
.et_pb_widget a:hover {
	color: #A3C9FA;
    font-weight: 600;
	}


/* -------------------------------------------------------------- General Formatting -------------------------------------------------------------- */
.entry-content tr td {
	padding: 3px 8px;
	}
body.custom-background {
   	background-position: center bottom !important;
   	background-size: 100% auto !important;
   	background-repeat: no-repeat !important;
   	background-attachment: fixed !important;
	}
#main-content p {
	text-align: justify;
	}
.et_boxed_layout #page-container {
	box-shadow: none !important;
	-webkit-box-shadow: none !important;
	}


/* -------------------------------------------------------------- Gallery Module -------------------------------------------------------------- */
.et_pb_gallery_item {
	-webkit-animation: none !important;
	-moz-animation: none !important;
	-o-animation: none !important;
	-ms-animation: none !important;
	animation: none !important;
	}


/* -------------------------------------------------------------- Menu -------------------------------------------------------------- */



/* -------------------------------------------------------------- Contact Form 7 -------------------------------------------------------------- */
.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: #666; 
	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: 10px; 
	text-align: center;
	}
div.wpcf7-mail-sent-ok {
    	border: none;
    	background: #FFFFFF;
	width: 100%;
	}

/* -------------------------------------------------------------- List Formatting -------------------------------------------------------------- */
.entry-content ul,
.long_content ul {
    padding: 8px 0 8px 48px;
	list-style-position: outside;
	list-style: disc;
 	}
.entry-content ol,
.long_content ol {
    padding: 24px 0 24px 48px;
	list-style-position: outside;
	list-style: decimal;
 	}
.entry-content ol li, 
.entry-content ul li {
	padding-bottom: 10px;
    }


/* -------------------------------------------------------------- Images -------------------------------------------------------------- */
.circular img {
 	border-radius: 50%;
	}
.et_pb_promo#circular {
 	border-radius: 50%;
	width: 100%;
	height: auto;
	}


/* -------------------------------------------------------------- Maximum width of 980 pixels -------------------------------------------------------------- */
@media screen and (max-width: 980px) {

	}
	

/* -------------------------------------------------------------- Minimum width of 451 pixels. -------------------------------------------------------------- */
@media screen and (min-width: 451px) {

	}


/* -------------------------------------------------------------- Minimum width of 981 pixels. -------------------------------------------------------------- */
@media screen and (min-width: 981px) {

	}


/* -------------------------------------------------------------- Minimum width of 1200 pixels. -------------------------------------------------------------- */
@media screen and (min-width: 1200px) {

	}


/* -------------------------------------------------------------- Minimum width of 1350 pixels. -------------------------------------------------------------- */
@media screen and (min-width: 1350px) {
	
	}