/*************************
  Tema desenvolvido por: Uni Design
  ************************

  ********************************************
  
  $HeadURL$
**********************************************/

@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');

html * { -webkit-text-size-adjust: 100%; }


body {
	margin: 0px;
	font-family: Montserrat;
	font-size: 11px;
	background: #f4b7a5 url('img/header.jpg')repeat-x center top;
}

a {
    color: #bd645f;
    font-weight: 600;
    text-decoration: none;
    transition: 1s;
    transition-timing-function: ease;
}
	
a:hover {
	color: #cb9281;
}

strong {
    color: #cb9281;
}

/* Especifico */


.header {
    width: 1040px;
    height: 740px;
    display: flex;
    justify-content: flex-end;
    margin: 0px auto;
    margin-bottom: 30px;
}

.header_sec {
    height: 740px;
    width: 523px;
    position: relative;
    display: flex;
    align-content: space-between;
    flex-wrap: wrap;
}

.welcome-dakota {
    margin: 20px;
    margin-top: 0px;
    padding: 30px;
    background: #ffdccb;
    color: #a88878;
    font-size: 14px;
    text-align: justify;
    height: 255px;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-end;
    align-content: flex-end;
}

.menu-white {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    font-size: 0px;
    overflow: hidden;
    max-height: 180px;
}

.menu-white a {
    width: 140px;
    height: 40px;
    font-size: 11px;
    text-transform: uppercase;
    color: #fff;
    outline: 1px solid #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    letter-spacing: 1px;
    margin: 10px;
    text-align: center;
}





	
/* Footer */

.footer-sec {
    width: 100%;
    min-width: 1040px;
    background: #f9c9b6;
    padding: 40px 0px;
    position: relative;
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 1px;
    line-height: 1.2;
    display: block;
    color: #ab8576;
    /* text-transform: uppercase; */
    text-align: center;
}



.wrapper {
	width: 1050px;
	margin: 0px auto;
	text-align: center;
}
.footer-sec b {
    color: #bd645f;
    font-weight: 600;
}
.footer-sec strong {
    color: #bd645f;
    font-weight: 600;
}
.footer-sec a {
    color: #bd645f;
    font-weight: 600;
}
.footer-sec a:hover {text-decoration: underline;}





/* Menu do admin */

.admin_menu_wrapper {
    width: 100%;
    max-width: 1040px;
    margin: 0px auto;
	display: flex;
	flex-wrap: wrap;
	padding: 10px 0;
}

.admin_menu {
    margin: 10px 3px;
}
.admin_menu img {display: none;}

.admin_menu a {
    color: #cfb1a4;
    background: #fbf4ef;
    padding: 8px;
    font-size: 9px !important;
    border-radius: 5px;
    text-transform: uppercase;
}

.tableh2 a {
    color: #cfb1a4;
    background: #fbf4ef;
    padding: 8px;
    font-size: 9px !important;
    border-radius: 5px;
    text-transform: uppercase;
}

.admin_menu:hover a{
	background: #fff; 
	color: #ccc;
}

/* Main table */

.maintable {
    width: 1040px;
    margin: 0px auto;
    /* background: #e9f2f5; */
    /* padding: 15px; */
    border-radius: 10px;
}

.tableh1, .tableh11 {
    padding: 20px;
    color: #c79f8b;
    font-weight: 600;
    font-size: 12px;
    background: #ffdccb;
    text-transform: uppercase;
    letter-spacing: 1px;
    border-radius: 5px;
    text-align: center;
}

.tableh9 {
    padding: 20px;
    color: #df8984;
    font-weight: 600;
    font-size: 12px;
    background: #bd645f;
    text-transform: uppercase;
    letter-spacing: 1px;
    border-radius: 5px;
    text-align: center;
}

.tableh1 img {
	display: none;
}

.tableb, .tablef {
    border: 0px;
    padding: 10px;
    background: #f9c9b6;
    font-family: Verdana;
    color: #d7a896;
    border-radius: 10px;
}



/* Thumbnails */

.image {
	transition: 1s;
	transition-timing-function: ease;
}

.thumbnails {
    padding: 5px;
    position: relative;
    border-radius: 10px;
    padding-top: 20px;
}

.thumbnails:after {
    content: '';
    height: 75%;
    background: #f9c9b6;
    /* border-radius: 10px; */
    position: absolute;
    bottom: 0;
    left: 5px;
    right: 5px;
}

.thumbnails .image {
    object-fit: cover;
    position: relative;
    width: calc(100% - 10px);
    margin-top: 10px;
    height: auto;
    border-radius: 40px 40px 0 0;
    border: 5px solid #f9c9b6;
    position: relative;
    z-index: 999;
    /* box-shadow: 0px 10px #203144; */
}



.thumbnails:hover .image {

	 transition-timing-function: ease;
    transition: 1s;
}




.thumb_title_title {
    display: block;
    color: #c79f8b;
    transition: 1s;
    z-index: 9999;
    font-weight: 600;
    font-size: 11px;
    text-align: left;
    /* margin: 0 10px; */
    /* border-radius: 5px; */
    text-align: center;
    line-height: 1.2;
    padding: 15px;
    /* padding-top: 20px; */
    position: relative;
}

.thumb_title_title::before {
    content:'';
    position: absolute;
    left: 0px;
    right: 0px;
    top: -19px;
    height: 17px;
    background: url('img/efeito.png')no-repeat center top;
}
.thumb_title_views {
    justify-content: center;
    color: #a57c6b;
    font-weight: 600;
    z-index: 9999;
    transition: 1s;
    font-size: 8px;
    border-radius: 50px;
    background: #fcdbcb;
    padding: 8px 10px;
    text-transform: uppercase;
    display: inline-block;
    margin-bottom: 10px;
    /* letter-spacing: 1px; */
    margin: 10px;
    position: relative;
}

.thumb_tamanho {
      display: flex;
    align-items: center;
    justify-content: center;
    color: #af8d8a;
    font-size: 8px;
    border-radius: 5px;
    background: #e4b8b4;
    height: 28px;
    text-align: left;
    width: 70px;
    margin-top: 10px;
    text-transform: uppercase;
    border-radius: 50px;
    float: left;
    margin-left: 5px;
    font-weight: 600;
    margin: 10px;
}



.thumb_caption_ctime {
    justify-content: center;
    color: #f3aca8;
    font-weight: 500;
    z-index: 9999;
    transition: 1s;
    font-size: 7px;
    border-radius: 10px;
    background: #bd645f;
    /* padding: 5px 10px; */
    text-transform: uppercase;
    display: flex;
    justify-content: center;
    justify-items: center;
    align-items: center;
    align-content: center;
    margin-bottom: 10px;
    /* letter-spacing: 1px; */
    position: absolute;
    top: 15px;
    left: calc(50% - 35px);
    width: 70px;
    height: 28px;
}

.thumb_caption_mtime {
    z-index: 2;
    position: relative;
    display: block;
    padding: 10px;
    font-size: 9px;
    color: #bd9787;
    font-weight: bolder;
}


#cpgMessage {
    width: 100%;
    max-width: 1000px;
    margin: 20px auto;
    padding: 20px;
    background: #bd645e;
    color: #fff;
    text-align: center;
    border-radius: 5px;
}
/* Categorias */

.catrow, .catrow_noalb {
    padding: 15px;
    border-radius: 5px;
    background: #ffdccb;
    color: #a5887a;
    font-size: 11px !important;
    transition-timing-function: ease;
    transition: 1s;
}
.catrow:hover, .catrow_noalb:hover {opacity: 0.5;}

.catlink::before {
    content: '';
    background: url('img/cora.png')no-repeat center;
    width: 26px;
    height: 26px;
    display: flex;
    float: left;
    margin-right: 15px;
}

.catlink {
	display: block;
	margin-bottom: 5px;
	position: relative;
	transition-timing-function: ease;
	transition: 1s;
}



.catrow table, .catrow_noalb table {width: 100%;}

.catlink a {
    display: inline-block;
    font-weight: 800;
    font-size: 16px !important;
    padding: 3px 0px;
    margin: 0px;
    line-height: 1;
    padding-bottom: 0px;
    color: #bd645f;
    letter-spacing: 0.5px;
    /* text-transform: uppercase; */
    letter-spacing: -0.5px;
}

.catlink a:hover, .catrow:hover .catlink a, .catrow_noalb:hover .catlink a {
	opacity: 0.5;
}

/* Breadcrumbs */

.statlink {
    font-size: 12px;
    color: #954a45;
}

.statlink a {
    font-weight: 600;
    color: #954a45;
    font-size: 13px !important;
    margin: 0px 10px;
}

.statlink b, .statlink strong {
	color: #954a45; 
}

.statlink a:hover {
	color: #fff;
}


.tableh1 .statlink a {
    color: #c79f8b;
}

.tableh1 .statlink a:hover {
	opacity: 0.5;
}

.tableh1 .statlink {
    color: #954a45;
    font-size: 13px;
}


/* Alblink */

.sortorder_cell {display: none;}

.alblink {
    
}

.alblink a {
    font-weight: 600;
    color: #7b3834;
    font-size: 13px !important;
    border-radius: 5px;
}

.alblink a:hover {
	color: #fff;
}

.alb_thumbnails {
    padding: 20px;
    background: #f9c9b6;
    border-radius: 10px;
}
.album_stat {
    padding: 10px;
    margin: 0px;
    margin-top: -10px;
    font-size: 12px;
    color: #c18e7a;
    border-radius: 10px;
}

.albums .image, .albums .thumbnails .image {
    position: relative;
    margin: 0px;
    top: auto;
    left: auto;
    right: auto;
	transition: 1s;
	transition-timing-function: ease;
	width: auto;
}


/* Film */

#film {
    z-index: 1;
}



/* Display Media */

.display_media {
    background: #ffdccb;
    padding: 20px;
    border-radius: 5px;
}
.display_media .image {
    border: 10px solid #fff;
    margin: 10px;
}

.navmenu {
    padding: 10px;
    background: #ffffff3b;
    color: #00000069;
    border-radius: 5px;
}

.strip_image {
    border: 10px solid #fff;
    margin: 10px;
}



.tableh3, .tableh2 {
    padding: 15px;
    background: #bd645e;
    border: 0px;
    color: #632e2a;
    border-radius: 10px;
}

.tableh4 {
    padding: 25px;
    /* padding-bottom: 15px; */
    text-transform: uppercase;
    font-size: 13px;
    letter-spacing: 1px;
    background: #bd645f;
    color: #f4b7a5;
    border-radius: 5px;
}


.tableh4 .statlink b, .tableh4 .statlink strong {
    color: #954a45;
}

#rs_center {
	margin: 15px;
}

/* Footer */

.footer {
    font-size: 10px;
    color: #b38274;
    /* font-weight: 600; */
}

.footer a {
    font-size: 10px !important;
    font-weight: 600;
    color: #b38274;
}

/* Text input */

.textinput {
    cursor: auto;
    outline: 0px;
    border: 0px;
    padding: 10px;
    display: block;
    width: calc(100% - 40px) !important;
    background: #fff;
    font-size: 11px !important;
}

button {
    border: 0px;
    margin: 0px;
    background: #fff;
    padding: 5px;
    margin: 10px;
	text-transform: uppercase;
	font-size: 11px !important;
	color: #888;
	font-weight: 600;
}

.icon {
	margin: 0 10px;
}

cpg_user_message, cpg_message_success {
    width: 1070px;
    margin: 10px auto;
    padding: 15px;
    background: #fff;
    font-weight: 600;
    text-transform: uppercase;
    color: #888;
    border-radius: 5px;
    font-size: 11px;
}

.detail_head_collapsed, .detail_head_expanded {
    cursor: pointer;
    position: relative;
    padding: 5px 15px;
    background-repeat: no-repeat;
    background-position: center left;
    text-transform: uppercase;
    font-weight: 600;
}

/* Outros */

.cpg_message_info {
    width: 1020px;
    margin: 10px auto;
    padding: 20px;
    background: #fff;
    /* border-radius: 10px; */
}

.cpg_message_info h4{margin: 0px;}

iframe {
	border: 0px;
}

h2 {
    font-size: 18px;
    font-weight: 600;
    font-size: 14px;
}

@media only screen and (max-width: 700px) {
	
    body {
        background: #f4b7a5 url('img/header_mobile.jpg')repeat-x center top;
        background-size: 350%;
    }
	
    .header {
        min-width: auto;
        width: 100%;
        height: auto;
        padding-top: 530px;
    }
    
    .header_sec {
        height: auto;
    }
    .logo-mobile {
    background: url('img/galeria.png')no-repeat center left;
    width: 100%;
    height: 200px;
    background-size: 200%;
    position: relative;
    order: 1;
    }

    .welcome-dakota {
    padding: 25px;
    margin: 20px;
    height: auto;
    order: 2;
}

.menu-white {max-height: none; order: 3;}

.menu-white a {
    width: calc(50% - 30px);
}

.footer-sec {min-width: 100%;}

.navmenu {padding: 0px;}
.navmenu img {padding: 10px;}

.maintable {
    width: 100%;
    margin: 0px auto;
}

.wrapper {
    width: 100%;
    margin: 0px auto;
    text-align: center;
}

.thumbnails {
    width: calc(33% - 10px);
    float: left;
    padding-bottom: 25px;
    padding-top: 30px;
}


.thumbnails .image {
}





.catlink a {
    line-height: 1.5;
}

.catrow, .catrow_noalb {

    font-size: 10px !important;
    text-transform: none;
}

.tableh4 {
    padding: 25px;
}

.albums {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
}
.album {width: 100% !important;margin-bottom: 10px;}

.display_media .image {
    max-width: calc(100% - 40px);
    height: auto;
    /* margin: 0px; */
}

#film {width: 100% !important;}

.buttonlist ul, .buttonlist ul li {list-style: none; padding: 0px; margin: 0px;}

.thumb_title_title {
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 15px;
    text-align: center;
}



.thumb_caption_ctime {
    right: calc(50% - 30px);
    top: 20px;
}

.navmenu {
font-size: 0px;
}

.tableh11 {
    padding: 10px;
}

.thumbnails .filmstirp_background {
    width: 100% !important;
}

#filmstrip {
    overflow: hidden;
}

.tableh1, .tableh11 {padding: 20px;}
	
#cpgMessage {
    width: 100%;
    max-width: calc(100% - 40px);

}

}