/*
Theme Name: Drip Rental
Theme URL: https://secure.dripapps.com/seo-wp-theme-download
Author: Drip Apps
Description: Generate a quick ROI by ranking SEO "rental" sites for low-competition, profitable keywords.
Text Domain: wyatt
*/

/*
 * 1.0 Reset and basic styles
 * 2.0 Basic Structure
 * 3.0 Header
 * 4.0 Content
  --- 4.1 top block
  --- 4.2 Column blocks
  --- 4.3 Home comments
  --- 4.4 Bottom block
  --- 4.5 Page content
  --- 4.6 mail form
  * 5.0 Fotter
 * 6.0 Media screen
*/

@font-face {
    font-family: 'Proxima-Light';
    src: url('fonts/ProximaNova/ProximaNova-Light-webfont.eot');
    src: local('?'),
        url("fonts/ProximaNova/ProximaNova-Light-webfont.woff") format("woff"),
        url("fonts/ProximaNova/ProximaNova-Light-webfont.otf") format("opentype"),
        url("fonts/ProximaNova/ProximaNova-Light-webfont.svg#grablau") format("svg");
 
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Proxima-Bold';
    src: url('fonts/ProximaNova/ProximaNova-Bold-webfont.eot');
    src: local('?'),
        url("fonts/ProximaNova/ProximaNova-Bold-webfont.woff") format("woff"),
        url("fonts/ProximaNova/ProximaNova-Bold-webfont.otf") format("opentype"),
        url("fonts/ProximaNova/ProximaNova-Bold-webfont.svg#grablau") format("svg");
 
    font-weight: normal;
    font-style: normal;
}


/**
 * 1.0 Reset and basic styles
 * ----------------------------------------------------------------------------
 */

* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing:    border-box;
	box-sizing:         border-box;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
nav,
section,
summary {
	display: block;
}

audio,
canvas,
video {
	display: inline-block;
}

audio:not([controls]) {
	display: none;
	height: 0;
}

[hidden] {
	display: none;
}

html {
	font-size: 100%;
	overflow-y: scroll;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
}

html,
button,
input,
select,
textarea {
	font-family: Arial, sans-serif;
}

body {
	color: #2e2e2e;
	line-height: 1.5;
	margin: 0;
	overflow: hidden;
	font-family: Arial, sans-serif;
	margin: 0;
	padding: 0;
	background: #fff;
}
body.page-template-default {

}
a {
	color: #2e2e2e;
	text-decoration: none;
	transition: color 0.4s ease 0s;
}

a:visited {
	color: #2a4577;
}

a:active,
a:hover {
	color: #2a4577;
	text-decoration: none;
	outline: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
	font-family: 'Proxima-Light', sans-serif;
	line-height: 1.3;
	font-weight: 300;
	margin-bottom: 20px;
	margin-top: 0;
	color: #2e2e2e;
}

h1 {
	font-size: 36px;
}

h2 {
	font-size: 32px;
}

h3 {
	font-size: 28px;
}

h4 {
	font-size: 24px;
}

h5 {
	font-size: 18px;
}

h6 {
	font-size: 16px;
}

address {
	font-style: italic;
	margin: 0 0 24px;
}

abbr[title] {
	border-bottom: 1px dotted;
}

b,
strong {
	font-weight: bold;
}

dfn {
	font-style: italic;
}

mark {
	background: #ff0;
	color: #000;
}

p {
	margin: 0 0 24px;
	font-size: 18px;
	color: #2e2e2e;
}

code,
kbd,
pre,
samp {
	font-family: monospace, serif;
	font-size: 14px;
	-webkit-hyphens: none;
	-moz-hyphens:    none;
	-ms-hyphens:     none;
	hyphens:         none;
}

pre {
	background: #f5f5f5;
	color: #666;
	font-family: monospace;
	font-size: 14px;
	margin: 20px 0;
	overflow: auto;
	padding: 20px;
	white-space: pre;
	white-space: pre-wrap;
	word-wrap: break-word;
}

blockquote,
q {
	-webkit-hyphens: none;
	-moz-hyphens:    none;
	-ms-hyphens:     none;
	hyphens:         none;
	quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
	content: "";
	content: none;
}

blockquote {
	font-size: 18px;
	font-style: italic;
	font-weight: 300;
	margin: 24px 40px;
}

blockquote blockquote {
	margin-right: 0;
}

blockquote cite,
blockquote small {
	font-size: 14px;
	font-weight: normal;
	text-transform: uppercase;
}

blockquote em,
blockquote i {
	font-style: normal;
	font-weight: 300;
}

blockquote strong,
blockquote b {
	font-weight: 400;
}

small {
	font-size: smaller;
}

sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sup {
	top: -0.5em;
}

sub {
	bottom: -0.25em;
}

dl {
	margin: 0 20px;
}

dt {
	font-weight: bold;
}

dd {
	margin: 0 0 20px;
}

menu,
ol,
ul {
	margin: 16px 0;
	padding: 0 0 0 40px;
}

ul {
	list-style-type: square;
}

nav ul,
nav ol {
	list-style: none;
	list-style-image: none;
}

li > ul,
li > ol {
	margin: 0;
}

img {
	-ms-interpolation-mode: bicubic;
	border: 0;
	vertical-align: middle;
}

svg:not(:root) {
	overflow: hidden;
}

figure {
	margin: 0;
}

form {
	margin: 0;
}

fieldset {
	border: 0;
	margin: 0;
	padding: 0;
}

legend {
	border: 0;
	padding: 0;
	white-space: normal;
}

button,
input,
select,
textarea {
	font-size: 100%;
	margin: 0;
	max-width: 100%;
	vertical-align: baseline;
}

button,
input {
	line-height: normal;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
	-webkit-appearance: button;
	cursor: pointer;
}

button[disabled],
input[disabled] {
	cursor: default;
}

input[type="checkbox"],
input[type="radio"] {
	padding: 0;
}

input[type="search"] {
	-webkit-appearance: textfield;
	padding-right: 2px; /* Don't cut off the webkit search cancel button */
	width: 270px;
}

input[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
	border: 0;
	padding: 0;
}

textarea {
	overflow: auto;
	vertical-align: top;
	font-family: 'Proxima-Light', sans-serif;
	font-weight: 300;
}

input {
	border: 0;
	font-size: 32px;
	color: @2e2e2e;
	padding: 4px 12px;
	font-family: 'Proxima-Light', sans-serif;
	font-weight: 300;
	box-shadow: 0px 0px 1px #ddd;
}

input[type="submit"] {
	border: 3px solid #c6c6c6;
	color: #fff;
	border-radius: 50px;
	padding: 12px 20px;
	font-size: 32px;
	font-weight: bold;
	text-transform: uppercase;
	background: #50bc78;
	font-family: 'Proxima-Bold', sans-serif;
	transition: all 0.4s ease 0s;
	box-shadow: none;
}

input[type="submit"]:hover {
	background: #50955c;
}

.mail_answer {
	color: #fff;
	font-size: 20px;
	text-align: center;
	width: 100%;
	margin-bottom: 10px;
}
/* Placeholder text color -- selectors need to be separate to work. */

::-webkit-input-placeholder {
	color: #4c4c4c;
}

:-moz-placeholder {
		color: #4c4c4c;
}

::-moz-placeholder {
	color: #4c4c4c;
	opacity: 1;
}

:-ms-input-placeholder {
	color: #4c4c4c;
}

table {
	border-bottom: 1px solid #ededed;
	border-collapse: collapse;
	border-spacing: 0;
	font-size: 14px;
	line-height: 2;
	margin: 0 0 20px;
	width: 100%;
}

caption,
th,
td {
	font-weight: normal;
	text-align: left;
}

caption {
	font-size: 16px;
	margin: 20px 0;
}

th {
	font-weight: bold;
	text-transform: uppercase;
}

td {
	border-top: 1px solid #ededed;
	padding: 6px 10px 6px 0;
}

del {
	color: #333;
}

ins {
	background: #fff9c0;
	text-decoration: none;
}

hr {
	background: grey;
	background-size: 4px 4px;
	border: 0;
	height: 1px;
	margin: 0 0 24px;
}

/**
 * 2.0 Basic Structure
 * ----------------------------------------------------------------------------
 */
#page {
	width: 100%;
	background: #fff;
}

.block-line {
	width: 100%;
	clear: both;
}

.block-wrapper {
	width: 100%;
	margin: 0 auto;
	padding: 0 10px;
	max-width: 960px;
}

/* Clearing floats */
.clear:after,
.block-line:after,
.block-wrapper:after  {
	clear: both;
}

.clear:before,
.clear:after,
.block-line:before ,
.block-line:after,
.block-wrapper:before,
.block-wrapper:after  {
	content: "";
	display: table;
}

/**
 * 3.0 Header
 * ----------------------------------------------------------------------------
 */
 
#header {
	padding-top: 15px;
	background: #fff;
}

#logo {
	float: left;
	max-height: 70px;
}

.contact-info { 
	float: right;
	text-align: center;
}

.contact-info span {
	font-size: 32px;
	color: #000;
	display: block;
	line-height: 1;
	font-family: 'Proxima-Light', sans-serif;
	font-weight: 300;
}

.contact-info strong {
	font-size: 38px;
	color: #000;
	display: block;
	font-family: 'Proxima-Bold', sans-serif;
	line-height: 1;
}

.nav-menu {
	float: left;
	clear: both;
}

.nav-menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
	text-align: left;
}

.nav-menu ul li {
	display: inline-block;
	padding: 0 7px;
	border-left: 1px solid #2e2e2e;
}

.nav-menu ul li:first-child {
	border-left: none;
	padding-left: 0;
}

.nav-menu ul li a {
	font-size: 18px;
	color: #2e2e2e;
	line-height: 1;
	float: left;
}

.nav-menu ul li a:hover,
.nav-menu ul li.active a {
	color: #2a4577;
}

.nav-menu ul li.active a {
	font-weight: bold;
}

/**
 * 4.0 Content
 * ----------------------------------------------------------------------------
 */ 
 
/**
 * 4.1 top block
 */  
.top-block {
	padding: 20px 0 30px 0; 
	background: #f2f2f2;
} 

.top-block .block-wrapper {
	padding: 0 60px;
}

.top-block .featured {
	float: left;
	width: 48%;
}

.top-block .featured img {
	border-radius: 20px;
	margin-bottom: 30px;
	border: 3px solid #cfcfcf;
	width: 100%;
}

.top-block .featured p {
	font-size: 26px;
	color: #5d5d5d;
	text-align: center;
	line-height: 1.2;
}

.top-block .mail-wrapper {
	float: right;
	overflow: hidden;
	border-radius: 30px;
	width: 42%;
	background: #c9d9ea;
}

.top-block #top_mail {
	padding: 20px 30px 0;
}

.top-block .mail-wrapper h2{
	position: relative;
	background: #2a4577;
	font-size: 40px;
	color: #fff;
	text-align: center;
	text-transform: uppercase;
	font-family: 'Proxima-Bold', sans-serif;
	font-weight: bold;
	padding: 10px 0;
}


.top-block .mail-wrapper h2:after {
  width: 0;
  height: 0;
  border-left: 18px solid transparent;
  border-right: 18px solid transparent;
  border-top: 25px solid #2a4577;
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  bottom: -25px;
}

.top-block .mail-wrapper input {
	margin-bottom: 20px;
	width: 100%;
}

/**
 * 4.2 Column blocks
 */ 
.columns {
	padding: 40px 0; 
}
.columns .column-block {
	float: left;
	width: 27%;
	margin-left: 9.5%;
}
.columns .column-block h2 {
	margin-bottom: 15px;
	text-align: center;
}
.columns .column-block:first-child {
	margin-left: 0;
}

/**
 * 4.3 Home comments
 */ 

.home-comments {
	text-align: center;
	width: 90%;
	margin: 10px auto 40px;
}

.home-comments .comment-content {
	position: relative;
	padding-left: 0;
}

.home-comments .comment-content:after {
	width: 0;
	height: 0;
	border-left: 13px solid transparent;
	border-right: 13px solid transparent;
	border-top: 11px solid #2a4577;
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	margin: auto;
	bottom: -10px;
}

.home-comments blockquote {
	position: relative;
	padding: 40px 12% 40px 12%;
	background: url(images/comment.png) no-repeat 3% 24px #2a4577;
	border-radius: 8px;
	color: #fff;
	letter-spacing: 1px;
	font-size: 16px;
	line-height: 1.8;
	margin: 0 0 15px 0;
}

.home-comments .comments-title {
	font-weight: 500;
	font-size: 30px;
}

.home-comments .comment-author {
	font-weight: 500;
	font-size: 22px;
	font-family: 'Proxima-Bold', sans-serif
}

.home-comments .comment {
	display: none;
} 

.home-comments .comment.comment-1 {
	display: block;
}

.home-comments .comments-nav {
	margin-top: 20px;
	text-align: center;
}

.home-comments .nav-item {
	margin-left: 17px;
	display: inline-block;
	width: 25px;
	height: 25px;
	background: url(images/pagi.png) no-repeat;
	cursor: pointer;
}
.home-comments .nav-item:first-child {
	margin-left: 0;
}
.home-comments .nav-item.active {
	background-position: 0 -25px;
}

/**
 * 4.4 Bottom block
 */ 
 
.bottom-block {
	padding: 20px 0 40px 0; 
	background: #f2f2f2;
	text-align: center;
}
.bottom-block h2 {
	font-size: 60px;
	text-align: center;
}
.bottom-block iframe {
	width: 100%;
	max-width: 600px;
}
.bottom-block p {
  font-size: 24px;
  color: #5d5d5d;
  text-align: center;
  line-height: 1.2;
  max-width: 700px;
  display: block;
  margin: 20px auto 0;
}
/**
 * 4.5 Page content
 */ 

.content-page {
	background: #f2f2f2;
	min-height: 200px;
}

.content-page .entry-title {
	font-size: 60px;
	text-align: center;
	margin: 25px 0;
}

.content-page .entry-content {
	margin-bottom: 20px;
}

.content-page .entry-content p {
	font-size: 21px;
}

.content-page img {
	max-width: 100%;
	height: auto;
	margin-bottom: 20px;
}
.content-page img.alignleft { 
	margin-right: 20px;
	float: left;
}
.content-page img.aligncenter {
	margin: 0 20px 20px 20px;
}
.content-page img.alignright {
	margin-left: 20px;
	float: right;
}
/*
 4.6 mail form
*/
.mail_area {
	background: #2a4577;
}

.mail_area #footer_mail {
	text-align: center;
	padding: 25px 0;
}

.mail_area input {
	width: 32%;
	margin-left: 2%;
	float: left;
}

.mail_area input:first-child {
	margin-left: 0;
}

.mail_area input[type="submit"] {
	clear: both;
	width: auto;
	float: none;
	margin: 20px 0 0 0;
}
/**
 * 5.0 Fotter
 * ----------------------------------------------------------------------------
 */
#footer.fixed {
	width: 100%;
	position: fixed;
	bottom: 0;
	left: 0;
}
.copyright {
	background: #fff;
	text-align: center;
	padding: 25px 0;
}
.copyright .block-wrapper {
	display: inline-block;
	width: auto;
}
.copyright p {
	float: right;
	font-size: 22px;
	margin: 0;
	font-weight: bold;
	margin-right: 5px;
}
.copyright .nav-menu {
	clear: none;
	float: right;
	margin-top: 6px;
}
.copyright .nav-menu ul li a {
	font-size: 22px;
	font-weight: bold;
	line-height: 0.6;
}
.copyright .nav-menu ul li.active a {
	color: #2a4577;
}
/**
 * 6.0 Media screen
 * ----------------------------------------------------------------------------
 */

@media all and (max-width: 960px) {
	/* home page */
	.top-block .block-wrapper {
		padding: 0 10px;
	}
	/* content */
	.content-page {
		min-height: 350px;
	}
	/* fotter */
	.copyright .nav-menu,
	.copyright p {
		float: none;
	}
	.copyright .nav-menu {
		margin-bottom: 10px;
	} 
}

@media all and (max-width: 768px) {
	/* home page */
	.top-block .mail-wrapper {
		width: 48%;
	}
	.top-block .mail-wrapper h2,
	.top-block .mail-wrapper input[type="submit"]	{
		font-size: 30px;
	}
	.bottom-block iframe {
		height: 350px;
	}
	.columns .column-block:first-child {
		margin-left: 0;
	}
	.columns .column-block {
		margin-left: 3.5%;
		width: 31%;
		text-align: center;
	}
	/* content */
	.content-page {
		min-height: 250px;
	}
}

@media all and (max-width: 640px) {
	/* header */
	#header {
		text-align: center;
	}
	#logo {
		float: none;
	}
	.contact-info {
		float: none;
		margin-bottom: 10px;
	}
	.nav-menu {
		float: none;
	}
	.nav-menu ul {
		width: 100%;
		max-width: 600px;
		margin: 0 auto;
	}
	.nav-menu ul li {
		text-align: center;
		float: none;
		padding: 10px 0;
		width: 100%;
		border-top: 1px solid #2e2e2e;
		border-left: none;
	}
	.nav-menu ul li:first-child {
		border: none;
		padding: 10px 0;
	}
	.nav-menu ul li a {
		float: none;
	}
	/* content */
	#primary {
		padding-bottom: 0!important;
	}
	.content-page {
		min-height: 100px;
	}
	/* footer */
	.mail_area input,
	.mail_area input:first-child {
		width: 100%;
		margin: 0 0 20px 0;
	}
	.mail_area input[type="submit"] {
		font-size: 20px;
	}
	.copyright .nav-menu {
		float: none;
	}
	.mail_area input[type="submit"] {
		font-size: 14px;
	}
	/* home page */
	.top-block .featured {
		width: 100%;
	}
	.top-block .mail-wrapper {
		width: 100%;
	}
	.columns .column-block {
		margin: 0 0 10px 0;
		width: 100%;
	}
	.bottom-block h2 {
		font-size: 40px;
	}
	.bottom-block iframe {
		height: 300px;
	}
}

@media all and (max-width: 468px) {
	/* home page */
	.bottom-block iframe {
		height: 250px;
	}
}

@media all and (max-width: 320px) {
	/* home page */
	.bottom-block iframe {
		height: 200px;
	}
}