/*
Theme Name: Enfold Child
Description: A <a href='http://codex.wordpress.org/Child_Themes'>Child Theme</a> for the Enfold Wordpress Theme. If you plan to do a lot of file modifications we recommend to use this Theme instead of the original Theme. Updating wil be much easier then.
Version: 1.0
Author: Kriesi
Author URI: http://www.kriesi.at
Template: enfold
*/



/*Add your own styles here:*/

/*Updates Main Button Styles*/
.main_color input[type='submit'] {background-color: #888; border-color: #888;}
.main_color #submit, .main_color input[type='submit']  {background-color: #888; border-color: #888;}

/*Updates Box Icon Color So That Main CTA is Focus*/
.main_color.iconbox_top .iconbox_icon {background-color: #888;}

/*Updates Color of Bottom of Post CTA from Orange to Blue*/
.single-post .av_promobox .avia-button {background-color: #619bed !important; border-color: #619bed !important;}

/*Unordered List Update*/
.entry-content-wrapper li {padding: 0px; margin-left: 2em;}

/*Submission Guidelines Updates*/
.post-entry-15709 .avia-builder-el-3 {margin-top: 30px;}
.post-entry-15709 .avia-builder-el-5 {margin-top: 30px;}
.post-entry-15709 .av_promobox {background-color: #eeeeee !important;}

/*H2 Heading Style Updates*/
.modern-quote .av-special-heading-tag {font-weight: 600;}
.template-page .entry-content-wrapper h2 {text-transform: capitalize;}
h2 {font-size: 26px; margin-top: 20px !important;}
.main_color h2 span {color: #619bed !important; text-decoration: none !important;}

/*Blog Home Page Icon Box Background Color*/
.main_color.iconbox_top .iconbox_content {background-color: #eee!important;}

/*Ensures Super Popup Doesn't Show On Mobile Devices Rendering the Site Unusable*/
@media screen and (max-width: 680px) {#colorbox {display:none !important;}
#cboxOverlay {display:none !important;}}

/*Removes Padding Above Promo Box That We Use At The Bottom of Blog Posts and Modifies Style Slightly*/
.av_promobox {margin: 0px; border-color: #bbbbbb!important; background-color: #cccccc!important; color: #444; }
.av_promobox .avia-button.avia-size-medium {font-size: 14px;}

/*Hides Featured Image So We Can Use the Featured Image for Facebook Display But Not Have It Show On Posts*/
.big-preview {display: none;}

/*Removes Image Overlay on Hover*/
.image-overlay-inside, .image-overlay.overlay-type-extern {display: none;}
.image-overlay { display: none!important; }

/*Blog Sidebar Email Signup*/
#tl_email-3 {background-color: #bbbbbb; padding: 15px; margin-bottom: 46px; margin-top: 40px; color: #444; border-radius: 2px;}
#tl_email-3 .widgettitle {color: #fff; text-transform: capitalize; padding-bottom: 5px; font-size: 18px;}
.Required {display: none;}
#top form {margin-bottom: 0px;}

/*Search for a Teacher Button Sidebar Top*/
#text-13 .widgettitle {font-size: 18px; text-transform: capitalize;}
#text-13 {background-color: #eee; border-top: 3px solid #333; padding: 15px; margin-bottom: 45px; border-left: 1px solid #bbb; border-right: 1px solid #bbb; border-bottom: 1px solid #bbb; }
#text-13 p {margin-bottom: -12px;}
#text-13 .avia-button.avia-size-large {padding: 13px 16px;}

/*Super Popup Lightbox CSS Fix*/
#colorbox {width: 950px !important; height: 600px !important;}

/*Tightening of Breadcrumb Area*/
.stretch_full {height: 37px;}
#top .title_container .container {padding: 0px 0px; height: 37px; min-height: 37px;}
.main-title a {font-size: 11px;}

/*Post Adjustments - Heading & Font*/
.entry-content {font-size: 16px; line-height: 24px; color: #777777;}
.entry-content-wrapper .post-title {font-size: 24px;}

/*Page Heading Font Adjustments*/
.template-page .entry-content-wrapper h1 {text-transform: capitalize;}

/*Footer Adjustments*/
#footer {padding: 15px 0 0px 0;}
div .av_one_fifth {margin-left: -1px;}

/*Removes Scroll to Top Box*/
#scroll-top-link {display: none;}

/*Keeps Logo Link On Top*/
div .logo {z-index: 10000;}
.logo {padding-top: 10px;}

/*Overrides Template Strong Color*/
.main_color strong {color: #555555;}

/*Removes Persistent Search Icon In Main Nav
#menu-item-search {display: none;}*/

/*Text Widget Spacing*/
.widget_text {padding-top: 0px; padding-bottom: 0px;}

/*Search for a teacher menu item styling */
#menu-item-3585 {background-color: #619bed;}
#menu-item-3585 a {color: #fff;}

/*Digg Digg Normal Display Top of Post Social Share Spacing*/
.dd_button:nth-child(2) {width: 115px;}
.dd_button:nth-child(3) {width: 124px;}
.dd_button:nth-child(3) .fb-share-button > span {vertical-align: top !important;}

/*Updates the color of the scroll triggered box button - wasn't working for some reason out of the box*/
.scroll-triggered-box .avia-button {background-color: #619bed; color: #fff; border-color: #619bed;}

/*Bottom of Post Comment Box Updates*/
.template-blog .post_delimiter {margin: 0px; padding: 15px 0px 0px 0px;}
.form-allowed-tags {display: none;}
.main_color .comment-count {background-color: #888;}

/*Blains Email Collect Thanks for Signing Up Text Alignment*/
.EmailCollect {text-align: left !important;}