/*
Theme Name: Premade 005 Copp by CGD
Author: https://cherrygemdesign.eu
Version: 1.0
*/

/*---------Main---------*/


body {
    margin: 0;
    background: #ffffff;
    color: #797979; 
    line-height: 155%; 
	font-family: 'Archivo', sans-serif;
    font-size: 14px;
    word-wrap: break-word;
	text-align: justify;
}

a {
    color: #9f6559;
    text-decoration: none;
}

a:hover {
    color: #9f6559;
}

::selection {
    background: #FCC9BF!important;
    color: #fff!important;
    /* WebKit/Blink Browsers */
}

::-moz-selection {
    background: #FCC9BF!important;
    color: #fff!important; 
    /* Gecko Browsers */
}

.fa {
	 display:inline-block;
	 font:normal normal normal 14px/1 FontAwesome;
	 font-size:inherit;
	 text-rendering:auto;
	 -webkit-font-smoothing:antialiased;
	 -moz-osx-font-smoothing:grayscale;
	 transform:translate(0, 0);
	 color: #807F89;
}

/*---------Header---------*/


#container2 {
	max-width: 1200px;
    margin: 0 auto;
    padding-top: 30px;
    padding-bottom: 10px;
	padding-right: 30px;
	padding-left: 30px;
	border: 1px dotted #dbdbdb;
}

#header {
    background: url('images/header.png') no-repeat center;
    height: 500px;
}

#container {
	max-width: 1500px;
    margin: 0 auto;
}

#wrapper {
    max-width: 1200px;
    margin: 0 auto;
}

/*---------Quick Links---------*/

#welcomebox {
	max-width: 800px;
	border: 1px solid #f9f7f7;
	margin: auto;
	background: #fff;
	display: block;
	position: relative;
	overflow: hidden;	
	margin-top: 15px;
	padding-top: 15px;
	padding-left: 30px;
	padding-right: 30px;
	padding-bottom: 15px;
}

.welc-title {
	font-size: 15px;
	color: #5e5d5d;
    text-transform: lowercase;
	padding: 0 0 10px 0;
	text-align: center;
	font-family: 'DM Serif Display', serif;
	font-style: italic;
}

.welc-title i {
	width: 24px;
	padding: 6px 4px;
	text-align: center;
	background: #f7f7f7;
	font-size: 12px;
	margin-right: 6px;
}

.welcmessage { 
	border-right: 1px dotted #eee;
	font-size: 12px;
	padding-right: 25px;
	font-family: 'Lora', serif;
}


.welcmessage a {
	padding: 2px 6px;
	text-decoration: none;
	color: #ffffff;
	font-size: 10px;
	font-family: 'Roboto Condensed', sans-serif;
	text-transform: uppercase;
	letter-spacing: 2px;
	background: #9f6559;
}

.welcmessage a:hover {
	background: #FCC9BF;
}

.welcmessage i, italic, e, em { 
	color: #FCC9BF;
	letter-spacing: inherit;
	font-family: 'Roboto Condensed', sans-serif ;
}

.welcmessage strong { 
	font-family: 'Roboto Condensed', sans-serif ;
	text-decoration: none;
	color: #2e2e2e;
	border-bottom: 2px solid #9f6559;
	font-weight: 400;
}


.welcmessage u,underline {
	font-weight: 400;
	text-decoration: none;
	border-bottom: none;
	font-size: 11px;
	color: #fff;
	background-color: #9f6559;
	text-transform: uppercase;
	letter-spacing: 1px;
	padding: 2px 8px 2px 8px;
}

/*---------Sitebar---------*/

.title {
	font-size: 11px;
	padding-top: 6px !important;
	background-image: url("images/tagline.png");
	background-repeat: repeat-x;
	background-position: center top;
	color: #575757;
	border-bottom: 1px solid #f9f7f7;
	padding-bottom: 5px;
	text-transform: uppercase;
	font-family: 'Roboto Condensed', sans-serif;
	letter-spacing: 2px;
}

.title span {
    color: #7f5046;
    font-weight: bold;
}


.navigation {
		margin: 0;
    color: #333;
    text-align: center;
    font-weight: none;
    text-transform: uppercase;
    overflow: hidden;
		margin-top: -90px;
		background: #00000014;
		max-width: 1100px;
}

.navigation a {
        -webkit-transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
padding: 0px 12px;
margin: 5px;
letter-spacing: 1px;
text-decoration: none;
color: #ffffff;
font-size: 11px;
font-family: 'Montserrat', sans-serif;
font-weight: 500;
}


.navigation a:hover {
color: #f2f0f0;
}

.navigation ul {
	list-style: none;
	margin: 0;
	padding: 12px 0 12px 0;
}

.navigation li {
	display: inline-block;
	margin: 0 1px 0 0;
}

.show-menu {
	font-family: 'Roboto', sans-serif;
	text-decoration: none;
	color: #fff;
	background: #333;
	text-align: left;
	display: none;
	font-size: 14px;
	padding: 10px 0 10px 15px;
}


.position {padding: 0px 0px 0 0px; width: 100%; height: auto; }

/*---------Tables---------*/

.maintable {
    margin: 0;
    font-size: 14px;
    color: #595959;
}

.tableh1 {
    text-decoration: none;
    padding-bottom: 15px;
    padding-top: 10px;
    line-height: 35px;
    font-size: 25px;
    letter-spacing: 1px;
    text-shadow: 1px 2px 0 #f2f1f1;
    font-family: 'DM Serif Display', serif;
    font-style: italic;
    text-transform: lowercase;
}

.tableh2 {
    margin: 1em 0 0.5em 0;
    font-weight: 500;
}

.tableb {
	background: none!important;
	border: none!important;
	box-shadow: none!important;
	padding: 5px;
    border-bottom: #e6e6e6 2px solid;
	font-family: 'Archivo', sans-serif;
	font-size: 14px;
}

.tableb_alternate {
	background: none!important;
	border: none!important;
	box-shadow: none!important;
    border-bottom: #e6e6e6 2px solid;
}

.tablef {
	padding: 10px;
	background: #e5e5e5;
	font-family: 'Archivo', sans-serif;
	font-size: 14px;
}

.tableb p {
	line-height: 1.5;
	margin: 0;
	padding: 10px 0 0 0;
}

/*---------Links---------*/

.alblink {
    font-size: 22px;
    text-transform: lowercase;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
     font-family: 'DM Serif Display', serif;
    color: #9f6559;
}

.alblink a {
    font-size: 22px;
    text-transform: lowercase;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
     font-family: 'DM Serif Display', serif;
    color: #9f6559;
}

.alblink a:hover {
    color: #9f6559;
}

.catlink {
    display: block;
    margin: 0 0 2px 0;
    padding-bottom: 8px;
}

.catlink a {
    font-size: 12px;
    text-decoration: none;
    text-transform: uppercase;
    color: #3a3a3a;
    letter-spacing: 4px;
    text-align: center;
    margin-top: -23px;
    font-family: Roboto Condensed,sans-serif;
}

.catlink a:before {
	content:'\f0da';
	font-family:fontawesome;
	font-weight:400;
	font-size:13px;
	padding: 6px 10px;
	text-align: center;
	background: #f7f7f7;
	margin-right: 10px;
	color: #E6948A;
	letter-spacing: normal;
}

.catlink a:hover {
    color: #FCC9BF;
    text-decoration: none;
}

.catrow_noalb,
.catrow {
    padding: 10px;
    border-bottom: 1px dotted #e8e8e8;
    font-family: 'Archivo', sans-serif;
    text-align: justify;
    color: #595959;
    font-size: 13px;
    text-decoration: none;
    line-height: 20px!important;
}

.statlink {
    padding: 10px 60px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 500;
    color: #333 !important;
    font-size: 8px;
    text-transform: uppercase;
    letter-spacing: 4px;
    text-shadow: none;
    background-image: url("images/backg.png");
    font-style: normal;
}


.statlink a {
color: #333;
text-decoration: none;
}

.statlink h2 {
font-size: 17px;
color: #333;
float: left;
font-weight: normal;
margin: 0;
}

.bblink a {
        color: #9f6559;
        font-size: 12px;
        text-decoration: none;
}

.bblink a:hover {
        color: #9f6559;
        font-size: 12px;
        text-decoration: underline;
}

/*---------Admin menu navigation---------*/

.nav {
	font-family: 'Archivo', sans-serif;
    font-size: 12px;
    color: #595959;
    text-align: center;
    text-transform: uppercase;
    text-decoration: none;
    line-height: 140%;
}

.nav a {
	font-family: 'Archivo', sans-serif;
    color: #595959;
    text-decoration: none;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.nav a:hover {
    color: #000;
}

.nav img {
    background: none!important;
    border: none!important;
    box-shadow: none!important;
}

.navmenu {
    background-color: #e5e5e5;
    font-size: 14px;
	font-family: 'Archivo', sans-serif;
    color: #565656;
}

.navmenu a {
    color: #8f8f8f;
}

.navmenu a:hover {
    color: #000;
}

.navmenu img, .navmenu a img {
    background: none!important;
    border: none!important;
    box-shadow: none!important;
    opacity: 1!important;
}

.navmenucurrent {
    background-color: #e5e5e5;
    font-weight: bold;
	font-family: 'Archivo', sans-serif;
}

/*---------Images---------*/

a img {
	margin: 0;
	margin: 3px;
	padding: 5px;
	-webkit-transition: all .4s ease-in-out;
	-o-transition: all .4s ease-in-out;
	transition: all .4s ease-in-out;
	border: 1px solid #f9f7f7;
}

a img: hover {
	opacity: 0.9;
	border: 1px solid transparent;
	background-image: url("images/backg.png");
}

a .image {
	margin: 0;
	margin: 3px;
	padding: 5px;
	-webkit-transition: all .4s ease-in-out;
	-o-transition: all .4s ease-in-out;
	transition: all .4s ease-in-out;
	border: 1px solid #f9f7f7;
}

a:hover .image {
	opacity: 0.9;
	border: 1px solid transparent;
	background-image: url("images/backg.png");
}

.image {
	margin: 0;
	margin: 3px;
	padding: 5px;
	-webkit-transition: all .4s ease-in-out;
	-o-transition: all .4s ease-in-out;
	transition: all .4s ease-in-out;
	border: 1px solid #f9f7f7;
}

.image:hover {
	opacity: 0.9;
	border: 1px solid transparent;
	background-image: url("images/backg.png");
} 
  

a img {
	margin: 0;
	margin: 3px;
	padding: 5px;
	-webkit-transition: all .4s ease-in-out;
	-o-transition: all .4s ease-in-out;
	transition: all .4s ease-in-out;
	border: 1px solid #f9f7f7;
}
  
a:hover img {
	opacity: 0.9;
	border: 1px solid transparent;
	background-image: url("images/backg.png");
}

/*---------Footer---------*/

#footer {
    text-decoration: none;
    text-align: center!important;
    font-size: 11px;
    line-height: 13px;
    color: #8f8f8f;
    position: relative;
    max-width: 1100px;
    margin: 0 auto;
    font-family: 'Roboto Condensed', sans-serif;
    text-transform: uppercase;
    letter-spacing: 2px;
}

#footer a {
    font-family: inherit;
    text-decoration: inherit;
    font-size: inherit;
    color: #9f6559;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

#footer a:hover {
    font-family: inherit;
    text-decoration: inherit;
    font-size: inherit;
    color: #9f6559;
}

.footertitle {
	font-size: 28px;
	font-family: 'DM Serif Display', serif;
}


.disclaimer {
	font-size: 11px;
    color: #333;
    padding: 19px 45px;
    line-height: 25px;
	background: #fdfdfd;
	border: 1px solid #f9f7f7;
	font-family: 'Lora', serif;
	letter-spacing: 1px;
	margin-bottom: 10px;
}

.disclaimer b {
	font-style: italic;
	font-size: 13px;
	color: #9f6559;
	text-decoration-line: underline;
}


/*---------Images---------*/
.img_caption_table {
    border: none;
    background-color: #eeb6bd;
    width : 100%;
    margin : 0;
}

.img_caption_table th {
    background: #eeb6bd;
    font-size : 100%;
    color : #CDCDCD;
    padding: 4px 10px;
    border-top : 1px solid #888888;
}

.img_caption_table td {
    background: #eeb6bd;
    padding: 6px 10px;
    border-top : 1px solid #888888;
    white-space: normal;
}

.thumbnails {
    padding: 10px;
}

.thumb {
    padding: 5px;
}

.user_thumb_infobox {
    margin-top: 1px;
    margin-bottom: 1px;
}

.user_thumb_infobox th {
    font-weight : bold;
    font-size: 100%;
    margin-top: 1px;
    margin-bottom: 1px;
    text-align : center;
}

.user_thumb_infobox td {
    font-size: 85%;
    margin-top: 1px;
    margin-bottom: 1px;
    text-align : center;
}

.user_thumb_infobox a {
    text-decoration: none;
    color: #333;
}

.user_thumb_infobox a:hover {
    color: #333;
    text-decoration: underline;
}

.thumb_dimensions {
font-weight : bold;
    font-size: 100%;
    margin-top: 1px;
    margin-bottom: 1px;
    text-align : center;
}

/*---------Admin controls---------*/
.admin_menu {
	font-family: 'Archivo', sans-serif;
    font-size: 11px;
    color: #989898;
    padding: 7px;
    text-align: center;
    vertical-align: middle;
	text-transform: uppercase;
	font-weight: none;
}

.admin_menu:hover {
	font-weight: none;
}

.admin_menu a {
    color: #989898;
    position: relative;
    text-decoration: none;
    font-weight: none;
}

.admin_menu a:hover {
    color: #797979;
    text-decoration: none;
    font-weight: none;
}

.admin_float {
    float: left;
    margin: 1px;
    max-height: 1.5em;
    display: block;
    position: relative;
    white-space: nowrap;
    /*width: 100px;*/
}

#admin_menu_anim {
    background-image : url(images/button_bg_anim.gif);
}

.admin_menu .icon {
	vertical-align: middle;
    background: none!important;
    border: none!important;
    box-shadow: none!important;
}

.icon {
    background: none!important;
    border: none!important;
    box-shadow: none!important;
}

/*---------Miscellaneous---------*/

.album_stat {
	font-family: 'Archivo', sans-serif;
    font-size: 12px;
    color: #797979;
}

.sortorder_options {
	white-space: nowrap;
	text-align: center;
}

.sortorder_cell img, .sortorder_cell a img {
    border: none!important;
    background: none!important;
    box-shadow: none!important;
}

.sortorder_cell {
	font-weight: normal !important;
	font-family: 'Archivo', sans-serif;
    font-size: 14px !important;
    color: #333;
    padding: 0;
    margin: 0;
    text-transform: none;
    list-style: none!important;
}

.buttonlist ul li a {
	font-size: 11px;
	line-height: 20px;
	margin-right: 2px;
	padding: 1px 3px;
	white-space: nowrap;
	text-transform: uppercase;
	color: #333;
}

.buttonlist {
	font-family: 'Archivo', sans-serif;
	font-size: 14px;
	text-transform: uppercase;
	text-decoration: none;
	color: #333;
    padding: 4px;
    white-space: nowrap;
    background: none!important;
    border: none!important;
    box-shadow: none!important;
    line-height: 21px;
	margin-right: 2px;
	padding: 0 3px;
}

.button {
	font-family: 'Archivo', sans-serif;
	font-size: 14px;
	text-transform: uppercase;
	text-decoration: none;
	color: #636363;
    margin-top: 0;
    padding: 8px;
    margin-right: 2px;
    white-space: nowrap;
    background: #eee;
    box-shadow: none!important;
    border: none!important;
}

.thumb_filename {
    font-size: 80%;
    display: block;
}

.thumb_title {
    font-size: 15px;
    display: block;
    color: #9f6559;
    text-transform: none;
    font-family: 'DM Serif Display', serif;
    font-style: italic;
}

.thumb_title_views {
    display: inline;
    color: #555;
    background: #f7f7f7;
    padding: 2px 6px 2px 6px;
    font-style: normal;
    font-size: 8px;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 500;
}

.thumb_caption {
    display: block;
    font-size: 10px;
    font-family: 'Roboto Condensed', sans-serif;
    text-transform: uppercase;
    letter-spacing: 2px;
    letter-spacing: 1px;
    font-size: 10px;
    text-transform: lowercase;
    font-family: 'Lora', serif;
    line-height: normal;
}

/**styles for photo manager*/
table#pic_sort tr td { 
    padding: 4px;
    border-bottom: 1px solid #ccc;
}

/** styles for album manager and photo album*/
table#album_sort tr td {
    padding: 3px;
    border-bottom: 1px solid #ccc;
}

table#album_sort tr td span.editAlbum {
    margin-left: 100px;
    font-size: 10px;
    line-height: 100%;
    text-decoration: underline;
    cursor: pointer;
    display: none;
    color: #FF0000;
}

.cpg_message_info, .cpg_message_success, .cpg_message_warning, .cpg_message_error, .cpg_message_validation {
    border: 1px solid;
    margin: 10px 0;
    padding: 15px 10px 15px 50px;
    background-repeat: no-repeat;
    background-position: 10px center;
}
.cpg_message_info {
    color: #00529B;
    background-color: #BDE5F8;
    background-image: url('../../images/message/info.png');
}
.cpg_message_success {
    color: #4F8A10;
    background-color: #DFF2BF;
    background-image: url('../../images/message/ok.png');
}
.cpg_message_warning {
    color: #9F6000;
    background-color: #FEEFB3;
    background-image: url('../../images/message/warning.png');
}
.cpg_message_error {
    color: #D8000C;
    background-color: #FFBABA;
    background-image: url('../../images/message/stop.png');
}
.cpg_message_validation {
    color: #D63301;
    background-color: #FFCCBA;
    background-image: url('../../images/message/error.png');
}

.cpg_summary {
    font-size: 0.9em;
	border: 1px solid;
    margin: 10px 0;
	padding: 5px 10px 5px 10px;
    color: #FF2B9C;
    background-color: #FFDEEF;
	text-align: right;
	float: right;
	width: 400px;
}

#GB_window {
    background-color: #F2F5F7;
    border: 5px solid #CCD7E0;
}

.external {
    background: transparent url('../../images/link.gif') 100% 50% no-repeat;
    padding: 0 10px 0 0;
}

.detail_head_collapsed, .detail_head_expanded {
    color: #565656;
}

.debug_text {
    border: #BDBEBD;
    background-color: #EFEFEF;
    width : 100%;
    margin : 0;
}

.clickable_option {
    cursor : default;
}

.listbox {
	vertical-align : middle;
	border: 1px solid #ccc;
	font-family: 'Archivo', sans-serif;
	font-size: 14px;
}

.listbox_lang {
    color: #000666;
    background-color: #F2F5F7;
    border: 1px solid #D1D7DC;
    font-size: 80%;
	font-family: 'Archivo', sans-serif;
    vertical-align : middle;
}

.pic_title {
    color: #000666;
    font-size: 100%;
    font-weight: bold;
    text-align : center;
    padding-top: 0;
    padding-bottom: 0;
    margin-top: 0;
    margin-bottom: 0;
    line-height: 1.0em;
}

.pic_caption {
    color: #836e6d;
    font-size: 100%;
    font-weight: normal;
    text-align : center;
    padding-top: 0;
    padding-bottom: 0;
    margin-top: 0;
    margin-bottom: 0;
    line-height: 1.0em;
    background-image: none;
}

.important {
    /* background-image : url(images/important.gif); */
    color: red;
    font-weight: bold;
    padding-left: 1px;
    padding-right: 1px;
    padding-top: 3px;
    padding-bottom: 3px;
}

#cpgChooseLanguageWrapper {
    float: left;
}

#cpgChooseThemeWrapper {
    float: left;
}

/** Swfupload css **/
div.fieldset {
    border:  2px solid #0E72A4;
    margin: 10px 0;
    padding: 20px 10px;
}

div.fieldset span.legend {
    position: relative;
    padding: 3px;
    top: -30px;
    background-color: #8AA5B5;
    color: #FFF;
    font-weight: bold;
}

div.flash {
    width: 375px;
    margin: 10px 5px;
    border-color: #CCD7E0;
}

input[disabled]{ border: 1px solid #ccc } /* FF 2 Fix */


.progressWrapper {
    width: 357px;
    overflow: hidden;
}

.progressContainer {
    margin: 5px;
    padding: 4px;
    border: solid 1px #E8E8E8;
    background-color: #F7F7F7;
    overflow: hidden;
}
/* Message */
.message {
    margin: 1em 0;
    padding: 10px 20px;
    border: solid 1px #FFDD99;
    background-color: #FFFFCC;
    overflow: hidden;
}
/* Error */
.red {
    border: solid 1px #B50000;
    background-color: #FFEBEB;
}

/* Current */
.green {
    border: solid 1px #DDF0DD;
    background-color: #EBFFEB;
}

/* Complete */
.blue {
    border: solid 1px #CEE2F2;
    background-color: #F0F5FF;
}

.progressName {
    font-size: 8pt;
    font-weight: 700;
    color: #595959;
    width: 323px;
    height: 14px;
    text-align: left;
    white-space: nowrap;
    overflow: hidden;
}

.progressBarInProgress,
.progressBarComplete,
.progressBarError {
    font-size: 0;
    width: 0%;
    height: 2px;
    background-color: blue;
    margin-top: 2px;
}

.progressBarComplete {
    width: 100%;
    background-color: green;
    visibility: hidden;
}

.progressBarError {
    width: 100%;
    background-color: red;
    visibility: hidden;
}

.progressBarStatus {
    margin-top: 2px;
    width: 337px;
    font-size: 14pt;
	font-family: 'Archivo', sans-serif;
    text-align: left;
    white-space: nowrap;
    color: #595959;
}

a.progressCancel {
    font-size: 0;
    display: block;
    height: 14px;
    width: 14px;
    background-repeat: no-repeat;
    background-position: -14px 0;
    float: right;
}

a.progressCancel:hover {
    background-position: 0 0;
}

.swfupload {
    vertical-align: top;
}
.display_media {
	padding: 10px;
}

.filmstrip_background {
	background-color: #e5e5e5;
}

#film {
    width: 100%!important;
}

#film .thumb a:link {
	width: 80%!important;
}

.prev_strip img {
	background: none!important;
	border: none!important;
	box-shadow: none!important;
	opacity: 1!important;
}

.next_strip img {
	background: none!important;
	border: none!important;
	box-shadow: none!important;
	opacity: 1!important;
}

.tape {
	width: 100%!important;
	height: 100%!important;
	margin-left: 0!important;
}

.display_media .image {
	max-width: 70vw!important;
	height: auto;
}

.thumbnail {
	max-width: 12vw!important;
	height: auto;
}

.topmenu {
	font-family: 'Archivo', sans-serif;
	font-size: 14px;
	line-height: 130%!important;
}

.clearer { 
    display: block; 
    padding-top: 10px;
}

.textinput {
	font-family: 'Archivo', sans-serif;
    font-size: 14px;
    border: 1px solid #ccc;
}

select,
textarea
{
    background-color: #fff;
    color: #2c2c2c;
	font-family: 'Archivo', sans-serif;
    font-size: 14px;
    padding: 2px;
}

@media (max-width: 739px) {
	#welcomebox {
    display: none;
}
re
			#header {
    display: none;
}

.title {
display: block;
		float: none;
		font-size: 2em;
		line-height: 1;
		padding: 20px 3%;
		text-align: center;
color:#333;
height: 220px;
}
}
