/* 
 Theme Name:   Bright Futures Nursery School
 Theme URI:    
 Description:  Child theme for Bright Futures Nursery School
 Author:       Bright Futures Nursery School
 Author URI:   
 Template:     Divi
 Version:      1.0
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html

 /* == Add your own styles below this line ==
--------------------------------------------*/

.bfns-custom-link a {
background-color: #2ea3f2;
padding: 7px 5px 6px;
border-radius: 2px;
-webkit-transition: all 400ms;
transition: width all 400ms;
}

.bfns-custom-link a:hover {
background-color: #0E226B;
-webkit-transition: all 400ms;
transition: width all 400ms;
}

.bfns-custom-link a:active {
	background-color: #0E226B;
}

.bfns-custom-link a:after {
display: none !important;
}

.et_header_style_left #et-top-navigation nav>ul>li>a{
	padding-bottom: 6px !important;
	margin-bottom: 25px;
}

.et_pb_widget ul li {
	margin-bottom: 20px;
}

#footer-info { width: 100%; margin:0 auto; text-align: center !important; }
@media only screen and (min-width: 980px) { 
    #footer-bottom .et-social-icons { margin-bottom:-28px; } 
}

/*****************************************************************************************************************/



/*------------------------------------------------*/
/*------------[ GQ EXTENDED BORDERS ]-------------*/
/*------------------------------------------------*/
 
        .gq_m_image_extended_borders .et_pb_image_wrap {
            padding: 30px!important;}
        .gq_m_image_extended_borders .et_pb_image_wrap:before {
            top: 20px;
            bottom: 20px;
            right: 10px;
            left: 10px;
            border-top: 2px solid #2EA3F2;
            border-bottom: 2px solid #2EA3F2;
            position: absolute;
            content: '';
            -webkit-transition: all 0.3s ease-in-out;
            -moz-transition: all 0.3s ease-in-out;
            -ms-transition: all 0.3s ease-in-out;
            -o-transition: all 0.3s ease-in-out;
            transition: all 0.3s ease-in-out;}
        .gq_m_image_extended_borders .et_pb_image_wrap:after {
            right: 20px;
            left: 20px;
            top: 10px;
            bottom: 10px;
            border-right: 2px solid #2EA3F2;
            border-left: 2px solid #2EA3F2;
            position: absolute;
            content: '';
            -webkit-transition: all 0.3s ease-in-out;
            -moz-transition: all 0.3s ease-in-out;
            -ms-transition: all 0.3s ease-in-out;
            -o-transition: all 0.3s ease-in-out;
            transition: all 0.3s ease-in-out;}
        .gq_m_image_extended_borders:hover .et_pb_image_wrap:before {
            right: 0px;
            left: 0px;}
        .gq_m_image_extended_borders:hover .et_pb_image_wrap:after {
            top: 0px;
            bottom: 0px;}

