/* Main Style Sheet Build For Fotisi.com / Copyright (C) 2020 Fotisi / v5.0.2 */


article,aside,details,figcaption,figure,footer,header,main,menu,nav,section,summary {
    display: block;
}

audio,canvas,progress,video {
    display: inline-block;
}

progress {
    vertical-align: baseline;
}

audio:not([controls]) {
    display: none;
    height: 0
}

[hidden],template {
    display: none;
}

a {
    background-color: transparent;
    -webkit-text-decoration-skip: objects;
}

a:active,a:hover {
    outline-width:0;
}

abbr[title] {
    border-bottom: none;
    text-decoration: underline;
    text-decoration: underline dotted;
}

dfn {
    font-style: italic
}

mark {
    background: #ff0;
    color:#000
}

small {
    font-size: 80%;
}

sub,sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sub {
    bottom: -0.25em;
}

sup {
    top: -0.5em;
}

figure {
    margin: 1em 40px;
}

img {
    border-style: none;
}

svg:not(:root) {
    overflow: hidden
}

code,kbd,pre,samp {
    font-family: monospace,monospace;
    font-size: 1em;
}

hr {
    box-sizing: content-box;
    height: 0;
    overflow: visible;
}

button,input,select,textarea {
    font: inherit;
    margin: 0;
}

optgroup {
    font-weight: bold;
}

button,input {
    overflow: visible;
}

button,select {
    text-transform: none;
}

button,html [type=button],[type=reset],[type=submit]{
    -webkit-appearance: button
}

button::-moz-focus-inner, [type=button]::-moz-focus-inner, [type=reset]::-moz-focus-inner, [type=submit]::-moz-focus-inner {
    border-style: none;
    padding: 0;
}

button:-moz-focusring, [type=button]:-moz-focusring, [type=reset]:-moz-focusring, [type=submit]:-moz-focusring{outline:1px dotted ButtonText}
fieldset{border:1px solid #c0c0c0;margin:0 2px;padding:.35em .625em .75em}
legend{color:inherit;display:table;max-width:100%;padding:0;white-space:normal}textarea{overflow:auto}
[type=checkbox],[type=radio]{padding:0}
[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button{height:auto}
[type=search]{-webkit-appearance:textfield;outline-offset:-2px}
[type=search]::-webkit-search-cancel-button,[type=search]::-webkit-search-decoration{-webkit-appearance:none}
::-webkit-input-placeholder{color:inherit;opacity:0.54}
::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}

html {
    -ms-text-size-adjust:100%;
    -webkit-text-size-adjust:100%;
    overflow-x: hidden;
}

body {
    margin:0;
    background-color: white;
}

html,body {
    font-family: Verdana,sans-serif;
    font-size: 15px;
    line-height: 1.5;
}

img {
    margin-bottom: -5px;
}

h1 {font-size: 36px;}
h2 {font-size:30px;}
h3 {font-size:24px;}
h4 {font-size:20px;}
h5 {font-size:18px;}
h6 {font-size:16px;}

h1,h2,h3,h4,h5,h6 {
    font-family:"Segoe UI",Arial,sans-serif;
    font-weight: 400;
    margin: 10px 0px;
}

a { 
    color:inherit;
    background-color:inherit;
}
strong {font-weight: bold;}
em {font-style: italic;}

/* listing */
.listing-container {
    position: relative;
    max-width: 930px;
    height: 475px;
    margin: 0 auto;
    border-top: 3px solid #0066CC;
}

.listing-container img {
    vertical-align: middle;
    width:100%;
    height:100%;
    object-fit:cover;
}

.listing-container .content {
    position: absolute;
    bottom: 0;
    background: rgb(0, 0, 0);
    background: rgba(0, 0, 0, 0.8);
    color: #f1f1f1;
    width: 100%;
}

.listing-button {
    display: block;
    text-align: center;
    padding: 12px;
    background: rgba(0,0,0,0);
    color: white;
    text-decoration: none;
}

.listing-button:hover {
    background: #0066CC;
}

/* Sidebar */
.sidebar-header {
    background-color: #0066CC;
    color: white;
    padding: 1px 0px;
    border-bottom: 5px solid #404104;
}

.sidebar-title {
    text-align: center;
    font-size: 1.6em;
    text-transform: uppercase;
}

.sidebar-post-card {
    border-top: 2px solid #0066CC;
    margin: 10px 0px;
}

.sidebar-post-card a {
    text-decoration: none;
}

.sidebar-post-card img {
    vertical-align: middle;
    width: 100%;
    height: 100px;
    object-fit: cover;
    margin-bottom: 3px;
}

.sidebar-social {
    display: flex;
    justify-content: space-between;
    margin-bottom: 20px;
}

.sidebar-social a {
    font-size: 2.75em;
    color: #404140;
}

.sidebar-social a:hover {
    color: #0066CC;
}


/* Columns & Rows */
* {
    box-sizing: border-box;
}

.column {
    float: left;
}

.row:after {
    content: "";
    display: table;
    clear: both;
}

@media only screen and (max-width: 1249px){
    .main-container {
        width: 100%;
    }

    .main-container .msidebar {
        width: 100%;
    }

    .main-container .mcontent {
        width: 100%;
    }

    .mobile-pad {
        padding: 10px;
    }

    .post-title {
        display: block;
        font-size: 32px;
        font-weight: bold;
        padding: 10px;
        border-bottom: 5px solid #404140;
        margin-bottom: 20px;
    }
}

@media only screen and (min-width: 1250px) {
    .main-container {
        width: 1250px;
        margin: auto;
    }

    .main-container .msidebar {
        width: 300px;
    }

    .main-container .mcontent {
        width: 930px;
        margin-right: 20px;
    }

    .post-title {
        display: block;
        font-size: 32px;
        font-weight: bold;
        padding: 10px 0px;
        border-bottom: 5px solid #404140;
        margin-bottom: 20px;
    }
}

/*.main-container {
    width: 1250px;
    margin: auto;
}

.main-container .msidebar {
    width: 300px;
}

.main-container .mcontent {
    width: 930px;
    margin-right: 20px;
}*/


/*  */

article {
    font-size: 1.1em;
    padding: 10px;
}

article #copyright {
    display: block;
    margin-top: 20px;
    text-align: center;
}

article img {
    width: 100%;
}

article a {
    text-decoration: none;
    color: #0066CC;
}

quote {
    display:block;
    border-left: 5px solid #0066CC;
    padding: 10px 15px;
}

quote p:first-of-type {
    margin-top: 0px;
}

quote p:last-of-type {
    margin-bottom: 0px;
}

/* Feed A */
.feed-a-title { margin-bottom:0px;margin-top:0px;padding-top:300px;padding-left:10px;padding-right:10px;padding-bottom:10px;color:#fff;}
.feed-a-desc { background-color:#999;color:#fff;padding-top:5px;padding-left:10px;padding-right:10px;padding-bottom:10px;}
.feed-a-link { border:none;display:block;outline:0;padding-top:8px;padding-bottom:8px;vertical-align:middle;overflow:hidden;text-decoration:none;color:#fff;background-color:#666;text-align:center;cursor:pointer;white-space:nowrap;letter-spacing:4px;}
.feed-a-link:hover { background-color:#2196F3;}

/* Video */
.videoWrapper {
    position: relative;
    padding-bottom: 56.25%; /* <- 16:9 */
    padding-top: 25px;
    height: 0;
}

.videoWrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

/* Footer */
footer {
	background-color: #404140;
	color:white;
	border-top: 7px solid #0066CC;
	padding-top: 20px;
	padding-bottom: 25px;
}

footer .container {
    max-width: 1250px;
    margin: auto;
}

@media only screen and (max-width: 1249px){
    .footer-desktop {
        display: none;
    }
    
    .nav-desktop {
        display: none;
    }
}

@media only screen and (min-width: 1250px) {
    .footer-mobile {
        display: none;
    }
    
    .nav-mobile {
        display: none;
    }
}

footer a {
	text-decoration: none;
	color: white;
	transition: 0.3s;
}

footer a:hover {
	color: #0066CC;
}

/* Ad */
@media only screen and (min-width: 729px) {
    .advertisement {
        width: 729px;
        margin: 25px auto; 
    }
    
    .advertisement .container {
        width: 729px;
        max-width: 729px;
        height: 91px;
        max-height: 91px;
        background-color: #404140;
    }
}

@media only screen and (max-width: 728px) {
    .advertisement {
        width: 320px;
        margin: 25px auto; 
    }
    
    .advertisement .container {
        width: 320px;
        max-width: 320px;
        height: 100px;
        max-height: 100px;
        background-color: #404140;
    }
    
    .am-ad {
        display: none;
    }
}
.advertisement .text {
    display: block;
    font-size: .8em;
    padding:0px;
}

/* Accounts Nav-bar */
.accounts-nav {color: white;text-decoration: none;padding: 15px 30px 13px 30px;font-weight: bold;font-size: 1.2em;text-transform: uppercase;}
.accounts-nav:hover {background-color: white;color: #404140}
