/*
Theme Name: Prague (Child Theme)
Theme URI: https://themeforest.net/user/fox-themes
Author: Fox-Themes
Author URI: https://themeforest.net/user/fox-themes
Version: 1.1.1
Description: A stunning visual experience for minimal loving creative. This template is a responsive and retina-ready WordPress theme with grid system layout. It is optimized for mobile touch and swipe.
Tags: one-column, two-columns, right-sidebar, custom-menu, post-formats, sticky-post, translation-ready
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: prague-child
Template: prague
*/

/* = Add your own modification from here
-------------------------------------------------------------- */

.prague-footer {
	.footer-content-outer{
		.footer-top-content{
			
			.prague-footer-info-block {

				&:after {
					content: '';
					display: table;
					clear: both;
				}

				.prague-social-nav {
					float: right;
					margin-top: 0;
					margin-left: 0;
					width: 50%;
					text-align: right;

					.social-content {
						position: static;
						display: block;
						margin-bottom: 0;
						margin-top: 8px;

						li {
							margin-bottom: 0;
							margin-right: 0;
							margin-left: 11px;
							display: inline-block;

							a {
								position: relative;
								display: inline-block;
								vertical-align: middle;
								cursor: pointer;
								text-decoration: none;
								text-align: center;
								width: 30px;
								height: 30px;
								font-size: 24px;
								line-height: 28px;
								border: 0px solid $main-grey-devider-opac;
								color: $white;
								transition: border 0.3s ease-in, background-color 0.3s ease-in, color 0.3s ease-in;

								&:hover {
									//border: 1px solid white;
									background-color: white;
									color: black;
								}

								i {
									line-height: 28px;
								}
							}
						}
					}
				}
			}
		}
	}
}

@media screen and (max-width:767px){
	.prague-footer {
		.footer-content-outer{
			.footer-top-content{
				.prague-footer-info-block {
					.prague-social-nav {
						text-align: center;
						margin-right: 8px;
						width: 100%;
					}
				}
			}
		}
	}
}