/*
Theme Name: vividflowerTheme
Theme URI: https://wordpress.org/themes/twentyfourteen/
Author: the WordPress team
Author URI: https://wordpress.org/
Description: In 2014, our default theme lets you create a responsive magazine website with a sleek, modern design. Feature your favorite homepage content in either a grid or a slider. Use the three widget areas to customize your website, and change your content's layout with a full-width page template and a contributor page to show off your authors. Creating a magazine website with WordPress has never been easier.
Version: 1.7
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: black, green, white, light, dark, two-columns, three-columns, left-sidebar, right-sidebar, fixed-layout, responsive-layout, custom-background, custom-header, custom-menu, editor-style, featured-images, flexible-header, full-width-template, microformats, post-formats, rtl-language-support, sticky-post, theme-options, translation-ready, accessibility-ready
Text Domain: twentyfourteen

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.
*/

/* Reset default browser CSS. Based on work by Eric Meyer: http://meyerweb.com/eric/tools/css/reset/index.html
-------------------------------------------------------------- */


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, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
h1, h2, h3, h4, h5, h6 {
	font-weight: normal;
	clear: both;
}
ol, ul {
	list-style: none;
}
blockquote {
	quotes: none;
}
blockquote:before, blockquote:after {
	content: '';
	content: none;
}
del {
	text-decoration: line-through;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}
a img { border: none; }




/* =Fonts
-------------------------------------------------------------- */

h3#comments-title,
h3#reply-title,
#access .menu,
#access div.menu ul,
#cancel-comment-reply-link,
.form-allowed-tags,
#site-info,
#site-title,
#wp-calendar,
.comment-meta,
.comment-body tr th,
.comment-body thead th,
.entry-content label,
.entry-content tr th,
.entry-content thead th,
.entry-meta,
.entry-title,
.entry-utility,
#respond label,
.navigation,
.page-title,
.pingback p,
.reply,
.widget-title,
.wp-caption-text,
input[type=submit]
{
	font-family: "Helvetica Neue", Arial, Helvetica, "Nimbus Sans L", sans-serif;
}
pre {
	font-family: "Courier 10 Pitch", Courier, monospace;
}
code {
	font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}

body,
input,
textarea {
	color: #666;
	font-size: 12px;
	line-height: 18px;
}
hr {
	background-color: #E7E7E7;
	border:0;
	height: 1px;
	margin-bottom: 18px;
	clear:both;
}

/* Text elements */
p {
	margin-bottom: 18px;
}
ul {
	list-style: square;
	margin: 0 0 18px 1.5em;
}
ol {
	list-style: decimal;
	margin: 0 0 18px 1.5em;
}
ol ol {
	list-style:upper-alpha;
}
ol ol ol {
	list-style:lower-roman;
}
ol ol ol ol {
	list-style:lower-alpha;
}
ul ul,
ol ol,
ul ol,
ol ul {
	margin-bottom:0;
}
dl {
	margin:0 0 24px 0;
}
dt {
	font-weight: bold;
}
dd {
	margin-bottom: 18px;
}
strong {
	font-weight: bold;
}
cite,
em,
i {
	font-style: italic;
}
big {
	font-size: 131.25%;
}
ins {
	background: #ffc;
	text-decoration: none;
}
blockquote {
	font-style: italic;
	padding: 0 3em;
}
blockquote cite,
blockquote em,
blockquote i {
	font-style: normal;
}
pre {
	background: #f7f7f7;
	color: #222;
	line-height: 18px;
	margin-bottom: 18px;
	padding: 1.5em;
}
abbr,
acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}

sup,
sub {
	height: 0;
	line-height: 1;
	vertical-align: baseline;
	position: relative;
}
sup {
	bottom: 1ex;
}
sub {
	top: .5ex;
}
input[type="text"],
textarea {
	padding: 2px;
	background: #f9f9f9;
	border: 1px solid #ccc;
	box-shadow: inset 1px 1px 1px rgba(0,0,0,0.1);
	-moz-box-shadow: inset 1px 1px 1px rgba(0,0,0,0.1);
	-webkit-box-shadow: inset 1px 1px 1px rgba(0,0,0,0.1);
}




table {
	border: 1px solid #e7e7e7;
	text-align: left;
	margin: 0 -1px 24px 0;
	width: 100%;
}
tr th,
 thead th {
	color: #888;
	font-size: 12px;
	font-weight: bold;
	line-height: 18px;
	padding: 9px 24px;
}
 tr td {
	border-top: 1px solid #e7e7e7;
	padding: 6px 24px;
}
 tr.odd td {
	background: #F2F7FC;
}




.attachment img {
	max-width: 900px;
}
.alignleft,
img.alignleft {
	display: inline;
	float: left;
	margin-right: 24px;
	margin-top: 4px;
}
.alignright,
img.alignright {
	display: inline;
	float: right;
	margin-left: 24px;
	margin-top: 4px;
}
.aligncenter,
img.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.alignleft, 
 img.alignright, 
 img.aligncenter {
	margin-bottom: 12px;
}
 .wp-caption {
	background: #f1f1f1;
	line-height: 18px;
	text-align: center;
	margin-bottom: 20px;
	padding: 4px;
}
 .wp-caption img {
	margin: 5px 5px 0;
}
.wp-caption p.wp-caption-text {
	margin: 5px;
	color: #888;
	font-size: 12px;
}
.wp-smiley {
	margin:0;
}


/* =Comments
-------------------------------------------------------------- */
#comments {
	clear: both;
}
#comments .navigation {
	padding: 0 0 18px 0;
}
h3#comments-title,
h3#reply-title {
	color: #000;
	font-weight: bold;
	font-size: 20px;
	margin-bottom: 0;
}
h3#comments-title {
	padding: 24px 0;
}
.commentlist {
	list-style: none;
	margin: 0;
}
.commentlist li.comment {
	border-bottom: 1px solid #e7e7e7;
	line-height: 24px;
	margin: 0 0 24px 0;
	padding: 0 0 0 56px;
	position: relative;
}
.commentlist li:last-child {
	border-bottom:none;
	margin-bottom:0;
}
#comments .comment-body ul,
#comments .comment-body ol {
	margin-bottom: 18px;
}
#comments .comment-body p:last-child {
	margin-bottom: 6px;
}
#comments .comment-body blockquote p:last-child {
	margin-bottom: 24px;
}
.commentlist ol {
	list-style: decimal;
}
.commentlist .avatar {
	position: absolute;
	top: 4px;
	left: 0;
}
.comment-author {
}
.comment-author cite {
	color: #000;
	font-style: normal;
	font-weight: bold;
}
.comment-author .says {
	font-style: italic;
}
.comment-meta {
	font-size: 12px;
	margin: 0 0 18px 0;
}
.comment-meta a:link,
.comment-meta a:visited {
	color: #888;
	text-decoration: none;
}
.comment-meta a:active,
.comment-meta a:hover {
	color: #FF4B33;
}
.commentlist .even {
}
.commentlist .bypostauthor {
}
.reply {
	font-size: 12px;
	padding: 0 0 24px 0;
}
.reply a,
a.comment-edit-link {
	color: #888;
}
.reply a:hover,
a.comment-edit-link:hover {
	color: #FF4B33;
}
.commentlist .children {
	list-style: none;
	margin: 0;
}
.commentlist .children li {
	border: none;
	margin: 0;
}
.nopassword,
.nocomments {
	display: none;
}
#comments .pingback {
	margin-bottom: 18px;
	padding-bottom: 18px;
	border-bottom: 1px solid #e7e7e7;
}
.commentlist li.comment+li.pingback {
	margin-top: -6px;
}
#comments .pingback p {
	color: #888;
	font-size: 12px;
	line-height: 18px;
	display:block;
	margin: 0;
}
#comments .pingback .url {
	font-style: italic;
	font-size: 13px;
}



/* Comments form */
input[type=submit] {
	color: #333;
}
#respond {
	margin: 24px 0;
	border-top: 1px solid #e7e7e7;
	overflow: hidden;
	position: relative;
}
#respond p {
	margin: 0;
}
#respond .comment-notes {
	margin-bottom: 1em;
}
.form-allowed-tags {
	line-height: 1em;
}
.children #respond {
	margin: 0 48px 0 0;
}
h3#reply-title {
	margin: 18px 0;
}
#comments-list #respond {
	margin: 0 0 18px 0;
}
#comments-list ul #respond {
	margin: 0;
}
#cancel-comment-reply-link {
	font-size: 12px;
	line-height: 18px;
	font-weight: normal;
}
#respond .required {
	color:#FF4B33;
	font-weight:bold;
}
#respond label {
	color: #888;
	font-size: 12px;
}
#respond input {
	margin:0 0 9px;
	width:98%;
}
#respond textarea {
	width:98%;
}
#respond .form-allowed-tags {
	color: #888;
	font-size: 12px;
	line-height: 18px;
}
#respond .form-allowed-tags code {
	font-size: 11px;
}
#respond .form-submit {
	margin: 12px 0;
}
#respond .form-submit input {
	width: auto;
	font-size: 14px;
}


@font-face {
  font-family: 'GillSans-Light';
  src: url('/wp-content/themes/vividflowerTheme/fonts/GillSans-Light.woff') format('woff'),
       url('/wp-content/themes/vividflowerTheme/fonts/GillSans-Light.ttf') format('truetype'),
       url('/wp-content/themes/vividflowerTheme/fonts/GillSans-Light.svg#GillSans-Light') format('svg');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'ufonts.com_gillsans-light';
  src: url('/wp-content/themes/vividflowerTheme/fonts/ufonts.com_gillsans-light.eot');
  src: url('/wp-content/themes/vividflowerTheme/fonts/ufonts.com_gillsans-light.woff2') format('woff2'),
       url('/wp-content/themes/vividflowerTheme/fonts/ufonts.com_gillsans-light.eot#iefix') format('embedded-opentype');
  font-weight: normal;
  font-style: normal;
}



@font-face {
  font-family: 'GIL';
  src: url('/wp-content/themes/vividflowerTheme/fonts/GIL.eot');
  src: url('/wp-content/themes/vividflowerTheme/fonts/GIL.woff2') format('woff2'),
       url('/wp-content/themes/vividflowerTheme/fonts/GIL.eot#iefix') format('embedded-opentype');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'GillSansMT';
  src: url('/wp-content/themes/vividflowerTheme/fonts/GillSansMT.woff') format('woff'),
       url('/wp-content/themes/vividflowerTheme/fonts/GillSansMT.ttf') format('truetype'),
       url('/wp-content/themes/vividflowerTheme/fonts/GillSansMT.svg#GillSansMT') format('svg');
  font-weight: normal;
  font-style: normal;
}








/*====================================== reset.css is here ========================================*/
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td { margin:0; padding:0;}
table {	border-collapse:collapse; border-spacing:0;}
fieldset,img { border:0; max-width:100%;}
address,caption,cite,code,dfn,em,strong,th,var {font-style:normal; font-weight:normal;}
ol,ul { list-style:none;}
caption,th {text-align:left;}
h1,h2,h3,h4,h5,h6 {	font-size:100%;	font-weight:bold;}
q:before,q:after {content:'';}
abbr,acronym { border:0;}
.clear_0 {clear:both; font-size:0px; line-height:0px; display:block;}
.last {margin:0 !important;}
.pad_last{padding:0 !important;}
.no_bg {background:none !important;}
* { margin:0; padding:0px; box-sizing:border-box;}
/**************************************************************************************/
a											{ color:#000; text-decoration:none; outline:0 none;}
a:hover										{ color:#000; text-decoration:none;}
h1											{ font-size:24px;}
h2											{ font-size:22px;}
h3											{ font-size:18px;}
h4											{ font-size:16px;}
h5											{ font-size:14px;}
h6											{ font-size:12px;}
/*----------------------------------------------------------------------------------*/
html 										{ }
body										{ color:#b1b1b1; font-family:"Arial", Verdana, Tahoma; font-size:12px;}
.flt_Lt										{ float:left; display:inline;}
.flt_Rt										{ float:right; display:inline;}
input,textarea								{ -webkit-appearance:none; border-radius:0px; outline:none; border:0px;}
a:focus										{outline:none; outline-offset:0px; text-decoration:none;}
/* ---------------------------------------------------------------------------------*/
/* ----------------------- layout ----------*/
.wrapper									{ margin:0 auto;}
.container									{ width:960px; margin:0 auto; border:0px solid red; border-top:0 none;}
/*-------------------------------------------*/

/* ------------------------- HEADER HERE -------------------*/

.bgheader .header_section  { }
.bgheader #header  { background:#fff;}
.bgheader #header   { position: fixed; left: 0; right: 0; margin: 0 auto; top: 0; z-index: 2; padding: 0px;}
.bgheader #header  .logo a img   { width: 50%; height:auto;  transition:0.5s; vertical-align: bottom; margin-top: 10px; padding-bottom: 10px;}
.bgheader #header  {background: #fff;    transition: all 0.5s; display:block;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;}

.bgheader #header .header-section {}
.bgheader #header .top-img img { height:175px;}
.bgheader #header .logo { margin:5px;}
 #header .header-section  {position:absolute; z-index:2; top:0; left:0; right:0;}
#header { position:relative;}
.top-img img {  object-fit: cover;  width: 100%; height:auto;}
#header .container							{ }
#header .logo		{ margin:25px;}
/* --------- NAVIGATION HERE ----------*/
#header .menu { padding:16px; background:#fff; margin:50px 50px 0 0;}
#toggle {  position:relative;}
.menu ul  { margin:0px auto;  position:absolute; top:0; background:#fff; right: 0; padding:130px 0 40px 0;     min-width: 340px;}
.menu ul li {  color:#5e5b52; font-size:16px; line-height:normal; font-family: 'GillSansMT'; padding:5px 0;}
.menu ul li a { color:#5e5b52; font-size:20px; line-height:normal; font-family: 'GillSansMT'; padding: 4px 50px 4px 0px; display:block; text-align:right; transition:0.5s; width:100%;}  

.menu1 {display:none;}
.close-btn { background:url(/wp-content/themes/vividflowerTheme/images/close.png) no-repeat center center; height:16px; width:16px; position:relative; z-index:9;  margin:0 50px 0 0; display:block;}
.menu ul li a:hover { background:#52b647; color:#fff;}
/* ---------------------------------------------------------*/

/* ------------------------ MAIN CONTENT HERE --------------*/
.main_content								{ padding-top:317px;}
.main_content .top-img img { }
.main_content .banner { margin:0 auto;}
.banner img {}
.main_content .container					{ }

.main_content .services { margin:0 auto; padding:175px 0;}
.main_content .services .col-lg-4,col-md-4,col-sm-4 { }
.main_content .services .services-section { border-right:solid 1px #000; border-bottom:solid 1px #000; padding:70px 0 100px 0; margin:0 auto; text-align:center;}
.services .services-section a { margin:0 auto; display:block; color:#52b647; font-family: 'GillSansMT'; font-size:20px; line-height:normal;}
.services .services-section a.find { margin:0 auto; padding:44px 0; display:block; color:#5e5b52; font-family: 'GillSansMT'; font-size:16px; line-height:normal; text-decoration:underline;}
.services .services-section a.find:hover { text-decoration:none;}
.services .services-section.border-rt { border-right:none;}
.services .services-section.border-rt.border-bt { border-bottom:none;}
.services .services-section.border-bt { border-bottom:none;}
.modal-header { border:none;}
.modal-body  { text-align:left; padding:0px;}
.modal-body .modal-img img { width:100%; height:auto;}

.modal-body .modal-text { padding:15px;}
.modal-body .modal-text h3 { text-align:left; vertical-align:middle; color:#52b647; font-family: 'GillSansMT'; font-size:30px; line-height:normal; padding:20px 0;}
.modal-body .modal-text img { text-align:left; vertical-align:middle;}
.modal-body .modal-text p { font-family: 'GillSansMT'; color:#5e5b52; font-size:20px; line-height:26px; padding-bottom:5px;}
.modal-body .modal-text a { color:#5e5b52; font-size:20px; line-height:normal; padding:30px 0 80px 0; text-decoration:underline;}
.fancybox-opened { background:#fff;} 
.fancybox-opened .fancybox-skin { box-shadow:none;}
.fancybox-skin { background:#fff;}
.fancybox-opened .fancybox-title { margin:0 auto; text-align:center; padding:20px 0; font-size:20px; color:#5e5b52; font-family: 'GillSansMT';}



.main_content .gallery { margin:0 auto; width:100%;}
.main_content .gallery .gallery-section { margin:0 auto;}
.main_content .gallery .gallery-section,.col-lg-3  { padding-left:0px; padding-right:0px;}
.main_content .gallery .gallery-section a { line-height:0px; display:block;}
.main_content .gallery .gallery-section a img { width:100%; line-height:0px;}

.main_content .contact { margin:0 auto; padding-top:185px; padding-bottom:100px; clear:both;}
.contact .contact-section { margin:0 auto; text-align:center;} 
.contact .contact-section h2 { color:#52b647;   font-family: 'GillSans-Light'; font-size:54px; line-height:normal; font-weight:300; letter-spacing:-1px; padding-bottom:180px;}
.contact .contact-section h2 strong { color:#ee458d;}
.contact .contact-section .col-lg-4 { margin:0 auto; text-align:center;}
.contact .contact-section img { margin:0 auto; text-align:center;}
.contact .contact-section span { display:block; margin:0 auto; text-align:center; color:#52b647; font-size:20px; padding:60px 0;}
.contact .contact-section a { margin:0 auto; display:block; font-size:16px; color:#5e5b52; font-family: 'GillSansMT';}

/* ---------------------------------------------------------*/


/* ------------------ FOOTER HERE --------------------------*/
#footer	{ margin:0 auto;}
#footer img { width:100%; min-height:390px; object-fit: cover;}
#footer .container							{ }
.copy										{ }
/* ---------------------------------------------------------*/


input::-webkit-input-placeholder,textarea::-webkit-input-placeholder 		{ /* WebKit browsers */color: #191919;  opacity:  1;}
input:-moz-placeholder, textarea:-moz-placeholder { /* Mozilla Firefox 4 to 18 */color: #191919;  opacity:  1;}
input::-moz-placeholder,textarea::-moz-placeholder { /* Mozilla Firefox 19+ */color: #191919;  opacity:  1;}
input:-ms-input-placeholder,textarea:-ms-textarea-placeholder { /* Internet Explorer 10+ */  color: #191919;  opacity:  1;}

input::-webkit-input-placeholder 		{ /* WebKit browsers */color: #191919;  opacity:  1;}
input:-moz-placeholder { /* Mozilla Firefox 4 to 18 */color: #191919;  opacity:  1;}
input::-moz-placeholder { /* Mozilla Firefox 19+ */color: #191919;  opacity:  1;}
input:-ms-input-placeholder { /* Internet Explorer 10+ */  color: #191919;  opacity:  1;}

.modal-body .modal-text a.fancybox1 {    display: none;}
.modal-body .modal-text a.fancybox1.gal1  {    display: block;}

.bgheader #header .logo { margin: 0 auto; text-align: center;}
#toggle {
    position: relative;
    display: block;
    margin: 0;
    padding: 0;
    width: 22px;
    height: 18px;
}
.close-btn {
    margin: -15px 0 0 5px;
    cursor: pointer;
}

.fancybox-next span { visibility: visible;}
.fancybox-prev span  { visibility: visible;}
.data {padding: 30px 15px;}
.contact-section.data h2{padding-bottom: 20px;}
 .data p {
    font-family: 'GillSansMT';
    color: #5e5b52;
    font-size: 20px;
    line-height: 26px;
    padding: 20px 0;
}

.fancybox-lock .fancybox-overlay {     background-color: rgba(0,0,0,0.5);}


.fancybox-close {background:url(/wp-content/themes/vividflowerTheme/images/close.png) no-repeat center center; height: 16px;width: 16px; top:7px; right:7px;}
.fancybox-opened .fancybox-skin {     padding: 30px 17px!important;}


.fancybox-next span { background:url(/wp-content/themes/vividflowerTheme/images/fancybox-next.png) no-repeat center right; }
.fancybox-prev span { background:url(/wp-content/themes/vividflowerTheme/images/fancybox-prev.png) no-repeat center left; }




.hash { padding-top:175px;}

