/*
Theme Name: Randers - Property Pro Theme
Theme URI: http://www.agentimage.com
Description: Randers Property Pro theme
Author: AgentImage
Author URI: http://www.agentimage.com
Version: 1.0.8
Tags: one-column, two-columns, right-sidebar, custom-menu, full-width-template, sticky-post
License: Proprietary
License URI: http://www.agentimage.com
Template: aios-starter-theme
*/

/*

TABLE OF CONTENTS

1. Custom CSS
2.  IP styles
3. MEDIA QUERIES ARE AUTOMATICALLY REMOVED FROM THIS FILE, they must be placed in style-media-queries.css
  
*/

/*******************************************************
 *
 * 1. Custom CSS
 *
 *******************************************************/

/* Global */

body{
    font: 300 17px/30px "Roboto";
    color: #535353;
    background: #FFF;
    background: url(images/slide.jpg) center top no-repeat;
}

body a{
    outline: none !important;
}

body.home {
    background: #fff;
}

/* Placeholder */

[placeholder]:focus::-webkit-input-placeholder {
 transition: all 0.2s linear;
 transform: translate(10px, 0);
    opacity: 0;
    color:inherit;
}

input[type=text]:focus::-webkit-input-placeholder {
    color:inherit;
}

::-webkit-input-placeholder { /* WebKit browsers */
    color:    inherit;
}
:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    color:   inherit;
}
::-moz-placeholder { /* Mozilla Firefox 19+ */
    color:    inherit;
}
:-ms-input-placeholder { /* Internet Explorer 10+ */
    color:    inherit;
}

/* Global Inner Wrapper */

.innerWrapper {
    width: 100%;
    max-width: 1152px;
    position: relative;
    margin: 0 auto;
}

.innerContent {
    width: 71.78%;
    margin-left: auto;
}

/* Header Wrapper*/

#header-wrapper {
    width: 100%;
    position: fixed;
    height: 0; /* do not remove - Please consult the dev before removing this */
    top: 0;
    left: 0;
    z-index: 10;
}   

#header-wrapper .innerWrapper {
    height: 0; /* do not remove - Please consult the dev before removing this */
}

.header-content {
    width: 100%;
    max-width: 272px;
    height: 646px;
    background: url(images/header-bg.png) no-repeat;
    margin-top: 20px;
    padding: 37px 0;
    position: relative;
    -webkit-box-shadow: 0 0 16px rgba(0,1,1,.25);
    -moz-box-shadow: 0 0 16px rgba(0,1,1,.25);
    box-shadow: 0 0 16px rgba(0,1,1,.25);
}

.header-content:after {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    content: '';
    left: 0;
    background: rgba(160, 160, 160, 0.5);
    background: url(images/header-bg-back.png);
    z-index: -1;
    filter: blur(10px);
    -webkit-filter: blur(10px);
    -moz-filter: blur(10px);
    overflow: hidden;
    z-index: 0;

    display: none;
    display: none\9;
}

.header-content > * {
    position: relative;
    z-index: 5;
}

.logo {
    max-width: 240px;
    margin: 0 auto;
    position: relative;
    text-align: center;
    padding: 20px 0 17px 0;
}

.logo a {
    text-decoration: none;
}

.logo:before,
.logo:after  {
    width: 179px;
    margin-left: -89.5px;
    height: 1px;
    background: #acabab;
    content: '';
    position: absolute;
    left: 50%;
}

.logo:before {
    top: 0;
}

.logo:after {
    bottom: 0;
}

.logo-title {
    font: 400 77px/60px "Roboto Slab";
    color: #190f0d;
    display: block;
}

.logo span {
    font: 300 22px/18px "Roboto";
    color: #242424;
    display: block;
    position: relative;
    padding: 11px 0;
    font-weight:700;
}
            
.logo h3 {
    font: 300 23px/23px "Roboto";
    color: #190f0d;
    padding: 12px 0 10px 0;
    text-transform: uppercase;
}

.nav {
    max-width: 185px;
    margin: 14px auto;
    position: relative;
    width: 100%;
    text-align: center;
}

.sf-menu {
    margin: 0;
    padding: 0;
    list-style: none;
    text-align: center;
}

.sf-menu li {
    display: block;
    position: relative;
}

.sf-menu li a{
    display: block;
    text-decoration: none;
    font: 300 17px "Roboto";
    color: #434342;
    padding: 1px 6px;
}

.sf-menu li:hover > a,
.sf-menu li.current-menu-item > a{
    color: #000;
    font-weight:700;
}

.sf-menu li.current-menu-item a,
.sf-menu li.current_page_item a  {
    color: #000;
}

/* First Level Sub Menu */
.sf-menu li ul {
    position: absolute;
    left: 100%;
    top: 0;
    min-width: 100%;
    display: none;
}

.sf-menu li:hover ul {
    display: block;
}

.sf-menu li ul li a {
    background: #f6733e;
    color: #fff;
    margin-bottom: 1px;
    transition: all .25s ease-in-out;
    -webkit-transition: all .25s ease-in-out;
    -moz-transition: all .25s ease-in-out;
}

.sf-menu li ul li:hover > a {
    background: #d95621;
    color: #fff;
}

/* Second Level Sub Menu */

.sf-menu li ul li ul {
    padding-left: 1px;
}

/* Header widget */

.header-widget  {
    text-align: center;
}

.header-widget .signup-btn {
    text-decoration: none;
    position: relative;
    margin: 0 auto;
    width: 182px;
    min-height: 36px;
    padding: 8px 30px 6px 45px;
    background: #f6733e;
    cursor: pointer;
    text-align: left;

    transition: all .25s ease-in-out;
    -webkit-transition: all .25s ease-in-out;
    -moz-transition: all .25s ease-in-out;

    display: none;
}

body.home .header-widget .signup-btn{
    display: block;
}


.header-widget .signup-btn:before,
.header-widget .signup-btn:after {
    position: absolute;
    content: '';
}

.header-widget .signup-btn:before {
    top: 13px;
    left: 9px;
    width: 25px;
    height: 25px;
    background: url(images/pen.png) no-repeat;
}

.header-widget .signup-btn:after {
    right: 11px;
    top: 17px;
    width: 11px;
    height: 18px;
    background: url(images/arrow-head.png) no-repeat;
}

.header-widget .signup-btn:hover {
    opacity: 0.9;

    -webkit-box-shadow: 0 2px 5px rgba(0,1,1,.45);
    -moz-box-shadow: 0 2px 5px rgba(0,1,1,.45);
    box-shadow: 0 2px 5px rgba(0,1,1,.45);
    
}

.header-widget .signup-btn:after {
    background-position:0 -18px;
}

/* Signup button */

.signup-btn span {
    display: block;
    font: 700 20px/20px "Roboto";
    color: #ffffff;
}

.signup-btn span + span {
    font: 300 13.5px/13.5px "Roboto";
}

/* Contact details */

.contact-details {
    margin: 30px 0;
}

.contact-details span,
.contact-details span a {
    display: block;
    text-decoration: none;
    font: 300 21px "Roboto";
    color: #202020;
}

.contact-details span + span,
.contact-details a {
    font: 400 29px/29px "Roboto Slab";
    color: #000000;
}

.contact-details span a {
    font: 400 29px/29px "Roboto Slab";
}

/* Social media */

.social-media {
    position: relative;
    font-size: 0;
    text-align: center;
}

.social-media h4 {
    font: 300 13px/13px "Raleway";
    color: #010101;
    letter-spacing: 1px;
    text-transform: uppercase;
    margin-bottom: 8px;
}

.social-media > a {
    display: inline-block;
    vertical-align: middle;
    text-decoration: none;
    width: 27px;
    height: 27px;
    margin: 0 7px;
    position: relative;
    cursor:pointer;
    color:#444444;
    font-size:17px;
}

.social-media a span {
    width: 100%;
    height: 100%;
    opacity: 1;
    color:inherit;
    transition: all .25s ease-in-out;
    -moz-transition: all .25s ease-in-out;
    -webkit-transition: all .25s ease-in-out;
}


/* Hero */

#hero {
    position: relative;
    z-index: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

#hero .property-taglines {
    position:absolute;
    z-index:2;
    width:100%;
    height:100%;
    top:0;
    left:0;
}
    
#hero .property-taglines .property-slide-item {
    width: 100%;
    height: auto;
}


#hero .aios-slider-tagline{
    width: 100%;
    max-width: 1152px;
    margin: auto;
    text-align: right;
    text-shadow: 2px 5px 9px #000101;
    align-items: flex-end;
    gap:10px;
}

#hero .aios-slider-tagline .aios-slider-tagline-title{
    background: rgba(10, 10, 10, 0.73);
    padding: 13px 22px 13px 41px;
    font: 400 45px / 45px "Roboto Slab" !important;
    width: auto;
}
#hero .aios-slider-tagline .aios-slider-tagline-description{
    background: rgba(10, 10, 10, 0.73);
    padding: 13px 22px 13px 41px;
    font: 300 40px / 40px "Roboto" !important;
    width: auto;
}


.property-tagline-item .innerWrapper {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0
}

.property-tagline-item .tagline {
    position: absolute;
    right: 0;
    top: 39%;
    text-align: right;
}

.property-tagline-item .tagline span{
    background: url(images/black58.png);
    display: inline-block;
    font: 400 45px/45px "Roboto Slab";
    padding: 13px 22px 13px 41px;
    text-shadow: 2px 5px 9px #000101;
    color: #fff;
    text-align: right;
}

.property-tagline-item .tagline span.line-2 {
    font: 300 40px/40px "Roboto";
    margin-top: 5px;
}

.property-tagline-item .tagline.sold span.line-1{
    background: #ff6633;
}

.property-tagline-item .tagline.sold span.line-2 {
    background: #333333;
}

#hero .property-slideshow {
    width: 100%;
    height: auto;
    position:relative;
    z-index:1;
}

#hero .property-slideshow .property-slide-item {
    width: 100%;
    height: auto;
}

.property-slide-item .innerWrapper {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0
}

/* Sign Up */

#signup-wrap {
    width: 100%;
    background: #e5e5e5;
    padding: 26px 0 17px 0;
    text-align: center;
}   

#signup-wrap h3 {
    font: 300 22px/22px "Open Sans";
    color: #000000;
    display: block;
    font-style: italic;
    margin-top: 14px;
}

#signup-wrap .signup-form {
    position: relative;
    font-size: 0;
    text-align: left;
}

#signup-wrap .signup-form .ajax-loader {
    display:none;
}


#signup-wrap .signup-form .wpcf7-form-control-wrap {
    margin-right: 0.8%;
    max-width: 24.93%;
    max-width: 23.93%\9;
    width: 100%;
}

#signup-wrap .signup-form input[type=submit] {
    display: inline-block;
    margin-right: 0;
    max-width: 21.54%;
    margin-left: 0.9%;
    text-transform: uppercase;
}

#signup-wrap .signup-form p,
#signup-wrap .signup-form p span{
    display: inline-block;
    vertical-align: top;
    position: relative;
}

#signup-wrap .signup-form p {
    display: block;
}

#signup-wrap .signup-form input[type=text],
#signup-wrap .signup-form input[type=email],
#signup-wrap .signup-form input[type=submit] {
    box-sizing:border-box;
    -moz-box-sizing:border-box;
    -webkit-box-sizing:border-box;

    appearance:none;
    -webkit-appearance:none;
    -moz-appearance:none;
}

#signup-wrap .signup-form input[type=text],
#signup-wrap .signup-form input[type=email],
#signup-wrap .signup-form input[type=tel] {
    border: 1px solid #a2a1a1;
    padding: 7px 17px;
    margin: 0;
    border-radius: 0!important;
    outline: none;
    background: #fff!important;
    width: 100%;
    height: 36px;
    font: 300 17px "Roboto";
    color: #000;
    display: block;
}

#signup-wrap .signup-form input[type=tel] {
  width: 100%;
  padding: 7px 1.6% 7px 4.8%;
  height: 36px;
}

#signup-wrap .signup-form input[type=submit] {
    display: inline-block;
    vertical-align: top;
    border:none;
    background: #3a3a3a;
    font: 700 14px "Roboto";
    color: #ffffff;
    height: 36px;
    width: 100%;
    outline: none;
    cursor: pointer;
    min-width: 0;
    transition: all .25s ease-in-out;
    -webkit-transition: all .25s ease-in-out;
    -moz-transition: all .25s ease-in-out;
}

#signup-wrap .signup-form input[type=submit]:hover {
    background:#f6733e;
    color:#fff;
}

#signup-wrap div.wpcf7 img.ajax-loader {
    display: none!important;
}

#signup-wrap span.wpcf7-not-valid-tip {
    color: #f00;
    font-size: 1em;
    display: block;
    font-size: 12px;
    position: absolute!important;
    top: -26px;
    left: 0;
}

#signup-wrap div.wpcf7-response-output {
    margin: 5px 0;
    padding: 0.2em 1em;
    font-size: 12px;
}

/* Welcome Area */

#welcome-wrap {
    width: 100%;
    background: #fff;
    text-align: center;
    padding: 54px 0 84px 0;
}


#welcome-wrap h1 {
    padding: 0 0 60px 0;
}

#welcome-wrap h1 span{
    display: inline-block;
    vertical-align: middle;
    font: 300 35px/35px "Roboto Slab";
    color: #202020;
}

#welcome-wrap h1 span + span {
    font: 700 35px/35px "Roboto Slab";
}

#welcome-wrap strong {
    font: 700 20px "Roboto Slab";
    color: #202020;
    display: block;
    margin-bottom: 15px;
}

#welcome-wrap p {
    text-align: justify;
    padding: 10px 0;
}

/* Photo Widget  */

#photo-widget-wrap {
    width: 100%;
    height: auto;
}

#photo-widget-wrap img {
    display: block;
    width: 100%;
    height: auto;
}

/* Featured Area */

.featured-area {
    text-align: center;
    padding: 4% 0;
}

.featured-area .featured-list {
    position: relative;
    margin-bottom: 24px;
}

.featured-list a {
    display: block;
    float: left;
    width: 23.33%;
    margin-left: 2.17%;
    transition: all .25s ease-in-out;
    -webkit-transition: all .25s ease-in-out;
    -moz-transition: all .25s ease-in-out;
    margin-top: 2.17%;

}

.featured-list a:first-child {
    margin-left: 0;
}

.featured-list a img {
    display: block;
    width: 100%;
}

.featured-list a:hover {
    opacity: 0.8;
    -webkit-box-shadow: 0 0 16px rgba(0,1,1,.25);
    -moz-box-shadow: 0 0 16px rgba(0,1,1,.25);
    box-shadow: 0 0 16px rgba(0,1,1,.25);
}

.featured-list a:nth-child(5) {
    margin-left: 0 !important;
}
.featured-area a.border-btn {
    display: inline-block;
    border: 2px solid #f6733e;
    font:  700 14px "Roboto";
    color: #f6733e;
    letter-spacing: 12px;
    letter-spacing: 11px\9;
    text-transform: uppercase;
    padding: 10px 10px;
    max-width: 275px;
    width: 100%;
    text-align: center;
    text-decoration: none;

    text-indent: 7px;

    transition: all .25s ease-in-out;
    -webkit-transition: all .25s ease-in-out;
    -moz-transition: all .25s ease-in-out;
}

.featured-area a.border-btn:hover {
    background:#f6733e;
    color:#fff;
}

/* Other property link */

.other-property-link {
    position: relative;
    padding: 10px 16px;
    border:1px solid #bdbdbd;
    margin-bottom: 39px;
    border-sizing: border-box;
    -webkit-border-sizing: border-box;
    -moz-border-sizing: border-box;
    display: none;
}

.other-property-link:hover {
    border-color:#000;
}

body.home .other-property-link{
    display: block;
}

.other-property-link img.link-img {
    display: inline-block;
    vertical-align: middle;
    margin-right: 16px;
}

.other-property-link .plink-title {
    display: inline-block;
    vertical-align: middle;
    max-width: 541px;
    width: 100%;
    text-align: center;
    color: #202020;
    margin-top: 15px;
}

.plink-title  span {
    font: 100 26px/26px "Roboto Slab";
    display: block;
}

.plink-title span.click-here {
    font: 300 13px "Raleway";
    text-transform: uppercase;
    color: #010101;
    text-decoration: none;
    letter-spacing: 10px;
    display: block;
    padding-top: 7px;
}
.photo-holder canvas{
    background-size: cover;
    width: 100%;
    height: auto;
    display: block;
}

/* Information widget */

.information-widget {
    position: relative;
}

.information-widget .footer-widget-left {
    float: left;
    max-width: 47.15%;
    width: 100%;
}

.information-widget .footer-widget-right {
    float: right;
    max-width: 47.15%;
    width: 100%;
}

/* Sign up form 2 */

.signup-form-2 {
    position: relative;
    font-size: 0;
}

.signup-form-2 br {
    display: none;
}

.signup-form-2 p,
.signup-form-2 p span {
    display: inline-block;
    vertical-align: top;
    position: relative;
}

.signup-form-2 p {
    display: block;
}

.signup-form-2 input[type=text],
.signup-form-2 input[type=email],
.signup-form-2 input[type=submit] {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;

    appearance:none;
    -webkit-appearance:none;
    -moz-appearance:none;
}

.signup-form-2 input[type=text],
.signup-form-2 input[type=email],
.signup-form-2 input[type=tel],
.signup-form-2 input[type=submit] {
    display: block;
    width: 100%;
    max-width: 192px;
    max-width: 172px\9;
    height: 40px;
    margin: 0;
    padding: 8px 10px;
    outline: none;
    border: none;
    border-radius: 0;
    font: 400 14px "Roboto Slab";
    color: #000;

}

.signup-form-2 input[type=tel] {
  max-width: 100%;
  height: 40px;
  padding: 7px 4.2% 3px 2.8%;
}

.signup-form-2 input[type=text],
.signup-form-2 input[type=email],
.signup-form-2 input[type=tel] {
    margin-bottom: 5px;
    background: #cccccc;
}

.signup-form-2 input[type=submit]{
    background: #333333;
    cursor: pointer;
    font: 700 14px "Roboto Slab";
    color: #ffffff;
    display: inline-block;
    text-transform: uppercase;
}

.signup-form-2 input[type=submit]:hover {
    background:#f6733e !important;
    color:#fff;
    transition: all .25s ease-in-out;
    -webkit-transition: all .25s ease-in-out;
    -moz-transition: all .25s ease-in-out;
}

.signup-form-2 span.wpcf7-form-control-wrap.your-name,
.signup-form-2 span.wpcf7-form-control-wrap.your-number {
    margin-right: 5px;
}

.signup-form-2 span.wpcf7-form-control-wrap.your-number {
    width: 192px;
    height: auto;
}

.signup-form-2 div.wpcf7 img.ajax-loader {
    position: absolute;
    top: 0;
    right: 0;
}

.signup-form-2 span.wpcf7-not-valid-tip {
    
}

.signup-form-2 div.wpcf7-response-output {
    margin: 5px 0;
    padding: 0.2em 1em;
    font-size: 12px;
    line-height: 15px;
}

.signup-form-2 p > .wpcf7-form-control-wrap:nth-child(1),
.signup-form-2 p > .wpcf7-form-control-wrap:nth-child(3) {
    margin-right:5px;
}

.signup-form-2 span.wpcf7-not-valid-tip {
    font-size:12px;
}

/* Popup form */

.property-pro-aios-starter-theme-popup-form input[type="submit"] {
    margin-top:0;
    line-height:1;
}

/* Contact information */

.contact-information .phone-num,
.contact-information .address {
    position: relative;
}

.contact-information .phone-num:before ,
.contact-information .address:before {
    content: '';
    display: inline-block;
    vertical-align: top;
    width: 18px;
    height: 19px;
    content: '';
    margin-top: 4px;
    margin: 4px 10px 0 7px;
}

.contact-information .phone-num:before {
    background: url(images/sprite.png) -15px -57px no-repeat;
}

.contact-information .address:before {
    background: url(images/sprite.png) -56px -56px no-repeat;
    height: 20px;
}

.contact-information .phone-num span,
.contact-information .phone-num a,
.contact-information .address span {
    display: inline-block;
    vertical-align: top;
    font: 700 34px/22px "Roboto Slab";
    color: #333333;
}

.contact-information .address span {
    font: 300 17px/23px "Roboto Slab";
}

.contact-information .address {
    margin-top: 13px;
}

/* Footer */

#footer-widget-wrap a {
    text-decoration: none;
}

.footer-widget-left h3,
.footer-widget-right h3 {
    position: relative;
    border-bottom: 2px solid #ff6633;
    padding: 15px 0;
    margin-bottom: 20px;
    white-space: nowrap\9;
}

.footer-widget-left h3:before,
.footer-widget-right h3:before  {
    display: inline-block;
    vertical-align: middle;
    content: '';
    width: 30px;
    height: 22px;
    margin: 0 5px 0 2px;
}

.footer-widget-left h3:before {
    background: url(images/sprite.png) -10px -10px no-repeat;
}

.footer-widget-right h3:before {
    background: url(images/sprite.png) -52px -9px no-repeat;
    height: 25px;
}

.footer-widget-left h3 span,
.footer-widget-right h3 span {
    vertical-align: middle;
    font: 700 26px/26px "Roboto Slab";
    color: #333333;
}

.footer-widget-left h3 span + span,
.footer-widget-right h3 span + span {
    font: 300 26px/26px "Roboto Slab";
}

/* Footer nav */

#footer-wrapper {
    text-align: center;
    padding: 40px 0 25px 0;
}

#footer-wrapper .footernav {
    margin: 0;
    padding: 0;
    list-style: none;
    font-size: 0;

    line-height: 19.1px;
}

#footer-wrapper a {
    color:inherit;
}

.footernav li ul {
    display: none!important
}

.footernav li {
    display: inline-block;
    vertical-align: middle;
    position: relative;
    border-left: 1px solid #434342;
}

.footernav li:first-child {
    border: none;
}

.footernav li a {
    display: block;
    font: 300 14.24px/14.24px "Roboto";
    color: #434342;
    text-decoration: none;
    padding: 0 4px;
    color:inherit;
}

#footer-wrapper .credits, #footer-wrapper .disclaimer {
    font: 300 11px "Roboto";
    color: #606060;
}

#footer-wrapper .disclaimer{
    margin: 10px 0 0 0;
}

/* Broker logo */

.broker-logo {
  text-align: center;
}
 
/*******************************************************
 *
 * 2. IP Styles
 *
 *******************************************************/

/* Adjust minimum height of page area */ 
#content-sidebar, #content-full{ 
    min-height: 800px;
    margin:0 0 0 auto;
    background:url(images/white88.png);
}

/** Adjust width of content columns **/
#content-sidebar #content{ width: 77.08%; }
#content-full #content { width: 100%; }
#content { padding:30px; margin-top:20px; }

/* Adjust width of sidebar */
.sidebar{ width: 20.83%; }

/* Adjust line height of page elements */
#content h4, aside h4,
#content p, aside p,
#content blockquote, aside blockquote,
#content ul, aside ul,
#content fieldset, aside fieldset,
#content form, aside form,
#content ol, aside ol,
#content dl, aside dl,
#content dir, aside dir,
#content menu, aside menu { line-height:1.7 }

/* Style post/page main headings (h1) */
#content .entry-title { 
    font-size: 24px;
    font: 700 35px "Roboto Slab";
    color: #202020;
    padding-bottom: 7px;
    display: inline-block;
    border-bottom: 4px solid #f6733e;
    margin: 0;
}

/* Style category/archive/etc main headings (h1) */
#content .archive-title { 
    font-size: 24px;
    font: 700 35px "Roboto Slab";
    color: #202020;
    padding-bottom: 7px;
    display: inline-block;
    border-bottom: 4px solid #f6733e;
    margin: 0;
}

/* Styles for category/archive/search/etc subheadings (h2) */
#content .archive-subtitle { 
    font-size: 24px;
    font: 700 35px "Roboto Slab";
    color: #202020;
    padding-bottom: 7px;
    display: inline-block;
    border-bottom: 4px solid #f6733e;
    margin: 0;
}

/* Breadcrumbs */

.yoast-breadcrumbs {
    font-weight:500;
}

.yoast-breadcrumbs a,
.yoast-breadcrumbs a:visited,
.yoast-breadcrumbs a:hover {
    color:inherit;
}
p#breadcrumbs{
    display: none;
}     
/* MEDIA QUERIES ARE AUTOMATICALLY REMOVED FROM THIS FILE, they must be placed in style-media-queries.css */


