View file miami-pack/mobile/css/theme-style.css

File size: 8.22Kb
/*
Author: W3layout
Author URL: http://w3layouts.com
License: Creative Commons Attribution 3.0 Unported
License URL: http://creativecommons.org/licenses/by/3.0/
*/
/* reset */
html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,dl,dt,dd,ol,nav ul,nav li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,mark,audio,video{margin:0;padding:0;border:0;font-size:100%;font:inherit;vertical-align:baseline;}
article, aside, details, figcaption, figure,footer, header, hgroup, menu, nav, section {display: block;}
ol,ul{list-style:none;margin:0;padding:0;}
blockquote,q{quotes:none;}
blockquote:before,blockquote:after,q:before,q:after{content:'';content:none;}
table{border-collapse:collapse;border-spacing:0;}
/* start editing from here */
a{text-decoration:none;}
.txt-rt{text-align:right;}/* text align right */
.txt-lt{text-align:left;}/* text align left */
.txt-center{text-align:center;}/* text align center */
.float-rt{float:right;}/* float right */
.float-lt{float:left;}/* float left */
.clear{clear:both;}/* clear float */
.pos-relative{position:relative;}/* Position Relative */
.pos-absolute{position:absolute;}/* Position Absolute */
.vertical-base{	vertical-align:baseline;}/* vertical align baseline */
.vertical-top{	vertical-align:top;}/* vertical align top */
.underline{	padding-bottom:5px;	border-bottom: 1px solid #eee; margin:0 0 20px 0;}/* Add 5px bottom padding and a underline */
nav.vertical ul li{	display:block;}/* vertical menu */
nav.horizontal ul li{	display: inline-block;}/* horizontal menu */
img{max-width:100%;}
/*end reset*/
body{
   font-family:Arial, Helvetica, sans-serif;
    font-size: 100%;
    background-color: #FFF;
}
/*-----start-header----*/
.header{
	padding:10px;
}
.bg{
	background: url(../images/bg.jpg) no-repeat 0px 0px;
	min-height:120px;
	background-size: 100% 100%;
}
.logo{
	float:left;
	margin-top: 2px;
}
/*--menu--*/
.drp-dwn{
	float:right;
}
.drp-dwn select {
	padding: 4px;
	outline: none;
	display: block!important;
	width: 80%;
	border: none;
	background: #FFF;
	color: #000;
	cursor: pointer;
	font-size: 0.8125em;
	float: right;
	margin-top:10px;
}
/*----start-about----*/
.about{
	padding:20px 10px;
}
.about-left p{
	font-size: 0.95em;
	text-transform: uppercase;
	color: #000;
	margin-bottom: 10px;
	font-weight: 400;
}
.about-left p span{
	color:#00AAEF;
}
.about-left p label{
	font-weight: 700;
}
.about-right h3, .about-right span {
	font-weight: 500;
	color: #000;
	font-size:0.85em;
	margin-bottom: 5px;
}
.about-right span{
	margin-top:1em;
	display:block;
}
.about-right p,.about-right li{
	color: #222222;
	font-size: 0.8125em;
	font-weight: 500;
	line-height: 1.5em;
}
/*-----start-gallery---*/
.gallery{
	background:#EEEEEE;
	padding:20px 10px;
}
.head h3{
	color: #000;
	font-size: 1.1em;
	text-transform: uppercase;
	font-weight: 400;
	width:33.3%;
	margin: 0 auto;
}
.head span{
	width:100px;
	height:7px;
	display: block;
	background: url(../images/head-border.png) no-repeat 0px 0px;
	margin-top: 0.15em;
	background-size:80%;
}
/* Self Clearing Goodness */
/*	Strip
/*-----------------------------------------------------------------------------------*/
.place a {
 color: #00AAEF;
}
div.gallery-grids-row1 {
 margin-bottom: 20px;
}
.place {
	color: #000;
	padding: 0.5em 1em;
	font-size: 0.8125em;
}
h3.m_4{
	float:left;
}
/*--default--*/
.default{
	background:#515f67;
	padding:6% 0;
}
p.m_7{
	color: #FFF;
	font-size:15px;
	line-height: 1.8em;
	margin:5% 0;
}
h3.m_21 {
	color: #FFF;
	font-size: 2em;
	text-transform: uppercase;
}
.m_22 {
	position: relative;
	margin-bottom: 10%;
}
.m_8 {
	position: relative;
	margin-bottom: 10%;
}
span.default_line {
	width: 50px;
	display: block;
	border-bottom: 2px solid #FFF;
	position: absolute;
	bottom:0px;
}
.button a{
	color:#29353C;
	font-size:0.85em;
	text-transform: uppercase;
	font-weight:bold;
	text-decoration: none;
	cursor: pointer;
	padding: 12px 35px 9px 35px;
	display: inline-block;
	outline: none;
	border:2px solid #29353C;
}
.button a:hover {
	background:#fff;
	border:2px solid #fff;
	color:#00B3FD;
}
.more-portfolio-grids{
	text-align: center;
	background: #35353F;
	padding: 3em 0;
}
.more-portfolio-grids a{
	color: #FFF;
	border: 2px solid #FFF;
	padding: 0.8em 2em;
	text-transform: uppercase;
	font-size: 1.1em;
}
.more-portfolio-grids a:hover{
	color:#000;
	border-color:#000;
	text-decoration:none;
}
/*----*/
/*-----start-gallery----*/
.gallery-grids{
	padding: 15px 0 0 0;
	text-align: center;
}
.view-gallery-btn{
	background: #00AAEF;
	color: #FFF;
	text-transform: uppercase;
	padding: 0.8125em 0em;
	width:40%;
	display: block;
	margin: 0 auto;
	text-align: center;
	margin-top: 10px;
	font-size: 0.75em;
	-webkit-appearance: none;
}
.view-gallery-btn:hover{
	background:#000;
	color:#fff;
	text-decoration:none;
}
/*----start-consulation-----*/
.consulation{
	padding:20px 10px;
}
.c-head h3 {
	width:58.3%;
}
.c-head span{
	margin-left: 1.3em;
}
.consulation-left h4{
	font-size:0.85em;
	color: #000;
	font-weight:500;
	line-height: 1.5em;
}
.consulation-left p{
	color: #222;
	line-height: 1.5em;
	font-size: 0.8125em;
	width:100%;
	margin-bottom: 10px;
}
/*-----*/
.consulation-right input[type="text"]{
	background: #EEE;
	color: #696969;
	width: 89%;
	padding: 0.5em;
	margin: 5px 0;
	border: 1px solid #EEE;
	font-weight: 600;
	text-transform: uppercase;
	outline: none;
	-webkit-appearance: none;
	font-size: 12px;
}
.consulation-right input[type="submit"]{
	background: #00AAEF;
	color: #FFF;
	border: 1px solid #00AAEF;
	text-transform: uppercase;
	width:95%;
	padding: 0.5em;
	margin: 10px 0;
	font-size:12px;
	-webkit-appearance: none;
	cursor: pointer;
}
.consulation-right input[type="submit"]:hover{
	background:#000000;
	border: 1px solid #000;
}
.consulation-grids{
	padding:10px 0 0 0;
}
/*----start-Testimonials-----*/
.testmonials{
	background:#EEEEEE;
	padding:20px 10px;
}
.testmonial-grid{
	margin-bottom: 20px;
}
.testmonial-grid h5{
	margin:0.5em 0 0 0;
}
.testmonial-grid h5 a{
	color: #222;
	font-size: 0.85em;
}
.testmonial-grid h5 a:hover{
	text-decoration:none;
	color:#00AAEF;
}
.testmonial-grid span{
	color:#696973;
	font-style:italic;
	font-size: 0.8125em;
}
.testmonial-grid p{
	color: #000;
	font-size:0.8125em;
	margin: 0.5em auto;
}
.testmonials-grids{
	padding-top:10px;
	text-align: center;
}
/*----- start-contact----*/
.contact{
	padding:20px 10px;
}
.contact-left a,.contact-left p,.contact-left p label{
	color:#000;
	font-size:0.8125em;
	display: block;
}
.contact-left a:hover{
	color:#00AAEF;
	text-decoration:none;
}
.contact-left p label{
	display: block;
	font-weight: normal;
	font-size: 1em;
}
.contact-right input[type="text"],.contact-right textarea{
	background:#EEEEEE;
	color:#696969;
	width:89%;
	padding:0.5em;
	margin:5px 0;
	border:1px solid #EEEEEE;
	font-weight:600;
	text-transform:uppercase;
	outline:none;
	-webkit-appearance: none;
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
}
.contact-right input[type="submit"]{
	background: #00AAEF;
	color: #FFF;
	border: 1px solid #00AAEF;
	text-transform: uppercase;
	width:97%;
	padding:0.5em;
	margin: 10px 0;
	font-size:12px;
	-webkit-appearance: none;
	cursor: pointer;
}
.contact-right input[type="submit"]:hover{
	background:#000000;
	border: 1px solid #000;
}
.contact-right textarea{
	min-height:70px;
	resize:none;
}
.contact-grids{
	padding-top:10px;
}
/*------start-contact----*/
.footer{
	background: url(../images/footer-bg.jpg) no-repeat 0px 0px;
	min-height:80px;
	background-size: cover;
	text-align: center;
}
.footer a img{
	margin-top:5%;
}
.copy-right{
	color: #FFF;
	text-transform: uppercase;
	margin-top:40px;
	font-weight: 600;
	font-size:0.8125em;
}
.copy-right a{
	color:#000;
}
.copy-right a:hover{
	color:#ABE5FD;
	text-decoration:none;
}