/*
Theme Name: CleanStart Child 
Theme URI: http://plethorathemes.com/wordpress/cleanstart/
Description: Child theme for CleanStart (Plethora Themes)
Version: 1.2
Author: Plethora Themes
Author URI: http://www.plethorathemes.com
Template: cleanstart
*/
/* DO YOUR STUFF AFTER THIS !!  */

/* HORIZONTAL TEASER v2 */
.horizontal_teaser .horizontal_teaser_media_right {
    border-left: 0 !important;
}
.horizontal_teaser .horizontal_teaser_text_left {
    border-right: 0 !important;
}

/* SOCIAL ICONS v2 */
footer .pl_about_us_widget .aboutus_social {
    margin-left: -15px;
}
footer .pl_about_us_widget .aboutus_social a {
   background-color: transparent !important;
   margin: -16px 0 0 0;
   width: 40px;
   height: 40px;
   line-height: 40px;
}
footer .pl_about_us_widget .aboutus_social a i {
   color: #428bca;
}
footer .pl_about_us_widget i.fa.fa-phone {
   display: none;
}
footer .pl_about_us_widget p i {
   border-right-width: 2px;
}
footer .pl_about_us_widget .aboutus_social a:hover,
footer .pl_about_us_widget .aboutus_social a:active {
   background-color: transparent;
}

footer .pl_about_us_widget .aboutus_social a:hover > i, 
footer .pl_about_us_widget .aboutus_social a:active > i {
   color: #e0e0e0;
}

/* TWITTER FEED BACKGROUNG GRADIENT v2 */
.twitter_feed_icon a {
    background: rgb(106,206,236);
    background: linear-gradient(270deg, rgba(106,206,236,1) 0%, rgba(77,136,198,1) 100%);
}

section.twitter_feed_wrapper.skincolored_section {
    background: rgb(106,206,236);
    background: linear-gradient(270deg, rgba(77,136,198,1) 0%, rgba(106,206,236,1) 100%);
}
/* NO ELEGANT BORDERS v2 */
.section_header.elegant {
    border: 0 !important;
    margin-bottom: 64px !important;
}
.no_elegant .section_header.elegant small:before {
    display: none !important;
}
/* PRICING PLANS v2 */
.pricing_plan h3 {
    display: flex;
    flex-direction: column-reverse;
    align-items: center;
    color: #333;
    background-size: cover;
    background-position: 0;
    justify-content: space-around;
    padding: 10px 0;
    height: 190px;    
    position: relative;
    margin: 0  !important;
}
.pricing_plan h3:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    background: rgba(240,240,240,.45);
    width: 100%;
    height: 100%;
}
.pricing_plan.special {
    padding: 0;
    top: 0 !important;
}
.pricing_plan h3 strong {
  z-index:1;
  font-size: 2em;  
  line-height: 1em;
}
.pricing_plan h3 small {
    margin-bottom: 24px;
    border-bottom: 1px dotted #999;
    font-size: 1.4rem;
    z-index: 1;
    padding-bottom: 8px;
    font-weight: 500;
    color: #333;
}
.pricing_plan.special h3 small {
    border-color: white;
}
.pricing_plan.special h3:before {
    display: block;
    background: #0f65b1;
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: .5;
    z-index: 0;
}
.pricing_plan .the_price {
    font-size: 4em;
    border-bottom: 0;
}
.pricing_plan.special .the_price {
    color: #3f8acc;
}
.pricing_plan .the_offerings p {
    color: #555;
    font-size: 1.2em;
}

/*** CUSTOM PAGES | REDESIGN ***/

/* SERVICES #2339 */
/* PRICING PLANS v2 CUSTOM */
body.page-id-2339 .pricing_plan h3 {
    padding: 10px 0;
}
body.page-id-2339 .pricing_plan h3 small {
    padding: 10px 0;
;
}
body.page-id-2339 .pricing_plan .the_price {
    font-size: 4em;
    border-bottom: 0;
}
body.page-id-2339 .pricing_plan .the_offerings p {
    font-size: 1.2em;
    color: #555;
}
body.page-id-2339 .full_page_photo {
    background-position: top !important;
}
body.page-id-2339 .main > section.cta_extra_padding {
    padding: 150px;
    color: white;
}
body.page-id-2339 .main > section.cta_extra_padding h4 {
    margin-bottom: 60px;
}

/* ABOUT US #2330 */
body.page-id-2330 .full_page_photo {
    background-position: top;
}

body.page-id-2330 .cta_extra_padding {
    padding: 140px !important;
}

@media only screen and (max-width: 767px) {
  body.page-id-2330 .full_page_photo {
    max-height: 380px;
  } 
}

@media only screen and (max-width: 480px) {
  body.page-id-2330 .full_page_photo {
    max-height: 200px;
  }     
}

/* FIX */
body.postid-1836 article.post .post_content .btn {
    margin-top: 24px;
}