/*

Theme Name: CUPS BASIC

Theme URL: 
Description: 
Author: SMART CUPS AGENCY
Author URI: www.smartcupsagency.ro
Version: 2026


*/

html {
	background: #fff;	
}
*{ margin: 0px auto; padding: 0px; font-family: 'Montserrat', sans-serif;}
h1{
	font-size:28px;
	line-height:42px;
	color:#1a1611;
	font-weight: 400;
	text-align:left;
	text-decoration: none;
	font-weight:normal;
}
h2{
	font-size:23px;
	line-height:35px;
	color:#1a1611;
	text-align:left;
	text-decoration: none;
	font-weight:normal;
	border-left: 2px solid #ff0000;
	padding: 15px 0px 15px 20px;
	margin:0px 0px 20px 0px;
}
h3{
	font-size:20px;
	line-height:32px;
	color:#1a1611;
	text-align:left;
	text-decoration: none;
	font-weight:normal;
	border-left: 2px solid #ff0000;
	padding: 10px 0px 10px 20px;
	margin:20px 0px 20px 0px;
}
h4{
	font-size:19px;
	line-height:32px;
	color:#026730;
	text-align:left;
	text-decoration: none;
	font-weight:bold;
	margin:20px 0px 20px 0px;
}
h5{
	font-size:17px;
	line-height:25px;
	padding:10px 0px 10px 0px;
	text-decoration: none;
	font-weight:normal;
}
h6{
	font-size:13px;
	line-height:13px;
	padding:9px 0px 9px 0px;
	text-decoration: none;
	font-weight:normal;
	color:#fff;
}
img {
	border:0;
	max-width: 100%;
	height: auto;
}
.aligncenter {
	display:block;
	margin-left:auto;
	margin-right:auto;
	margin-top:10px;
	margin-bottom:15px;
}
img.alignright {
	padding: 5px 5px;
	margin: 5px 0px 20px 20px;
	display: inline;
}
.alignright {
	float: right;
	margin: 0px 0px 20px 20px;
}
img.alignleft {
	padding: 5px 5px;
	margin: 5px 20px 20px 0px;
	display: inline;
}
.alignleft {
	float: left;
	margin: 0px 20px 20px 0px;
}
img.alignnone {
	display: inline;
}
.grecaptcha-badge {
    display: none !important;
}
ul li{ 
 margin: 0 0 0 20px;
}
/*-------------------
    cups
---------------------*/
#smart {
    margin: 0px auto 0 auto;
    background: #000;
    width: 100%;
    max-width: 2560px;
    min-width: 320px;
    min-height: 10px;
    box-sizing: border-box;
}
/*-------------------
    Header
---------------------*/
#header {
	float:left;	
	background: #e2cb61;
	width:100%;
	min-height:110px;
	z-index:100;
}
#header-list {
	float:left;	
	background: #f2d967;
	width:90%;
	min-height:10px;
	margin-left:5%;
	margin-top:13px;
}
#logo {
	float:left;	
	width:24%;
	min-height:10px;
	text-align:center;
}
#meniu {
	float:right;
	width:76%;
	min-height:10px;
	margin-top:16px;
}

/*-------------------
    cups
---------------------*/
#cups {
	float:left;	
	background: #fff;
	width:100%;
	min-height:10px;
	margin-top:0px;
}
/*-------------------
    Home
---------------------*/
#home {
	float:left;	
	background: #f3f3f3;	
	width:100%;
	min-height:10px;
}
#home-list {
	float:left;	
	background: #ffff;
	width:90%;
	min-height:400px;
	margin-left:5%;
	margin-top:70px;
	margin-bottom:70px;
}
/*-------------------
    Section
---------------------*/
#section {
	float:left;	
	background: #fff;	
	width:100%;
	min-height:10px;
}
#section-list {
	float:left;	
	background: #ffff;
	width:90%;
	min-height:10px;
	margin-left:5%;
	margin-top:50px;
	margin-bottom:50px;
}
#content {
	float:left;	
	width:77%;
	min-height:10px;
}
#content-full {
	float:left;	
	width:80%;
	min-height:10px;
	margin-left:10%;
}
#content-list {
	float:left;		
	width:96%;
	min-height:10px;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	- border-radius:10px;
	margin-left:2%;
	margin-bottom:10px;
}
#breadcrumbs {
	float:left;
	background:url(files/images/bk-cat.png) no-repeat center left;
	width:80%;
	min-height:10px;
	font-size:14px;
	line-height:14px;
	color:#1b1b1b;
	padding-left:20px;
	margin-bottom:20px;
} 
#breadcrumbs  a {
	color:#1b1b1b;
	text-decoration: none;
	}
#breadcrumbs a:link {  }
#breadcrumbs  a:visited { }
#breadcrumbs a:hover{
	color: #ff0000;
	text-decoration:none;
}
#content-title {
	float:left;
	width:100%;
	min-height:10px;
	font-size:25px;
	line-height:40px;
	margin-bottom:20px;
}
#time {
	float:right;
	width:18%;
	min-height:10px;
	font-size:14px;
	line-height:14px;
	color:#8c8c74;
	text-align:right;
	margin-top:15px;
} 
#content-page {
	float:left;
	width:100%;
	min-height:10px;
	font-size:18px;
	line-height:32px;
	color:#1b1b1b;
	font-weight:normal;
	text-align:justify;
	margin-top:10px;
	margin-bottom:30px;
}
#content-page p{ 
	margin:5px  0px 0px 0px;
	padding:5px  0px 0px 0px;
}
#content-page a {
	color: #ed1b2f;
	text-decoration:none;
}
#content-page a:link { }
#content-page a:visited { }
#content-page a:hover{
	color: #ed1b2f;
	text-decoration:underline;
}
#sidebar {
	float:right;
	background: #f3f3f3;
	width:20%;
	min-height:10px;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	- border-radius:10px;
	margin-top:20px;
}
#sidebar-list {
	float:left;	
	width:90%;
	min-height:200px;
	margin-top:25px;
	margin-bottom:30px;
	margin-left:5%;
}
#sidebar-title {
	float:left;	
	width:100%;
	min-height:10px;
	font-size:30px;
	color:#1b1b1b;
	font-weight: 400;
	text-align:center;
	font-family: 'Montserrat', sans-serif;
	margin-top:10px;
	margin-bottom:15px;
}
#sidebar-link {
	float:left;
	width:100%;
	min-height:10px;
	font-size:15px;
	margin-top:7px;
	margin-bottom:7px;
} 
#sidebar-link a {
	color:#1b1b1b;
	text-decoration: none;
	padding:12px 17px 12px 44px;
	border: 1px solid #1b1b1b;
	display:block;
}
#sidebar-link a:link {  }
#sidebar-link a:visited { }
#sidebar-link a:hover{
	background: #1b1b1b;	
	color:#fff;
	text-decoration:none;
	border: 1px solid #1b1b1b;
}


/*-------------------
    Contact
---------------------*/
#contact-left {
	float:left;
	width:38%;
	min-height:10px;
}
#contact-right {
	float:right;
	width:58%;
	min-height:10px;
}
#contact-form {
	float:left;
	width:100%;
	min-height:10px;
}
#contact-form-left {
	float:left;
	width:48%;
	min-height:10px;
}
#contact-form-right {
	float:right;
	width:48%;
	min-height:10px;
}
#contact-form-line {
	float:left;
	width:100%;
	min-height:10px;
	margin-top:15px;
}
#contact-form-full {
	float:left;
	width:100%;
	min-height:10px;
	text-align:center;
	margin-top:30px;
}
input[type="date"]:valid {
    width: 100%;padding: 10px 20px;  margin: 8px 0; box-sizing: border-box; font-size:14px;
}

.wpcf7 input[type="text"],
.wpcf7 input[type="email"],
.wpcf7 input[type="select"],
.wpcf7 textarea,
.wpcf7-select {background: #fff;padding: 10px 20px;width:100%; margin: 6px 0px; box-sizing: border-box; font-size:16px;border: 1px solid #d3ced2;color:#777;}
.wpcf7-submit{
	background: #f4ebe9;
	font-size:17px;
	color:#905a56;
	text-decoration: none;
	padding:15px 20px 15px 20px;
	border: 1px solid #905a56;
	cursor:pointer;
	}
.wpcf7-submit:hover {
	background: #d5aaab;
	color:#fff;
	text-decoration:none;
	border: 1px solid #d5aaab;
}
.grecaptcha-badge {
    display: none !important;
}
/*-------------------
    Blog
---------------------*/
#archive {
	float:left;
	background:#fff;	
	width:100%;
	min-height:10px;
}
#archive-list {
	float:left;
	width:90%;	
	min-height:10px;
	margin-left:5%;
	margin-top:60px;
	margin-bottom:150px;
}
#archive-title {
	float:left;
	width:100%;
	min-height:10px;
	font-size:28px;
	line-height:42px;
	color:#1a1611;
	font-weight: 400;
	text-decoration: none;
	font-weight:normal;
	text-align:center;
	margin-bottom:70px;
}

#blog {
	float:left;
	background: #66b4be;
	width:100%;
	min-height:10px;
}
#blog-list {
	float:left;
	background: #71c5d0;
	width:70%;	
	min-height:10px;
	margin-left:15%;
	margin-top:70px;
	margin-bottom:70px;
}
#blog-title {
	float:left;	
	width:100%;
	min-height:10px;
	font-size:27px;
	color:#1a1611;
	font-weight:bold;
	text-align:center;
}
#blog-txt {
	float:left;	
	width:100%;
	min-height:10px;
	font-size:17px;
	line-height:27px;
	color:#777777;
	text-align:center;
	margin-top:10px;
	margin-bottom:50px;
}
#blog-box-a {
	float:left;
	background: #fff;
	width:18%;
	min-height:570px;
	margin-left:1%;
	margin-right:1%;
	overflow:hidden;
	margin-bottom:40px;
}
#blog-box {
	float:left;
	background: #fff;
	width:31.33%;
	min-height:570px;
	margin-left:1%;
	margin-right:1%;
	overflow:hidden;
	margin-bottom:40px;
}
#blog-i {
	float:left;
	width:100%;
	min-height:10px;
	text-align:center;
	overflow: hidden; 
}
.postimg{
	width: auto;
	height:auto;
	transition: transform 0.3s ease;
}
.postimg:hover {
	transform: scale(1.1);
}
#blog-c {
	float:right;
	width:90%;
	min-height:10px;
	margin-left:5%;
	margin-right:5%;
	margin-top:20px;
	margin-bottom:20px;
}
#blog-d {
	float:left;
	width:100%;
	min-height:10px;
	font-size:15px;
	color:#c8c8c8;
	text-align:right;
}
#blog-t {
	float:right;
	width:100%;
	margin-bottom:10px;	
	min-height:10px;
	text-align:left;	
} 
#blog-t  a {
	color:#1a1611;
	text-decoration: none;
	font-size:19px;
	line-height:27px;
}
#blog-t a:link {  }
#blog-t a:visited { }
#blog-t a:hover{
	color:#ff0000;
	text-decoration:none;
}
#blog-a {
	float:right;
	width:100%;
	margin:13px 0px;
	min-height:10px;
	text-align:right;
	font-size:14px;
} 
#blog-a  a {
	color:#717171;
	text-decoration: none;
}
#blog-a a:link {  }
#blog-a  a:visited { }
#blog-a a:hover{
	color:#ff0000;
	text-decoration:none;
}
#blog-e {
	float:left;
	width:100%;
	min-height:50px;
	font-size:15px;
	line-height:22px;
	color:#777777;
	text-align:justify;
} 
#blog-l {
	float:left;
	width:100%;
	min-height:10px;
	font-size:12px;
	text-align:left;
	margin-top:15px;
	margin-bottom:10px;
} 
#blog-l a {
	background: #6bb29b;
	color:#fff;
	text-decoration: none;
	padding:6px 10px 7px 10px;
 	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	- border-radius:10px;
}
#blog-l a:link {  }
#blog-l  a:visited { }
#blog-l a:hover{
	background: #ff0000;
	color:#fff;
	text-decoration:none;
}
/*-------------------
    Footer
---------------------*/
#footer {
	float:left;	
	background: #c4cd98;
	width:100%;
	min-height:10px;
}
#footer-list {
	float:left;	
	background: #d6e0a7;
	width:90%;
	min-height:100px;
	margin-top:70px;
	margin-bottom:70px;
	margin-left:5%;
	margin-right:5%;
}
/*-------------------
    Project
---------------------*/
#project {
	float:left;
	background:#fff;
	min-height:10px;
	width:100%;
}
#project-list {
	float:left;
	width:100%;	
	min-height:10px;
	margin-top:20px;
	margin-bottom:20px;
}
#copyright {
	float:left;
	width:100%;	
	min-height:10px;
	font-size:13px;
	color:#494949;
	text-align:center;
}
#created {
	float:right;
	min-height:10px;
	padding-right:5%;
}

/*-------------------
    break point
---------------------*/
#break {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    min-height: 10px;
    background: #5ab1c5;
	z-index:500;
}
#break-txt {
	float:left;	
	width:100%;
	min-height:10px;
	font-size: 14px;
	color:#fff;
	text-align:center;
	padding:6px 0px;
}

/*-------------------
    Back To Top
---------------------*/
#backToTop {
    position: fixed;
    bottom: 10px;
    right: 10px;
    background-color: rgba(44,145,113,.70);
    color: white;
    border: none;
    padding: 10px 12px;
    border-radius: 6px;
    font-size: 20px;
    cursor: pointer;
    display: none;
    z-index: 9999;
}

#backToTop:hover {
    background-color: #ff0000;
}
/*-------------------
    Youtube
---------------------*/
.youtube-responsive-container {
position:relative;
padding-bottom:56.25%;
padding-top:0px;
margin-top:15px;
height:0;
overflow:hidden;
}

.youtube-responsive-container iframe, .youtube-responsive-container object, .youtube-responsive-container embed {
position:absolute;
top:0;
left:0;
width:100%;
height:100%;
}

/*-------------------
    Under Construction
---------------------*/
#uc {
	float:left;	
	background: #fff;	
	width:100%;
	min-height:10px;
}
#uc-list {
	float:left;
	width:80%;
	min-height:10px;
	margin-top:70px;
	margin-bottom:70px;
	margin-left:10%;
	margin-right:10%;
}
#uc-img {
	float:left;
	width:100%;
	min-height:10px;
	text-align:center;
}
#uc-title {
	float:left;
	width:100%;
	min-height:10px;
	font-size:30px;
	line-height:45px;
	color:#656565;
	text-align:center;
	margin-top:40px;
}
#uc-txt {
	float:left;
	width:100%;
	min-height:10px;
	font-size:18px;
	line-height:28px;
	text-align:center;
	color:#656565;
	margin-top:15px;
}
#uc-txt p{ 
	margin:5px  0px 0px 0px;
	padding:5px  0px 0px 0px;
}
/*-------------------
    Display
---------------------*/
@media (min-width:2560px)
{
#sidebar {
	position:-webkit-sticky;
	position:sticky;
	top:70px;
}
}
@media (min-width:2000px) and (max-width:2559px)
{
#sidebar {
	position:-webkit-sticky;
	position:sticky;
	top:70px;
}
}
@media (min-width:1800px) and (max-width:1999px)
{
#sidebar {
	position:-webkit-sticky;
	position:sticky;
	top:70px;
}
#blog-list {
	width:66%;
	margin-left:17%;
}
#blog-box {
	min-height:580px;
}
#blog-box-a {
	min-height:580px;
}
}
@media (min-width:1600px) and (max-width:1799px)
{
#sidebar {
	position:-webkit-sticky;
	position:sticky;
	top:70px;
}
#contact-left {
	width:100%;
	margin-bottom:30px;
}
#contact-right {
	width:100%;
}
#blog-list {
	width:70%;	
	margin-left:15%;
}
#blog-box {
	min-height:550px;
}
#blog-box-a {
	min-height:540px;
}
}
@media (min-width:1400px) and (max-width:1599px)
{
#header-list {
	width:92%;
	margin-left:4%;
}
#logo {
	width:28%;
}
#meniu {
	width:72%;
}
#sidebar {
	width:1*%;
	position:-webkit-sticky;
	position:sticky;
	top:70px;
}
#content {
	width:77%;
}
#contact-left {
	width:100%;
	margin-bottom:30px;
}
#contact-right {
	width:100%;
}
#blog-list {
	width:68%;
	margin-left:16%;
}
#blog-box {
	min-height:530px;
}
#blog-box-a {
	min-height:540px;
}
}
@media (min-width:1200px) and (max-width:1399px)
{
#header-list {
	width:96%;
	margin-left:2%;
}
#logo {
	width:24%;
	margin-top:5px;
}
#meniu {
	width:76%;
}

#sidebar {
	width:20%;
	position:-webkit-sticky;
	position:sticky;
	top:70px;
}
#content {
	width:76%;
}
#contact-left {
	width:100%;
	margin-bottom:30px;
}
#contact-right {
	width:100%;
}
#blog-list {
	width:70%;
	margin-left:15%;
}
#blog-box {
	min-height:530px;
}
#blog-box-a {
	width:23%;
	min-height:530px;
}
}
@media (min-width:1000px) and (max-width:1199px)
{
#logo {
	width:46%;
	margin-top:1px;
	margin-left:2%;
	margin-right:2%;
}
#meniu {
	width:46%;
	margin-top:25px;
	margin-left:2%;
	margin-right:2%;
}
#sidebar {
	width:80%;
	margin-right:10%;
}
#sidebar-link {
	width:48%;
	margin-left:1%;
	margin-right:1%;
}
#content {
	width:100%;	
}
#content-full {
	width:90%;
	margin-left:5%;
}
#contact-left {
	width:100%;
	margin-bottom:30px;
}
#contact-right {
	width:100%;
}
#blog-list {
	width:72%;
	margin-left:14%;
}
#blog-box {
	min-height:530px;
}
#blog-box-a {
	width:31.33%;
	min-height:555px;
}
}
@media (min-width:768px) and (max-width:999px)
{
#logo {
	width:48%;
	margin-top:8px;
	margin-left:0%;
	margin-right:2%;
}
#meniu {
	width:48%;
	margin-top:25px;
	margin-left:2%;
	margin-right:0%;
}
#sidebar {
	width:90%;
	margin-right:5%;
}
#sidebar-link {
	width:48%;
	margin-left:1%;
	margin-right:1%;
}
#content {
	width:100%;	
}
#content-full {
	width:90%;
	margin-left:5%;
}
#contact-left {
	width:100%;
	margin-bottom:30px;
}
#contact-right {
	width:100%;
}
#photo-box {
	width:32.33%;
}
#blog-list {
	width:80%;
	margin-left:10%;
}
#blog-box {
	min-height:530px;
}
#blog-box-a {
	width:48%;
	min-height:565px;
}
}
@media (min-width:480px) and (max-width:767px)
{
#logo {
	width:48%;
	margin-top:8px;
	margin-left:0%;
	margin-right:2%;
}
#meniu {
	width:48%;
	margin-top:25px;
	margin-left:2%;
	margin-right:0%;
}
#sidebar {
	width:90%;
	margin-right:5%;
}
#content {
	width:100%;	
}
#content-full {
	width:100%;
	margin-left:0%;
}
#contact-left {
	width:100%;
	margin-bottom:30px;
}
#contact-right {
	width:100%;
}
#contact-form-left {
	width:100%;
}
#contact-form-right {
	width:100%;
}
#blog-list {
	width:90%;
	margin-left:5%;
}
#blog-box {
	width:98%;
	min-height:10px;
}
#blog-box-a {
	width:98%;
	min-height:10px;
}
}
@media (min-width:300px) and (max-width:479px)
{
#logo {
	width:60%;
	margin-left:20%;
	margin-right:2%;
}
#meniu {
	width:90%;
	margin-top:5px;
	margin-left:5%;
	margin-right:5%;
}
#sidebar {
	width:90%;
	margin-right:5%;
}
#content {
	width:100%;	
}
#content-full {
	width:100%;
	margin-left:0%;
}
#contact-left {
	width:100%;
	margin-bottom:30px;
}
#contact-right {
	width:100%;
}
#contact-form-left {
	width:100%;
}
#contact-form-right {
	width:100%;
}
#blog-list {
	width:70%;
	margin-left:15%;
}
#blog-box {
	width:98%;
	min-height:10px;
}
#blog-box-a {
	width:98%;
	min-height:10px;
}

}