/* ==============================================================================
Theme Name: Phlox Pro Child
Theme URI: http://phlox.pro/go/
Author: averta
Author URI: http://www.phlox.pro
Description: Phlox Pro Child Theme
Template: phlox-pro
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: one-column,two-columns, three-columns, left-sidebar, right-sidebar
Text Domain: phlox-pro-child
================================================================================= */

/* Improve formmatting for lists */
ol li {
    list-style-type: decimal;
    margin-left: 30px;
}
ul li {
    list-style-type: disc;
    margin-left: 30px;
}

/* Create a class to make selected copy white */
.white {
    color: white !important;
}

/* Special form formating for gravity forms (does not impact Keap forms)*/
.gform_required_legend {
    display: none;
}

.pp-gravity-form .gform_wrapper select {
    border-radius: 24px !important;
}

@media only screen and (min-width: 641px)
.gform_legacy_markup_wrapper .ginput_address_country {
    padding-left: 20px;
}

.gform_legacy_markup_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]) {
    border-radius: 24px !important;
    height: 54px;
    width: 100% !important;
}

/* Define a class for creating round images */
.rnd-img img {
  border-radius: 50% !important;
}

/* Increase font size for woocommerce pages */
.elementor-widget-woocommerce-checkout-page {
    font-size: 16px !important;
}

/* Format the Angel video magnet */
    .angel-section {display: block;}

    .fbConnectWidgetFooter {display: none !important;}

    #share {position: fixed; bottom: 20px; left: 0px;}

    .ce-countdown--theme-1 { 
        color: #9d2063 !important; 
        font-weight: 300; 
        font-size: 9px !important; 
        background: #f2f2f2; 
        display: inline-table; 
        margin-left: 130px;}

    #angel-1 { 
        margin-bottom: 40px; 
        background: url(/wp-content/uploads/2016/03/feathers4angels.png) bottom left no-repeat;}

    #angel-1 .text-1 {
        font-size: 28px; 
        padding: 40px 20px 20px 20px; 
        font-weight: bold; text-align: center; 
        color: #666; line-height: 40px;}

    #angel-1 .text-1 span {
        color: #9d2063;}

    #angel-1 #videos {
        width: 700px; 
        margin: 0 auto;}

    #angel-1 .form-1 {
        width: 700px; 
        padding: 30px 30px 30px 120px; 
        border: 2px solid #EFF0F2; 
        margin: 30px auto; 
        background: url(/wp-content/themes/dk/images/chakra/arrow.gif) 40px 70px no-repeat}

    #angel-1 .form-1 .gfield_label {
        display: none;}

    #angel-1 .form-1 .medium {
        padding: 15px; 
        float: left; 
        margin-right: 20px;}

    #angel-1 .form-1 #input_13_1 {
        width: 35%;
    }

    #angel-1 .form-1 #input_13_2 {
        width: 55%;}

    #angel-1 .gform_button {
        border: none; 
        font-size: 16px; 
        color: #fff; 
        background: #9d2063; 
        padding: 15px 0px; 
        margin-top: 20px; 
        width: 94%; 
        text-align: 
        center;}

    #chacka-1 #social-angels {
        display: inline; 
        margin: 10px auto;}

    #angel-1 .text-2 {
        text-align: center; 
        font-weight: bold;}

    #angel-3 {
        background: #9d2063;}

    #angel-3 .img-1 {
        float: left;}

    #angel-3 .img-2 {
        float: left; 
        padding: 15px 3%}

    #angel-3 .text-1 {
        color: #fff; 
        line-height: 22px; 
        width: 60%; 
        float: left; 
        padding: 10px 3%; 
        font-size: 15px}

    @media only screen and (max-device-width: 480px) {
        #shiftnav-toggle-main { display: none !important}	
	
	#angel-1 .text-1 {
		font-size: 18px; 
		line-height: 22px; 
		padding-top: 20px}

	#angel-1 #videos {
		width: 95%; 
		margin: 0 auto}

	#angel-1 #videos img {
		width: 100%}
/* End Angel video magnet */