/* 
Theme Name: Sonequa Martin-Green
Author: Never Enough Design
Design URI: https://neverenoughdesign.org

============================================================

THIS THEME PREMADE WAS CREATED BY NEVER ENOUGH DESIGN
EXCLUSIVELY FOR YOU YO BUY AND USE ON YOUR SITES.
YOU CANNOT REDISTRIBUTE THIS THEME - FOR FREE OR
SELLING - AND CLAIM AS YOUR OWN PRODUCT.

============================================================

*/

body {
	background-color: #fafafa;
	margin: 0px;
	padding: 0px;
	font-family: 'Merriweather', serif;
	font-size: 14px;
	color: #6c6b6b;
	overflow-x:hidden!important;
}

#wrapper {
	margin: 0 auto;
	width: 100%;
	max-width: 1500px;
	position: relative;
}

#content {
	width: 100%;
	float: left;
}


/* header */
#header {
	width: 100%;
    max-width: 1200px;
	display: block;
    clear: both; 
    margin: 5px auto 12px auto;
}

#header .header {
    float: right;
}

#header .welcome {
    float: left;
    width: 55%;
    padding: 15px;
    line-height: 175%;
}

.welcome .text eb {
	color: #007994;
	font-family: 'Dancing Script', cursive;
	font-size: 25px;
	font-style: italic;
}

.welcome .text b,
.welcome .text strong {
	text-transform: uppercase;
	background-color: #3ac2dc;
	color: #fff;
	letter-spacing: -1;
}

.welcome .text i, .welcome .text em {
	color: #004c61;
}

.welcome .text u {
	color: #004c61;
	border-bottom: 1px solid #004c61;
	text-decoration: none;
}

.site-name {
    display: block;
    text-align: center;
    font-weight: 700;
    margin: 0 auto 1% auto;
}

.site-name name {
    color: #07839d;
    font-size: 2.25em;
    font-style: italic;
    letter-spacing: -1px;
}

.site-name surname {
    color: #895945;
    font-size: 2.25em;
    font-style: italic;
    letter-spacing: -1px;
}

.site-name site {
    color: #000;
    font-family: 'Roboto', sans-serif;
    text-transform: uppercase;
    font-size: 1.95em;
}

.welcome .mini-sidebar {
    display: block;
    line-height: 165%;
}

.minisidebar {
    width: 43.33%;
    margin: 1% 7px;
    padding: 10px;
    display: inline-block;
    vertical-align: text-top;
    background: #111;
	box-shadow: 8px 8px 4px 1px rgba(0, 0, 0, .1);
    color: #fff;
    font-size: 12px;
    font-family: 'Roboto', sans-serif;
}

.minisidebar .minisidebar-title {
    font-weight: 900;
    font-family: 'Merriweather', serif;
    text-transform: uppercase;
    font-size: 14px;
    background: #2ebed9;
    color: #111;
    margin: 0 auto 3px auto;
}

.minisidebar img,
.minisidebar a img {
    margin: 3px;
    width: 3vw!important;
}

.minisidebar a {
    color: #acabab!important;
    font-weight: 700!important;
}

.minisidebar a:hover {
    color: #3ec6de!important;
}

/* menu */

.navi {
	padding: 0;
	font-family: 'Roboto', sans-serif;
}

.container {
	padding: 20px;
	text-align: center;
	margin: 0 auto;
	width: 1200px;
	position: relative;
}

.navi ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.navi li {
	display: inline-block;
}

.menu {
	display: inline-block;
}

.menu {
	line-height: 14px;
	text-transform: uppercase;
	font-size: 12px;
    background: #e4e7e7;
    padding: 1%;
}

.menu li {
	margin: 0 31px 0 0;
	display: inline-block;
}

.menu a {
    color: #393939!important;
    font-weight: 700!important;
    padding: 2px 0 0 0;
}

.menu a:hover {
	color: #087999!important;
}

/* Sidebar */

#sidebar {
	clear: both;
	display: block;
	text-align: center;
	width: 1500px;
	margin: 15px auto 25px auto;
}

.sidebar {
	display: inline-block;
	line-height: 20px;
	padding: 8px;
	width: 30.33%;
	margin: 7px;
	vertical-align: text-top;
}

.sidebar-content {
	text-align: justify;
    line-height: 185%;
    background: #111;
	box-shadow: 12px 12px 2px 1px rgba(0, 0, 0, .1);
    color: #fff;
    padding: 10px;
}

.sidebar-content a {
    text-decoration: none;
    color: #acabab!important;
    font-weight: 700!important;
}

.sidebar-content a:hover {
    color: #3ec6de!important;
}

.sidebar-content a img,
.sidebar-content img {
	border: 0px;
	padding: 0;
	margin: 3px;
  -webkit-transition: opacity 0.4s linear;
  -webkit-transition: all 0.4s ease-out; 
  -moz-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
	-webkit-filter: grayscale(1);
    border-radius: 200px;
    width: 3vw;
}

.sidebar-content a img:hover,
.sidebar-content img:hover {
	-webkit-filter: grayscale(0);
}

.sidebar-title {
	display: block;
	color: #fff;
	text-transform: uppercase;
	margin: 8px 0;
    font-weight: 700;
    text-align: left;
}

.sidebar-title span {
    background: #0f4f73;
}

/* gallery */

#gallery {
	width: 100%;
	margin: 15px auto 20px auto;
	-moz-box-sizing: border-box; 
	-webkit-box-sizing: border-box; 
	box-sizing: border-box;
    clear: both;
}

.menutop {
	padding: 8px!important;
	width: 70%;
	margin: 5px;
	line-height: 32px;
}

.menutop a {
	color: #393939;
	margin: 3px;
	font-size: 10px;
	text-align: right;
	font-family: Tahoma;
	background-color: #ebebeb;
	padding: 5px!important;
  -webkit-transition: opacity 0.4s linear;
  -webkit-transition: all 0.4s ease-out; 
  -moz-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
}

.menutop a:hover {
	padding: 8px;
	color: #fff!important;
	text-decoration: none!important;
	background-color: #008fa9;
}

.maintable {
	margin: auto; 
	padding:10px!important;
	font-size: 14px; 
	margin-bottom: 25px;
	background-color: transparent;
    line-height: 175%;
}

.tableh1 {
	margin: 0 auto;
	font-size: 22px;
	text-transform: capitalize;
    font-style: italic;
	padding: 8px 1px 1px 1px;
	color: #111;
	font-weight: 700;
	line-height: 1.7em;
	border-bottom: 1px solid #eae8e8;
	}

.tableh1 .cats {
    box-shadow: inset 0 -8px 0 #49cdda;
    text-transform: uppercase;
    font-size: 0.65em;
    font-weight: 700;
    font-style: normal!important;
}

.tableh2 {
	margin: 0 auto;
	font-size: 14px;
	text-transform: capitalize; 
	padding: 12px 8px;
	font-weight: 700;
	line-height: 1.7em;
	background: #fff;
}

.tableb, .tablef {
	margin: 1px;
	background-color: #f5f5f5;
    padding: 0 8px;
}

.thumbnails {
	background-color: #f5f5f5;
    padding: 10px!important;
}

.catrow, .catrow_noalb, .catrow_noalb:hover, .catrow:hover {
	padding: 10px;
	background-color: #f5f5f5;
}

.thumb_filename {
	font-size: 80%;
	display: block;
}

.thumb_title {
	font-size: 12px;
	font-weight: 400;
	padding: 3px;
	display: inline-block;
	background: #111;
    color: #fff;
	margin: 2px 3px;
}

.thumb_title a {
    color: #fff!important;
}

.thumb_caption {
	font-size: 10px;
	width: 67%;
	text-transform: uppercase;
	padding: 5px;
	display: block;
	background: #cfa187;
	color: #fff;
	margin: 2px 3px;
}

.thumb_caption a {
	text-decoration: none;
	color: #7a7a79!important;
}

.statlink {
	font-size: 14px;
	color: #6c6b6b;
}

.statlink strong {
    color: #007994;
    font-weight: 700!important;
    font-style: italic;
    font-size: 1.25em;
}

.statlink a {
	font-weight: 900!important;
	font-size: 19px;
	font-family: 'Roboto', serif;
    font-style: normal!important;
}

.statlink a:hover {
	color: #047b9b;
}

.alblink {
    font-weight:bold;
	text-shadow: none;
}

.catlink {
    display: block;
	margin: auto 7px;
	font-family: 'Roboto', serif;
	font-weight: 700;
	padding: 8px 0;
	text-transform: uppercase;
	font-size: 1.15em;
}

.catlink a {
	color: #111!important;
}

.catlink a:hover {
	color: #fff!important;
	background: #009cba;
}

.catlink .far {
	color: #c49875;
	font-size: 0.65em;
	vertical-align: middle;
}

/* footer */

#footer {
	padding: 20px;
	clear: both;
	overflow-x:hidden!important;
	font-weight: 700!important;
	text-align: center;
	line-height: 18px;
	text-transform: uppercase;
	font-size: 10px;
	letter-spacing: 1px;
    background: transparent;
	color: #2A2A2A;
}

.footer {
	margin: 0 auto;
	width: 1000px;
	position: relative;
	text-align: left;
}

.footer a,
.socials a:hover {
	color: #06bacb!important;
	text-decoration: none;
}

.footer a:hover,
.socials a {
	color: #000!important;
	text-decoration: none;
}

.footer .disclaimer {
	display: block;
	clear: both;
	text-transform: none;
	font-size: 12px;
	line-height: 25px;
	font-weight: 400!important;
}

.socials {
	margin-left: 6px;
	font-weight: 400!important;
	font-size: 9px;
}

.socials a {
	margin-right: 3px;
	border-bottom: 0px;
}


/* Various Formats */

.textinput, .listbox, .radio, .checkbox, input, select, textarea {
	border: 1px solid #dbdbdb;
	background: #fff;
	padding: 10px;
	margin: 7px;
	color: #747474;
	-moz-box-sizing: border-box; 
	-webkit-box-sizing: border-box; 
	box-sizing: border-box;
}

.button {
	border: 0px;
	background: #111;
	padding: 10px;
	margin: 7px;
	color: #fff;
	-moz-box-sizing: border-box; 
	-webkit-box-sizing: border-box; 
	box-sizing: border-box;
}


a, a:link, a:visited, a:active {
	font-weight: 700; 
	text-decoration:none; 
	color: #757575;
  -webkit-transition: opacity 0.4s linear;
  -webkit-transition: all 0.4s ease-out; 
  -moz-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
}

a:hover {
	color: #000; 
	text-decoration: none; 
	cursor: hand;
}

/* Images */

a:link .image, a:visited .image, a:focus .image, a:active .image{
	margin: 5px;
    padding: 5px;
    background: transparent;
	border: 0px;
  -webkit-transition: opacity 0.4s linear;
  -webkit-transition: all 0.4s ease-out; 
  -moz-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
}

a:hover .image{
    padding: 5px;
    background: #d1a48f;
}

.display_media .image {
	max-width: 100%;
	height: auto;
	margin-right: 0;
	margin-left: 0;
}

.catrow a img, .catrow a img:hover,
.catrow_noalb a img, .catrow_noalb a img:hover {
	width: 120px!important;
	height: auto!important;
	padding: 0!important;
	border: 0px!important;
	background: transparent!important;
}

/* ------------------ 

P  C     S C R E E N

 --------------------- */

@media (max-width : 1366px), (max-width : 1200px) {
    #wrapper,
    #sidebar {
	max-width: 1200px!important;
}
}


/* ------------------ 

R E S P O N S I V E    C S S

 --------------------- */
.show-menu,
.navi  input[type=checkbox] {
	display: none;
}

.navi  input[type=checkbox]:checked ~ .rpv-menu {
	display: block;
}

@media (max-width : 1024px), (max-width : 959px) {
	
	#navigation {
        overflow-x: hidden!important;
        background: #000;
        color: #fff;
}
	
	.navi {
        text-align: left!important;
        padding: 8px;
        margin-bottom: 10px;
}
	
	.menu ul {
		position: static;
		display: none;
	}

	.menu ul li,
    .menu li a {
		width: 100%;
        max-width: 100%;
	}

	.show-menu {
		font-size: 15px;
		display: block;
		text-transform: none;
		color: #fff;
		text-align: left;
		padding: 12px!important;
		font-family: 'Roboto';
	}

	.navi {
		padding: 0;
		text-align: left;
	}

	.navi .container {
		padding: 0;
	}

	.menu {
		display: block;
        background: transparent!important;
	}

	.menu li {
		margin: 0;
	}

	.menu a {
		display: block;
		text-align: left!important;
		color: #fff!important;
		padding: 8px!important;
		font-size: 11px;
	}
	
	.bull {
		display: none;
	}
	
}
 
@media only screen and (max-width: 1024px), only screen and (max-device-width: 966px) {
	
body,
#wrapper,
#content,
.maintable,
#footer {
	overflow-x: hidden!important;
}

#wrapper {
	width: 100%!important; 
}

#content {
	width: 100%; 
	padding: 0px; 
	background-image: none!important; 
	background-color: #fff!important;
	margin-top: 0px!important;
	float: none!important;
	border: 0px!important;
}
    
#header .header {
    width: 37.33%!important;
    vertical-align: text-bottom!important;
}
    
    .header img {
        width: 99%;
        padding: 5px;
    }

#header .welcome {
    width: 58.33%!important;
    font-size: 12px;
}

    
.minisidebar {
    width: 90%!important;
    display: block!important;
}
    
.minisidebar a img,
.minisidebar img {
    width: 3.5vw;
    margin: 1px 2px;
}

#sidebar {
	width: 100%!important;
}

.sidebar {
	width: 95%!important;
	display: block!important;
	clear: both!important;
	margin: 15px auto;
	background: #fff;
	border: 0px;
}

.maintable  {
	width: 100%;
	background-color: #fff!important;
}

#gallery { 
	margin: 0 0 20px 0;
	padding: 0px; 
	width: 100%;
}

#gallery .menutop {
	max-width: 100%!important;
}

.thumb_filename, 
.thumb_comments, 
.thumb_title,
.thumb_caption {
	display: block!important;
	margin: 1px 3px;
	padding: 5px;
    width: 60%;
}

.thumbnails {
	margin:0!important; 
	padding:1vw 0!important; 
	width: 0.1vw!important;
}

.thumbnails .image, 
.thumbnails .thumbnail {
	height: auto; 
	display:inline; 
	max-width:10vw;
}

embed,
iframe,
object,
video {
	max-width: 100%;
}

.footer {
	width: 100%!important;
	padding: 20px;
}

.disclaimer {
	display: block!important;
	font-size: 13px;
	text-transform: none!important;
	font-family: 'Roboto', sans-serif!important;
}

.navmenu {
	padding:2px!important; 
}

.navmenu img {
	margin: 0px!important;
}
    
.catrow a img,
.catrow a img:hover,
.catrow_noalb a img,
.catrow_noalb a img:hover {
	width: 10vw!important;
}

}

@media only screen and (max-width: 800px), only screen and (max-device-width: 200px) {

body,
#wrapper,
#content,
.maintable,
#footer {
	overflow-x: hidden!important;
}
	
#wrapper {
	width: 99%!important; 
}
	
#content {
	width: 99%!important; 
	padding: 0px!important;
}
    
#header {
    width: 100%!important;
    margin: 0 auto!important;
}
    
#header .header {
    width: 100%!important;
    max-width: 500px!important;
    height: 300px!important;
    object-fit: cover!important;
    object-position: top center!important;
    float: none!important;
    display: block!important;
    margin: 0 auto!important;
}

#header .welcome {
    width: 90%!important;
    display: block!important;
    font-size: 10px;
}
    
.minisidebar a img,
.minisidebar img {
    width: 8.5vw;
    margin: 1px 2px;
}

#sidebar {
	width: 100%!important;
}

.sidebar {
	width: 95%!important;
	display: block!important;
	clear: both!important;
	margin: 15px auto;
	background: #fff;
	border: 0px;
}

#gallery {   
	width: 100%;
	margin: 0 0 20px 0;
	padding: 0px; 
}
	
#gallery .menutop {
	max-width: 100%!important;
}

.thumb_filename, 
.thumb_comments, 
.thumb_title,
.thumb_caption {
	display: block!important;
	margin: 0 0 1px 0;
	padding: 5px;
}

#sidebar {
	width: 100%!important;
}

.welcome,
.sidebar-top,
.sidebar-bottom {
	width: 95%!important;
	display: block!important;
	clear: both!important;
	margin: 15px 0;
	background: #fff;
	border: 0px;
}

.sidebar-content {
	border-bottom: 1px #f5f5f5 solid;
}

.thumbnails {
	margin:0!important; 
	padding:1vw 0!important; 
	width: 0.1vw!important;
}

.thumbnails .image, 
.thumbnails .thumbnail {
	height: auto; 
	display:inline; 
	max-width:5vw;
}

.tableh1 {
	font-family: 'Roboto', sans-serif;
	font-size: 13px;
}

.footer {
	width: 100%!important;
	padding: 20px;
}

.disclaimer {
	display: block!important;
	font-size: 13px;
	text-transform: none!important;
	font-family: 'Roboto', sans-serif!important;
}

}