/*
Theme Name: 	Acora
Theme URI: 		https://themes.webdesign-flash.ro/acora/
Author: 		FWDesign
Author URI: 	https://www.webdesign-flash.ro/
Version: 		3.0
Text Domain: 	acora
Description: 	Acora is a premium responsive wordpress photography theme.
License: 		GNU General Public License v2 or later
License URI::   LICENSE
This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
appside is based on Underscores https://underscores.me/, (C) 2012-2017 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

REVIEW: LOFvideos!25
*/


/* PAGE LAYOUTS */

.posts .single .entry-content {
	margin-top: 0px !important;
}

.indent-box {
	margin: 0px 160px 0px -160px;
}

@media only screen and (max-width: 1024px) {
	.posts .single .entry-content {
		margin-top: 50px !important;
	}
}
@media only screen and (max-width: 768px) {
	.indent-box {
		margin: 0px 0px 0px 0px;
	}
}

/* CONTACT FORM */

input[type=text], input[type=password], input[type=email], input[type=url], textarea {
	border: solid 2px #363671;
    padding: 8px 20px;
    width: 100%;
    box-sizing: border-box;
    margin-bottom: 15px;
    font-size: 20px;
}

textarea {
	height: 140px;
}

input[type="button"], input[type="reset"], input[type="submit"] {
	border: none;
    background: #363671;
    color: #FFFFFF;
    text-transform: uppercase;
    font-weight: 900;
    padding: 20px 60px;
    font-size: 20px;
	transition: background-color 0.2s;
}

input[type="button"]:hover, input[type="reset"]:hover, input[type="submit"]:hover {
	background: #646491;
}

.vc_btn3-container.vc_btn3-center .vc_btn3-block.vc_btn3-size-md {
	font-weight: bold;
	color: #FFFFFF;
}

.vc_btn3.vc_btn3-size-md.vc_btn3-icon-left:not(.vc_btn3-o-empty) {
	font-weight: bold;
	color: #FFFFFF;
}

.vc_btn3.vc_btn3-color-inverse {
	background: #BBBBBB !important;
}

.posts .single .entry-content h4 {
	margin: 0px !important;
}

