/*
Theme Name: Morello
Theme URI: http://www.tommusrhodus.com/portfolio/morello
Version: 1.0.4
Description: Morello - A Multipurpose, Responsive WordPress Theme.
Author: Tom Rhodes
Author URI: http://www.tommusrhodus.com
License: GNU General Public License version 3.0
License URI: http://www.gnu.org/licenses/gpl-3.0.html
Tags: custom-background, threaded-comments, translation-ready, custom-menu
Text Domain: morello
*/

/* 

WARNING! DO NOT EDIT THIS FILE!

To make it easy to update your theme, you should not edit the styles in this file. Instead use 
the custom.css file to add your styles. You can copy a style from this file and paste it in 
custom.css and it will override the style in this file. You have been warned! :)

*/

/*-----------------------------------------------------------------------------------*/
/*	Visual Composer Styles
/*-----------------------------------------------------------------------------------*/
.vc_row {
	padding-top: 70px;
	padding-bottom: 70px;
}
.vc_row .vc_row,
.vc_row[data-vc-full-width] {
	padding-top: 0;
	padding-bottom: 0;
}
.vc_column_container>.vc_column-inner {
	padding-left: 0;
	padding-right: 0;
}
.wpb_button, .wpb_content_element, ul.wpb_thumbnails-fluid>li {
	margin-bottom: 0;
}
.vc_row.vc_parallax {
	padding-top: 120px;
	padding-bottom: 120px;
}
.vc_row.vc_video-bg-container {
	padding-top: 200px;
	padding-bottom: 200px;
}
iframe.inner {
	padding-top: 0;
	padding-bottom: 0;
}
.vc_video-bg:after {
	content: '';
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	display: block;
	background: rgba(30, 30, 30, 0.5);
	z-index: 99;
	position: absolute;
}
.wpb_single_image .vc_single_image-wrapper,
.wpb_single_image .vc_figure {
	display: block;
}
.wpb_single_image .vc_single_image-wrapper img[src*=".svg"]{
	max-height: 350px;
	width: 100%;
	max-width: none;
}
.content-wrapper > .vc_row {
	margin-left: 0;
	margin-right: 0;
}
.content-wrapper > .vc_row[data-vc-full-width] {
	margin-left: -15px;
	margin-right: -15px;
}

/*-----------------------------------------------------------------------------------*/
/*	WordPress Specific Styles
/*-----------------------------------------------------------------------------------*/
img {
	max-width: 100%;
	height: auto;
}
.icon-more + .icon-more {
	display: none !important;
}
.tagcloud a {
	display: block;
}
footer figure.overlay {
	display: none;
}
p:empty {
	display: none;
}
.admin-bar .banner--clone {
	top: 32px;
}
.tp-thumbs {
	padding-top: 9px !important;
}
.tiles .item figure img,
figure a .overlay .info,
div.items.row.row-offset-0.light-gallery {
	margin-bottom: 0;
}
.services + .services,
.process.numbered + .process.numbered {
	padding-top: 25px;
}
div.page-title.no {
	display: none;
}
.owl-carousel {
	opacity: 0;
	height: 0;
}
.owl-carousel.owl-loaded {
	opacity: 1;
	height: auto;
}

/*-----------------------------------------------------------------------------------*/
/*	WordPress Standard Styles
/*-----------------------------------------------------------------------------------*/
.post-content ul, .post-content ol,
.wpb_text_column ul,
.wpb_text_column ol {
	margin: 0 0 20px 0;
	padding: 0;
	list-style-position: inside;
}
.post-content ul ul, .post-content ol ol,
.wpb_text_column ul ul, .wpb_text_column ol ol {
	margin: 0 0 0 40px;
}
.sticky {
}
.bypostauthor img.avatar {
}
.screen-reader-text {
}
select {
	max-width: 100%;
}
.alignleft,
.aligncenter,
.alignright,
.alignnone {
	margin-bottom: 25px;
}
.alignnone {
	display: block;
}
.alignleft { 
	float: left; 
	margin: 0 30px 30px 0 !important;
}
.alignright { 
	float: right; 
	margin: 0 0 30px 30px !important;
}
.aligncenter { 
	display: block; 
	margin-right: auto; 
	margin-left: auto; 
	text-align: center; 
}
figure.aligncenter a {
	display: inline-block;
	overflow: hidden;
	position: relative;
}
.wp-caption { 
	max-width: 100%; 
	text-align: center; 
}
.wp-caption img {
	margin-bottom: 10px;
}
.gallery-caption { 
	margin: 20px 0; 
	max-width: 100%; 
	text-align: center; 
	z-index: 999; 
}
.wp-caption-text, 
.gallery-caption-text { 
	margin: 6px 0; 
	font-style: italic; 
	font-size: 95%; 
	line-height: 120%; 
}
.aligncenter { 
	text-align: center;
}
table#wp-calendar {
	border: 1px solid #cccccc
}
table#wp-calendar>tbody>tr>td>a {
	text-decoration: underline
}
table#wp-calendar thead>tr>th { 
	width: 35px;
	height: 20px;
	text-align: center;
	border: 1px solid #cccccc;
}
table#wp-calendar tbody>tr>td {
	width: 35px;
	height: 20px;
	text-align: center;
	border: 1px solid #cccccc;
}
table#wp-calendar tfoot>tr>td>a, 
tfoot>tr>td>a:link, 
tfoot>tr>td>a:visited, 
tfoot>tr>td>a:hover, 
tfoot>tr>td>a:active {
	text-decoration: underline;
	height: 23px;
	margin-left: 10px;
	padding-bottom: 3px;
}
table#wp-calendar tfoot>tr>td#prev {
	width: 58px;
	height: 20px;
	text-align: left;
}
table#wp-calendar tfoot>tr>td#next {
	width: 58px;
	height: 20px;
	text-align: right;
}
.post-content table,
.wpb_text_column table {
	margin-bottom: 25px;
}
.post-content table tr,
.post-content table td,
#wp-calendar table tr,
#wp-calendar table td,
.wpb_text_column tr,
.wpb_text_column td {
	padding: 10px 15px;
	border: 1px solid #cccccc;
}
dd {
	margin-bottom: 25px;
}
dt {
	margin-bottom: 10px;
	font-size: 18px;
}
.widget_rss li {
	margin-bottom: 20px; padding-bottom: 20px;
}
.widget_rss li .rsswidget, .widget_rss li cite {
	font-weight: bold; display: block;
}
.widget_rss li .rss-date {
	display: block; margin-bottom: 10px;
}
.widget_rss li cite {
	margin-top: 10px;
}
.widget address {
	margin-bottom: 0;
}
.post-content hr,
.wpb_text_column hr {
	clear: both;
}
.post-content span.pull-right,
.post-content span.pull-left,
.wpb_text_column span.pull-right,
.wpb_text_column span.pull-left {
	float: right;
	display: inline-block;
	width: 300px;
	margin: 0 0 20px 20px;
	font-size: 22px;
	line-height: 30px;
}
.post-content span.pull-right,
.wpb_text_column span.pull-right {
	float: right;
	margin: 0 0 20px 20px;
	text-align: right;
}
.post-content span.pull-left,
.wpb_text_column span.pull-left {
	float: left;
	margin: 0 20px 20px 0;
}
.post-content table,
.wpb_text_column table {
	text-align: left;
	width: 100%;
}
.post-content table td,
.post-content table th,
.wpb_text_column table td,
.wpb_text_column table th {
	padding: 15px;
}
.post-content table tr:nth-child(even),
.post-content table thead tr,
.wpb_text_column table thead tr,
.wpb_text_column table tr:nth-child(even) {
	background: #f5f5f5;
}

/*-----------------------------------------------------------------------------------*/
/*	CONTACT FORM 7
/*-----------------------------------------------------------------------------------*/
div.wpcf7 .wpcf7-not-valid { 
	border: 2px solid #de4747
}
span.wpcf7-not-valid-tip { 
	display: none !important 
}
div.wpcf7-validation-errors,
.highlight {
    margin: 15px -5px 0;
    padding: 10px;
    background-color: #fcf8e3;
    color: #c09853;
    border: 2px solid #faebcc;
}
div.wpcf7-mail-sent-ok {
	margin: 15px -5px 0;
	padding: 10px;
	border: 2px solid #d6e9c6;
	background-color: #dff0d8;
	color: #468847;
}
div.wpcf7 textarea {
	height: 110px;
}
div.wpcf7 input[type="submit"],
div.wpcf7 p {
	margin-bottom: 0;
}

/* GUTENBERG */
.wp-block-image {
	margin-bottom: 30px;
}
.alignfull,
.alignwide {
    margin-left: calc( -100vw / 2 + 100% / 2 );
    margin-right: calc( -100vw / 2 + 100% / 2 );
    max-width: 100vw;
	width: 100vw;
}
iframe {
	max-width: 100%;
}
@media only screen and ( min-width: 992px ) {
	.single-post .alignfull {
		left: -140px;
	}
}
@media only screen and ( min-width: 900px ) {
    .alignwide {
        margin-left: -125px;
        margin-right: -125px;
        max-width: 900px;
    }
}

.inner{
	padding-bottom: 0 !important;
}
.footer.footer-bg2 {
	padding-bottom: 50px !important;
}
@media only screen and (max-width: 480px) {
    .wpb_single_image.vc_align_right.icon-image-1 {top:230px; left:5%; width: 110px; position: relative;}
	.wpb_single_image.vc_align_left.icon-image-2 {bottom:211px; left: 221px; width: 110px; position: relative;}
	.wpb_single_image.vc_align_right.icon-image-3 { top: 238px; left: -6px; width: 110px; position: relative;}
	.wpb_single_image.vc_align_left.icon-image-4 {bottom: 204px; left: 250px; width: 110px; position: relative;}
	.wpb_single_image.vc_align_right.icon-image-5 {top: 248px; left: 13px; width: 110px; position: relative;} 
	.wpb_single_image.vc_align_left.icon-image-6 { bottom: 202px; left: 222px; width: 110px; position: relative;}
	.wpb_single_image.vc_align_center.icon-image-7 {width: 85%; padding-left: 65px;}
}
.wpb-js-composer .vc_tta-color-grey.vc_tta-style-classic .vc_tta-tab.vc_active>a{
	background-color: #f38d35 !important;
    color: #fff !important;
}
.owl-theme .owl-dots {
	bottom: 32px !important;
}
.footer.light-wrapper.footer-bg2{
	border-top: 1px dotted #80808038;
}
.inner{
	padding-top: 40px !important;
}
.sa_hover_container{
	padding: 2% !important;
}

/*Contact Form*/
.help-widget {
    background-color: #301390;
    padding: 25px 20px;
}
