/* LICENSE & DETAILS
   ==================================================

	Theme Name: Cardinal Child Theme
	Theme URI: http://cardinal.swiftideas.com
	Description: An Incredible Responsive Multi-Purpose WordPress Theme - Designed & Developed by Swift Ideas ( www.swiftideas.net )
	License: GNU General Public License version 3.0
	License URI: http://www.gnu.org/licenses/gpl-3.0.html
	Template: cardinal
	Version: 1.0
	Author: Swift Ideas
	Author URI: www.swiftideas.net

	All files, unless otherwise stated, are released under the GNU General Public License
	version 3.0 (http://www.gnu.org/licenses/gpl-3.0.html)

   ==================================================
*/

/* --------------------------------------------
	CHILD THEME CSS
-------------------------------------------- */

#copyright .container .text-left .ak-info a{
    display: inline-block;
    background: url("images/logo-scriptics.png") top left no-repeat;
    height: 33px;
    line-height: 33px;
    padding-left: 35px;
    width: auto;
    transition:all 0s;
    -webkit-transition:all 0s;
    -moz-transition:all 0s;
}
/*http://vlad.ciutacu.ro/wp-content/uploads/logo-scriptics.png*/
#copyright .text-left {
    width: 100%;
    max-width: 100%;	
}
#copyright .container .text-left .ak-info a img{
    margin: 0 5px;
    float: left;
}
#copyright .container .text-left .ak-info a:hover {
    color: #5c9ee4 !important;
    background: url("images/logo-scriptics.png") bottom left no-repeat;
}
.ak-info{
    float: right !important;
}
.ak-info img{
    margin-left: 5px;
}
.vertical-menu-bottom .text {
   padding: 0 20px;
}