/*
Theme Name: SFOP
Theme URI: http://SFOP.se/
Author: Mkmedia
Author URI: http://mkmedia.se/
Description: In 2015, our theme lets you create a responsive website with a sleek, modern design.
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: basic
Text Domain: sfop
*/


/* Wider page */
div.row {
	max-width: 70rem !important;
}


/* Hide social links on mobile */

 ul.wp-block-social-links {

	margin-top: 46px;
	margin-bottom: 38px;
	float: right;
}


@media only screen and (max-width: 1025px) {

	ul.wp-block-social-links {
		/*display: none;*/
		margin-top: 15px;
		margin-left: 0px;
		margin-right: 100px;
	    	margin-bottom: 0px;
	}

}

@media only screen and (max-width: 400px) {

	ul.wp-block-social-links {
		/*display: none;*/
		margin-top: 18px;
		margin-left: 0px;
		margin-right: 40px;
	    	margin-bottom: 0px;
	}

}

/* File explorer */

.page-template-tpl-stadmin-php div.section {

}


.st-admin #upfp_container {
    margin-top: -40px;
    width: auto;
    position: relative;
    left: 0% !important; 
    right: 0% !important; 
    margin-left: auto !important;
    margin-right: auto !important;
    max-width: unset;
}

.st-admin  div.row {
	max-width: 100% !important;
}

.st-admin .medium-8 {
     width: 100%;
}


/*.st-admin #upfp_info.upfp_col {
	display: none;
}*/


.site-header .site-name {
	float: left;
}


.site-navigation {
    float: left;
    bottom: none;
    left: none;
    position: static;
    margin: 38px;
    margin-left: 10%;
}


/* Images */
.foton .medium-8 {
	width: 100% !important;
}

.foton .medium-8 a {
	display: block;
    	min-height: 300px;
    	float: left;
    	width: 25%;
	padding: 10px;
}

.foton .medium-8 a img {
	border-radius: 10px;
}


/* Woocommerce */

p.woocommerce-result-count {
	display: none;
}

form.woocommerce-ordering {
	display: none;
}

p.order-again {
	display: none;
}


/* Hide billing address: */

fieldset.wp-block-woocommerce-checkout-billing-address-block, div.wp-block-woocommerce-checkout-order-note-block {
	display: none !important;
}



.woocommerce-loop-product__title {
	font-size: 0.8em !important;
}



.site-navigation ul li.menu-item-has-children>a:after {
    font-family: 'FontAwesome';
    content: "\f107";
    font-size: .625rem;
    padding-left: 5px;
}




/* scf mods */

body .acf-field input[type="text"], 
body .acf-field input[type="email"], 
body .acf-field input[type="checkbox"], 
body .acf-field input[type="number"],
body .acf-field textarea,
body .acf-field select {
    background-color: #eee;
    border: 1px solid #ddd;
    border-radius: 5px;
    color: #333;
    accent-color: #eee;
}


