/*
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.
Version: 1.1
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.ttf") 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.ttf") 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: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, 'Proxima-Light', "Lucida Grande", sans-serif; 
}

body {
	color: #2e2e2e;
	line-height: 1.5;
	margin: 0;
	overflow: hidden;
	font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, 'Proxima-Light', "Lucida Grande", 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: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, 'Proxima-Light', "Lucida Grande", 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: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, 'Proxima-Light', "Lucida Grande", sans-serif; 
   	
	font-weight: 300;
}

input, textarea {
	border: 0;
	font-size: 32px;
	color: #2e2e2e;
	padding: 4px 12px;
	font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, 'Proxima-Light', "Lucida Grande", 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: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, 'Proxima-Light', "Lucida Grande", 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;
	margin-bottom: 10px;
}

.contact-info { 
	float: right;
	text-align: center;
}

.contact-info span {
	font-size: 32px;
	color: #000;
	display: block;
	line-height: 1;
	font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, 'Proxima-Light', "Lucida Grande", sans-serif; 
   	
	font-weight: 300;
}

.contact-info strong {
	font-size: 38px;
	color: #000;
	display: block;
	font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, 'Proxima-Light', "Lucida Grande", sans-serif; 
   	font-weight: bold;
	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: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, 'Proxima-Light', "Lucida Grande", 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:nth-child(3n-2) {
	margin-left: 0;
}

.columns .column-block:nth-child(n+4){
	margin-top: 30px;
}

/**
 * 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: bold;
	font-size: 22px;
	font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, 'Proxima-Light', "Lucida Grande", 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: #fff;
	text-align: center;
}
.bottom-block h2 {
	font-size: 40px;
	text-align: center;
}
.bottom-block iframe {
	width: 100%;
	max-width: 600px;
}
.bottom-block p {
  font-size: 18px;
  color: #5d5d5d;
  text-align: left;
  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 textarea{
	width: 100%;
	margin-top: 15px;
	height: 90px;
}

.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;
	right: 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;
	}
}

/*nL changes*/

.block-line.bottom-block .block-wrapper{
	max-width: 90%;
}

.block-line.bottom-block .block-wrapper p,
.block-line.bottom-block .block-wrapper .post-block-excerpt{
	display: block;
	max-width: 100%;
	font-size: 17px;
	text-align: justify;
	margin: 10px 0;
	line-height: 1.3em;
}

.column-block .column-block-image{
	width: 200px;
	height: 200px;
	background-position: center;
	background-size: cover;
	border-radius: 50%;
	margin: 0 auto;
	border: 5px solid #fafafa;
	box-shadow: rgba(0,0,0,.2) 1px 1px 4px;
}

.column-block .column-block-button{
	display: block;
	width: 120px;
	height: 45px;
	color: white;
	background: #50bc78;
	line-height: 45px;
	text-align: center;
	border-radius: 5px;
	margin: 0 auto;
}

.column-block .column-block-button:hover{
	background: #50955c;
}

.column-block .column-block-excerpt{
	text-align: center;
	min-height: 110px;
}

.block-line.bottom-block .block-wrapper .post-block{
	padding: 35px 0 0;
	text-align: left;
	display: block;
}

.block-line.bottom-block .block-wrapper .post-block .post-block-image{
	width: 420px;
	height: 250px;
	display: block;
	background-size: contain;
	background-repeat: no-repeat;
}

.block-line.bottom-block .block-wrapper .post-block:nth-child(2n+1) .post-block-image{
	float: left;
	margin-right: 15px;
}

.block-line.bottom-block .block-wrapper .post-block:nth-child(2n) .post-block-image{
	float: right;
	margin-left: 15px;
	background-size: cover;
}

/* no conflict links READ MORE with simple links inline */
.block-line.bottom-block .block-wrapper .post-block a.post-block-button{
    margin: 5px 0;
    display: block;
}

.bottom-block .block-wrapper{
	padding: 0 25px;
}

#footer{
	margin: 0 auto;
	max-width: 1180px;
	padding: 25px 100px;
	display:-webkit-flex;
	   display:-webkit-box;
	   display:-moz-flex;
	   display:-moz-box;
	   display:-ms-flexbox;
	   display:flex;
	
	   
	/* -webkit-justify-content: space-between; */
	 	
	/* justify-content: space-between; */
}

#footer .footer_widget{
	display: block;
	min-height: 150px;
	width: 25%;
	border-radius: 10px;
	padding: 10px;
}

.social-link{
	display: block;
	padding: 5px 0;
}

.social-link:before{
	content: '';
	width: 22px;
	height: 22px;
	display: inline-block;
	position: relative;
	top: 5px;
}

.social-link.social-fb:before{
	background: url(images/fb.png);
	background-size: contain;
}

.social-link.social-g:before{
	background: url(images/g.png);
	background-size: contain;
}

.social-link.social-tw:before{
	background: url(images/tw.png);
	background-size: contain;
}

.footer_widget ul{
	padding: 0;
	list-style-type: none
}

.footer_widget ul li{
	padding: 8px 0;
}

.footer_widget_title{
	color: #50bc78;
}

.phone, .mail{
	display: inline-block;
	margin-top: 15px;
	position: relative;
}

.phone:before, .mail:before{
	content: '';
	width: 22px;
	height: 22px;
	display: inline-block;
	position: relative;
	top: 5px;
	margin-right: 5px;
}

.phone:before{
	background: url(images/phone.png);
	background-size: contain;
}

.mail:before{
	background: url(images/mail.png);
	background-size: contain;
}

.block-wrapper h2{
	font-size: 32px;
}

.custom-post-video iframe{
	float: right;
	margin-left: 15px;
}

.block-line.bottom-block .block-wrapper:first-child{
	background: #f2f2f2;
	max-width: 100%;
}

.block-line.bottom-block .block-wrapper{
	padding-bottom: 15px;
}

.bottom-block h2{
	margin: 5px 0 20px;
}

.footer_widget_title{
	font-size: 28px;
	/* min-height: 75px; */
}

body.single-post .content-page,
body.page .content-page{
	background: white;
}

.block-line.bottom-block .block-wrapper:first-child{
	padding-top: 10px;
	padding-bottom: 25px;
}

body.single-post header div.block-line,
body.page header div.block-line {
	border-bottom: 2px solid #2a4577;
}

.block-line.mail_area.fixed{
	position: fixed;
	bottom: 260px;
}

.top-block{
	padding-top: 22px;
	padding-bottom: 6px;
}

#s{
	width: 100%;
	margin: 10px 0;
	font-size: 16px;
	padding: 13.5px 8px;
}

#searchsubmit{
	padding: 5px;
	margin: 0;
	position: relative;
	bottom: 56px;
	border-radius: 0;
	border: none;
	font-size: 30px;
	width: auto;
	float: right;
	color: #50bc78;
	height: 47px;
	line-height: 0;
	-webkit-transform: rotate(-45deg); 
	-moz-transform: rotate(-45deg); 
	 -o-transform: rotate(-45deg);
	 background: transparent;
}

#searchsubmit:hover{
	background: transparent;
	color: black;
}

.searchform .screen-reader-text{
	display: none;
}

@media all and (max-width: 1100px){
	#footer{
		display: inline-block;
		width: 100%;
		max-width: 100%;
		padding: 25px;
	}

	.footer_widget{
		width: 33%!important;
		float: left;
		height: 270px;
	}
}

@media all and (max-width: 766px){
	.footer_widget{
		width: 100%!important;
		float: left;
		height: auto;
	}
	.footer_widget h2{
		margin: 10px 0;
		min-height: 20px;
	}
}

article.type-post .entry-content p{
	font-size: 16px;
}


#full-width-slider {
  width: 100%;
  margin: 0;
}

.coloredBlock {
  padding: 12px;
  background: rgba(255,0,0,0.6);
  color: #FFF;
   width: 200px;
   left: 20%;
   top: 5%;
}
.infoBlock {
  position: absolute;
  top: 30px;
  right: 30px;
  left: auto;
  max-width: 25%;
  padding-bottom: 0;
  background: #FFF;
  background: rgba(255, 255, 255, 0.8);
  overflow: hidden;
  padding: 20px;
}
.infoBlockLeftBlack {
  color: #FFF;
  background: #000;
  background: rgba(0,0,0,0.75);
  left: 30px;
  right: auto;
}
.infoBlock h4 {
  font-size: 20px;
  line-height: 1.2;
  margin: 0;
  padding-bottom: 3px;
}
.infoBlock p {
  font-size: 14px;
  margin: 4px 0 0;
}
.infoBlock a {
  color: #FFF;
  text-decoration: underline;
}
.photosBy {
  position: absolute;
  line-height: 24px;
  font-size: 12px;
  background: #FFF;
  color: #000;
  padding: 0px 10px;
  position: absolute;
  left: 12px;
  bottom: 12px;
  top: auto;
  border-radius: 2px;
  z-index: 25; 
} 
.photosBy a {
  color: #000;
}
.fullWidth {
  /* max-width: 1400px; */
  max-height: 500px;
  margin: 0 auto 24px;
}

@media screen and (min-width:960px) and (min-height:660px) {
  .heroSlider .rsOverflow,
  .royalSlider.heroSlider {
      height: 520px !important;
  }
}

@media screen and (min-width:960px) and (min-height:1000px) {
    .heroSlider .rsOverflow,
    .royalSlider.heroSlider {
        height: 660px !important;
    }
}
@media screen and (min-width: 0px) and (max-width: 800px) {
  .royalSlider.heroSlider,
  .royalSlider.heroSlider .rsOverflow {
    height: 300px !important;
  }
  .infoBlock {
    padding: 10px;
    height: 100%;
    max-height: 100%;
    min-width: 40%;
    left: 0;
    top: 0;
    right: auto;
    font-size: 12px;
  }
  .infoBlock h3 {
     font-size: 14px;
     line-height: 17px;
  }
}

.rsMinW .rsArrow.rsArrowLeft .rsArrowIcn,
.rsMinW .rsArrow.rsArrowRight .rsArrowIcn
{
	width: 50px;
	height: 50px;
	background: white;
	border-radius: 15px;
}


.rsMinW .rsArrow.rsArrowLeft .rsArrowIcn:before,
.rsMinW .rsArrow.rsArrowRight .rsArrowIcn:before{
	line-height: 50px;
	font-size: 30px;
}

.rsArrow.rsArrowLeft,
.rsArrow.rsArrowLeft.rsArrowDisabled{
	left: 35px!important;
	top: 50%;
	margin-top: -25px;
}

.rsArrow.rsArrowRight,
.rsArrow.rsArrowRight.rsArrowDisabled{
	right: 60px!important;
	top: 50%;
	margin-top: -25px;
}

.block-line.bottom-block .block-wrapper.custom-content:first-child{
	padding: 0;
	margin: 0;
}

.infoBlock.infoBlockLeftBlack.rsABlock{
	position:absolute;
	max-width: none;
    
	font-size: 38px;
    
	/* text-transform: uppercase; */
    font-weight: bold;
    padding: 15px 50px;
    background: rgba(70,110,200,.6);
    
	/* border-radius: 50px; */
    top: 50%;
	left: 50%;
	transform: translate(-50%, -50%)!important;
	-webkit-transform: translate(-50%, -50%)!important;;
	-o-transform: translate(-50%, -50%)!important;;
	-ms-transform: translate(-50%, -50%)!important;;
	-moz-transform: translate(-50%, -50%)!important;;
}

.infoBlock.infoBlockLeftBlack.rsABlock p{
	display: none;
}
